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
Headpats for author!
Whoops!
Should be good whenever steam's automatic content scan is done with it now.
[out] <434.3s> BIG FAT SCRIPT ERROR
[out] <434.3s> [string "script\campaign\mod\allied_technology.lua"]:1010: bad argument #1 to 'pairs' (table expected, got nil)
[out] <434.3s> stack traceback:
[string "script\_lib\mod\pj_error_wrapping.lua"]:104: in function 'callback'
[string "script\_lib\lib_core.lua"]:1930: in function <[string "script\_lib\lib_core.lua"]:1930>
[C]: in function 'xpcall'
[string "script\_lib\lib_core.lua"]:1930: in function 'event_protected_callback'
[string "script\_lib\lib_core.lua"]:1991: in function 'event_callback'
[string "script\_lib\lib_core.lua"]:2051: in function <[string "script\_lib\lib_core.lua"]:2051>
not sure how to fix
Cool, look forward to the update but take your time.
If so, yes I am aware and plan to get to implementing the new technologies early in the new year.
Sorry about that,
yeah I haven't updated the new techs from the "recent" Empire, Dwarfs, and Nurgle DLC yet. Hopefully I'll get to it soon, probably do it in a batch with whatever they change with the new Ogre/Khorn/Greenskins DLC so I only have to pour over it once.
I'm guessing that since it is Lord specific that gunnery school upgrades do not apply, that is one thing I'd love to have.
It would definitely make keeping fellow legendary lords around from the same race a priority rather than confederation asap, if they have good faction specific bonuses, especially since my red line skills would also apply to those units as well.
Just note that as it says in the description, you may have to wait until a turn ending in 0 for it to check for techs researched while it was deactivated. (normally it keeps a log as it goes, it checks every 10 turns to make sure it didn't miss anything, which would only happen if it was disabled for a time)
Hmmm, I've used this personally for thousands of hours (I may or may not play this game too much) with no errors myself. If you've found an edge case I'd like to figure out what's causing it.
Does it occur on startup, when you load a save, or during play?
Also, what other mods are you using?
My guess is that you are using a mod that introduces a race to the game that is not in the base game (or a race's name got changed somehow, though that seems less likely).
The relevant line in the lua is:
"for tech, value in pairs(atRelevantTechs[culture]) do"
and it is complaining about getting "nil" as the result of the "atRelevantTechs[culture]" call, which means that it is trying to look up a "culture" (which is the term they use in the code for race) which doesn't normally exist, and therefore doesn't have an entry in the table. Hence the "nil" return and the complaint and error.
This is a common problem any time there's multiple factions/subfactions that buff the same unit (like Tzaangors or chaos furies).
I haven't figured out a way to include them in a way that feels fun yet doesn't have the potential to be too good yet without introducing huge interdependencies that would be a ton of work (like checking all buffs for each unit from each faction each turn and choosing the best or something).
Sorry about that. Hopefully I'll get around to it at some point in the near future.
What does "script error" mean in layman's terms? Does this mean it conflicts with the base game? Or other mods you use? If the latter, then how many mods do you have?
[out] <316.4s> BIG FAT SCRIPT ERROR
[out] <316.4s> [string "script\campaign\mod\allied_technology.lua"]:1010: bad argument #1 to 'pairs' (table expected, got nil)
[out] <316.4s> stack traceback:
[string "script\_lib\mod\pj_error_wrapping.lua"]:62: in function 'callback'
[string "script\_lib\lib_core.lua"]:1930: in function <[string "script\_lib\lib_core.lua"]:1930>
[C]: in function 'xpcall'
[string "script\_lib\lib_core.lua"]:1930: in function 'event_protected_callback'
[string "script\_lib\lib_core.lua"]:1991: in function 'event_callback'
[string "script\_lib\lib_core.lua"]:2051: in function <[string "script\_lib\lib_core.lua"]:2051>
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2866478798