Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
IGUI_EN = {
IGUI_VehicleNameAMC_bmw_classic = "BMW R80/7 Classic",
IGUI_VehicleNameAMC_bmw_custom = "BMW R80/7 Custom",
IGUI_VehicleNameAMC_harley = "Harley-Davidson Sportster '86",
IGUI_VehicleNameAMC_quad = "Suzuki Quadrunner",
IGUI_VehicleNameAMC_Waverunner = "Yamaha Waverunner 650TL",
IGUI_VehicleNameAMC_Waverunner_Ground = "Yamaha Waverunner 650TL",
IGUI_VehicleNameTrailerAMC = "Autotsar Mototrailer-2M",
IGUI_VehicleNameTrailerAMCWaverunner = "Autotsar Watertrailer-3M",
IGUI_VehicleNameTrailerAMCWaverunnerWithBody = "Yamaha Waverunner 650TL",
}
It's probably not the content of the text or the length, but some sort of weird UNIX/Windows mismatch.
There doesn't seem to be any typos/syntax errors in the mod, since I copied verbatim the IG_UI_EN text from Tsar's Common Library, pasted it into the IG_UI_EN.txt file in this mod, and then changed a vehicle name - it still didn't load properly in game.
Next, I noticed that this mod's IG_UI_EN.txt file uses Unix LF instead of Windows CR LF (I am on a Windows system). I changed it to CR LF but it didn't do anything.
Making a new mini-mod with my own changes as a single file IG_UI_EN.txt under the lua/shared/Translate/EN directory worked (will post in next comment)
TLDR: I redid the IG_UI_EN.txt and it works for me. Might be an encoding issue, might be something else.
Anyone have any ideas?
Tsar's Common Library hasn't updated since June, so I'm not sure.
Are you playing multiplayer? There might be an unaddressed issue I haven't mentioned