]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/defaultVoretournament.cfg
Add a cvar that allows disabling the vore system. Yes, it's the core part Vore Tourna...
[voretournament/voretournament.git] / data / defaultVoretournament.cfg
index c4cfaac82d27563406aeac6cb9df08a2b26ec92c..a6d6c5cc657f73b760a7ebd91b03b72037f5c967 100644 (file)
@@ -1,4 +1,4 @@
-set g_voretournamentversion 0.3.0git   "Voretournament version (formatted for humans)"\r
+set g_voretournamentversion 0.4.0git   "Voretournament version (formatted for humans)"\r
 \r
 //!<showbrand\r
 showbrand 3\r
@@ -35,9 +35,9 @@ seta g_configversion 0        "Configuration file version (used to upgrade settings) 0:
 // servers either\r
 //\r
 // e.g. Voretournament 1.5.1 RC1 will be 15101\r
-gameversion 03000\r
-gameversion_min 02000 // 0.2.0 still used this\r
-gameversion_max 04000 // 0.3.0 version allows any 0.4 release, but no more\r
+gameversion 04000\r
+gameversion_min 03000 // 0.3.0 still used this\r
+gameversion_max 05000 // 0.4.0 version allows any 0.5 release, but no more\r
 \r
 // compatibility guideline:\r
 //   version a.b.c   = a0b0c\r
@@ -1496,16 +1496,17 @@ 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"\r
 \r
 set cl_vore_stomachmodel 1 "when enabled, we see the stomach model around us when eaten. -1 = disabled, 1 = enabled, anything between 0 and 1 = alpha"\r
-set cl_vore_cameraspeed 1.5 "speed at which you see yourself sliding down when getting swallowed, 0 disables"\r
+set cl_vore_cameraspeed 1.5 "speed at which you see yourself sliding down when swallowed, 0 disables"\r
 set cl_vore_punchangle 10 "your view gets tilted by this amount when swallowing or regurgitating someone"\r
-set g_vore_regurgitatecolor_release "0.875 1 0.375" "the color players will have when regurgitated alive"\r
-set g_vore_regurgitatecolor_digest "0.125 0.25 0" "the color players will have when digested"\r
-set g_vore_gurglesound 1 "predators make an ambient gurgling sound"\r
+set g_vore 1 "enables the vore system, you want this on!"\r
+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"\r
+set g_vore_teamvore 1 "allow players to swallow their team mates"\r
 set g_vore_biggergut 1 "when enabled, a player can't swallow someone with more players in their stomach than them"\r
-set g_vore_stealprey 0.5 "probability of stealing someone's prey when eating them (when true their prey joins your stomach rather than popping out). 0 = never, 1 = always"\r
-set g_vore_dropweapon 0.75 "probability of dropping your weapon when swallowed. 0 = never and 1 = always, does not apply to team mates"\r
-set g_vore_showpreyhealth 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"\r
+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"\r
+set g_vore_gurglesound 1 "predators make an ambient gurgling sound"\r
 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)"\r
+set g_vore_regurgitatecolor_release "0.875 1 0.375" "the color players will have when regurgitated alive"\r
+set g_vore_regurgitatecolor_digest "0.125 0.25 0" "the color players will have when digested"\r
 \r
 set sv_weaponstats_damagefile "" "when set to a file name, per-weapon damage stats get written to that file"\r
 set sv_weaponstats_killfile "" "when set to a file name, per-weapon kill stats get written to that file"\r