Skip to content
  • 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 39.1k 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.
  • Sorexundefined Offline
    Sorexundefined Offline
    Sorex
    Contributor
    wrote on last edited by
    #26

    alejandrodarz Follow DoktorSAS on twitter

    1 Reply Last reply
    0
    • alejandrodarzundefined 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

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

      alejandrodarz That looks really good

      1 Reply Last reply
      0
      • RayAUSundefined Offline
        RayAUSundefined 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
        • Sorexundefined Offline
          Sorexundefined 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
          • norazeundefined Offline
            norazeundefined 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
            • Sorexundefined Offline
              Sorexundefined 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

              norazeundefined 1 Reply Last reply
              0
              • Sorexundefined Sorex

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

                norazeundefined Offline
                norazeundefined 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.

                norazeundefined 1 Reply Last reply
                0
                • norazeundefined 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.

                  norazeundefined Offline
                  norazeundefined 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
                  • Sorexundefined Offline
                    Sorexundefined 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
                    • alejandrodarzundefined Offline
                      alejandrodarzundefined 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" );
                      }
                      

                      }

                      alejandrodarzundefined 1 Reply Last reply
                      0
                      • alejandrodarzundefined 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" );
                        }
                        

                        }

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

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

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

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

                          alejandrodarzundefined 1 Reply Last reply
                          0
                          • Sorexundefined Sorex

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

                            alejandrodarzundefined Offline
                            alejandrodarzundefined 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

                            alejandrodarzundefined 1 Reply Last reply
                            0
                            • alejandrodarzundefined 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

                              alejandrodarzundefined Offline
                              alejandrodarzundefined 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
                              • chacha18undefined Offline
                                chacha18undefined Offline
                                chacha18
                                wrote on last edited by
                                #40

                                Hi Sorex !

                                Thank you for this super-useful-mod !

                                I have a problem getting it to work...
                                I think I did everything you ask, I even follow the YouTube tutorial.
                                Now I have the map vote menu at the end of the game but:

                                • its really very fast, I have like 1 or maybe 2 sec to choose the map...
                                • there are some glitches after I choose the map: map strikers became purple / blue flickering
                                • the next map is still the same

                                Other things:

                                • if I remove "exec blabla.cfg" from my map list, the gametype keep being TDM, so I let exec gun.exe in front of the only map I let
                                • my cfg(s) are in Gamedir\main, I put your file in Gamedir\t6r\data\maps\mp\gametypes. Is it right ? (my gamesettings dir is in Gamedir\main dir)
                                chacha18undefined 1 Reply Last reply
                                0
                                • chacha18undefined chacha18

                                  Hi Sorex !

                                  Thank you for this super-useful-mod !

                                  I have a problem getting it to work...
                                  I think I did everything you ask, I even follow the YouTube tutorial.
                                  Now I have the map vote menu at the end of the game but:

                                  • its really very fast, I have like 1 or maybe 2 sec to choose the map...
                                  • there are some glitches after I choose the map: map strikers became purple / blue flickering
                                  • the next map is still the same

                                  Other things:

                                  • if I remove "exec blabla.cfg" from my map list, the gametype keep being TDM, so I let exec gun.exe in front of the only map I let
                                  • my cfg(s) are in Gamedir\main, I put your file in Gamedir\t6r\data\maps\mp\gametypes. Is it right ? (my gamesettings dir is in Gamedir\main dir)
                                  chacha18undefined Offline
                                  chacha18undefined Offline
                                  chacha18
                                  wrote on last edited by
                                  #41

                                  chacha18

                                  as an example, I just tryied in my gungame server.
                                  At the end I quickly chose mp_frostbite, then I saw a message like "frost won vote.." but then the server reload the same map...

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

                                    chacha18

                                    1. For the time there 10 seconds to vote now i make it customizable time with a dvar in the config file ( i'll release a tiny update today )
                                    2. Is werid everything should work fine, have you set sv_mapRotation correctly? Like sv_mapRotatoion "map mp_raid"
                                    3. gun.exe ? the game mode are .cfg files, and you need to have this .cfg files in your game folder
                                    chacha18undefined 1 Reply Last reply
                                    0
                                    • Sorexundefined Sorex

                                      chacha18

                                      1. For the time there 10 seconds to vote now i make it customizable time with a dvar in the config file ( i'll release a tiny update today )
                                      2. Is werid everything should work fine, have you set sv_mapRotation correctly? Like sv_mapRotatoion "map mp_raid"
                                      3. gun.exe ? the game mode are .cfg files, and you need to have this .cfg files in your game folder
                                      chacha18undefined Offline
                                      chacha18undefined Offline
                                      chacha18
                                      wrote on last edited by
                                      #43

                                      Sorex

                                      • cool for the new update ! In the version I download its not 10 sec... maybe I didnt download the right one ?
                                      • I think I set it up correctly... my map rotation was working well before, I just remove everything except the first map and then the server start with this map but not in the correct gametype, so I at to put back "exec gun.cfg" (not .exe, I misswrite it in my previous post).
                                      • read previous line;)
                                      1 Reply Last reply
                                      0
                                      • Sorexundefined Offline
                                        Sorexundefined Offline
                                        Sorex
                                        Contributor
                                        wrote on last edited by
                                        #44

                                        chacha18
                                        New version has been pushed, everything work fine. Remeber you need to have the .cfg files in your server folder. 👍 😊

                                        chacha18undefined 1 Reply Last reply
                                        0
                                        • Sorexundefined Sorex

                                          chacha18
                                          New version has been pushed, everything work fine. Remeber you need to have the .cfg files in your server folder. 👍 😊

                                          chacha18undefined Offline
                                          chacha18undefined Offline
                                          chacha18
                                          wrote on last edited by
                                          #45

                                          Sorex

                                          Thx ! Ill try that in hours 😉
                                          But, what do you mean by "you need to have the .cfg files in your server folder." ?
                                          Mines are in the main folder, its not good ?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


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

                                          • Don't have an account? Register

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