安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









Error message: error: [string "C:/Games/Steam/steamapps/workshop/content/1066780/1960762394/res/config/terrain_generators/tropical_ext.gen.lua"]:118: attempt to perform arithmetic on field 'land' (a nil value)
stack traceback:
=[C](-1): __div
C:/Games/Steam/steamapps/workshop/content/1066780/1960762394/res/config/terrain_generators/tropical_ext.gen.lua(118): ?
Key: game/res/terrain_generator/tropical_ext.gen.lua
Minidump: C:/Games/Steam/userdata/72854613/1066780/local/crash_dump/ddb35107-fbf0-4281-ae98-e2d6bdd4b38c.dmp
In file: urban_games/train_fever/src/Lib/lua/State.cpp:753
In function: void __cdecl lua::State::Call(int,int)
@charly-o
the error appeared today when I moved my account to another computer. Thanks for giving clear ionstructions, your solution worked.
go to \steamapps\workshop\content\1066780\1960762394\res\config\terrain_generators
open the file tropical_ext.gen.lua with a text editor
find the following:
line 118
local land = params.land / 4 (delete the /4)
line 120
local islands = params.islands / 7 (delete the /7)
save and have fun :)
which file and location should i edit?
Tks
and with a brief analysis those two variables are not even being used
the Tropical always causes an Error and can't create a map...
Someone got an Idea why it doesn't work?