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
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.