-
Notifications
You must be signed in to change notification settings - Fork 4
/
mp_config.cfg
23 lines (23 loc) · 1.9 KB
/
mp_config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//////////////////////////////////////////////////////////////////
// Black ops III Multiplayer mapvote //
// Developed by @DoktorSAS //
// Copy the content of this file into your server cfg file //
// then complete mv_maps with the list of maps you want to //
// be voted in your server. //
//////////////////////////////////////////////////////////////////
set mv_enable 1 // Enable/Disable the mapvote
set mv_maps "" // Lits of maps that can be voted on the mapvote, leave empty for all maps
set mv_excludedmaps "" // Lis of maps you don't want to show in the mapvote
set mv_time 20 // Time to vote
set mv_credits 1 // Enable/Disable credits of the mod creator
set mv_socialname "Discord" // Name of the server social such as Discord, Twitter, Website, etc
set mv_sociallink "discord.gg/^3xlabs^7" // Add your social link
set mv_sentence "Thanks for playing" // Thankfull sentence
set mv_votecolor "5" // Color of the Vote Number
set mv_arrowcolor "white" // RGB Color of the arrows
set mv_selectcolor "lighgreen" // RGB Color when map get voted
set mv_backgroundcolor "grey" // RGB Color of map background
set mv_blur "3" // Blur effect power
set mv_gametypes "tdm;tdm.cfg" // This dvar can be used to have multiple gametypes with different maps, with this dvar you can load gamemode
set mv_extramaps "0" // Enable 6 maps mapvote when set to 1
set mv_minplayers 4 // Minimum players that must be on the server for map voting to be activated. Default 4