X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2FdefaultVT.cfg;h=446a62d3bbf6eb0bffc95bb72b185c32e20bf667;hp=bb86e80fa2d06a7baffddfee671441b50e2c089c;hb=7853f3c0071fbf72f9216017ddb19339b16cc992;hpb=e330466db892e8bf430fd9afd3c71661a6bb14ad diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index bb86e80f..446a62d3 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -107,19 +107,19 @@ _cl_color 187 _cl_name "Player" _cl_playermodel models/player/vixen.zym _cl_playerskin 0 -crosshair 11 +crosshair 13 seta crosshair_color "1 1 0.5" seta crosshair_alpha 0.3 -seta crosshair_size 0.5 -seta crosshair_pickup 1 "crosshair grows then shrinks back when picking up an item" +seta crosshair_size 0.4 +seta crosshair_pickup 0.5 "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" +seta crosshair_ring_size 2.5 "size of the crosshair ammo ring" seta crosshair_swallowindicator 1 "when enabled, the crosshair will turn into a symbol to indicate you can swallow an enemy or team mate" -seta crosshair_swallowindicator_size 0.5 "size of the crosshair swallow indicator" +seta crosshair_swallowindicator_size 1 "size of the crosshair swallow indicator" seta crosshair_swallowindicator_color_red 1 "red amount for the crosshair swallow indicator, 0 for all color cvars uses normal crosshair color" seta crosshair_swallowindicator_color_green 1 "green amount for the crosshair swallow indicator, 0 for all color cvars uses normal crosshair color" seta crosshair_swallowindicator_color_blue 1 "blue amount for the crosshair swallow indicator, 0 for all color cvars uses normal crosshair color" @@ -1159,6 +1159,17 @@ seta sbar_stomachboard_status_fade 1 "color fading speed of the stomach board st seta sbar_stomachboard_highlight_alpha 0.25 "alpha of the stomach board highlight" seta sbar_timer_increment 0 "1 = show elapsed time on the timer" seta sbar_timer_scale 1 "scale multiplier of the timer" +seta sbar_ring1 1 "enables the first HUD ring" +seta sbar_ring1_scale 80 "scale of the first HUD ring" +seta sbar_ring1_text_scale 12 "scale of the text on the first HUD ring" +seta sbar_ring1_alpha 0.75 "alpha of the first HUD ring" +seta sbar_ring1_info_voredelay 1 "show the first HUD ring for indicating vore delay" +seta sbar_ring1_info_kickdelay 1 "show the first HUD ring for indicating kick delay" +seta sbar_ring2 1 "enables the second HUD ring" +seta sbar_ring2_scale 40 "scale of the second HUD ring" +seta sbar_ring2_text_scale 10 "scale of the text on the second HUD ring" +seta sbar_ring2_alpha 0.75 "alpha of the second HUD ring" +seta sbar_ring2_info_regurgitateprepare 1 "show the second HUD ring for indicating regurgitation preparing" seta sbar_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted" // for menu server list (eventually make them have engine support?) @@ -1552,14 +1563,16 @@ set g_vore_soundocclusion 0.25 "directional player sounds are cut to this amount set g_vore_regurgitatecolor_release "0.4 0.6 0.1" "the color players will have when regurgitated alive" set g_vore_regurgitatecolor_release_fade 0.01 "how quickly the regurgitation color washes off players once they leave the stomach" set g_vore_regurgitatecolor_digest "0.15 0.25 0" "the color players will have when digested, only works when g_vore_keepdeadprey is disabled" -set g_vore_keepdeadprey 1 "If enabled, prey remains in the stomach after dying, else the predator throws up their dead body. 0 = disabled, 1 = enabled, anything between = probability" +set g_vore_keepdeadprey 0.75 "If enabled, prey remains in the stomach after dying, else the predator throws up their dead body. 0 = disabled, 1 = ernabled, anything between = probability" +set g_vore_neighborprey_distance 16 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey" +set g_vore_neighborprey_scale 1 "When neighborprey is enabled, all prey is resized by this amount" set g_healthsize 100 "Players who are low on health shrink and become smaller, value specifies health at which the player has default size" set g_healthsize_movementfactor 0.5 "Amount by which player size affects jumping and running" set g_healthsize_exteriorweapon_scalefactor 1 "Amount by which player size resizes the exterior weapon model" set g_healthsize_weapon_scalefactor 1 "Amount by which player size resizes the view weapon model" set g_healthsize_weapon_scalefactor_pos 10 "Amount by which the view model is moved vertically based on player size" -set g_healthsize_vore_pos 2 "Amount by which view height changes for prey, based on the size difference between them and their predator" +set g_healthsize_vore_pos 4 "Amount by which view height changes for prey, based on the size difference between them and their predator" set g_healthsize_min 50 "Player size may not drop below this amount of health" set g_healthsize_max 150 "Player size may not grow past this amount of health"