memory allocation for flavors

Joosty

Chieftain
Joined
Jul 3, 2005
Messages
65
I am working on a modification which has more than the original seven flavors of Civ IV. Now I found out that although in most schema files the theoratical limit for the amounts of flavors something can have is unlimited (* where a number should be), there are actually problems when you give something 8 or more flavors.

The mod will load, but an error will occur during XML loading saying this:

There are more siblings than memory allocated for them in
CvXMLLoadUtility::SetVariableListTagPair

And then it will refer to the actual XML file which has more than seven flavors somewhere.

Now my question: is there any way at all that something can have more than seven flavors? If so, how can I do this.

Thanks
 
Top Bottom