[Help] New Map Add

Re: New Map Add

nop you didn't, take your time reading all the data about "WZ_Colorado", "WZ_Cliffside" and duplicate the function with your new map name in Server and Client src and add the data in your MatchServer.cfg btw make sure your map is in the correct channel in the matchserver.cfg is so easy
 
Upvote 0
Re: New Map Add

New map name: reloaded

Warz_server.sln

reload58 - [Help] New Map Add - RaGEZONE Forums


reload58 - [Help] New Map Add - RaGEZONE Forums


reload58 - [Help] New Map Add - RaGEZONE Forums


reload58 - [Help] New Map Add - RaGEZONE Forums


Warz.sln

reload58 - [Help] New Map Add - RaGEZONE Forums


reload58 - [Help] New Map Add - RaGEZONE Forums


reload58 - [Help] New Map Add - RaGEZONE Forums



in map folder:

reload58 - [Help] New Map Add - RaGEZONE Forums



reload58 - [Help] New Map Add - RaGEZONE Forums



reload58 - [Help] New Map Add - RaGEZONE Forums
 
Last edited:
Upvote 0
Re: New Map Add

you made a lot of mistake using MAPID_Realoded without the "WZ" prefix the correct way is MAPID_WZ_Realoded take a look in the other maps when you add or change something be sure you did not make any mistake...
 
Upvote 0
Re: New Map Add

Just comment this line in RSbuid.xml or put map to home directory and rebuild client bins
<exclude mask="levels\WorkInProgress"/>

you made a lot of mistake using MAPID_Realoded without the "WZ" prefix the correct way is MAPID_WZ_Realoded take a look in the other maps when you add or change something be sure you did not make any mistake...


reload58 - [Help] New Map Add - RaGEZONE Forums
 
Upvote 0
Add ur Map after Cliffside so it looks like this

Code:
.......
MAPID_WZ_Caliwood,
MAPID_Cliffside,
MAPID_reloaded,

then build ur server and warz.sln and it should works and @Bombillo u dont need to use the prefix "WZ_" it works without it

If u need a Video Tutorial Here we go : )

 
Last edited:
Upvote 0
Add ur Map after Cliffside so it looks like this

Code:
.......
MAPID_WZ_Caliwood,
MAPID_Cliffside,
MAPID_reloaded,

then build ur server and warz.sln and it should works and @Bombillo u dont need to use the prefix "WZ_" it works without it

If u need a Video Tutorial Here we go : )



Thank You, but not working. And Error !

reload58 - [Help] New Map Add - RaGEZONE Forums


 
Upvote 0
Back