From: MirceaKitsune Date: Sun, 18 Mar 2012 11:12:23 +0000 (+0200) Subject: A balance and bot skill tweak, as well as more TODO's X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0a191fd55902d198ce395ba658b3fbd394dc0b45;p=voretournament%2Fvoretournament.git A balance and bot skill tweak, as well as more TODO's --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 92a447b4..ab4944ac 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -206,7 +206,7 @@ set g_balance_vore_swallow_speed_fill_scalediff 0.5 "fill rate depends on predat set g_balance_vore_swallow_speed_fill_stomachload 1 "fill rate is influenced by the prey's stomach load by this amount" set g_balance_vore_swallow_speed_decrease 0.5 "how fast the swallow progress decreases, when the predator is no longer swallowing" set g_balance_vore_swallow_speed_cutspd_prey 1 "prey movement slows down by this amount the closer they are to being swallowed" -set g_balance_vore_swallow_speed_cutspd_pred 0.7 "predator movement slows down by this amount the closer they are to finishing swallowing" +set g_balance_vore_swallow_speed_cutspd_pred 0.5 "predator movement slows down by this amount the closer they are to finishing swallowing" 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" set g_balance_vore_swallow_predator_punchangle 10 "your view gets tilted by this amount when swallowing someone" set g_balance_vore_swallow_predator_punchangle_item 8 "your view gets tilted by this amount when swallowing an item" diff --git a/data/botsVT.cfg b/data/botsVT.cfg index d23a13b4..9dc4e402 100644 --- a/data/botsVT.cfg +++ b/data/botsVT.cfg @@ -7,7 +7,7 @@ set bot_god 0 "When set, all bots are god mode (take no damage)" seta bot_prefix ^8[BOT]^7 "Prefix in front of the bot names" seta bot_suffix "" "Suffix behind the bot names" seta skill_auto 0 "when 1, \"skill\" gets adjusted to match the best player on the map" -set skill_offset 0.05 "the greater or lower the skill, the more / less damage bots will deal / take, and the faster or slower their swallowing speed" +set skill_offset 0.06 "the greater or lower the skill, the more / less damage bots will deal / take, and the faster or slower their swallowing speed will be" set skill_offset_center 1 "center skill around which to apply the offset" set bot_navigation_ignoreplayers 0 // FIXME remove this once the issue is solved diff --git a/docs/TODO.txt b/docs/TODO.txt index b2baa7ca..0407ef9a 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -22,6 +22,14 @@ - 0.8: Make a real NPC entity, instead of using misc_gamemodel with triggers +- +0.8: Allow players to eat predators (stack) up to a cvared amount + +- +0.8: Eventually, instead of a swallow model, give the vixen model a real interior and somehow keyframe the camera on model tags to follow it + +- 0.8: Make it possible to look around freely in the swallow model + +- 0.8: Part of the above ideas: Combine the swallow model and stomach model + - 0.8 | 0.9: Improve most dialogues in tutorial map again - +0.8: Add a feature to the HUD to show your air level when underwater @@ -142,8 +150,14 @@ - 0.8: Maybe make self a different color on the radar (possibly just change brightness) +- 0.7: Prey still appears on the radar! + - !: Arrange this TODO better in order of importance and target version - 0.7: Update the engine, netradiant, and fteqcc -- 0.7: Test intensively! \ No newline at end of file +- 0.7: Test intensively! + +- 0.7: Evilspace is too bright. + +- 0.7 | 0.8: g_balance_vore_swallow_speed_cutspd_pred and g_balance_vore_swallow_speed_cutspd_prey: Depend on player size difference \ No newline at end of file