Page 2 of 2

Posted: Fri Mar 27, 2009 10:50 am
by Houston810
potence raises strength> and strength affects jump height

Posted: Fri Mar 27, 2009 11:19 am
by Garrick
Houston810 wrote:potence raises strength> and strength affects jump height
Maybe it's a good idea!
Any dots in Strength affects jump height (es. sv_jump_boost "+5") and Potence raises strenght also giving automatic success in jumping ability transforming it in supernatural jump (es. sv_jump_boost "+25").

I can write the code to do it if you want!

Posted: Mon Mar 30, 2009 1:43 am
by Wesp5
Garrick wrote: Any dots in Strength affects jump height (es. sv_jump_boost "+5") and Potence raises strenght also giving automatic success in jumping ability transforming it in supernatural jump (es. sv_jump_boost "+25").
Although I probably won't add this feature to the patch because of the game breaking problems, another comment. Have you noticed that the boost stays after you once use it? You need a way to reset it on ending Potence otherwise it even ends up in the config file!

Posted: Mon Mar 30, 2009 11:43 am
by Garrick
Wesp5 wrote:Although I probably won't add this feature to the patch because of the game breaking problems, another comment. Have you noticed that the boost stays after you once use it? You need a way to reset it on ending Potence otherwise it even ends up in the config file!
It's not for the patch (unfortunately I know the game breaking problems) but for Houston810! For the other problem you can add this lines in stats.txt under "active_potence" as a first action:

Action
{
"Value" ">0"
"Effect" "Discipline (Potence-Jump)"
}

Then you add this lines in traiteffects000.txt in a new effect:

TraitEffectGroup
{
"InternalName" "Discipline (Potence-Jump)"
TraitEffect
{
"Trait" "sv_jump_boost"
"Modifier" "Value 25"
}

TraitEffect
{
"Trait" "sv_jump_boost_immediate"
"Modifier" "Value 0"
}
}

Or you can edit this in autoexec.cfg:
sv_jump_boost "25"
sv_jump_maxspeed "350.0"
sv_jump_boost_immediate "0"

Posted: Tue Mar 31, 2009 1:26 am
by Wesp5
Just out of curiosity, using this trick wouldn't the asian vampire jump higher as well?

Posted: Tue Mar 31, 2009 3:00 am
by Garrick
Wesp5 wrote:Just out of curiosity, using this trick wouldn't the asian vampire jump higher as well?
Higher than you? Depends of your dots in Potence (=Value of jump_boost)
I don't know why he is able to jump so high! Certainly his jumping ability acts independently of yours".


Do you think it's a problem?

Posted: Tue Mar 31, 2009 9:48 am
by Wesp5
Garrick wrote: Do you think it's a problem?
I would have guessed that setting a sv variable would make all characters on the server jump higher and the only one jumping a lot is the asian vampire.

Posted: Tue Mar 31, 2009 3:33 pm
by Garrick
Wesp5 wrote:I would have guessed that setting a sv variable would make all characters on the server jump higher and the only one jumping a lot is the asian vampire.
Interensting! I hope not! I've never experienced this so far!

Posted: Tue Mar 31, 2009 5:43 pm
by Garrick
A siple question!

Does the claw and blade brothers have a supernatural jumping ability? what kind of discipline is that?

Posted: Wed Apr 01, 2009 1:11 am
by Wesp5
Garrick wrote: Does the claw and blade brothers have a supernatural jumping ability? what kind of discipline is that?
No idea, there is nothing in their stat files.