Guest User

Untitled

a guest
Apr 9th, 2021
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. // WarMod [BFG] - Default Ruleset Config
  2. // Created via [BFG] WarMod for Warmod v20.07.15.1214
  3. // Exec global config
  4. exec warmod/ruleset_global.cfg
  5.  
  6. // Change Default commands
  7. wm_match_config "warmod/ruleset_default.cfg" //Sets the match config to load on Live on 3
  8. mp_maxrounds "30" //max number of rounds to play before server changes maps
  9. mp_match_can_clinch "1" //Can a team clinch and end the match by being so far ahead that the other team has no way to catching up?
  10. mp_overtime_enable "1" //If a match ends in a tie, use overtime rules to determine winner
  11. mp_overtime_maxrounds "6" //When overtime is enabled play additional rounds to determine winner
  12. mp_overtime_startmoney "10000" //Money assigned to all players at start of every overtime half
  13. mp_startmoney "800" //amount of money each player gets when they reset
  14. mp_roundtime "1.92" //How many minutes each round takes
  15. mp_roundtime_defuse "1.92" //How many minutes each round of Bomb Defuse takes. If 0 then use mp_roundtime instead
  16. wm_round_money "1" //Enable or disable a client's team mates money to be displayed at the start of a round (to him only)
  17.  
  18. say WarMod [BFG] Default Match Config Loaded
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. // WarMod [BFG] - Global Ruleset Config
  26. // Created via [BFG] WarMod v20.07.15.1214
  27. // This config is executed by all other rulesets
  28. // It holds the majority of commands, so that each ruleset can use as a base configuration
  29. //Remove prac commands
  30.  
  31. sv_infinite_ammo "0" //Players active weapon will never run out of ammo. If set to 2 then player has infinite total ammo but still has to reload the weapon
  32. sv_showimpacts "0" //Shows client (red) and server (blue) bullet impact point (1=both, 2=client-only, 3=server-only)
  33. sv_cheats "0" //Allow cheats on server (cheat console commands not hacks)
  34.  
  35. // WarMod Multiplayer
  36.  
  37. wm_active "1" //Enable or disable WarMod as active
  38. wm_max_players "10" //Sets the maximum players allowed on both teams combined, others will be forced to spectator (0 = unlimited)
  39. wm_round_money "1" //Enable or disable a client's team mates money to be displayed at the start of a round (to him only)
  40. wm_min_ready "10" //Sets the minimum required ready players to Live on 3
  41. wm_ingame_scores "1" //Enable or disable ingame scores to be showed at the end of each round
  42. wm_lock_teams "1" //Enable or disable locked teams when a match is running
  43. tv_enable "1" //GOTV enabled?
  44. wm_auto_record "1" //Enable or disable auto SourceTV demo record on Live on 3
  45.  
  46. //Damage Printer
  47. wm_damageprint_auto_color "1" //Whether colors are automatically inserted for damage values, changing depending on if the damage resulted in a kill
  48. wm_damageprint_enabled "0" //Whether to enabled damage print to client on round end
  49. wm_damageprint_format "--> ({DMG_TO} dmg / {HITS_TO} hits) to ({DMG_FROM} dmg / {HITS_FROM} hits) from {NAME} ({HEALTH} HP)" //Format of the damage output string. Avaliable tags are in the default, color tags such as {LIGHT_RED} and {GREEN} also work.
  50. //WarMod Knife
  51. wm_auto_knife "1" //Enable or disable the knife round before going live
  52. wm_knife_auto_start "0" //Enable or disable after knife round to be forced lived
  53. wm_knife_hegrenade "0" //Enable or disable giving a player a hegrenade on Knife on 3
  54. wm_knife_flashbang "0" //Sets how many flashbangs to give a player on Knife on 3
  55. wm_knife_smokegrenade "0" //Enable or disable giving a player a smokegrenade on Knife on 3
  56. wm_knife_zeus "0" //Enable or disable giving a player a zeus on Knife on 3
  57. wm_knife_armor "1" //Enable or disable giving a player Armor on Knife on 3
  58. wm_knife_helmet "0" //Enable or disable giving a player a Helmet on Knife on 3 [requires armor active]
  59. wm_name_fix "0" //Fix name swap after knife round
  60.  
  61. //WarMod Pause
  62.  
  63. sv_pausable "1" //Is the server pausable
  64. wm_auto_pause "1" //Will pause server if team players equals less than half of wm_max_players: 0 = off, 1 = on
  65. wm_pause_confirm "0" //Wait for other team to confirm pause: 0 = off, 1 = on
  66. wm_unpause_confirm "1" //Wait for other team to confirm unpause: 0 = off, 1 = on
  67. wm_auto_unpause "1" //Sets auto unpause: 0 = off, 1 = on
  68. wm_auto_unpause_delay "180" //Sets the seconds to wait before auto unpause
  69. wm_pause_limit "5" //Sets max pause count per team per half
  70.  
  71. // WarMod Misc
  72.  
  73. wm_show_info "1" //Enable or disable the display of the Ready System to players
  74. wm_rcon_only "0" //Enable or disable admin commands to be only executed via RCON or console
  75. wm_require_names "0" //Enable or disable the requirement of set team names for lo3
  76. wm_require_logos "0" //Enable or disable the requirement of set team logos for lo3
  77. wm_logos_menu_only "0" //Set to use the Menu only for Logo Selection
  78. wm_random_team_names "0" //Enable or disable the random set of a pro team name for the match
  79. wm_auto_ready "1" //Enable or disable the ready system being automatically enabled on map change
  80.  
  81. // WarMod Ban
  82.  
  83. wm_ban_on_disconnect "0" //Enable or disable players banned on disconnect if match is live
  84. wm_ban_percentage "0.75" //Percentage of wm_max_players that will be banned on disconnect
  85.  
  86. // Warmod Veto
  87.  
  88. wm_veto "1" //Veto Style: 0 = off, 1 = Bo1, 2 = Bo2, 3 = Bo3, 5 = Bo5
  89. wm_veto_knife "1" //Requires a knife round to determine who votes first: 0 = off, 1 = on
  90. wm_veto_bo3 "0" //Veto Style: 0 = Normal, 1 = New
  91. wm_veto_random "0" //After the vetoing is done, will a map be picked at random?
  92. wm_veto_select "1" //On last two maps of Veto Bo1 will it be select map to play: 0 = No, 1 = Yes
  93. wm_captain_from_file "0" //Get team captains from file? 0 = No, 1 = Yes
  94. wm_pugsetup_maplist_file "warmod/veto_maps_list.txt" //Veto Map List to read from. Located in cfg folder
  95. wm_pugsetup_randomize_maps "1" //When maps are shown in the map vote/veto, should their order be randomized?
  96.  
  97.  
  98. exec gamemode_competitive_server.cfg
Advertisement
Add Comment
Please, Sign In to add comment