Trouble loading mod

TheLadiesOgre

Aspiring Codesmith
Joined
Jan 16, 2009
Messages
505
Ok, so I built a few small tweaks onto a base of Better BAT AI and they work like a charm. However, everytime I try to load my homebrew mod, it CTDs on load. I can only get it to work if I change the name of my homebrew mod to Better BAT AI. The errors it throws every other way point to troubles with art files (specifically the art define for UNIT_LIBERTY_TRANSPORT).

I'm thoroughly confused and any assistance would be greatly appreciated.
 
Ok, so I built a few small tweaks onto a base of Better BAT AI and they work like a charm. However, everytime I try to load my homebrew mod, it CTDs on load. I can only get it to work if I change the name of my homebrew mod to Better BAT AI. The errors it throws every other way point to troubles with art files (specifically the art define for UNIT_LIBERTY_TRANSPORT).

I'm thoroughly confused and any assistance would be greatly appreciated.

CivChecker is a very useful program you can use to help find and eliminate many problems with your art files. You will likely find the art file path references are incorrect for your Liberty transport unit. You want the CivChecker results to indicate the following, as I have done in OGI 3.00:

Code:
SUMMARY: 0 missing art files
SUMMARY: 0 undefined symbols found

Once you have achieved this result, then run your mod.
 
Back
Top Bottom