[Release] Black ops II Mapvote for Zombies and Multiplayer
-
@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'ssetDvar("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.
-
your script is crashing me, is there a solution?
it crashes with the controller. and I don't have the RAID image
-
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.
-
Version 4.0.0 fails to load with latest Plutonium r2798
-
TacTicToe Where did you put the file?
-
-
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
-
I assume this means it is enabled.
-
TacTicToe Yes, then should work as intended if files are in the correct folder and is enable
-
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.
-
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
-
It is located here:
C:\Users\Administrator\AppData\Local\Plutonium\storage\t6\scripts\mp
[0_1646339152241_mapvote.gsc](Uploading 100%)
The gsc came from github posted in the OP of this thread. I have not modified anything.
-
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?
-
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.
-
Black ops II Mapvote for Zombies and Multiplayer
From now on the current forum post will keep updated the code for the mapvote for both Multiplayer mode and Zombies mode. Version indicates the release version of both versions of mapvote. Official mapvote versions are written in their respective main.gsc files.
- Multiplayer v1.0.2
- 1.0.0:
- 3 maps support
- Credits, sentence and social on bottom left
- Simple keyboard and controller button support
- Better dvar organization
- Code optimization
- Reduce sharder variables to allow other mods to work as intended - 1.0.1:
- Fixed client crash issue
- mv_gametypes added to set g_gametype before map change - 1.0.2:
- mv_gametypes now support also custom cfg files
- 1.0.0:
- Zombies v2.0.1
- 2.0.1:
- Ported new design
- Timer fixed
- Fixed UI animations
- Removed usless functions
- Fixed UI removing screen text
- Added animations during vote
- Fixed design issues
- 2.0.1:
- Multiplayer v1.0.2
-
I have a big problem. Want only tdm. first round is ok but the second round is FFA without scoreboard although on the mapvote every map was with TDM.
-
hello sorex I have a problem in zombies, what happens is that when I vote for the corresponding map the map loads in the console and in the game but that error comes out, I tried it without totally vanilla clientids and the same thing happens. what can cause this error
-
- Do you have all the .cfg in your server folder?
- Idk what do you mean with "totally vanilla clientids" you just have to compile the script and put it in your scripts folder named with a whatever name
-
umm I think that's it I don't have the cfg of the maps. How do I get it?