/PlutoniumT6Mapvote

Plutonium T6 Zombies and Multiplayer mapvote

Primary LanguageGSCGNU General Public License v3.0GPL-3.0

Plutonium: Black ops II Mapvote

Developed by @DoktorSAS

Special thanks to @ZECxR3ap3r & @JezuzLizard for the development Special thanks to @John Kramer for the images photo edit

Zombies

Preview

Requirements

  • The script can only run on Server, It will not work in private games.
  • Server must be hosted on Plutonium client, the script works only on Plutonium client.

How to setup the mapvote step by step

  1. Compile the file mapvote.gsc with a GSC Compiler.
  2. Copy the Compiled file in your Directory %localappdata%\Plutonium\storage\t6\scripts\zm\
  3. Copy the Content of the mapvote.cfg in your .cfg (Exemple: server.cfg, dedicated_zm.cfg, dedicated.cfg, etc ) file that manages the Server.
  4. Edit the Dvars to setup the Server, many Dvars are only for Aesthetic Parameters.
    • set the Dvar mv_maps to decide the maps that will be shown in mapvote, Example:
      • set mv_maps "zm_tomb zm_buried zm_town zm_busdepot zm_farm zm_transit zm_prison zm_highrises zm_nuked"
    • set the dvar mv_enable to 1 if you want have it active on your server.
  5. Run the Server and have fun. Done!

Multiplayer

Preview

Requirements

  • The script can only run on Server, It will not work in private games.
  • Server must be hosted on Plutonium client, the script works only on Plutonium client.

How to setup the mapvote step by step

  1. Compile the file mapvote.gsc with a GSC Compiler.
  2. Copy the Compiled file in your Directory %localappdata%\Plutonium\storage\t6\scripts\mp\
  3. Copy the Content of the mapvote.cfg in your .cfg (Exemple: server.cfg, dedicated_mp.cfg, dedicated.cfg, etc ) file that manages the Server.
  4. Edit the Dvars to setup the Server, many Dvars are only for Aesthetic Parameters.
    • set the Dvar mv_maps to decide the maps that will be shown in mapvote, Example:
      • set mv_maps "mp_studio mp_nuketown_2020 mp_carrier mp_drone mp_slums"
    • set the dvar mv_enable to 1 if you want have it active on your server.
    • If you want random gametypes you have to set the dvar mp_gametypes specifying the gametype id (dm, war, sd, etc) and the file to run if necessary. Exemple:
      • set mv_gametypes "dm;freeforall.cfg war;mycustomtdm.cfg"
  5. Run the Server and have fun. Done!