From: MirceaKitsune Date: Sat, 9 Jul 2011 16:54:48 +0000 (+0300) Subject: Disable biggergut and biggersize by default. You can now swallow players larger than... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=36c5cffdee2db7bd69e1d3f61f93fe5827566415;p=voretournament%2Fvoretournament.git Disable biggergut and biggersize by default. You can now swallow players larger than you (or with stomachs bigger than yours), but it will be much slower --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 60986e15..ddfb7828 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1586,8 +1586,8 @@ set g_vore_kick 1 "enables stomach kick system, you want this on!" set g_vore_spawnshield 0 "when disabled, players with spawn shields cannot be swallowed" 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_biggergut 0 "when enabled, a player can't swallow someone with more players in their stomach than them" +set g_vore_biggersize 0 "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)"