Having problem with IW4M map change
-
So when I try to do "!m" in my zombies server, it starts changing maps but then goes back to the menu and says "Server disconnected - EXE_CLIENT_FIELD_MISMATCH. The difficulty is on default and the command lines are exactly as stated in the new server files.
-
So when I try to do "!m" in my zombies server, it starts changing maps but then goes back to the menu and says "Server disconnected - EXE_CLIENT_FIELD_MISMATCH. The difficulty is on default and the command lines are exactly as stated in the new server files.
BoogalooLIVE Depending on IW4M Admins' implementation of map for zombies it may not set every dvar required.
The way Treayrch does their map system is a complete meme because they have to set 6 dvars to properly change the map in ZM.
ui_zm_gamemodegroup "zclassic"; ui_zm_mapstartlocation "tomb"; ui_gametype "zclassic"; ui_mapname "zm_tomb"; mapname "zm_tomb"; g_gametype "zclassic"; map "zm_tomb"
The smarter way of changing the map is to do "exec config.cfg" where config is the .cfg file in the gamesettings folder, and then do "map_rotate".
-
BoogalooLIVE Depending on IW4M Admins' implementation of map for zombies it may not set every dvar required.
The way Treayrch does their map system is a complete meme because they have to set 6 dvars to properly change the map in ZM.
ui_zm_gamemodegroup "zclassic"; ui_zm_mapstartlocation "tomb"; ui_gametype "zclassic"; ui_mapname "zm_tomb"; mapname "zm_tomb"; g_gametype "zclassic"; map "zm_tomb"
The smarter way of changing the map is to do "exec config.cfg" where config is the .cfg file in the gamesettings folder, and then do "map_rotate".
JezuzLizard so do I type map_rotate in the command space when I would like to go to another map? I was mostly trying to make it work as I would want to go from one map to another that was different from the next in the cycle
-
JezuzLizard so do I type map_rotate in the command space when I would like to go to another map? I was mostly trying to make it work as I would want to go from one map to another that was different from the next in the cycle
BoogalooLIVE
Maybe reread my post a few more times.