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 19.9k 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.
  • Ghost420_undefined Offline
    Ghost420_undefined Offline
    Ghost420_
    replied to Sorex on last edited by
    #104

    Sorex
    Thanks for the answer.. i was busy..
    the screenshot of what..?
    my problem is that it starts in "freeforall", it is not visual..
    I have the server in bo2MP..
    the solution that you provide me _"WAR WAR" .. did not help me .. when changing the map it is set to "freeforall" ..

    1 Reply Last reply
    0
    • Ghost420_undefined Offline
      Ghost420_undefined Offline
      Ghost420_
      replied to Sorex on last edited by Ghost420_
      #105

      Sorex !plutonium-bootstrapper-win32_2022_09_07_21_31_53_815.jpg

      that dvar was configured .. I just deleted it to put it here .. πŸ˜ƒ I tried several configurations there ..

      Sorexundefined 1 Reply Last reply
      0
      • Sorexundefined Offline
        Sorexundefined Offline
        Sorex Contributor
        replied to Ghost420_ on last edited by
        #106

        @CamouflageLvCat
        If start on free for all it mean that the issue is on your sv_maprotation if you execute dm.cfg it will start on ffa. The mapvote will not change the first gamemode.

        set the sv_maprotation to something like "exec war.cfg map mp_carriere" for exemple

        Ghost420_undefined 1 Reply Last reply
        1
        • Ghost420_undefined Offline
          Ghost420_undefined Offline
          Ghost420_
          replied to Sorex on last edited by
          #107

          Sorex hey .. thanks for your support brother .. but .. it's weird .. because I have like this .. I mean "war" .it doesn't exist .. I have "tdm" and for freforall .."dm"
          this is my map rotation..
          sv_maprotation "exec tdm.cfg map mp_nuketown_2020 map mp_hijacked map mp_raid"

          2022-09-08 06_39_08-C__Users_Windows8.1_AppData_Local_Plutonium_storage_t6_gamesettings.jpg

          Sorexundefined 1 Reply Last reply
          0
          • Sorexundefined Offline
            Sorexundefined Offline
            Sorex Contributor
            replied to Ghost420_ on last edited by
            #108

            @CamouflageLvCat
            Then "exec tdm.cfg map mp_nuketown_2020" its fine. You don't need anything else. If the server start with another gamemode its not mapvote issue is your issue.

            If you keep have the issue ask on public chat on the discord or make a forum post related to that.

            Ghost420_undefined 1 Reply Last reply
            1
            • Ghost420_undefined Offline
              Ghost420_undefined Offline
              Ghost420_
              replied to Sorex on last edited by Ghost420_
              #109

              Sorex great friend! i followed your logic but with my cfg filenames... and it worked.. i just typed "tdm tdm"

              only that "invalid" appears where it should say "teamdeathmatch"

              plutonium-bootstrapper-win32_2022_09_08_07_08_57_694.jpg

              Sorexundefined 1 Reply Last reply
              1
              • Sorexundefined Offline
                Sorexundefined Offline
                Sorex Contributor
                replied to Ghost420_ on last edited by
                #110

                @CamouflageLvCat
                Because tdm is not a g_gametype valid name you need to have war for tdm. g_gametype don't need to match your .cfg files

                Ghost420_undefined 1 Reply Last reply
                0
                • Ghost420_undefined Offline
                  Ghost420_undefined Offline
                  Ghost420_
                  replied to Sorex on last edited by
                  #111

                  Sorex The truth is that it works well this way.. I'm going to try some things and if it continues like this, it doesn't matter.. it performs the function perfectly.. thank you very much sir..

                  1 Reply Last reply
                  0
                  • Ghost420_undefined Offline
                    Ghost420_undefined Offline
                    Ghost420_
                    replied to hindercanrun on last edited by
                    #112

                    hindercanrun
                    thank you very much for your answer πŸ˜ƒ .. if it was on the desktop πŸ˜ƒ

                    1 Reply Last reply
                    0
                    • Shinaiiundefined Offline
                      Shinaiiundefined Offline
                      Shinaii Contributor
                      wrote on last edited by
                      #113

                      Maybe i am just confused due to lack of sleep but my mv_gametypes looks something like this right now for my Party mode Server

                      set mv_gametypes "gun;gun.cfg oic;oic.cfg sas;sas.cfg shrp;shrp.cfg"
                      

                      For some reason it just has Gungame in Rotation but when i do something like this

                      set mv_gametypes "war;gun.cfg war;oic.cfg war;sas.cfg war;shrp.cfg"
                      

                      Everything shows as Invalid (Expected TDM in Mapvote) but with rotation of Gungame, One in the Chamber etc.

                      So Basically its loading all Gamemodes in a rotation.

                      Can anyone maybe explain me the logic behind the Gametype rotation with specific Config file? because i can't get it running with it.

                      Sorexundefined 1 Reply Last reply
                      0
                      • Sorexundefined Offline
                        Sorexundefined Offline
                        Sorex Contributor
                        replied to Shinaii on last edited by Sorex
                        #114

                        Shinaii

                        The gametype things is a little bit complicated. I'll probably work on an update to make it easier to understand.

                        If you use the version in releases the ';' it the symbol to split g_gametypes and his respective file. In the source code version there is an error that i need to fix. I use the '@' symbol to split the dvar but the ui still use the ';' symbol.
                        What happened problably is caused by an error on the code.

                        I'll take a look into it and patch it.

                        Update

                        Now the symbol used to split gametype is the ';'. Everything should work fine. Download the mod from the github and not the release section.
                        Test the code and let me know if you find any other issues to patch.

                        Shinaiiundefined 1 Reply Last reply
                        0
                        • Shinaiiundefined Offline
                          Shinaiiundefined Offline
                          Shinaii Contributor
                          replied to Sorex on last edited by Shinaii
                          #115

                          Sorex So i tested the Code a little and the biggest problem now is that it basically says what mode could be voted for but for some reason the sv_maprotation overrides it now and puts up the config that is in exec.

                          Plus after the first vote its stuck, so i choose for a test Downhill - TDM no matter what i vote after wards it stays Downhill but not TDM its stuck on Free for all but the scoreboard is broken

                          Bild Text

                          And to end all of it Mode Rotation still doesn't work its only TDM even tho i've put several Modes down.

                          Sorexundefined 1 Reply Last reply
                          0
                          • Sorexundefined Offline
                            Sorexundefined Offline
                            Sorex Contributor
                            replied to Shinaii on last edited by Sorex
                            #116

                            Shinaii dm me on discord/twitter or join my discord server
                            Discord: DoktorSAS#1141
                            Twitter: DoktorSAS

                            Note:
                            I can't reproduce your issue. Could be something wrong in your code.

                            Shinaiiundefined 1 Reply Last reply
                            0
                            • Shinaiiundefined Offline
                              Shinaiiundefined Offline
                              Shinaii Contributor
                              replied to Sorex on last edited by
                              #117

                              Sorex I've added you

                              Sorexundefined 1 Reply Last reply
                              0
                              • Sorexundefined Offline
                                Sorexundefined Offline
                                Sorex Contributor
                                replied to Shinaii on last edited by
                                #118

                                Shinaii
                                I have 46 unaccepted request whats your username?

                                Shinaiiundefined 1 Reply Last reply
                                0
                                • Shinaiiundefined Offline
                                  Shinaiiundefined Offline
                                  Shinaii Contributor
                                  replied to Sorex on last edited by
                                  #119

                                  Sorex Same as here. I'll write you if you don't have blocked DM's with Mutual Servers.

                                  1 Reply Last reply
                                  0
                                  • Ghost420_undefined Offline
                                    Ghost420_undefined Offline
                                    Ghost420_
                                    replied to Sorex on last edited by
                                    #120
                                    This post is deleted!
                                    1 Reply Last reply
                                    0
                                    • Ghost420_undefined Offline
                                      Ghost420_undefined Offline
                                      Ghost420_
                                      replied to Sorex on last edited by
                                      #121
                                      This post is deleted!
                                      hindercanrunundefined 1 Reply Last reply
                                      0
                                      • hindercanrunundefined Offline
                                        hindercanrunundefined Offline
                                        hindercanrun
                                        replied to Ghost420_ on last edited by hindercanrun
                                        #122

                                        @CamouflageLvCat maybe don’t post your email here
                                        and somewhere safe like discord dms

                                        Ghost420_undefined 2 Replies Last reply
                                        0
                                        • Ghost420_undefined Offline
                                          Ghost420_undefined Offline
                                          Ghost420_
                                          replied to hindercanrun on last edited by
                                          #123

                                          hindercanrun yes .. it was published .. in the same way thanks ..

                                          1 Reply Last reply
                                          0

                                          • 1
                                          • 2
                                          • 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