X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=5bd49b8ff4af75e2ece339e0d1e1f7eafa2966da;hb=a1c58a61c6e9892cae823f55fec21ee390df6106;hp=9e7405ed72a87d69efcf873465b469f330c11bb5;hpb=fb9267ffab37eae0bcbc4ac42a8a45a1ad864c0b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 9e7405ed7..5bd49b8ff 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -305,6 +305,7 @@ set sv_doublejump 0 "allow Quake 2-style double jumps" set sv_jumpspeedcap_min "" "lower bound on the baseline velocity of a jump; final velocity will be >= (jumpheight * min + jumpheight)" set sv_jumpspeedcap_max "" "upper bound on the baseline velocity of a jump; final velocity will be <= (jumpheight * max + jumpheight)" set sv_jumpspeedcap_max_disable_on_ramps 0 "disable upper baseline velocity bound on ramps to preserve the old rampjump style" +set sv_track_canjump 0 "track if the player released the jump key between 2 jumps to decide if they are able to jump or not" seta sv_precacheplayermodels 1 seta sv_precacheweapons 0 @@ -409,7 +410,6 @@ pausable 0 set g_spawnshieldtime 1 "number of seconds you are invincible after you spawned, this shield is lost after you fire" set g_antilag 2 "AntiLag (0 = no AntiLag, 1 = verified client side hit scan, 2 = server side hit scan in the past, 3 = unverified client side hit scan)" set g_antilag_nudge 0 "don't touch" -set g_shootfromclient 2 "let client decide if it has the gun left or right; if set to 2, center handedness is allowed; see also cl_gunalign" set g_shootfromeye 0 "shots are fired from your eye/crosshair; visual gun position can still be influenced by cl_gunalign 1 and 2" set g_shootfromcenter 0 "weapon gets moved to the center, shots still come from the barrel of your weapon; visual gun position can still be influenced by cl_gunalign 1 and 2" set g_shootfromfixedorigin "" "if set to a string like 0 y z, the gun is moved to the given y and z coordinates. If set to a string like x y z, the whole shot origin is used" @@ -469,6 +469,8 @@ seta menu_monsters_edit_movetarget 1 set g_playerclip_collisions 1 "0 = disable collision testing against playerclips, might be useful on some defrag maps" set g_botclip_collisions 1 "0 = disable collision testing against botclips, might be useful on some defrag maps" +set g_grappling_hook 0 "let players spawn with the grappling hook which allows them to pull themselves up" + set g_spawn_alloweffects 1 "allow clients to enable spawn point and event effects such as particles and sounds, see cl_spawn_ cvars for more info" set g_spawn_furthest 0.5 "this amount of the spawns shall be far away from any players" set g_spawn_useallspawns 0 "use all spawns, e.g. also team spawns in non-teamplay, and all spawns, even enemy spawns, in teamplay" @@ -638,6 +640,8 @@ alias weapon_group_7 "impulse 7" alias weapon_group_8 "impulse 8" alias weapon_group_9 "impulse 9" alias weapon_group_0 "impulse 14" // cycles the superweapons +// TODO: remove after 0.8.2. Default impulse commands for 0.8.1 servers +exec weapons.cfg // score log set sv_logscores_console 0 "print scores to server console" @@ -1335,6 +1339,12 @@ set g_weapon_charge_colormod_red_full 1 set g_weapon_charge_colormod_green_full -0.5 set g_weapon_charge_colormod_blue_full -1 +// frozen +set g_frozen_revive_falldamage 0 "Enable reviving from this amount of fall damage" +set g_frozen_revive_falldamage_health 40 "Amount of health player has if they revived from falling" +set g_frozen_damage_trigger 1 "if 1, frozen players falling into the void will die instead of teleporting to spawn" +set g_frozen_force 0.6 "How much to multiply the force on a frozen player with" + // player statistics server URI set g_playerstats_uri "" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory."