Skip to content

Commit

Permalink
Update ctf.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
BLooD-DoG authored Apr 20, 2024
1 parent 1ba3106 commit bb9ab2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sv-configs/ktx/configs/usermodes/matchless/ctf.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//loaded when k_use_matchless_dir = 2 and k_matchless = 1
samelevel 0
set k_mode 4
set k_matchless_countdown 0
set k_matchless_countdown 1
set k_pow_min_players 4
set k_pow_check_time 10
set k_no_vote_map 0
Expand All @@ -14,7 +14,8 @@ set k_admins 1
watervis 1 // turn on watervis for CTF
k_ctf_runes 1 // allow runes
k_ctf_hook 1 // allow hook
k_ctf_based_spawn 0 //
set k_ctf_hookstyle 4 // 1 = smooth, 2 = fast, ...
k_ctf_based_spawn 0 // 0 = can spawn anywhere (except first spawn which is in base), 1 = always spawn in base
pm_airstep 0 // turn off jumping up stairs
k_spw 1 // KT spawnsafety
sv_loadentfiles 1 // load CTF-specific .ent files for id maps
Expand All @@ -27,9 +28,9 @@ set k_defmap "e2m2"
set k_ml_0 "e2m2"
set k_ml_1 "e1m5"
set k_ml_2 "e1m3"
set k_ml_3 "e2m5
set k_ml_4 "e1m4
set k_ml_5 "e3m3
set k_ml_3 "e2m5"
set k_ml_4 "e1m4"
set k_ml_5 "e3m3"
// make sure you have the following:
//set k_ml_6 "ctf2m3"
//set k_ml_7 "ctf2m7"
Expand Down

0 comments on commit bb9ab2a

Please sign in to comment.