X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=gamemodes.cfg;h=e46c30718ea9ad899959e0c76595b4bf22324822;hb=f92a4b0fce27d4c7a3b6fdc5925b385d5628be90;hp=71f0dc1792200bea112c846ba847e47c7526bf29;hpb=a09cca0305477e722fcbc79bcf2faef16f06c3a6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/gamemodes.cfg b/gamemodes.cfg index 71f0dc179..e46c30718 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -2,8 +2,8 @@ // Master config for core game modes // =================================== -// global gametype setting (1 = deathmatch) -set gamecfg 1 +// global gametype setting (0 = deathmatch) +set gamecfg 0 // say aliases alias asay_ctf_flagcarrier "say_team flag carrier at %y" @@ -18,7 +18,7 @@ alias asay_drop "say_team (%l) dropped %w ; impulse 17" // ================= // gamestart hooks // ================= -seta cl_matchcount 0 // incremented by cl_hook_gameend and used by playerstats to know when to +seta cl_matchcount 0 // incremented by cl_hook_gameend and used by playerstats to know when to alias _cl_hook_gamestart "set _cl_hook_gametype $1; _cl_hook_gamestart_stage2" alias _cl_hook_gamestart_stage2 "cl_hook_gamestart_all; cl_hook_gamestart_${_cl_hook_gametype}" alias cl_hook_gamestart_all @@ -256,6 +256,7 @@ set g_ca_teams 0 set g_ctf 0 "Capture The Flag: take the enemy flag and bring it to yours at your base to score" set g_ctf_oneflag 0 "Allow oneflag CTF mode on maps that support it" set g_ctf_oneflag_reverse 0 "apply reverse mode to oneflag CTF (take flag to enemy bases to cap), overrides g_ctf_reverse only in oneflag, g_ctf_reverse still affects oneflag" +set g_ctf_leaderboard 0 "show top capture times in the scoreboard" set g_ctf_flag_return 1 "auto return the flag to base when touched by a teammate" set g_ctf_flag_return_carrying 0 "(manual return mode) auto return the flag to base if touched by a flag carrier" set g_ctf_flag_return_carried_radius 100 "allow flags to be returned by carrier if base is within this radius" @@ -278,7 +279,7 @@ set g_ctf_dropped_capture_delay 1 "dropped capture delay" set g_ctf_dropped_capture_radius 100 "allow dropped flags to be automatically captured by base flags if the dropped flag is within this radius of it" set g_ctf_flag_damageforcescale 2 set g_ctf_portalteleport 0 "allow flag carriers to go through portals made in portal gun without dropping the flag" -set g_ctf_reverse 0 "if enabled, flags positions are switched: you have to capture the enemy's flag from your own base by bringing it to your own flag in the enemy base" +set g_ctf_reverse 0 "if enabled, you score by bringing your own flag to an enemy's flag in their base" set g_ctf_flag_collect_delay 1 set g_ctf_flag_health 0 set g_ctf_flag_dropped_waypoint 2 "show dropped flag waypointsprite when a flag is lost. 1 = team only, 2 = for all players" @@ -326,7 +327,6 @@ set g_ctf_flag_neutral_skin 4 set g_ctf_flag_glowtrails 1 set g_ctf_fullbrightflags 0 set g_ctf_dynamiclights 0 -set g_ctf_captimerecord_always 0 "always show capture time information when someone captures the flag" seta g_ctf_ignore_frags 0 "1: regular frags give no points" exec ctfscoring-samual.cfg @@ -418,7 +418,9 @@ set g_keepawayball_respawntime 10 "if no one picks up the ball, how long to wait // key hunt // ========== set g_keyhunt 0 "Key Hunt: collect all keys from the enemies and bring them together to score" -set g_balance_keyhunt_delay_return 60 +set g_balance_keyhunt_return_when_unreachable 1 "automatically destroy a key if it falls into lava/slime/trigger hurt" +set g_balance_keyhunt_delay_damage_return 5 "time a key takes to automatically destroy itself if it falls into lava/slime/trigger hurt" +set g_balance_keyhunt_delay_return 60 "time a key takes to destroy itself if dropped" set g_balance_keyhunt_delay_round 5 set g_balance_keyhunt_delay_tracking 10 set g_balance_keyhunt_delay_fadeout 2