nquakesv/ktx/port_template.cfg

25 lines
1.5 KiB
INI
Raw Permalink Normal View History

// motd (max 15 rows) - this is the welcome message displayed when you connect to a server
//set k_motd1 "" // auto generated server name at the bottom of the config
set k_motd2 " "
set k_motd3 "Available game modes:"
set k_motd4 "1on1, 2on2, 4on4, 10on10, XonX, ffa, ctf,"
set k_motd5 "hoonymode, 2on2on2, 3on3on3, 4on4on4, race, wipeout" // etc..
set k_motd_time "5" // time motd is displayed in seconds
// edit the lines below if you want different gamemodes on this port
// matchless mode
set k_matchless 0 // run ktx as a regular match server or as a matchless (ffa) server (0 = regular, 1 = matchless)
set k_use_matchless_dir 1 // use configs/usermodes/matchless instead of [...]/ffa (0 = no, 1 = yes)
// free modes
set k_defmode 2on2 // default mode on server
set k_allowed_free_modes 4095 // allowed free modes (bit mask):
// 1=1on1, 2=2on2, 4=3on3, 8=4on4, 16=10on10, 32=ffa, 64=ctf, 128=hoonymode, 256=2on2on2, 512=3on3on3, 1024=4on4on4, 2048=XonX
set k_defmap maphub_v1 // server homemap. server will change to this when last player leaves the server
set k_mode 2 // server mode (1 = duel, 2 = team, 3 = ffa, 4 = ctf)
// generated server info