]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Change some balancing and bot settings, and add more TODOs
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 15 Mar 2012 23:10:38 +0000 (01:10 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 15 Mar 2012 23:10:38 +0000 (01:10 +0200)
data/balanceVT.cfg
data/botsVT.cfg
docs/TODO.txt

index 933cf7533ab1c8ea79e073629058e5f8be360a35..92a447b499771d0197393963bbaeace3baf70f03 100644 (file)
@@ -201,12 +201,12 @@ set g_balance_vore_load_pred_speed 1 "you get this slower the more you eat, at 1
 set g_balance_vore_load_pred_speedcap 800 "when a predator is going faster than this (at full stomach capacity), their prey is squeezed out of them"\r
 set g_balance_vore_load_prey_mass 30 "prey mass, influenced by player size"\r
 set g_balance_vore_swallow_range 140 "distance below which you can swallow another player when facing them"\r
-set g_balance_vore_swallow_speed_fill 2.5 "how long it takes to swallow a player, 0 is instant"\r
+set g_balance_vore_swallow_speed_fill 2 "how long it takes to swallow a player, 0 is instant"\r
 set g_balance_vore_swallow_speed_fill_scalediff 0.5 "fill rate depends on predator size compared to prey size by this amount"\r
 set g_balance_vore_swallow_speed_fill_stomachload 1 "fill rate is influenced by the prey's stomach load by this amount"\r
 set g_balance_vore_swallow_speed_decrease 0.5 "how fast the swallow progress decreases, when the predator is no longer swallowing"\r
 set g_balance_vore_swallow_speed_cutspd_prey 1 "prey movement slows down by this amount the closer they are to being swallowed"\r
-set g_balance_vore_swallow_speed_cutspd_pred 0.5 "predator movement slows down by this amount the closer they are to finishing swallowing"\r
+set g_balance_vore_swallow_speed_cutspd_pred 0.7 "predator movement slows down by this amount the closer they are to finishing swallowing"\r
 set g_balance_vore_swallow_dropweapon 0.6 "probability of dropping your weapon when swallowed. 0 = never and 1 = always, does not apply to team mates"\r
 set g_balance_vore_swallow_predator_punchangle 10 "your view gets tilted by this amount when swallowing someone"\r
 set g_balance_vore_swallow_predator_punchangle_item 8 "your view gets tilted by this amount when swallowing an item"\r
index 7024da21aab7d77f61cbbc2a7e905c2501c116d5..cf3757b06a67b5f33b55341e08be96099059996b 100644 (file)
@@ -45,8 +45,8 @@ set bot_ai_bunnyhop_skilloffset 7     "Bots with skill equal or greater than this va
 set bot_ai_bunnyhop_startdistance 250 "Run to goals located further than this distance"\r
 set bot_ai_bunnyhop_stopdistance 220 "Stop jumping after reaching this distance to the goal"\r
 set bot_ai_bunnyhop_firstjumpdelay 0.5 "Start running to the goal only if it was seen for more than N seconds"\r
-set bot_ai_vore_decide_pred 1 "How fast bots decide what to do with their prey, at lowest skill (delay in seconds)"\r
-set bot_ai_vore_decide_prey 1.2 "How fast bots decide what to do with their predator, at lowest skill (delay in seconds)"\r
+set bot_ai_vore_decide_pred 0.8 "How fast bots decide what to do with their prey, at lowest skill (delay in seconds)"\r
+set bot_ai_vore_decide_prey 0.6 "How fast bots decide what to do with their predator, at lowest skill (delay in seconds)"\r
 set bot_ai_vore_decide_swallow 0.6 "How often bots decide if to swallow someone, not influenced by skill (delay in seconds)"\r
 set bot_ai_vore_fear 1 "How much bots will fear players more powerful than them and avoid them in some situations"\r
 set bot_ai_vore_teamhealabandon 0.75 "Probability (from 0 to 1) of the bot abandoning a team heal when seeing an enemy they can vore, at highest skill"\r
index 9eae1c69a3433731ba69c0004e68c4412bb5b94f..d9ebf2ce6e2374d4e16b08c678efa5975aeac287 100644 (file)
 \r
 - 0.7: Weapons menu: Center setting for the gun?\r
 \r
-- 0.7: Slower swallow progress
\ No newline at end of file
+- 0.7: Slower swallow progress\r
+\r
+- 0.7: Is the grab sound subject to pitch?\r
+\r
+- 0.7 | 0.8: Cvar the speed of punchangles, and increase it a bit
\ No newline at end of file