Jedi academy mod 1.6,, force power bit values. by RaVeN,
							Clan Leader of -=[KCD1]=-

visit us at http://kcd1.tk or www.kcd1.pwp.blueyonder.co.uk or drop by the server :)

Hi ppl,, just a quick word to say I wrote this to aid everyone with a jk2 server using the academy mod 1.6 by Orion who wants to customise there force powers on server. I am assuming you have a general idea of working out bit values in the jk2 game.

Naturally the first value is 0,, this is the standard all force on,, each value that you add disables the corresponding force power.


	0 = all force on
	1 = Heal
	2 = Jump
	4 = Speed
	8 = Push
	16 = Pull
	32 = Mindtrick
	64 = Grip
	128 = Lightning
	256 = Dark Rage
	512 = Protect
	1024 = Absorb
	8192 = Drain
	16384 = Seeing
	32768 = Saber Attack
	65536 = Saber Defense
	131072 = Saber Throw

you`ll notice 2048 and 4096 are missed out,, these are both all force on for some reason.

example: u want only push,pull and jump on your server,, u would add all the seperate values together EXCLUDING push, pull and jump
you then add the total value to the g_ForcePowerDisable xxxxxx to give you the desired settings.

Thanx for reading and hope this is handy.      
