X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=defaultXonotic.cfg;fp=defaultXonotic.cfg;h=b340e5ddecb9b2c01c71d120c2dedcd02b48b9e6;hp=84157c2bf78089c1f3f9ac64adfc08f2ff012029;hb=4fc59bbd7e2d4f25ba21952ed50ae754295a7faa;hpb=3024309e2c0576552bfb2da02ba513662c997768 diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 84157c2bf7..b340e5ddec 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -630,8 +630,9 @@ set g_ons_respawn_waves 0 set g_rc_respawn_waves 0 set g_rc_respawn_delay 0 set g_cts_respawn_waves 0 -set g_cts_respawn_delay 0 +set g_cts_respawn_delay 0.25 set g_cts_selfdamage 1 "0 = disable all selfdamage and falldamage in cts" +set g_cts_finish_kill_delay 10 "prevent cheating by running back to the start line, and starting out with more speed than otherwise possible" // overtime seta timelimit_overtime 2 "duration in minutes of one added overtime, added to the timelimit" @@ -1657,6 +1658,7 @@ set g_showweaponspawns 1 "display sprites for weapon spawns found on the map whe alias records "cmd records" alias rankings "cmd rankings" +alias ladder "cmd ladder" // ballistics use physical units, but qu based // Quake-Newton: 1 qN = 1 qu * 1 g / 1 s^2 @@ -2001,3 +2003,6 @@ r_font_size_snapping 2 // database management set sv_db_saveasdump 0 "write server.db in dump format (loads slower, easier to read/parse)" set cl_db_saveasdump 0 "write client.db in dump format (loads slower, easier to read/parse)" + +// uid2name +seta cl_allow_uid2name -1 "-1 = ask if the player wants to disable/enable this feature, 0 = disable, 1 = enable uid2name (allows showing your name in race rankings for instance)"