Please note that new user registrations disabled at this time.

Super jumps with potence

This forum is to be used for all discussions pertaining to Troika Games' Vampire: The Masquerade - Bloodlines.
User avatar
Houston810
Posts: 87
Joined: Thu Aug 24, 2006 2:12 am
Contact:

Post by Houston810 »

potence raises strength> and strength affects jump height
User avatar
Garrick
Posts: 29
Joined: Sun Mar 15, 2009 4:41 pm
Contact:

Post 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!
User avatar
Wesp5
Posts: 985
Joined: Wed Aug 16, 2006 2:15 am
Contact:

Post 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!
User avatar
Garrick
Posts: 29
Joined: Sun Mar 15, 2009 4:41 pm
Contact:

Post 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"
User avatar
Wesp5
Posts: 985
Joined: Wed Aug 16, 2006 2:15 am
Contact:

Post by Wesp5 »

Just out of curiosity, using this trick wouldn't the asian vampire jump higher as well?
User avatar
Garrick
Posts: 29
Joined: Sun Mar 15, 2009 4:41 pm
Contact:

Post 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?
User avatar
Wesp5
Posts: 985
Joined: Wed Aug 16, 2006 2:15 am
Contact:

Post 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.
User avatar
Garrick
Posts: 29
Joined: Sun Mar 15, 2009 4:41 pm
Contact:

Post 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!
User avatar
Garrick
Posts: 29
Joined: Sun Mar 15, 2009 4:41 pm
Contact:

Post by Garrick »

A siple question!

Does the claw and blade brothers have a supernatural jumping ability? what kind of discipline is that?
User avatar
Wesp5
Posts: 985
Joined: Wed Aug 16, 2006 2:15 am
Contact:

Post 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.
Post Reply