]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/defaultVT.cfg
Add helper setting to the menu
[voretournament/voretournament.git] / data / defaultVT.cfg
index 8581592c9dbfb3e7e38fdfdf6f7a56ef54c04da2..030631504d79956ae56652dba392acae79527888 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,15 @@ 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 (voice that warns you in certain circumstances)"\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_item_health 25 "the helper will warn you when going below this amount of health"\r
+seta cl_helper_item_armor 25 "the helper will warn you when going below this amount of armor"\r
+seta cl_helper_item_ammo_fuel 25 "the helper will warn you when going below this amount of ammo"\r
+seta cl_helper_item_speed 1000 "the helper will warn you when going faster than this speed"\r
+seta cl_helper_item_stomachload 0.75 "the helper will warn you when your stomach is dangerously loaded by this amount"\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
@@ -1602,20 +1611,20 @@ set g_vore_regurgitatecolor_color_normal "0.6 0.4 0" "the color players will hav
 set g_vore_regurgitatecolor_color_digest "0.3 0.15 0" "the color players will have when regurgitated after having been digested"\r
 set g_vore_regurgitatecolor_fade 0.01 "how quickly the regurgitation color washes off players once they leave the stomach, does not apply to dead bodies"\r
 set g_vore_regurgitatecolor_particles 0.75 "players who are dirty from regurgitation generate particles this often, based on the amount of goo they have on them"\r
-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"\r
 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_neighborprey_scale 1 "When neighborprey is enabled, all prey is resized by this amount"\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_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