From: MirceaKitsune Date: Mon, 11 Jul 2011 12:13:37 +0000 (+0300) Subject: Disable stomach kick re-pressing by default. The gameplay is complex enough as it... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a5c0fed8c6440e4677cf9f8bc5b7b39e49cacb2;p=voretournament%2Fvoretournament.git Disable stomach kick re-pressing by default. The gameplay is complex enough as it is right now :P --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index abe78536..4f4c8b69 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -216,7 +216,7 @@ set g_balance_vore_kick_damage_min 30 "minimum amount of damage you can do with set g_balance_vore_kick_damage_max 45 "maximum amount of damage you can do with a stomach kick" set g_balance_vore_kick_delay 0.6 "how many seconds must pass before you can perform another stomach kick" set g_balance_vore_kick_force 420 "predators are pushed by this amount when stomach kicked, in the direction their prey is facing" -set g_balance_vore_kick_repress 1 "require pressing the fire key each kick rather than holding it down" +set g_balance_vore_kick_repress 0 "require pressing the fire key each kick rather than holding it down" set g_balance_vore_kick_scalediff 1 "if enabled, the damage / force of stomach kicks is affected by the size of the prey compared to the size of the predator" set g_balance_vore_kick_predator_punchangle 6 "your view gets tilted by this amount when receiving stomach kicks" set g_balance_vore_kick_prey_punchangle 6 "your view gets tilted by this amount when dealing stomach kicks"