SpaceCommunist
Warlord
Howdy!
I've been working on an overhaul for government-related stuff, and I'm running into some trouble with my dummy buildings. Loading the mod does not crash the game, but the file itself becomes unused due to an apparent "syntax error". From the Database.log file:
Yeah, it's one of those syntax errors - the ones near one of the most commonly used text symbols in the file, so that the Database.log doesn't actually narrow down where the error is. My guess is that it would be due to my use of || attachments to reference Civics (which is a crucial part of the dummy buildings' functions); however, I've used the exact same pattern in other mod projects without getting a syntax error.
I'm stumped right now and would really appreciate some help. Any suggestions?
I've been working on an overhaul for government-related stuff, and I'm running into some trouble with my dummy buildings. Loading the mod does not crash the game, but the file itself becomes unused due to an apparent "syntax error". From the Database.log file:
[4238082.754] [Gameplay] ERROR: near ",": syntax error
Yeah, it's one of those syntax errors - the ones near one of the most commonly used text symbols in the file, so that the Database.log doesn't actually narrow down where the error is. My guess is that it would be due to my use of || attachments to reference Civics (which is a crucial part of the dummy buildings' functions); however, I've used the exact same pattern in other mod projects without getting a syntax error.
I'm stumped right now and would really appreciate some help. Any suggestions?