X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=data%2FdefaultVoretournament.cfg;h=1bd382dbae62014435adaac34312736ab833f60f;hb=50088df7abc61c5633aef875c83b0b62d35a288f;hp=4ac9a73be8a97a3bf8a80eb247849f4f887a58f3;hpb=096a7e925f4d8607000aa2efed0a89e2349b61e4;p=voretournament%2Fvoretournament.git diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index 4ac9a73b..1bd382db 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -110,6 +110,8 @@ _cl_playerskin 0 crosshair 11 seta crosshair_pickup 1 "crosshair grows then shrinks back when picking up an item" seta crosshair_color_by_health 1 "if enabled, crosshair color will depend on current health" +seta crosshair_unarmed_dim_color 0.5 "dim crosshair color by this amount when we aren't holding a weapon" +seta crosshair_unarmed_dim_alpha 0.5 "dim crosshair alpha by this amount when we aren't holding a weapon" seta crosshair_pickup_speed 4 "speed of the crosshair pickup effect" seta crosshair_ring_alpha 0.5 "alpha of the crosshair ammo ring" seta crosshair_ring_size 3 "size of the crosshair ammo ring" @@ -217,8 +219,8 @@ cl_autodemo_nameformat demos/%Y-%m-%d_%H-%M // taunts and voices seta cl_autotaunt 0.65 "automatically taunt enemies when fragging them" -seta sv_vore_autotaunt_repeat_min 0.5 "how many seconds to attempt playing vore taunts, minimum" -seta sv_vore_autotaunt_repeat_max 2 "how many seconds to attempt playing vore taunts, maximum" +seta sv_vore_autotaunt_repeat_min 1 "how many seconds to attempt playing vore taunts, minimum" +seta sv_vore_autotaunt_repeat_max 3 "how many seconds to attempt playing vore taunts, maximum" seta sv_taunt 1 "allow taunts on the server" seta sv_autotaunt 1 "allow autotaunts on the server" seta cl_voice_directional 1 "0 = all voices are non-directional, 1 = all voices are directional, 2 = only taunts are directional" @@ -270,6 +272,8 @@ set g_telefrags 1 set g_telefrags_avoid 0 set g_teleport_maxspeed 0 "maximum speed that a player can keep when going through a teleporter (if a misc_teleporter_dest also has a cap the smallest one of these will be used), 0 = don't limit, -1 = keep no speed" +set sv_gibhealth 75 "Minus health a dead body must have in order to get gibbed" + // fragmessage: This allows extra information to be displayed with the frag centerprints. set sv_fragmessage_information_ping 0 "Enable ping display information, 0 = Never display; 1 = Always display (If the player is a bot, it will say bot instead of the ping.)" set sv_fragmessage_information_handicap 1 "Enable handicap display information, 0 = Never display; 1 = Only when the player has handicap on; 2 = Always display (Displays Off if off)" @@ -597,6 +601,10 @@ set g_bloodloss 0 "amount of health below which blood loss occurs" set g_footsteps 1 "serverside footstep sounds" +set g_multijump 1 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" +set g_multijump_add 0 "0 = make the current z velocity equal to jumpvelocity, 1 = add jumpvelocity to the current z velocity" +set g_multijump_speed -125 "Minimum vertical speed a player must have in order to jump again" + // effects r_glsl_postprocess 1 r_picmipsprites 0 // Voretournament uses sprites that should never be picmipped (team mate, typing, waypoints) @@ -899,7 +907,7 @@ sv_curl_defaulturl "http://www.alientrap.org/voretournament/contentdownload/getm set sv_motd "" -seta cl_shownames 1 "show player names pointed to (0: never, 1: teamplay only, 2: always)" +seta cl_shownames 2 "show player names pointed to (0: never, 1: teamplay only, 2: always)" set sv_allow_shownames 1 set g_waypoints_for_items 1 "make waypoints out of items, values: 0 = never, 1 = unless the mapper prevents it by worldspawn.spawnflags & 1, 2 = always" @@ -1095,7 +1103,8 @@ seta hud_damage_pain_threshold_lower 1.5 "how much we lower pain_threshold with seta hud_damage_pain_threshold_lower_health 50 "at which health we start lowering pain_threshold" seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))" seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds" -seta hud_powerup 0.5 "power of the sharpen effect when owning the shield or strength powerups" + +seta hud_powerup 0 "power of the sharpen effect when owning the shield or strength powerups, default is 0.5" seta hud_stomach 0.65 "displays a splash on the screen when inside the stomach, value specifies alpha" seta hud_stomach_color "0.75 1 0" "color of the stomach screen splash" @@ -1103,8 +1112,8 @@ seta hud_stomach_fade_in 0.2 "how quickly the stomach splash appears when you ge seta hud_stomach_fade_out 0.03 "how quickly the stomach splash disappears when you are regurgitated" seta hud_postprocessing 1 "enables the ability for effects such as hud_damage_blur and hud_contents to apply a postprocessing method upon the screen - enabling this disables manual editing of the postprocess cvars" -seta hud_postprocessing_maxbluralpha 0.5 "maximum alpha which the blur postprocess can be" -seta hud_postprocessing_maxblurradius 10 "maximum radius which the blur postprocess can be" +seta hud_postprocessing_maxbluralpha 0 "maximum alpha which the blur postprocess can be, default is 0.5" +seta hud_postprocessing_maxblurradius 8 "maximum radius which the blur postprocess can be, default is 8" seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler when inside the liquid" seta hud_contents_liquid_blur 10 "Use postprocessing to blur the screen when you are inside a liquid. Higher values = more blur"