Adding Maps

Newbie Spellweaver
Joined
Oct 14, 2006
Messages
46
Reaction score
0
I downloaded some custom maps and I want them on my server how do I add it to my server? I pasted it in the gunz map folder but it doesnt show in game >.<
 
You need to add the map to your channelrule.xml in both your system.mrs and in your servers match folder.

Open channelrule.xml in notepad and copy:

Code:
		<MAP name="Your Map Name"/>

And paste it into the list.

Also create a folder in your \MatchServer\Maps folder with your maps name and put a copy of your maps spawn.xml in there.

I'm not sure if you have to do the 2nd part but I always do.
 
Upvote 0
To add maps do this:
1> place the maps in your gunz folder /maps
2> place an map in your server folder /maps with the file spawns.xml
3> add all crc32 checksum for the map to your filelist.xml
4> add the map to your channelrule.xml in your system.mrs and server folder
If this dont work i dont know it anymore

It works always for me, with the old and with the july server.
 
Upvote 0
Back