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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] Black ops II Mapvote for Zombies and Multiplayer

[Release] Black ops II Mapvote for Zombies and Multiplayer

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
gscgsc scriptmapvote
167 Posts 41 Posters 88.8k Views 5 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.
  • Sorex Sorex

    alejandrodarz Have you start the thread to block the angles?

    alejandrodarz Offline
    alejandrodarz Offline
    alejandrodarz
    wrote on last edited by
    #20

    Sorex https://youtu.be/wN5mXpbwgBU

    1 Reply Last reply
    0
    • Sorex Offline
      Sorex Offline
      Sorex
      Contributor
      wrote on last edited by
      #21

      alejandrodarz Fixed and now i the animation are more cleaner

      alejandrodarz 1 Reply Last reply
      0
      • Sorex Sorex

        alejandrodarz Fixed and now i the animation are more cleaner

        alejandrodarz Offline
        alejandrodarz Offline
        alejandrodarz
        wrote on last edited by
        #22

        Sorex I found something and it is that the printToAllMapVoted (str) does not work at the end of the game for this I had to remove the if (! level.gameended)

        1 Reply Last reply
        0
        • alejandrodarz Offline
          alejandrodarz Offline
          alejandrodarz
          wrote on last edited by
          #23

          It is nonsense but hey also whoever knows a little bit of gsc will realize

          1 Reply Last reply
          0
          • Sorex Offline
            Sorex Offline
            Sorex
            Contributor
            wrote on last edited by
            #24

            alejandrodarz Can you contact me in DM? sore#1141

            alejandrodarz 1 Reply Last reply
            0
            • Sorex Sorex

              alejandrodarz Can you contact me in DM? sore#1141

              alejandrodarz Offline
              alejandrodarz Offline
              alejandrodarz
              wrote on last edited by
              #25

              Sorex Yes, how would it be on Twitter? Don't have Telegram?

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

                alejandrodarz Follow DoktorSAS on twitter

                1 Reply Last reply
                0
                • alejandrodarz alejandrodarz

                  Sorex Look at how I solved the problem of when the game ends and there is no killcam, and well I also modified the mapvote a bit. I have tested it for the following TDM, GUN, SHRP, KOTH, DM, OIC, and SAS modes:

                  https://www.youtube.com/watch?v=X6zK7RygEHU

                  And well here is another video of how the mapvote was modified:
                  https://www.youtube.com/watch?v=29sZ7zYjpNU

                  RayAUS Offline
                  RayAUS Offline
                  RayAUS
                  wrote on last edited by
                  #27

                  alejandrodarz That looks really good

                  1 Reply Last reply
                  0
                  • RayAUS Offline
                    RayAUS Offline
                    RayAUS
                    wrote on last edited by
                    #28

                    Hi, I still dont understand the second instruction where it says 'Convert the file into a new _killcam.gsc'. How do I do that? Sorry I have no clue about any of this stuff.

                    1 Reply Last reply
                    0
                    • Sorex Offline
                      Sorex Offline
                      Sorex
                      Contributor
                      wrote on last edited by
                      #29

                      RayAUS if you edit the file you have to use a gsc converter to make the code working on your server. You can use GSC studio or a GSC Compiler

                      1 Reply Last reply
                      1
                      • noraze Offline
                        noraze Offline
                        noraze
                        wrote on last edited by
                        #30

                        When I right click the selection window keeps going to the right side automatically it doesn't stop. Any solution?

                        1 Reply Last reply
                        0
                        • Sorex Offline
                          Sorex Offline
                          Sorex
                          Contributor
                          wrote on last edited by
                          #31

                          noraze You have to press and then release the key. If you keep pressing it, it is normal for it to go on

                          noraze 1 Reply Last reply
                          0
                          • Sorex Sorex

                            noraze You have to press and then release the key. If you keep pressing it, it is normal for it to go on

                            noraze Offline
                            noraze Offline
                            noraze
                            wrote on last edited by noraze
                            #32

                            Sorex https://youtu.be/ROrvvnEugp8
                            Of course I release the click as soon as i pressed it still it keeps going to the right side.
                            To make it stop I have to double click the aim button then it stops.

                            noraze 1 Reply Last reply
                            0
                            • noraze noraze

                              Sorex https://youtu.be/ROrvvnEugp8
                              Of course I release the click as soon as i pressed it still it keeps going to the right side.
                              To make it stop I have to double click the aim button then it stops.

                              noraze Offline
                              noraze Offline
                              noraze
                              wrote on last edited by noraze
                              #33

                              OK so I use "Toggle ADS" that is why it keeps going to the right side so i have to click one more time to make it stop. I am used to toggle ADS because I play Escape from Tarkov.
                              After I switched to "ADS" in controls this issue doesn't happen.
                              Any solution for "Toggle ADS" players that would be great.

                              1 Reply Last reply
                              0
                              • Sorex Offline
                                Sorex Offline
                                Sorex
                                Contributor
                                wrote on last edited by
                                #34

                                noraze i have ADS to, just don't keep press the button, press it to change then release it

                                1 Reply Last reply
                                0
                                • alejandrodarz Offline
                                  alejandrodarz Offline
                                  alejandrodarz
                                  wrote on last edited by
                                  #35

                                  Sorex Estoy utilizando esta función para que el mapvote se ejecute cuando no hay kills.

                                  ontimelimit(){
                                  level waittill("game_ended");

                                  if(!getKills() && waslastround()){
                                  wait 7;
                                       level notify( "play_final_killcam" );
                                  //llamar el mapvote aqui
                                   level notify( "final_killcam_done" );
                                  }
                                  

                                  }

                                  alejandrodarz 1 Reply Last reply
                                  0
                                  • alejandrodarz alejandrodarz

                                    Sorex Estoy utilizando esta función para que el mapvote se ejecute cuando no hay kills.

                                    ontimelimit(){
                                    level waittill("game_ended");

                                    if(!getKills() && waslastround()){
                                    wait 7;
                                         level notify( "play_final_killcam" );
                                    //llamar el mapvote aqui
                                     level notify( "final_killcam_done" );
                                    }
                                    

                                    }

                                    alejandrodarz Offline
                                    alejandrodarz Offline
                                    alejandrodarz
                                    wrote on last edited by
                                    #36

                                    alejandrodarz es por si lo deseas implementar en el mapvote. saludos

                                    1 Reply Last reply
                                    0
                                    • Sorex Offline
                                      Sorex Offline
                                      Sorex
                                      Contributor
                                      wrote on last edited by Sorex
                                      #37

                                      alejandrodarz i fixed all now i release the new version with fix

                                      alejandrodarz 1 Reply Last reply
                                      0
                                      • Sorex Sorex

                                        alejandrodarz i fixed all now i release the new version with fix

                                        alejandrodarz Offline
                                        alejandrodarz Offline
                                        alejandrodarz
                                        wrote on last edited by
                                        #38

                                        Sorex discúlpame me equivoqué escribiendo el código el level notify( "play_final_killcam" ); va antes de wait porque en shearch and destroy se termina antes de los 7 segundos y no da tiempo a pausar el juego para votar y el wait lo modifiqué para 10 segundos para que el mapvote no tuviera conflicto con ningun mensaje del juego al final. Saludos

                                        alejandrodarz 1 Reply Last reply
                                        0
                                        • alejandrodarz alejandrodarz

                                          Sorex discúlpame me equivoqué escribiendo el código el level notify( "play_final_killcam" ); va antes de wait porque en shearch and destroy se termina antes de los 7 segundos y no da tiempo a pausar el juego para votar y el wait lo modifiqué para 10 segundos para que el mapvote no tuviera conflicto con ningun mensaje del juego al final. Saludos

                                          alejandrodarz Offline
                                          alejandrodarz Offline
                                          alejandrodarz
                                          wrote on last edited by
                                          #39

                                          alejandrodarz Por todo lo demas todo ok, me funcionó en todos los modos de juego.

                                          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
                                          • 3
                                          • 4
                                          • 5
                                          • 8
                                          • 9
                                          • Login

                                          • Don't have an account? Register

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