Transport Fever 2

Transport Fever 2

Demand Overhaul Mod
./Dark 29 May, 2023 @ 4:51pm
Audio Crash Fix
Hey Mauporte,

You probably already know this, but just in case to save you some time, it seems the crash is being caused by a change in the naming scheme for the audio files with the latest update.

In the .con files in /res/construction/industry you have a line for playing the .wav referencing the old file names that no longer exist. Ie. fiber_crop_plantation.con has:

effects = {
select = {
"farm.wav"
}
}

when it needs to be updated to

effects = {
select = {
"selected_industry_farm1.wav"
}
}


(or "selected_industry_farm2.wav", or "selected_industry_farm3.wav")

I was able to fix the crashing on my system by updating those lines!


If you don't have the time, I wouldn't mind taking a minute to copy/paste the new audio file names in and shooting you the updated files. I'll likely be doing it anyways to get the mod working once I've got a minute to play here in a bit.


Mind you, I haven't modded a game in a decade and am not a programmer, so I don't have the knowledge/understanding to know if this is the real issue, but I do hope this helps!
< >
Showing 1-1 of 1 comments
ok I checked the files and all my sound files are set to what they need to be but I keep getting the error of reading the files
< >
Showing 1-1 of 1 comments
Per page: 1530 50