X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=gamemodes-server.cfg;h=28b434dc2436fd9ef265c42c85532592914bff9f;hb=ae458cf44e1264534a20514f2f451c3d06ff135b;hp=6d8ee6f07364532ee1ecb47cc6e051b8a4181823;hpb=0d0a2025de767dbfae0519941294f5947fe38c1f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 6d8ee6f07..28b434dc2 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -29,7 +29,9 @@ alias sv_hook_gamestart_ka alias sv_hook_gamestart_ft alias sv_hook_gamestart_inv alias sv_hook_gamestart_duel -alias sv_hook_gamerestart +// there is currently no hook for when the match is restarted +// see sv_hook_readyrestart for previous uses of this hook +//alias sv_hook_gamerestart alias sv_hook_gameend @@ -245,6 +247,8 @@ set g_ctf_flag_return_dropped 100 "automatically return the flag to base if drop set g_ctf_flag_return_damage 0 "allow the flag to be damaged, reducing time needed to automatically return to base" set g_ctf_flag_return_damage_delay 0 "how much time the flag takes to automatically return to base if it falls into lava/slime/trigger hurt" set g_ctf_flag_return_when_unreachable 1 "automatically return the flag if it falls into lava/slime/trigger hurt" +set g_ctf_flag_waypoint 1 "show a waypoint at the flag for easy discovery and directions" +set g_ctf_flag_waypoint_maxdistance 0 "maximum distance from a flag from which their waypoint is shown, a value of 0 means no limit" set g_ctf_flagcarrier_auto_helpme_damage 100 "automatically place a helpme notification on flag carrier waypointsprite if they get hit and their health dips below this value" set g_ctf_flagcarrier_auto_helpme_time 2 "antispam time for the helpme notification" set g_ctf_flagcarrier_selfdamagefactor 1