Jump to content

Home

All I want is no sabre throw


Jah Warrior

Recommended Posts

Hello,

 

Any help with this question would be greatly appreciated.

 

I have finally got my dedicated server working via the regular front-end of the game.

 

I set the games as no force games and behold the blasted Saber Throw is enabled!

 

How do i get rid of it please?

 

I believe the code i need is 262143, however i have no idea where to type this in nor how to.

 

Please bear in mind this is the first time Ive created a server of any kind although i am PC savvy.

 

Thanks fellas

 

Jah

Link to comment
Share on other sites

You could use the forcetoggle console command with the following values:

 

0 - HEAL

1 - JUMP

2 - SPEED

3 - PUSH

4 - PULL

5 - MINDTRICK

6 - GRIP

7 - LIGHTNING

8 - DARK RAGE

9 - PROTECT

10 - ABSORB

11 - TEAM HEAL

12 - TEAM REPLENISH

13 - DRAIN

14 - SEEING

15 - SABER OFFENSE

16 - SABER DEFENSE

17 - SABER THROW

Example usage: forcetoggle 3 (toggles PUSH)

 

Or, if you want to just change the g_forcePowerDisable cvar, add the following values for the powers you want disabled and set that in your config:

 

1 - HEAL

2 - JUMP

4 - SPEED

8 - PUSH

16 - PULL

32 - MINDTRICK

64 - GRIP

128 - LIGHTNING

256 - DARK RAGE

512 - PROTECT

1024 - ABSORB

2048 - TEAM HEAL

4096 - TEAM REPLENISH

8192 - DRAIN

16384 - SEEING

32768 - SABER OFFENSE

65536 - SABER DEFENSE

131072 - SABER THROW

 

So, with the 262143 figure = no force powers. If that's exactly what you want, just include the following line in your config:

 

seta g_forcePowerDisable "262143"

 

Enjoy.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...