CTD Log for map initialization?

jefmart1

Prince
Joined
Aug 16, 2005
Messages
463
I am getting a CTD right after you choose the civ the map, etc; right before it should pop up with the blue screen with the green countdown with initalizing at the top.

I undid what I thought were the changes I made, but it still crashes. I lloked through the XML log and found nothing wrong that I can see.

I assume its an art error, but I'm stumped since I removed everything I added.

What log shows the sequence that CTD is occuring on?
 
The only way I've heard of to track these down is to remove selected objects from the map till the problem is isolated :/

There is a thread on using the vim text editor somewhere in the forums. Some examples:
g/begincity/:,./endcity/d <-- deletes all cities
g/beginunit/:,./endunit/d <-- deletes all units
%s/unittype=.*,/UnitType=UNIT_WORKER,/ <-- replaces all units with workers

vim is extremely capable, but difficult to use at first.
 
Back
Top Bottom