Hello Guys, i have start to work on a new Project (Map) ca 2 Month ago, with Map Editor and Map Builder, but cant finish this Map with actual 1300 Objects, because the Game crashes all the time, if i try to load the Map.
I was writing OmegaKingMods the Creator from The Map Builder Mod, about this Problem, and he means i need to split the xml file maybe, to make the Map Load again without Crashes. But i need to know, how to split the xml file, because im not a programmer. I have tried to split the map by myself, by copy the xml file then i copyd half of the Object lines in one of the xml file, and the other half in the other xml file. Both with
<?xml version="1.0" encoding="utf-8"?>
<Map xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
At the Beginning
and
</RemoveFromWorld>
<Markers />
<Metadata>
<Creator>Platin-</Creator>
<Name>Nameless Map</Name>
<Description />
<LoadingPoint xsi:nil="true" />
<TeleportPoint xsi:nil="true" />
</Metadata>
</Map>
At the End.
But if i try to load both files, just one of them load ingame. The other one not.
I hope somebody can help me, and tell what i need to note to split the xml file, because im unable to complete this Map since 2 Month, although it is almost finished ca 90-95%. It was a lot of work, and i just whant to publish them Finally