X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2FdefaultVT.cfg;h=f730511c64a2f5878660b532e04d6f8145319b49;hp=a57f412851b36447387db51db9ceb938fd251b57;hb=62dc9cdafd341892fb5ce36dbdbfe2c63d222efb;hpb=707d1eb842e207b926673310b0868cad06633777 diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index a57f4128..f730511c 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 @@ -273,6 +273,10 @@ 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 g_respawn_ghosts 1 "if 1 dead bodies become ghosts and float away when the player respawns" +set g_respawn_ghosts_speed 5 "the speed with which respawn ghosts float and rotate" +set g_respawn_ghosts_maxtime 6 "maximum amount of time a respawn ghost can last, minimum time is half this value. 0 disables and ghosts fade when the body would" + 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. @@ -1527,7 +1531,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 +1542,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)" @@ -1552,7 +1556,7 @@ set g_healthsize_movementfactor 0.5 "Amount by which player size affects jumping 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 4 "Amount by which view height changes for prey, based on the size difference between them and their predator" +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"