sign – Train Fever Official Website (archived) Fri, 12 Sep 2014 19:16:06 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 [MOD] Change currency (DOLLAR) $ to € (EURO) + vsync boost –> settings.lua /forums/topic/mod-change-to-e-sign-vsync-performance-boost-within-settings-lua/ Fri, 12 Sep 2014 18:35:11 +0000 /forums/topic/mod-change-to-e-sign-vsync-performance-boost-within-settings-lua/ Continue reading ]]> 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!

]]>