Skip to content

Commit

Permalink
Update ktx.cfg to add placeholder for k_admincode, and show spawn mar…
Browse files Browse the repository at this point in the history
…kers by default
  • Loading branch information
BLooD-DoG authored Aug 20, 2024
1 parent 32f2e99 commit c760224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sv-configs/ktx/ktx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set k_short_gib 0 // remove gibs after 2 seconds (
set k_exclusive 0 // number of players gets locked on game start (0 = no, 1 = yes)
set k_master 0 // only let admins change match settings (0 = no, 1 = yes)
set k_admins 1 // allow admins on server (0 = no, 1 = yes)
// set k_admincode 123456 // code to become admin with /admin command in console
set k_lockmax 32 // maximum number of teams in game
set k_lockmin 0 // minimum number of teams in game
set k_membercount 1 // minimum number of players in each team to start match
Expand Down Expand Up @@ -44,7 +45,7 @@ set k_free_mode 5 // who can issue XonX/ffa/ctf co
set k_spw 3 // spawn mode (0 = qw respawns, 1 = kombat teams spawn safety, 2 = kombat teams respawns, 3 = ktx respawns)
set k_spm_custom_model 1 // use new spawn.mdl instead of goldkey to show spawn locations (0 = use goldkey, 1 = use spawn.mdl)
set k_spm_glow 1 // enable yellow glow for spawn markers (0 = off, 1 = on)
set k_spm_show 0 // Show spawn point markers (0 = off, 1 on)
set k_spm_show 1 // Show spawn point markers (0 = off, 1 on)

// visible weapons
set k_allow_vwep 1 // allow visible weapons on server (0 = no, 1 = yes)
Expand Down

0 comments on commit c760224

Please sign in to comment.