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








I found a bug between this mod and "The Woodelves" in SFO. The script of the four seasons and upkeep-benefit in Athel Loren doesn´t work by running them together. Here is the log.txt file:
https://pastebin.com/1qkgq3qZ
This is not a problem with my mod.
My error checking function did however, pick up the problem. Check your mod collection for a mod with a script called
export_helpers_sisters_of_twilight.lua
The full error message is:
Whichever mod has this script has not been updated since Norsca (get_faction was a valid function before norsca, it has been changed). Using outdated mods will prevent your collection from working properly.
The error that caused this specifically is on line 183 of that script, though if the script hasn't been updated at all it is likely that this is not the only problem in the script.
Here is the file:
https://pastebin.com/9LsvdumV
No errors whatsoever on my side so no clue. Does the script work without my mod? From my log I can see my script working exactly as intended.
Scripts don't have compatibility errors unless things and named the exact same thing which I find unlikely considering I use local functions and object orient my code.
That script is written by Zarkis, not me. But I will pass on the report
Is it a big error, or could I just delete or replace this outdated line?
Whatever the script portion of the mod is has outdated commands. You would have to find and replace all of them.
Thanks!
EDIT: It seems to have fixed itself, even though I haven't restarted the game or reloaded a save. Strange times.
You were likely spam clicking too fast. If the script cannot keep up with the UI, it will limit you earlier than it is supposed to. (This was considered preferable to the alternative of letting players cheat the limits by clicking fast).
In these cases,just remove a unit from queue. That will cause the script to re-evaluate.