]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/defaultVT.cfg
Armor helper
[voretournament/voretournament.git] / data / defaultVT.cfg
index 18ca153647addc6803f032998700c8a85cdcd7b4..e60ce318132d4f233ecdc4065bcee55366182fd5 100644 (file)
@@ -299,7 +299,7 @@ set g_respawn_ghosts 1 "if 1 dead bodies become ghosts and float away when the p
 set g_respawn_ghosts_speed 5 "the speed with which respawn ghosts float and rotate"\r
 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"\r
 \r
-set sv_gibhealth 75 "Minus health a dead body must have in order to get gibbed"\r
+set sv_gibhealth -75 "Amount of health a dead body must have in order to get gibbed"\r
 \r
 // fragmessage: This allows extra information to be displayed with the frag centerprints. \r
 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.)"\r
@@ -674,6 +674,12 @@ seta cl_notify_carried_items "3" "notify you of carried items when you obtain th
 seta cl_hitsound 1 "play a hit notifier sound when you have hit an enemy"\r
 seta cl_announcer default "name of the announcer you wish to use from data/sound/announcer"\r
 \r
+seta cl_helper 1 "enable helper system"\r
+seta cl_helper_voice default "name of the helper you wish to use from data/sound/helper"\r
+seta cl_helper_pause 2 "number of seconds that must pass before the helper system can be triggered again"\r
+seta cl_helper_health_value 25 "the helper will warn you when going below this amount of health"\r
+seta cl_helper_armor_value 25 "the helper will warn you when going below this amount of armor"\r
+\r
 seta cl_eventchase_death 1 "camera goes into 3rd person mode when the player is dead"\r
 seta cl_eventchase_distance 140 "final camera distance"\r
 seta cl_eventchase_speed 1.3 "how fast the camera slides back, 0 is instant"\r
@@ -1605,16 +1611,17 @@ set g_vore_regurgitatecolor_particles 0.75 "players who are dirty from regurgita
 set g_vore_neighborprey_distance 8 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey"\r
 set g_vore_swallowmodel_range 100 "Distance by which the swallow model oscillates based on swallow progress"\r
 \r
-set g_healthsize 100 "Players who are low on health shrink and become smaller, value specifies health at which the player has default size"\r
+set g_healthsize 1 "Players shrink and grow based on health, by this amount"\r
+set g_healthsize_center 100 "Health at which the player has the default size"\r
+set g_healthsize_min 50 "Player size may not drop below this amount of health"\r
+set g_healthsize_max 150 "Player size may not grow past this amount of health"\r
+set g_healthsize_death 0.25 "Dead players are further shrunken by this amount"\r
+set g_healthsize_death_min -100 "Health at which dead players stop being shrunken"\r
 set g_healthsize_movementfactor 0.5 "Amount by which player size affects jumping and running"\r
 set g_healthsize_soundfactor 0.5 "The sounds players make are amplified or reduced by this amount based on their size"\r
 set g_healthsize_exteriorweapon_scalefactor 1 "Amount by which player size resizes the exterior weapon model"\r
 set g_healthsize_weapon_scalefactor 1 "Amount by which player size resizes the view weapon model"\r
 set g_healthsize_weapon_scalefactor_pos 10 "Amount by which the view model is moved vertically based on player size"\r
-set g_healthsize_vore_shrinkdeadprey 0.5 "Dead prey will be shrunken by this amount, the closer it gets to the digestion limit"\r
-set g_healthsize_vore_pos 1 "Amount by which view height changes for prey, based on the size difference between them and their predator"\r
-set g_healthsize_min 50 "Player size may not drop below this amount of health"\r
-set g_healthsize_max 150 "Player size may not grow past this amount of health"\r
 \r
 // part of an ugly hack for the menu audio sliders to work with the cutsound feature\r
 seta menu_volume 1\r