Transport Fever 2

Transport Fever 2

Extra sound effects for trains
GordonDry 2023 年 3 月 25 日 上午 9:02
Horn on horse drawn carriages
I just installed this mod the first time. As soon as I got my first horse drawn carriages in 1780 I heard a loud U.S. style horn as soon as they left a station.
I play on an european map seed btw.
最后由 GordonDry 编辑于; 2023 年 3 月 25 日 上午 9:03
< >
正在显示第 1 - 5 条,共 5 条留言
lollus  [开发者] 2023 年 3 月 26 日 下午 3:16 
What's the name of the carriage sound set?
GordonDry 2023 年 3 月 27 日 上午 5:36 
truck_horse
lollus  [开发者] 2023 年 3 月 27 日 上午 8:03 
So it's a truck, it should not get the horn. Has it got chuffs or clacks? If it has chuffs, I must make an exception for truck_horse.
GordonDry 2023 年 3 月 27 日 上午 8:16 
No, it refers to the vanilla sound set truck_horse which is:
local soundsetutil = require "soundsetutil" function data() local data = soundsetutil.makeSoundSet() soundsetutil.addTrackParam01(data, "vehicle/carriage/drive.wav", 18.0, { { .0, .0 }, { .5, .8 }, { 1.0, 1.0 } }, { { .0, .8 }, { .5, 1.0 }, { 1.0, 1.2 } }, "speed01") soundsetutil.addEvent(data, "horn", { "vehicle/carriage/coach_horn_01.wav", "vehicle/carriage/coach_horn_02.wav", "vehicle/carriage/coach_horn_03.wav", }, 10.0) return data end
最后由 GordonDry 编辑于; 2023 年 3 月 27 日 上午 8:17
lollus  [开发者] 2023 年 3 月 27 日 下午 4:56 
I have published an update that might fix your game.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50