[MOD] Change currency (DOLLAR) $ to € (EURO) + vsync boost –> settings.lua

Home Forums Modding [MOD] Change currency (DOLLAR) $ to € (EURO) + vsync boost –> settings.lua

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7751
    Jonathan078NL
    Participant

    Hello everyone,

    This way you can change the standard Dollar “$” to Euro “€” sign in Train Fever. You problably can do this with £ (GBP) and other currency aswell but I didn’t test that.

    Euro

    All you have to do is adjust the settings.LUA file. It’s very important that you don’t use the standard ‘Notepad’ program for this, you need a program that can also change the coding of the text file to UTF-8. Otherwise it won’t work properly. I used Notepad++ but there are more notepad programs that can do this.

    !! The settings.lua file needs to be saved as settings.lua with UTF-8 coding !!

    ——————————————————————————————————————-

    Go to C:\Program Files(x86)\Steam\userdata\<userid>\304730\local\settings.LUA

    1. Change currency : `moneyPrefix = “$”,` –> `moneyPrefix = “€”,`
    2. Optional                : `moneySuffix = “”,` –> `moneySuffix = “EUR”,`
    3. Optional                : vsync = false          –> vsync = true, (this reduces lagg alot, especially on older rigs!)
    4. Save the settings.lua file as settings.lua with UTF-8 coding
    5. Enjoy!

Viewing 1 post (of 1 total)
  • The forum ‘Modding’ is closed to new topics and replies.