安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题












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