Key Features:
- Supports all base maps and gamemodes
- Supports custom maps and gamemodes
- You can choose how many options you want on screen
- Ability to restrict certain modes from being played on certain maps
- MW3 Style Design with Simple UI
- Only works for dedicated servers
- Makes use of custom dvars
- The map vote system will check and remove any duplicates
- If the user sets up the dvars incorrectly it will revert to default settings
- People who join late while voting is in progress, will still be able to vote
- Supports both Mouse & Keyboard as well as Controller
Buttons
Scroll Up - Shoot or Dpad Up or W
Scroll Down - Aim or Dpad Down or S
Vote - Jump button
DVARS - Copy & Paste these into your server.cfg to change defaults (optional)
set mapvote_maps "mp_alpha,mp_bootleg,mp_bravo,mp_carbon,mp_dome,mp_exchange,mp_hardhat,mp_interchange,mp_lambeth,mp_mogadishu,mp_paris,mp_plaza2,mp_radar,mp_seatown,mp_underground,mp_village,mp_terminal_cls,mp_rust,mp_highrise,mp_italy,mp_park,mp_overwatch,mp_morningwood,mp_meteora,mp_cement,mp_qadeem,mp_shipbreaker,mp_roughneck,mp_moab,mp_boardwalk,mp_nola,mp_favela,mp_nuked,mp_nightshift,mp_aground_ss,mp_courtyard_ss,mp_restrepo_ss,mp_hillside_ss,mp_crosswalk_ss,mp_burn_ss,mp_six_ss"
set mapvote_modes "TDM_default,DOM_default,KC_default"
set mapvote_customMaps ""
set mapvote_timer "30"
set mapvote_optionsCount "6" //Between 2 - 6
set mapvote_faceoff_modes "" //If you want the faceoff maps to only have certain modes like FFA or One in the Chamber. (Does not need to be added to "mapvote_modes")
set mapvote_restricted_maps "" //A lot of custom maps don't work with certain modes. Put the maps you want to restrict gamemodes for here.
set mapvote_restricted_modes "" //These gamemodes must be in "mapvote_modes" as well. These gamemodes will NOT be added for voting on the restricted maps
IMPORTANT: Any maps you add outside of the IW5-Pluto base maps, go inside the mapvote_customMaps dvar. Each map must be followed by a comma as shown above! No spaces!
Base gamemode names incase you need it
"KC_default"// Kill Confirmed
"CTF_default"// Capture The Flag
"DD_default"// Demolition
"FFA_default"// Free For All
"DOM_default"// Domination
"GG_default"// Gun Game
"INF_default"// Infected
"HQ_default"// Headquarters Pro
"SAB_default"// Sabotage
"SD_default"// Search And Destroy
"TDM_default"// Team Deathmatch
"DZ_default"// Drop Zone
"TJ_default"// Team Juggernaut
"JUG_default"// Juggernaut
"TDEF_default"// Team Defender
"OIC_default"//One In The Chamber
IMPORTANT: The download goes inside AppData\Local\Plutonium\storage\iw5\IW5_MapVote.iwd
Credits:
Birchy - I used his outdated mw3 mapvote as a base