Skip to content

Commit 971fa67

Browse files
committed
fix(mge): updates default mge CFG for regular servers
1 parent cdb1e2d commit 971fa67

1 file changed

Lines changed: 37 additions & 35 deletions

File tree

variants/base/tf/cfg/mge.cfg

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
// MGE (My Gaming Edge) Configuration
2-
// Optimized for 1v1 and 2v2 training/dueling
3-
4-
5-
// Tournament mode settings
6-
mp_tournament 1
7-
mp_tournament_allow_non_admin_restart 0
8-
mp_tournament_prevent_team_switch_on_readyup 0
9-
mp_tournament_stopwatch 0
10-
mp_tournament_readymode 1
11-
12-
// Match settings for MGE
13-
mp_allowspectators 1
14-
mp_autoteambalance 0
15-
mp_teams_unbalance_limit 0
16-
mp_disable_respawn_times 1
17-
mp_respawnwavetime 1.0
18-
mp_fadetoblack 0
19-
mp_forcecamera 0
20-
mp_friendlyfire 0
21-
mp_footsteps 1
22-
mp_fraglimit 0
23-
mp_timelimit 0
24-
mp_winlimit 0
25-
mp_maxrounds 0
26-
mp_stalemate_enable 0
27-
mp_enableroundwaittime 1
28-
mp_bonusroundtime 5
29-
30-
// TF2 specific settings
1+
host_framerate 0
2+
sv_allow_votes 0
3+
sv_allow_wait_command 0
4+
sv_allowupload 0
5+
sv_alltalk 0
6+
sv_cheats 0
7+
sv_client_max_interp_ratio 5
8+
sv_client_min_interp_ratio 1
9+
sv_client_predict 1
10+
sv_consistency 1
11+
sv_gravity 800
12+
sv_maxcmdrate 66
13+
sv_maxrate 0
14+
sv_maxupdaterate 66
15+
sv_mincmdrate 66
16+
sv_minrate 20000
17+
sv_minupdaterate 66
18+
sv_pure 2
19+
sv_pure_kick_clients 1
20+
sv_restrict_aspect_ratio_fov 0
21+
sv_timeout 65
22+
sm_cvar spec_freeze_time 4
23+
tf_arena_first_blood 0
24+
tf_avoidteammates_pushaway 0
25+
tf_clamp_airducks 1
26+
tf_ctf_bonus_time 0
27+
tf_damage_disablespread 1
28+
tf_flag_caps_per_round 0
29+
tf_teamtalk 1
30+
tf_tournament_hide_domination_icons 1
31+
tf_use_fixed_weaponspreads 1
32+
tf_weapon_criticals 0
33+
tf_dropped_weapon_lifetime 0
3134
tf_preround_push_from_damage_enable 1
32-
tf_competitive_preround_duration 3
33-
tf_forced_holiday 0
34-
35-
36-
say "MGE Configuration Loaded - Ready for training!"
35+
tf_spawn_glows_duration 0
36+
tf_birthday_ball_chance 0
37+
tf_fall_damage_disablespread 1
38+
tf_enable_glows_after_respawn 0

0 commit comments

Comments
 (0)