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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] [ZM] ZOMBIES++

[Release] [ZM] ZOMBIES++

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
256 Posts 108 Posters 87.2k 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.
  • Thoxyundefined Offline
    Thoxyundefined Offline
    Thoxy
    replied to Cahz on last edited by
    #142

    Cahz I'ts the same i have made cause of your last reply with DannyIsHere

    1 Reply Last reply
    0
    • wxsifundefined Offline
      wxsifundefined Offline
      wxsif
      wrote on last edited by
      #143

      **** 1 script error(s):
      **** Unresolved external : "drawcustomperkhud" with 3 parameters in "_zm_chugabud" at lines 1,1 ****

      help ?

      wxsifundefined 1 Reply Last reply
      0
      • wxsifundefined Offline
        wxsifundefined Offline
        wxsif
        replied to wxsif on last edited by
        #144

        wxsif nvm i figured it out

        1 Reply Last reply
        1
        • espancamentoundefined Offline
          espancamentoundefined Offline
          espancamento
          replied to Cahz on last edited by
          #145

          Cahz is there any way to play zombies++ in solo/lan mode ?

          1 Reply Last reply
          0
          • Cheeeesyyundefined Offline
            Cheeeesyyundefined Offline
            Cheeeesyy
            replied to Cahz on last edited by
            #146

            Cahz Can you teach me how to only use the force players round 1 and the fast restart, please?

            Cahzundefined 1 Reply Last reply
            0
            • Acrillxundefined Offline
              Acrillxundefined Offline
              Acrillx
              wrote on last edited by
              #147

              wait you can play custom games with this??

              1 Reply Last reply
              0
              • Cahzundefined Offline
                Cahzundefined Offline
                Cahz VIP
                replied to Cheeeesyy on last edited by
                #148

                Cheeeesyy

                To have all players spawn on round 1, you can use this simple GSC in your script.

                Add this into your script anywhere.

                spawn_if_round_one() //force spawn player
                {
                	wait 5; //waits for blackscreen to load
                	if ( self.sessionstate == "spectator" && level.round_number == 1 )
                	{
                		self [[ level.spawnplayer ]]();
                		if ( level.script != "zm_tomb" || level.script != "zm_prison" || !is_classic() )
                			thread maps\mp\zombies\_zm::refresh_player_navcard_hud();
                	}
                }
                

                Then add this

                player thread spawn_if_round_one();
                

                under your OnPlayerConnect function, like so.

                onPlayerConnect()
                {
                	level endon( "end_game" );
                        self endon( "disconnect" );
                	for (;;)
                	{
                		level waittill( "connected", player );
                		player thread spawn_if_round_one();
                	}
                }
                

                Hope this helps

                https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/MapRestartWorkaround

                Cheeeesyyundefined 1 Reply Last reply
                0
                • Acrillxundefined Offline
                  Acrillxundefined Offline
                  Acrillx
                  wrote on last edited by
                  #149

                  yo Cahz can i play custom games with this or what im just wondering for now?

                  1 Reply Last reply
                  0
                  • Cheeeesyyundefined Offline
                    Cheeeesyyundefined Offline
                    Cheeeesyy
                    replied to Cahz on last edited by
                    #150

                    Cahz sorry to bother you again, but, how can i compile this code, what do i have to download?

                    1 Reply Last reply
                    0
                    • So Highundefined Offline
                      So Highundefined Offline
                      So High
                      wrote on last edited by
                      #151

                      Unresolved external : "drawcustomperkhud" with 3 parameters in "_zm_chugabud" at lines 1, 1

                      ItsTopNickundefined 1 Reply Last reply
                      0
                      • ItsTopNickundefined Offline
                        ItsTopNickundefined Offline
                        ItsTopNick
                        replied to So High on last edited by
                        #152

                        @Hobo-Tim check your _clientids.gsc

                        1 Reply Last reply
                        0
                        • badatfps31undefined Offline
                          badatfps31undefined Offline
                          badatfps31
                          replied to Cahz on last edited by
                          #153

                          so how would i install this with the latest ver of bo2 zombies with plutonium ?

                          1 Reply Last reply
                          0
                          • RedOne2undefined Offline
                            RedOne2undefined Offline
                            RedOne2
                            replied to Cahz on last edited by
                            #154

                            Cahz Can i play with friends who dont have the mod or vice versa?

                            1 Reply Last reply
                            0
                            • romanoj1undefined Offline
                              romanoj1undefined Offline
                              romanoj1
                              replied to Cahz on last edited by
                              #155

                              Cahz OK I wanna change like the amount of zombies or the price of anything n stuff I see I can do it in the source file but you said to compile it before replacing the gsc file but I have no clue how to do that could you send a video or a link to something that does that I have notepad++ but no clue how to use it

                              1 Reply Last reply
                              0
                              • Sn34KeRz_Offundefined Offline
                                Sn34KeRz_Offundefined Offline
                                Sn34KeRz_Off
                                wrote on last edited by
                                #156

                                Who can help me install, because I can't get my discord: Sn34KeRz_Off # 9162

                                1 Reply Last reply
                                0
                                • EasilyUnstpp_undefined Offline
                                  EasilyUnstpp_undefined Offline
                                  EasilyUnstpp_
                                  replied to Cahz on last edited by
                                  #157

                                  Cahz why you are not able to use some perk machines in some maps? and why do u use modded icons for the perks that are not on the maps? can't you just replace the icons with the originals? i know nothing about this kind of stuffs so that's why i'm asking you.

                                  Cahzundefined 1 Reply Last reply
                                  0
                                  • Cahzundefined Offline
                                    Cahzundefined Offline
                                    Cahz VIP
                                    replied to EasilyUnstpp_ on last edited by
                                    #158

                                    EasilyUnstpp_

                                    why you are not able to use some perk machines in some maps?
                                    

                                    Because of limitations you can't load assets from one map to another
                                    (cant grab PHD Flopper machine from MOTD and use it on Buried as example)

                                    and why do u use modded icons for the perks that are not on the maps? can't you just replace the icons with the originals?
                                    

                                    Can't do that because of limitations.
                                    (can't use Stamin-up perk icon on maps that don't have it loaded)

                                    EasilyUnstpp_undefined 1 Reply Last reply
                                    1
                                    • EasilyUnstpp_undefined Offline
                                      EasilyUnstpp_undefined Offline
                                      EasilyUnstpp_
                                      replied to Cahz on last edited by
                                      #159

                                      Cahz about the icons: I saw you change colors of jugger and others perks to make them look like PHD, stamina-up, etc. couldn't you do like, for example: instead of change the colors, try to recreate PHD icon. i don't know if i'm explaining it right.... Basically, make a fake PHD Flopper icon and put it on other maps where PHD it's not allowed, instead of change colors.

                                      1 Reply Last reply
                                      0
                                      • Altrnteundefined Offline
                                        Altrnteundefined Offline
                                        Altrnte
                                        wrote on last edited by
                                        #160

                                        Cahz I'm getting a script error on server start.
                                        806efdf2-fec8-4972-98da-35691cb17f96-image.png

                                        1 Reply Last reply
                                        0
                                        • MetalThunderundefined Offline
                                          MetalThunderundefined Offline
                                          MetalThunder
                                          wrote on last edited by
                                          #161

                                          Hi! everything is working fine with the mod. I have many mods along with your mod, i think the only problem i saw was that when i add flopper machine to MOTD, the game runs fine until someone buy the perk and then suddenly, it crashes. By the other hand, i wanna know when is the Game Length displayed? Instantly after everbodie dies? Because im not seeing it. Hope u can help me in a way or another. Thanks 🙂

                                          1 Reply Last reply
                                          0

                                          • 1
                                          • 2
                                          • 6
                                          • 7
                                          • 8
                                          • 9
                                          • 10
                                          • 11
                                          • 12
                                          • 13
                                          • Login

                                          • Don't have an account? Register

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