[Release] [Zombies] "Custom Survival Maps" option for custom games
-
@Monologue Compile this
main() { if(getDvar("CUSTOM_MAP_ENABLED") != "1" ) setDvar( "CUSTOM_MAP", 1 ); //nacht thread map_rotation(); } map_rotation() { level waittill( "end_game"); wait 2; setDvar( "CUSTOM_MAP_ENABLED", 1 ); if( getDvar("CUSTOM_MAP") == "1") setDvar( "CUSTOM_MAP", 2 ); //diner else if( getDvar("CUSTOM_MAP") == "2" && getdvar("mapname") == "zm_transit" ) setDvar( "CUSTOM_MAP", 3 ); //bus else if( getDvar("CUSTOM_MAP") == "3" ) setDvar( "CUSTOM_MAP", 4 ); //forest else if( getDvar("CUSTOM_MAP") == "4" ) setDvar( "CUSTOM_MAP", 5 ); //lab else if( getDvar("CUSTOM_MAP") == "5" ) { SetDvar("sv_maprotation","exec zm_classic_prison.cfg map zm_prison"); setDvar( "CUSTOM_MAP", 1 ); //bridge } else if( getDvar("CUSTOM_MAP") == "1" && getdvar("mapname") == "zm_prison" ) { SetDvar("sv_maprotation","exec zm_classic_prison.cfg map zm_prison"); setDvar( "CUSTOM_MAP", 2 ); //rooftop } else if(getDvar("CUSTOM_MAP") == "2" && getdvar("mapname") == "zm_prison") { SetDvar("sv_maprotation","exec zm_classic_transit.cfg map zm_transit"); setDvar( "CUSTOM_MAP", 1 ); //nacht } return; }
and copy it with the zm_prison and zm_transit folders which you get from the download link to
%localappdata%/plutonium/storage/t6/scripts/zm
-
@dontknowletsplay hey thank you for your response it worked, the only problem I have is I cannot run this on my actual server without the vanilla tranzit being bugged, the bus doesn't work, ect, is there a way I can run the mod without actually glitching the vanilla maps, because I got a custom bank and level system and I want it to be linked to the main plutonium instance, sadly I had to run a second plutonium instance because it wasn't working,
Im basically looking to run the vanilla tranzit map a second server with the custom maps with the same plutonium instance
Thank you for your help in advance!
-
@Monologue Cannot help you with that problem since i run only 3 same servers.
If
EFG
server is yours it seems like you took wrong map rotation script from the comments and motd maps doesnt work properly. Take the one i commented back to you. -
This post is deleted!
-
@dontknowletsplay Can u play these custom maps with your friends?
-
@dontknowletsplay Hello, I need to know in which folder I should put the file privategamelobby_project.lua
-
STARIJ_DED Never tested it but you should be able if host has the mod installed.
-
simplemortaljr You place it to
%localappdata%\Plutonium\storage\t6\ui_mp\t6\menus
or use the install_survivals.bat which will copy all the files automatically.
-
This post is deleted!
-
could you add survival maps to origins, buried and die rise?
-
darkjhon_1203 There is already some on our servers
-
@dontknowletsplay could you add to custom games lobby?, my internet is very bad to play
-
This post is deleted!
-
darkjhon_1203 Im not updating this project anymore. It will stop working when plutonium decide stop using already compiled gsc files.
-
Ahmed358 Try reading the install guide.
-
This post is deleted!
-
@dontknowletsplay Is there any way to play these maps but only me, without other players on the server?
-
darkjhon_1203 The extra maps are only on our server and we will add more once in while.
-
@Unknown-Love Hey bro I've been having some issues with this mod. I have deleted every file from the mod and when I go to motd i still spawn in the bridge. Pls help me!
-
@Lw You did not delete the files if you still spawn in bridge. There is 2 script locations that can be used to load scripts check both.