Jump to content

Home

raven: qestion - is possible to limit games to neutral fp's only?


enderWiggin6

Recommended Posts

you set it in the server.cfg file.. you'll have to find the bit numbers for each for power but you can basically choose which ( out of any of them) are allowed.

 

 

the setting is

 

 

g_forcePowerDisable:

Nothing is disabled if set to zero. All force powers are disabled if set to 32767. The number is the total of a bitfield with 15 bits, each bit representing a force power.

 

 

 

meaning you disable certain force powers by adding up their 15bits. ( there is probably a list somewhere) and all of them added up is 32767.

 

so if you want just the neutral force powers you add up all the light and dark force powers 15bit numbers.

 

 

 

for more info maybe check the Dedicated Server forum here.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...