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 18.7k 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.
  • undefined Offline
    undefined Offline
    ox0badErr0r
    replied to Sorex on Sep 11, 2021, 2:39 AM last edited by
    #61

    Sorex can i use it in custom games?

    1 Reply Last reply
    0
    • undefined Offline
      undefined Offline
      Sorex Contributor
      wrote on Sep 11, 2021, 9:53 AM last edited by
      #62

      ox0badErr0r No, its made to be server side. To make it work you have to edit the gsc code. But at the moment the script is getting re-worked

      1 Reply Last reply
      0
      • undefined Offline
        undefined Offline
        LeonFull
        wrote on Sep 17, 2021, 6:05 AM last edited by
        #63

        That's what happens when i set the mv_enable dvar to 0.

        error.png

        1 Reply Last reply
        0
        • undefined Offline
          undefined Offline
          Sorex Contributor
          wrote on Sep 17, 2021, 10:07 AM last edited by Sorex Sep 17, 2021, 1:10 PM
          #64

          LeonFull Sorry my bad, i find an issue with a function and insteed of using

          maps\mp\gametypes\_globallogic_utils::registerpostroundevent(::mv_Begin);
          

          i used

          replaceFunc( maps\mp\gametypes\_killcam::finalkillcamwaiter, ::mv_finalkillcamwaiter);
          

          and i did not changed the code to make the mapvote get ignored.
          In a few minutes will be updated and fixed

          Updated, is on the same link of the 4.0.0 so press on this

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on Oct 12, 2021, 2:59 PM last edited by
            #65

            Hey Sorex, nice mod 🙂

            The maps vote work well overall but I'm having trouble to make it work throught multiple gametype.
            I have try to make it work with:

            • set sv_maprotation "map mp_nuketown_2020" and set mv_gametype "gun shrp dm sas" --> the game load as tdm and the mv_gametype does not work properly

            • set sv_maprotation "exec gun.cfg map mp_nuketown_2020" and set mv_gametype "gun shrp dm sas" --> while the gametype load correctly, the mv_gametype still does not work properly

            I tryed on my own to make some tweaks to the base .gsc (implementing random gametype with the dvar gametypes, adding it to votes manager and trying to add the gametype name to server ui, adding the winner vote gametype to setrotation) but i'm not really a good c++ programmer.

            Here is what i attempted to do :
            2021_10_12_16_47_00_Window.png

            Thanks in advance for any help you are able to provide.

            1 Reply Last reply
            1
            • undefined Offline
              undefined Offline
              Sorex Contributor
              wrote on Oct 12, 2021, 3:11 PM last edited by
              #66

              @eryzon
              You are right, that "mv_gametype" is not a real gametype support. In fact it was made to be edited directly from the gsc code.
              The dvar "mv_gametype" represents the file to run before the map changes. Actually to do what you need you just have to edit the mapvote code and set the dvar to the name of the file plus its extension.
              In gsc it's setDvar("mv_gametype", "gun.cfg"), unfortunately I've never dedicated myself to a system integrated to mapvote but I left the possibility to make others do it either internally in my code or from an external script.

              To show the gametype on the mapvote you have to modify the mapvote script itself.

              1 Reply Last reply
              0
              • undefined Offline
                undefined Offline
                Chatmalhaut
                wrote on Jan 14, 2022, 11:46 PM last edited by Chatmalhaut Jan 15, 2022, 2:23 AM
                #67

                your script is crashing me, is there a solution?

                it crashes with the controller. and I don't have the RAID image

                1 Reply Last reply
                0
                • undefined Offline
                  undefined Offline
                  TheSecretDane
                  wrote on Jan 24, 2022, 2:40 AM last edited by
                  #68

                  To add to the comment above. Works fine with k+m, but with controller it crashes. Otherwise its great - its only a matter of pressing a keyboard key during final killcam.

                  1 Reply Last reply
                  0
                  • undefined Offline
                    undefined Offline
                    TacTicToe
                    wrote on Feb 25, 2022, 7:35 PM last edited by
                    #69

                    Version 4.0.0 fails to load with latest Plutonium r2798

                    1 Reply Last reply
                    0
                    • undefined Offline
                      undefined Offline
                      Sorex Contributor
                      wrote on Feb 25, 2022, 9:02 PM last edited by
                      #70

                      TacTicToe Where did you put the file?

                      undefined 1 Reply Last reply Feb 26, 2022, 9:51 AM
                      0
                      • undefined Offline
                        undefined Offline
                        TacTicToe
                        replied to Sorex on Feb 26, 2022, 9:51 AM last edited by
                        #71

                        Sorex mapvote.jpg

                        1 Reply Last reply
                        0
                        • undefined Offline
                          undefined Offline
                          Sorex Contributor
                          wrote on Feb 26, 2022, 11:57 AM last edited by
                          #72

                          TacTicToe i hope you enable the mapvote in your cfg file. Because if you don't get any error from the gsc then it mean you did not enable it

                          1 Reply Last reply
                          0
                          • undefined Offline
                            undefined Offline
                            TacTicToe
                            wrote on Mar 3, 2022, 7:46 AM last edited by
                            #73

                            servercfg.jpg

                            I assume this means it is enabled.

                            1 Reply Last reply
                            0
                            • undefined Offline
                              undefined Offline
                              Sorex Contributor
                              wrote on Mar 3, 2022, 11:44 AM last edited by
                              #74

                              TacTicToe Yes, then should work as intended if files are in the correct folder and is enable

                              undefined 1 Reply Last reply Mar 3, 2022, 6:05 PM
                              0
                              • undefined Offline
                                undefined Offline
                                TacTicToe
                                replied to Sorex on Mar 3, 2022, 6:05 PM last edited by
                                #75

                                Sorex error.jpg

                                You can see in the screenshot above the script is in the right folder. It is enabled, however it does not load.

                                See attached.

                                Running latest Win2019 Server if the OS makes a difference, tho it shouldnt.

                                1 Reply Last reply
                                0
                                • undefined Offline
                                  undefined Offline
                                  Sorex Contributor
                                  wrote on Mar 3, 2022, 6:58 PM last edited by
                                  #76

                                  TacTicToe show where you located the script. If don't load its because its in the wrong folder, or is empty, or is not a gsc

                                  undefined 1 Reply Last reply Mar 3, 2022, 8:27 PM
                                  0
                                  • undefined Offline
                                    undefined Offline
                                    TacTicToe
                                    replied to Sorex on Mar 3, 2022, 8:27 PM last edited by
                                    #77

                                    Sorex

                                    It is located here:

                                    C:\Users\Administrator\AppData\Local\Plutonium\storage\t6\scripts\mp

                                    mapvote.jpg

                                    [0_1646339152241_mapvote.gsc](Uploading 100%)

                                    The gsc came from github posted in the OP of this thread. I have not modified anything.

                                    1 Reply Last reply
                                    0
                                    • undefined Offline
                                      undefined Offline
                                      TacTicToe
                                      wrote on Mar 8, 2022, 8:22 AM last edited by
                                      #78

                                      Ok, got it working. Seems to make it work you have to not be a noob and compile it first. Duh!!

                                      Any news on the 5 map option?

                                      1 Reply Last reply
                                      0
                                      • undefined Offline
                                        undefined Offline
                                        Sorex Contributor
                                        wrote on Mar 8, 2022, 9:40 AM last edited by
                                        #79

                                        TacTicToe I don't have much motivation to contiunate honestly. I'm looking for ways to keep my server costs down so I'm giving priority to that.

                                        ? 1 Reply Last reply Mar 10, 2022, 2:06 AM
                                        0
                                        • ? Offline
                                          ? Offline
                                          A Former User
                                          replied to Sorex on Mar 10, 2022, 2:06 AM last edited by
                                          #80

                                          Sorex What are the current specs of your current machine and how many servers are you hosting?

                                          1 Reply Last reply
                                          0

                                          • 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