Page 1 of 1

Infinite force jump command?

Posted: Fri Jul 10, 2015 7:04 pm
by Gaza1098
It's a childhood dream of mine to do unlimited force jumps, I've downloaded the 1.3 patch and tried several options in the fake console but none of them made the force jump use 0 stamina. Since I'm pretty bad with code, can anyone let me know what code to use to get force jumps to use 0 stamina? Cheers.

Re: Infinite force jump command?

Posted: Fri Jul 10, 2015 10:58 pm
by jojo3450
You can find the options in the odfs

Re: Infinite force jump command?

Posted: Sat Jul 11, 2015 1:12 am
by Noobasaurus
Depending on what class you are, you'll have to find that in the mod tools if you have them. Or you could ask someone to list them for you.

Anyway, after spawning go to Fake Console -> Code Console and type this in:

Code: Select all

SetClassProperty("cis_hero_countdooku", "JetEnergyDrain", 0)
In this example, if you spawned as Count Dooku and then ran this code, you would be able to jump infinitely.