X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=data%2FdefaultVT.cfg;h=8368f0fe49d70f360730965929378bf58a7cd96a;hb=d607d5d2b5974411e80dc8a82f544043ccce11a7;hp=f2d04205c2550cb2ce95d252b31dc80a72af1f47;hpb=19b2166e669ed5315d9ff526c091c552bb741a37;p=voretournament%2Fvoretournament.git diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index f2d04205..8368f0fe 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -162,7 +162,7 @@ vid_conheight 600 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction) // these settings determine how much the view is affected by movement/damage -cl_smoothviewheight 0.05 // time of the averaging to the viewheight value so that it creates a smooth transition for crouching and such. 0 for instant transition +cl_smoothviewheight 0.2 // time of the averaging to the viewheight value so that it creates a smooth transition for crouching and such. 0 for instant transition cl_deathfade 1 // fade screen to dark red when dead, value represents how fast the fade is (higher is faster) cl_bobcycle 0.6 // how long the cycle of up/down view movement takes (only works if cl_bob is not 0), default is 0.6 cl_bob 0.01 // how much view moves up/down when moving (does not move if cl_bobcycle is 0), default is 0.01 @@ -1527,7 +1527,6 @@ seta g_ghost_items 1 "enable ghosted items (when between 0 and 1, overrides the seta g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" set cl_vore_stomachmodel 1 "when enabled, we see the stomach model around us when eaten. -1 = disabled, 1 = enabled, anything between = alpha" -set cl_vore_cameraspeed 1.5 "speed at which you see yourself sliding down when swallowed, 0 disables" seta cl_vore_cutvolume_sound 0.75 "sound volume is reduced to this amount when you are in a stomach" seta cl_vore_cutvolume_music 0.25 "music volume is reduced to this amount when you are in a stomach" seta cl_vore_cutvolume_fade 0.1 "fading speed of the volume change" @@ -1539,6 +1538,7 @@ set g_vore_spawnshield 0 "when disabled, players with spawn shields cannot be sw set g_vore_reversescoring 0 "reverses vore scoring, and gives digested prey a frag rather than the predator (offer yourself gameplay), does not affect suicides, weapon kills and team kills" set g_vore_teamvore 1 "allow players to swallow their team mates" set g_vore_biggergut 1 "when enabled, a player can't swallow someone with more players in their stomach than them" +set g_vore_biggersize 1 "when enabled, a player can't swallow someone larger than them, when g_healthsize is enabled" set g_vore_showhealth 1 "when enabled, a predator can see their prey's health on the stomach board, and prey can see the health of players he's joining in the stomach" set g_vore_gurglesound 1 "predators make an ambient gurgling sound" set g_vore_soundocclusion 0.25 "directional player sounds are cut to this amount of their initial volume for eaten players (simulates hearing harder from the stomach)" @@ -1550,8 +1550,9 @@ set g_vore_keepdeadprey 1 "If enabled, prey remains in the stomach after dying, 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 0.5 "Amount by which player size resizes the view weapon model" -set g_healthsize_weapon_scalefactor_pos 4 "Amount by which the view model is moved vertically based on player size" +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_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"