[Release] Black ops II Mapvote for Zombies and Multiplayer
-
chacha18
New version has been pushed, everything work fine. Remeber you need to have the .cfg files in your server folder. -
chacha18
New version has been pushed, everything work fine. Remeber you need to have the .cfg files in your server folder.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 ? -
chacha18
You need this Server Config, inside this folders there gamesetings folder and inside this there all the gamemode files you can call. There no default files for the gamemode -
chacha18
You need this Server Config, inside this folders there gamesetings folder and inside this there all the gamemode files you can call. There no default files for the gamemodeSorex
that's what I have except GameSetting was in main/.
I tested again with putting everything at the right place.
Its better ! I was able to use the menu one time, the second time the server crashedโฆBut I'm on Linux/Wine, maybe it is the reason, my server used to crash once / twice a day those time...
-
chacha18
Can be wine, wine use a lot of CPU. You can ask on the forum if someone have any hint to host on linux in a better way.
I used windows and everything work fine -
chacha18
Can be wine, wine use a lot of CPU. You can ask on the forum if someone have any hint to host on linux in a better way.
I used windows and everything work fineYes.. A lot is even not enough to describe how much it consumes
Thats annoying .. But virtualized windows consume more RAM, so I had to make a choice... ! -
Nice to see this is complete. Is it possible for you to make a zombies version in a similar way?
-
JezuzLizard Yes it is possibile, make it when game start is easier but make when the game end is a little bit harder. But i will make it
-
hi i put your mod on my server for now all working good but i have aonly one problem when exemple we vote hijacked the server will put an other map why ? here is my sv_maprotation "exec tdm.cfg map mp_nuketown_2020 map mp_la map mp_dockside map mp_carrier map mp_drone map mp_express map mp_hijacked map mp_meltdown map mp_overflow map mp_nightclub map mp_raid map mp_slums map mp_village map mp_turbine map mp_socotra"
i need to put only one map in ?
-
TTV_WIZEQC Yes, you have to put only one map. My bad. I did not make this step on the video and i did not added this on the guide. Now i add this information.
-
New Update
I made a big update, I recommend anyone who was using my mapvote to upgrade to the new version. I fixied some issues and optimizied the code. I added the Mapselection. In case of testing you can use map selection to change the map. I find mapselection very useful when testing things on specific maps.
I am doing this replay to highlight the new update and that if any bugs occur it would be very helpful to report the issue under this post. Unfortunately, I don't have the opportunity to test it sufficiently.
Thanks for reading -
Sorex Really nice mod ! I have 2 questions :
- Is it possible to use the mapvote offline, I mean with bots but not on server ?
- I downloaded the Server config folder but I don't have the maps/mp/... folder in data. How to have it ?
-
- Probably can be used also offline, i did not test it on private match. Is server sided dedicated
- Create the folder, if you don't have it just create the missing folders
-
the map vote does not work, well it does but every time i add it it gives me a blue screen on the maps. doesn't show the maps AT all..
-
the map vote does not work, well it does but every time i add it it gives me a blue screen on the maps. doesn't show the maps AT all..
Scripto I'm having the same issue here.
-
I am having problems with the latest version, every time I choose a map it always rotates to the map cargo, and the map images don't show up so I don't actually know what I am choosing, there are just 3 empty boxes...
-
Also, I don't have a main/ folder, is this a bad thing?
I downloaded the Server Config Sorex sent to chacha18 and I already have the dedicated files found in main/ on my t6r/ folder. -
Black ops II Mapvote for Zombies and Multiplayer
Developed by DoktorSAS
Special thanks to @ZECxR3ap3r & @JezuzLizard for their contributions to the development. Additional thanks to @John Kramer for image editing and birchy for the LUI starting point.
Introduction
This project, initiated in March 2020, enables players to vote for the next map and/or game mode in upcoming matches. The project does not provide compiled files; if needed, compile the file using the gsc-tool.
Black Ops II: multiplayer
How to setup the mapvote step by step
-
Compile the Script:
Compile themapvote.gsc
file using a GSC Compiler. This step is not required if you are working with the plutonium client. -
Place the Compiled File:
Copy the compiled file into your directory%localappdata%\Plutonium\storage\t6\scripts\mp\
. -
Configure Server File:
Copy the content ofmapvote.cfg
into your server configuration file (e.g.,server.cfg
,dedicated_mp.cfg
,dedicated.cfg
, etc.) that manages the Multiplayer server. -
Edit Dvars for Aesthetic Parameters:
- Set the Dvar
mv_maps
to specify the maps shown in the mapvote. For example:set mv_maps "mp_studio mp_nuketown_2020 mp_carrier mp_drone mp_slums"
- Set the Dvar
mv_enable
to 1 to activate the mapvote on your Multiplayer server. - For random gametypes, set the Dvar
mv_gametypes
specifying the gametype ID (dm, war, sd, etc.) and the file to run if necessary. For example:set mv_gametypes "[email protected] [email protected]"
- Set the Dvar
-
(Plutonium ONLY) LUI UI with mod support:
- Take the content of the folder
T6Mapvote
and place it in your folder%localappdata%\Plutonium\storage\t6\mods\
- Set the dvar
fs_game
in your server configuration file (e.g.,server.cfg
,dedicated_zm.cfg
,dedicated.cfg
, etc.) - Set the dvar
mv_lui
to in your server configuration file (e.g.,server.cfg
,dedicated_zm.cfg
,dedicated.cfg
, etc.)
- Take the content of the folder
-
Run the Server:
Start the server and immerse yourself in the map voting experience. You're done!
Settings: dvars
Dvar Default Value Description mv_enable
1 Enable/Disable the mapvote (1 for enable, 0 for disable). mv_maps
"" List of maps that can be voted on the mapvote; leave empty for all maps. mv_time
20 Time (in seconds) allotted for voting. mv_credits
1 Enable/Disable credits of the mod creator. mv_socialname
"SocialName" Name of the server's social platform (Discord, Twitter, Website, etc.). mv_sentence
"Thanks for playing" Thankful sentence displayed. mv_votecolor
"5" Color of the vote number. mv_arrowcolor
"white" RGB color of the arrows. mv_selectcolor
"lighgreen" RGB color when a map gets voted. mv_backgroundcolor
"grey" RGB color of the map background. mv_blur
"3" Blur effect power. mv_gametypes
"" Dvar to have multiple gametypes with different maps. Specify gametype IDs and associated files. mv_extramaps
0 Enable 6 maps mapvote when set to 1. mv_allowchangevote
1 Enable/Disable the possibility to change vote while the time is still running (1 for enable, 0 for disable). mv_randomoption
1 If set to 1 it will not display which map and which gametype the last option will be (Random) mv_minplayerstovote
1 Set the minimum number of players required to start the mapvote mv_lui
1 If set to 1 it will use the LUA/LUI ui interface (It required the mod support and the lua files) Black ops II: zombies
How to setup the mapvote step by step
-
Compile the Script:
Compile themapvote.gsc
file using a GSC Compiler. This step is not required if you are working with the plutonium client. -
Place the Compiled File:
Copy the file into your directory%localappdata%\Plutonium\storage\t6\scripts\zm\
. -
Configure Server File:
Copy the content ofmapvote.cfg
into your server configuration file (e.g.,server.cfg
,dedicated_zm.cfg
,dedicated.cfg
, etc.) that manages the Zombies server. -
Edit Dvars on your configuration file:
- Set the Dvar
mv_maps
to specify the maps shown in the mapvote. For example:set mv_maps "zm_tomb zm_buried zm_town zm_busdepot zm_farm zm_transit zm_prison zm_highrise zm_nuked"
- Set the Dvar
mv_enable
to 1 to activate the mapvote on your Zombies server.
- Set the Dvar
-
Run the Server:
Start the server and enjoy the map voting experience. You're done!
Download
It is possbile to download either the source code or the released code. The source code is not fully test and could run into issue that need to be reported while the release is tested code that could have some bug not fixed but working as intended.
I highly recommend using the unreleased version and keeping it up to date for implementing features and patching reported bugs.
The following buttons will direct you to the corresponding pages:Sorex can i use it in custom games?
-
-
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
-
That's what happens when i set the mv_enable dvar to 0.