Custom Map Errors with 2008 Files

Joined
Mar 12, 2009
Messages
6,531
Reaction score
1,814
I've posted this before but no one's helped me. I'm hoping to receive some help this time.

Firstly, I used the 2008 Runnable released by Jacob and followed his Custom map enabling tut on it. I changed the map count to 49 while editing it.

Secondly, The runnable which was edited, worked fine. But after I added the High Haven map to the map.xml or used BR's latest map.xml, the game crashed on Loading Mesh.

I added the map.xml both to the server and client side and also tried EnableMap="0" and EnableMap="1" and restarted the server every time (duh).

This is my map.xml

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<XML>

<!-- 맵 정보관련 -->
<MAP id="0" MapName ="mansion" MapImageName= "map_mansion.bmp" BannerName = "banner_mansion.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="1" MapName ="Prison" MapImageName= "map_Prison.bmp" BannerName = "banner_Prison.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="2" MapName ="Station" MapImageName= "map_Station.bmp" BannerName = "banner_Station.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="3" MapName ="Prison II" MapImageName= "map_Prison II.bmp" BannerName = "banner_Prison II.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="4" MapName ="Battle Arena" MapImageName= "map_Battle Arena.bmp" BannerName = "banner_Battle Arena.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="5" MapName ="Town" MapImageName= "map_Town.bmp" BannerName = "banner_Town.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="6" MapName ="Dungeon" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Dungeon.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="7" MapName ="Ruin" MapImageName= "map_Ruin.bmp" BannerName = "banner_Ruin.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="8" MapName ="Island" MapImageName= "map_island.bmp" BannerName = "banner_island.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="9" MapName ="Garden" MapImageName= "map_Garden.bmp" BannerName = "banner_Garden.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="10" MapName ="Castle" MapImageName= "map_Castle.bmp" BannerName = "banner_Castle.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="11" MapName ="Factory" MapImageName= "map_Factory.bmp" BannerName = "banner_Factory.tga" ExpRatio ="0.8" MaxPlayers ="8" bOnlyDuelMap = "false"></MAP>
<MAP id="12" MapName ="Port" MapImageName= "map_Port.bmp" BannerName = "banner_port.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="13" MapName ="Lost Shrine" MapImageName= "map_Lost Shrine.bmp" BannerName = "banner_Lost Shrine.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="14" MapName ="Stairway" MapImageName= "map_Stairway.bmp" BannerName = "banner_Stairway.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="15" MapName ="Snow_Town" MapImageName= "map_Snow_Town.bmp" BannerName = "banner_Snow_Town.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>
<MAP id="16" MapName ="Hall" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Mansion.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
<MAP id="17" MapName ="Catacomb" MapImageName= "map_Dungeon.bmp" BannerName = "banner_Dungeon.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
<MAP id="18" MapName ="Jail" MapImageName= "map_Prison.bmp" BannerName = "banner_Prison.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
<MAP id="19" MapName ="Shower Room" MapImageName= "map_Prison II.bmp" BannerName = "banner_Prison II.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "true"></MAP>
<MAP id="20" MapName ="High_Haven" MapImageName= "map_High_Haven.bmp" BannerName = "banner_High_Haven.tga" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>

</XML>

Thirdly, Could someone help me out with what needs to be edited to Enable Serial key in the 2008 Runnables? Thanks.
 
Last edited:
What year is this?
Joined
Nov 12, 2008
Messages
867
Reaction score
141
Well I dont see any mistakes at it o.o
so I guess that you didnt enable custom maps fully or you did mistake at your runabe :S
anyways I think its runable fault ;o
maybe try enabling it again on your backup runable file :eek:

I am not programer so I cant tell anythink else what to do :p
 
Upvote 0
Back
Top