Jah Warrior Posted May 28, 2002 Share Posted May 28, 2002 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 More sharing options...
MatrixCPA Posted May 28, 2002 Share Posted May 28, 2002 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 More sharing options...
Jah Warrior Posted May 28, 2002 Author Share Posted May 28, 2002 Cheers for the advice, Much appreciated Peace to you my friend! Jah Link to comment Share on other sites More sharing options...
Dilvish Posted May 28, 2002 Share Posted May 28, 2002 I can't take credit for finding this as the link is posted somewhere around here. Handy online calculator done up by Tito Didriksen: http://game.projectjj.dk/jk2jo.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.