Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] [Zombies] Rooftop/Bridge - Custom survival maps

[Release] [Zombies] Rooftop/Bridge - Custom survival maps

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
36 Posts 12 Posters 12.1k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PtoZorroundefined PtoZorro

    @dontknowletsplay thanks guys, can you please share me the compiled file with this edit? I don't know why I can't compile

    dontknowletsplundefined Offline
    dontknowletsplundefined Offline
    dontknowletspl
    wrote on last edited by
    #24

    PtoZorro https://www.mediafire.com/file/qo9nxxk7feuxvd4/compiled.gsc/file

    PtoZorroundefined 1 Reply Last reply
    0
    • dontknowletsplundefined dontknowletspl

      PtoZorro https://www.mediafire.com/file/qo9nxxk7feuxvd4/compiled.gsc/file

      PtoZorroundefined Offline
      PtoZorroundefined Offline
      PtoZorro
      wrote on last edited by
      #25

      @dontknowletsplay thanks a lot man

      1 Reply Last reply
      0
      • Gabbyxo97undefined Offline
        Gabbyxo97undefined Offline
        Gabbyxo97
        Contributor
        wrote on last edited by
        #26

        I really feel like I shouldn't have randomly enabled the brutus gamemode first try. Bad mistake, bad mistake...

        dontknowletsplundefined 1 Reply Last reply
        0
        • Gabbyxo97undefined Gabbyxo97

          I really feel like I shouldn't have randomly enabled the brutus gamemode first try. Bad mistake, bad mistake...

          dontknowletsplundefined Offline
          dontknowletsplundefined Offline
          dontknowletspl
          wrote on last edited by dontknowletspl
          #27

          Gabbyxo97 bdfb7de9-4430-46ee-80dd-310928a747cd-kuva.png

          Should not be enable by default.

          Gabbyxo97undefined 1 Reply Last reply
          0
          • dontknowletsplundefined dontknowletspl

            Gabbyxo97 bdfb7de9-4430-46ee-80dd-310928a747cd-kuva.png

            Should not be enable by default.

            Gabbyxo97undefined Offline
            Gabbyxo97undefined Offline
            Gabbyxo97
            Contributor
            wrote on last edited by
            #28

            @dontknowletsplay No I was joking, as I thought it would be a somewhat okay challenge I turned it on, and it was a bad idea I turned it on lol

            1 Reply Last reply
            0
            • dontknowletsplundefined dontknowletspl

              This post is deleted!

              xImLecheroundefined Offline
              xImLecheroundefined Offline
              xImLechero
              wrote on last edited by
              #29

              @dontknowletsplay Hey, insane map but I have found a few bugs.
              1st: The headhsot challenge is bugged, u have to do exactly 50 HS, if you hit 51 the count will go to -1 and cant buy shield.
              2nd: For some reason I can't get the blundergat, I had spent 100k points on the mistery box.
              3rd: I think the skull challenge has 1 buged location or something like this, but maybe is my bad this one.
              Thanks for the map mate!

              dontknowletsplundefined 1 Reply Last reply
              0
              • xImLecheroundefined xImLechero

                @dontknowletsplay Hey, insane map but I have found a few bugs.
                1st: The headhsot challenge is bugged, u have to do exactly 50 HS, if you hit 51 the count will go to -1 and cant buy shield.
                2nd: For some reason I can't get the blundergat, I had spent 100k points on the mistery box.
                3rd: I think the skull challenge has 1 buged location or something like this, but maybe is my bad this one.
                Thanks for the map mate!

                dontknowletsplundefined Offline
                dontknowletsplundefined Offline
                dontknowletspl
                wrote on last edited by
                #30

                xImLechero Only real problem was the headshot challenge i fixed that. Blundergat is added to box after round 15 and all the skulls are fine just look around.

                xImLecheroundefined 1 Reply Last reply
                0
                • dontknowletsplundefined dontknowletspl

                  xImLechero Only real problem was the headshot challenge i fixed that. Blundergat is added to box after round 15 and all the skulls are fine just look around.

                  xImLecheroundefined Offline
                  xImLecheroundefined Offline
                  xImLechero
                  wrote on last edited by
                  #31

                  @dontknowletsplay thanks, I played till 50 and got no blundergat, bad luck I suppose then

                  1 Reply Last reply
                  0
                  • dontknowletsplundefined dontknowletspl

                    This post is deleted!

                    Crimbeeundefined Offline
                    Crimbeeundefined Offline
                    Crimbee
                    wrote on last edited by
                    #32

                    @dontknowletsplay Hi. Im not really sure how else I can contact you but, the rooftop/bridge map you made, I noticed the lighting/flash effects from the map was turned off. Can you tell me how you did it? I have epilepsy and it is hard to play this map without being in pain

                    dontknowletsplundefined 1 Reply Last reply
                    0
                    • Crimbeeundefined Crimbee

                      @dontknowletsplay Hi. Im not really sure how else I can contact you but, the rooftop/bridge map you made, I noticed the lighting/flash effects from the map was turned off. Can you tell me how you did it? I have epilepsy and it is hard to play this map without being in pain

                      dontknowletsplundefined Offline
                      dontknowletsplundefined Offline
                      dontknowletspl
                      wrote on last edited by dontknowletspl
                      #33

                      Crimbee Each post i have left on forums has my discord server invite link.

                      I found this from Jezuzlizard's code back in the days.

                      #include maps\mp\_utility;
                      init()
                      {
                          if( getdvar( "mapname" ) == "zm_prison") 
                          {
                              level._callbacks[ "on_player_connect" ][ 16 ] = ::player_lightning_manager_override;
                          }
                      }
                      
                      player_lightning_manager_override()
                      {
                      	self setclientfieldtoplayer( "toggle_lightning", 0 );
                      }
                      

                      Maybe someone should share it in modding releases because epilepsy is big issue with this map.

                      1 Reply Last reply
                      0
                      • CoolRanchDoritoundefined Offline
                        CoolRanchDoritoundefined Offline
                        CoolRanchDorito
                        wrote on last edited by
                        #34

                        Hey there, is it possible to download this on the most recent update?

                        dontknowletsplundefined 1 Reply Last reply
                        0
                        • CoolRanchDoritoundefined CoolRanchDorito

                          Hey there, is it possible to download this on the most recent update?

                          dontknowletsplundefined Offline
                          dontknowletsplundefined Offline
                          dontknowletspl
                          wrote on last edited by
                          #35

                          CoolRanchDorito Yes

                          1 Reply Last reply
                          0
                          • carmanguyundefined Offline
                            carmanguyundefined Offline
                            carmanguy
                            wrote on last edited by
                            #36

                            Neat script mod. had fun on the custom map

                            1 Reply Last reply
                            0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • 1
                            • 2
                            • Login

                            • Don't have an account? Register

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