Vemund

dm.cfg

Dec 17th, 2025 (edited)
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. bot_kick
  2. mp_autoteambalance 0 // Balance teams between rounds yes/no
  3. mp_limitteams 0 // Max diff in team size. Default 2. Disable at 0.
  4.  
  5. mp_team_intro_time 2 // Team intro at the beginning of the match
  6. mp_match_end_restart 1 // don't switch map after match is done
  7. mp_match_restart_delay 2 // Delay untill match restart
  8.  
  9. mp_freezetime 1 // Freeze at the beginning of round
  10. mp_round_restart_delay 0.5 // time after round is over untill next round starts
  11. mp_respawn_immunitytime 0 // immunity at start.
  12. mp_warmuptime 0
  13. mp_maxrounds 30
  14.  
  15. mp_free_armor 1
  16. mp_maxmoney 1337
  17. mp_startmoney 1337
  18.  
  19. mp_restartgame 1
  20.  
  21. sv_alltalk 1
  22.  
  23.  
  24. echo "### dm config ###"
  25. echo "bot_kick"
  26. echo "mp_autoteambalance 0 "
  27. echo "mp_limitteams 0"
  28. echo " "
  29. echo "mp_freezetime 2"
  30. echo "mp_respawn_immunitytime 0"
  31. echo "mp_warmuptime 0"
  32. echo "mp_maxrounds 30"
  33. echo " "
  34. echo "mp_free_armor 1"
  35. echo "mp_maxmoney 1337"
  36. echo "mp_startmoney 1337"
  37. echo " "
  38. echo "mp_restartgame 1"
  39. echo " "
  40. echo "sv_alltalk 1"
Advertisement