dlordmagic said:Congrads with the downloads. Anyhow I have figured out the compatibilty problem with certain map types. There are a limited number of map options that can be used. There are the six defaults(Duel,Tiny,Small,Standard,Large,Huge) and there is another designed for custom sizes. Anyway in all the map scripts you posted non compatibilty issues for this you'll need to add this to everyplace worldsizetype is mentioned. It'll look like this:
WorldSizeTypes.WORLDSIZE_DUEL:
WorldSizeTypes.WORLDSIZE_TINY:
WorldSizeTypes.WORLDSIZE_SMALL:
WorldSizeTypes.WORLDSIZE_STANDARD:
WorldSizeTypes.WORLDSIZE_LARGE:
WorldSizeTypes.WORLDSIZE_HUGE:
WorldSizeTypes.NUM_WORLDSIZE_TYPESDont use FXHUGE; type it as is.)
There are like 15 map scripts to change. All but the Terra Map overrides the XMLs concerning size. You'll have to make this change two to three times in some scripts.![]()
I'm sorry, I'm not quite follwoing you on that last bit about using WorldSizeTypes.NUM_WORLDSIZE_TYPES instead of WorldSizeTypes.WORLDSIZE_FXHUGE...
Could you ellaborate on that a bit?