added cfg

This commit is contained in:
2025-09-04 16:28:32 +02:00
commit 73f1f0ea28
41 changed files with 1857 additions and 0 deletions

26
gamemode_deathmatch_tmm.cfg Executable file
View File

@@ -0,0 +1,26 @@
// TEAM DEATHMATCH
// Base mode: gamemode_deathmatch.cfg
//
// * Killing enemies is worth team victory points
// * Killing enemies with the DM bonus weapon awards additional victory points
// * The team with the most victory points at the end of the time limit wins.
mp_dm_teammode 2
mp_dm_teammode_kill_score 1
mp_dm_teammode_bonus_score 1
// Use casual rules for boosting teammates
mp_solid_teammates 2
// first team to 100 points will win
mp_fraglimit 100
// Competitive rules for chat -- encourage team communication
sv_talk_enemy_living 0
sv_talk_enemy_dead 0
sv_deadtalk 1
// Add warmup to wait for players to connect, since this is a team mode
mp_warmuptime 65
sv_gameinstructor_enable 0