Mod tools compile error

Users who are viewing this thread

I've seen the second one before. IIRC, you either forgot a $ before a string or a reference tag before something (p_something, trp_something, etc.), or forgot to put them in quotation marks.
 
That, or it's missing a "(", ")", "[", or "]". Just look through any changes you added to module_scripts and go over the with a fine-tooth comb to find the missing character.

As to the first error, it seems to be indicating it can't find one of the passages it needs. The "Sargoth square" I think is the one referenced by every town at the moment, so whatever town you've messed with (probably Zendar) seems to have a passage-related problem.
 
Fixed: man, is it a pain in the butt to go over 2000+ lines of code looking for one missing comma...

I replaced "sargoth_square" and other referred-to scenes in the scenes file and the error went away (I'm doing the coding for the Onin no Ran total mod, and everthing OM&B went out the window).
 
Back
Top Bottom