Search found 185 matches
- 25 Apr 2020 14:36
- Forum: Others
- Topic: ATS/ETS2 Local Radio
- Replies: 348
- Views: 62035
Re: ATS/ETS2 Local Radio
The var stations_custom in custom.js doesn't seem to be working for me. I cross-checked it with the stations-america.js file and it matches up; not sure why it isn't working. Will have a look, not sure about that either. Worst case you can always run it locally like in v2 by downloading everything ...
- 25 Apr 2020 14:18
- Forum: Modding Guides
- Topic: Voice navigation 1.37 FMOD conversion
- Replies: 33
- Views: 6414
Re: Voice navigation 1.37 FMOD conversion
@SmeagolTheTrucker I could not find it in the documentation by SCS, and my own voices don't use them, so I did not try to find a way around it either. I tried start_1 as name in a bank, but it did not work for me.
- 03 Apr 2020 19:19
- Forum: Modding Guides
- Topic: Voice navigation 1.37 FMOD conversion
- Replies: 33
- Views: 6414
Re: Voice navigation 1.37 FMOD conversion
Haha
, it happens to the best of us, I've done it too before. Glad to hear it worked.

- 03 Apr 2020 16:46
- Forum: Modding Guides
- Topic: Voice navigation 1.37 FMOD conversion
- Replies: 33
- Views: 6414
Re: Voice navigation 1.37 FMOD conversion
So I take it you replaced these files? https://i.imgur.com/NbVEq7M.png What does the ATS log show when you load the voice? It should display an error of sorts (tilde key in-game, it will probably be in red). You should not need to export the GUIDs or build for that matter, the script does that for y...
- 25 Mar 2020 13:35
- Forum: Modding Guides
- Topic: Voice navigation 1.37 FMOD conversion
- Replies: 33
- Views: 6414
Re: Voice navigation 1.37 FMOD conversion
@devboilol If you get stuck at some step, feel free to ask. However, I am not going to create a tutorial video.
- 16 Mar 2020 18:44
- Forum: Others
- Topic: ATS/ETS2 Local Radio
- Replies: 348
- Views: 62035
Re: ATS/ETS2 Local Radio
Make sure you are starting ATS in DX11 mode. If that doesn't solve it, then you can try turning the overlay off (settings.json file > "overlay" to false)
- 16 Mar 2020 14:33
- Forum: Others
- Topic: ATS/ETS2 Local Radio
- Replies: 348
- Views: 62035
Re: ATS/ETS2 Local Radio
@joschac2 It is loaded (line 666). Does it happen with both v3.0.0-beta2 and v2.5.0? Also check whether the alternative dll works.
- 09 Mar 2020 13:53
- Forum: General discussion about the game
- Topic: FMOD Discussion [ATS]
- Replies: 2400
- Views: 178947
Re: FMOD Discussion
I just noticed something in your image for what is in your mod when I re-read your post; you have your guids file misnamed; it should be "english_google_us.bank.guids" - if you missed the last .guids when you renamed the GUIDS.txt output file, the mod will not work. The .guids part is hidden becaus...
- 08 Mar 2020 16:20
- Forum: General discussion about the game
- Topic: FMOD Discussion [ATS]
- Replies: 2400
- Views: 178947
Re: FMOD Discussion
@tobrago Maybe you will find this easier: viewtopic.php?f=201&t=282438
- 08 Mar 2020 16:15
- Forum: Modding Guides
- Topic: Voice navigation 1.37 FMOD conversion
- Replies: 33
- Views: 6414
Voice navigation 1.37 FMOD conversion
Starting from version 1.37, FMOD will be the new sound engine. This will break most sounds, including voice navigation. I created a few scripts that I used to convert my TomTom voices mod from 1.36 to 1.37. - This presumes you already have the folder structure of your old satnav voice somewhere. - T...