//==================
//     Tchouky      
//==================

All of the model scaling code and saber color code was done by Tchouky.
I just fixed some stuff and added a few of my own modifications like being 
able to sidekick off walls when your not on the ground.  The saber scaling 
code also would have been done by Tchouky if he hadn't left for a month
but he did so I did it instead.


//==================
//    Cvars in Dest's mod
//==================
all added cvars star with mod_ so you can do a cvarlist mod_ to see them all.
mod_nerfbs;	if this is 1 then back stab dammage will be nerfed as in most other mods
mod_blockThrow;	if this is 1 then saber throws can be blocked like in single player
mod_scaleModels;	if this is 1 then models will be scaled by the scale factor set in tckmodel.cfg
mod_funSize;	if mod_funMode is 1 this sets all players to the same size eg. mod_funSize 0.2 for small models 
		1.0 is normal size scaleModels might have to be on for this to work
mod_funKick;	if mod_funMode is 1 then this scales the kick dammage and throw back factor 1.0 is normal
mod_funMode;	turn funKick and funSize on and off
mod_nerfspin;	if this is 1 then you cant spin during backstabs
mod_debugcheats;	not implimented yet
mod_dualblade;	allow players to use the "thedestroyer" cheat without cheats on
mod_dualsaber;	not implimented yet, will be for two sabers at once
mod_emotes;	allows emotes to be used some emotes are /nod /shake /kiss its a little buggy still
mod_tag;		kicktag, once this is set to 1 if someone is kicked then he becomes "it" and he has to tag someone
		else by kicking them.  Set this to 0 and then kick one last person and the game will end and show
		who was tagged the most and the least
mod_tagBacks;	are tagbacks allowed for kick tag
mod_funWallRun;	does nothing but you need funMode on to use it
mod_infotime;	does nothing
mod_multiduels;	if set to 1 then multiple duels can happen at once
mod_cangod;	if set to 0 then players cant use god mode when cheats are enabled
mod_lbsmin;	the minimum dammage that a light style backstab does
mod_lbsmax;	the maximum dammage
mod_mbsmin;	the minimum dammage that a medium style backstab does
mod_mbsmax;	the maximum dammage
mod_hbsmin;	the minimum dammage that a heavy style backstab does
mod_hbsmax;	the maximum dammage
mod_tckcolors;	are tck saber colors enabled... I dont remember if I actually added this so it might not work
mod_scaleSabers;	if 1 then sabers will be scaled

there is also a ban and clientban command that work the same was as kick and clientkick except it just adds
the person's ip to the ban list.  You	then have to kick them.

//===============
I think I included all of the tck stuff.... but I'm not really sure so if some of these don't work it's because I messed them up.

There is a bug with dual bladed sabers and tck colors.  The 2nd blade has two blades in it with 2 colors.


tck_saber "1" or "0"
if 0 then the sabers will not have custom colors.

tck_dualcolor "1" or "0"
if 1 then you will have 2 colors one for the normal saber and one for when it s extended.
the second color is also used for the second blade on a double saber


tck_red1	1->255
tck_green1	1->255
tck_blue1	1->255
these 3 cvar will define the color n1 of your saber.

tck_red2	1->255
tck_green2	1->255
tck_blue2	1->255
these 3 cvar will define the color n2 of your saber.


g_botdoublesaber "1" or "0"
if 1, when you add a bot, he will automatically have a double bladed saber.

g_enabledoublesaber "1" or "0"
If 1, the clients will be able to have a double saber (cheat protection removed).

g_enableextended "1" or "0"
if 1 the clients will be able to have an extended saber.
(you can bind your key to tck_dualphase or goto the controls setup screen)

g_enablesblock "1" or "0" 
if 1 the saberlockings can happen in ffa, team ffa, and all the gametypes...

bot_honorableduelacceptance "1" or "0"
cheat protection have been removed. if you have you saber off and chalenge a bot in a saber duel he will accept.


