[SOLVED]Buildings Deleted that I did not Delete.

chriscisco

Chieftain
Joined
Oct 2, 2014
Messages
13
Hey,

I am deleting a bunch of buildings for a mod I am working on, however I am left with a few database errors I cannot figure out.

I cannot figure them out because they are all related to buildings that I have not deleted the buildings throwing errors but it says they do not exist.

I have attached all the buildings I have deleted and the resulting errors.

Any advice or suggestions on why this is happening would be great.
 

Attachments

We'd need the complete mod to determine what you've actually done (and not what you think you've done), as something has apparently deleted more buildings than you think you have. See the second link in my sig for how to zip and attach your mod so we can disassemble it.
 
I will remember to attach the mod in the future.

In this case I actually solved the issue earlier this morning.

I was deleting buildings with FreeStartEra >= ERA_MODERN, so I changed the code to NULL the FreeStartEra instead.
 
Back
Top Bottom