Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] [Zombies] "Custom Survival Maps" option for custom games

[Release] [Zombies] "Custom Survival Maps" option for custom games

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
124 Posts 53 Posters 48.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • dontknowletsplundefined Offline
    dontknowletsplundefined Offline
    dontknowletspl
    replied to hindercanrun on last edited by
    #78

    hindercanrun Yea like i said player would lose his gun and because of this it is not in box.

    1 Reply Last reply
    0
    • DevilVOsundefined Offline
      DevilVOsundefined Offline
      DevilVOs
      replied to dontknowletspl on last edited by
      #79

      @dontknowletsplay How do I remove the maps from my game? I enjoyed them, but every time I launch tranzit it gives me an error and Im permanently stuck on the bridge map when I launch motd solo

      hindercanrunundefined 1 Reply Last reply
      0
      • hindercanrunundefined Offline
        hindercanrunundefined Offline
        hindercanrun
        replied to DevilVOs on last edited by
        #80

        DevilVOs remove the scripts from ur scripts folder

        1 Reply Last reply
        2
        • YoXpertguyZundefined Offline
          YoXpertguyZundefined Offline
          YoXpertguyZ
          wrote on last edited by
          #81

          do you need to use this in LAN mode or is online fine like in custom games so you can play it with friends

          hindercanrunundefined 1 Reply Last reply
          0
          • hindercanrunundefined Offline
            hindercanrunundefined Offline
            hindercanrun
            replied to YoXpertguyZ on last edited by
            #82

            YoXpertguyZ no

            1 Reply Last reply
            0
            • hindercanrunundefined Offline
              hindercanrunundefined Offline
              hindercanrun
              wrote on last edited by
              #83

              this won’t get u banned

              1 Reply Last reply
              0
              • Secoriusundefined Offline
                Secoriusundefined Offline
                Secorius
                wrote on last edited by
                #84

                I can't get it to work, the only things i've done is install survivals then started without update but the option still isn't showing, i noticed the privategamelobby_project doesn't move by itself when i press install_survivals i have to do it automatically and it still doesn't show up

                hindercanrunundefined 1 Reply Last reply
                0
                • hindercanrunundefined Offline
                  hindercanrunundefined Offline
                  hindercanrun
                  replied to Secorius on last edited by
                  #85

                  Secorius did you put it in ur plutonium folder

                  Secoriusundefined 1 Reply Last reply
                  0
                  • Nyx18undefined Offline
                    Nyx18undefined Offline
                    Nyx18
                    replied to dontknowletspl on last edited by
                    #86

                    @dontknowletsplay wow thanks man, i make manual install for anyone cant install automatically https://database4all.notion.site/database4all/Custom-Map-Plutonium-5538f8ebfcf043539029364b5c266ae4 little dédication for french people ❤ 🙂 🙂

                    ps: notion are in english 4all

                    1 Reply Last reply
                    0
                    • TheOnlyXoundefined Offline
                      TheOnlyXoundefined Offline
                      TheOnlyXo
                      wrote on last edited by
                      #87

                      is this map only meant for solo? ive been trying to play with a friend and its not working.. "unable to join session", is there a fix to this or you simply cant play co-op?

                      1 Reply Last reply
                      0
                      • hindercanrunundefined Offline
                        hindercanrunundefined Offline
                        hindercanrun
                        wrote on last edited by
                        #88

                        The error ur getting is not an issue with this mod.

                        1 Reply Last reply
                        0
                        • MumTookTheXboxundefined Offline
                          MumTookTheXboxundefined Offline
                          MumTookTheXbox
                          replied to dontknowletspl on last edited by
                          #89
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • A Former User? Offline
                            A Former User? Offline
                            A Former User
                            wrote on last edited by A Former User
                            #90

                            @dontknowletsplay JezuzLizard Im sorry but I really don't understand how to host it on my server, do you guys have a more detailed guide? Im really confused since I do not know anything about coding

                            dontknowletsplundefined 1 Reply Last reply
                            0
                            • dontknowletsplundefined Offline
                              dontknowletsplundefined Offline
                              dontknowletspl
                              replied to A Former User on last edited by
                              #91

                              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

                              A Former User? 1 Reply Last reply
                              0
                              • A Former User? Offline
                                A Former User? Offline
                                A Former User
                                replied to dontknowletspl on last edited by A Former User
                                #92

                                @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!

                                dontknowletsplundefined 1 Reply Last reply
                                0
                                • dontknowletsplundefined Offline
                                  dontknowletsplundefined Offline
                                  dontknowletspl
                                  replied to A Former User on last edited by
                                  #93

                                  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.

                                  1 Reply Last reply
                                  0
                                  • Secoriusundefined Offline
                                    Secoriusundefined Offline
                                    Secorius
                                    replied to hindercanrun on last edited by
                                    #94
                                    This post is deleted!
                                    1 Reply Last reply
                                    0
                                    • STARIJ_DEDundefined Offline
                                      STARIJ_DEDundefined Offline
                                      STARIJ_DED
                                      replied to dontknowletspl on last edited by
                                      #95

                                      @dontknowletsplay Can u play these custom maps with your friends?

                                      dontknowletsplundefined 1 Reply Last reply
                                      0
                                      • simplemortaljrundefined Offline
                                        simplemortaljrundefined Offline
                                        simplemortaljr
                                        replied to dontknowletspl on last edited by
                                        #96

                                        @dontknowletsplay Hello, I need to know in which folder I should put the file privategamelobby_project.lua

                                        dontknowletsplundefined 1 Reply Last reply
                                        0
                                        • dontknowletsplundefined Offline
                                          dontknowletsplundefined Offline
                                          dontknowletspl
                                          replied to STARIJ_DED on last edited by
                                          #97

                                          STARIJ_DED Never tested it but you should be able if host has the mod installed.

                                          1 Reply Last reply
                                          0

                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 7
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Donate