KILUP

4/19/2000
//*****************************************************************************
//    
//	Modified all April by Kilup
//	Made it so changing to Cap-TwoBits storage didn't hurt
//	the players that already installed it, ie. It keeps the kills
//	you already had.  This will be good for players who want to track
//	kills by multiple people on the same machine.  
//	Sounds will soon be coming to the kpack. So stay tuned!
//*****************************************************************************


4/1/2000
//*****************************************************************************
//    
//	Modified April 5 by CaP-TwoBits        
//	Added single Key for toggling all functions on and off, default key is "\"  
//	and included a pop up
//	 message to let you know whether it is ON or OFF
//	All functions are ON by default
//	Combined all scripts into one script and added ability to execute via NewOpts Autoload
//	If you do not have NewOpts, add this line to your autoexec.cs file
//		Include("Kpack.acs.cs");
//	All functions now save to a single file called "KpackCount.cs"
//*****************************************************************************


3/21/2000
============================================================================
NOTES:

This code was created by Kilup (ATF_Kilup) except for disct.cs which was
created by SPNautium!  However, my scripts are just modified versions of
his so he should get most of the credit!  If you don't want to run
any of these scripts just don't include them in your autoexec.cs and if
they are too annoying for people remember you can shut them off in the game!
If you have any problems or run into any bugs you can catch me in TRIBES I
will be under ATF_Kilup or maybe just Kilup
 
Feel free to distribute!  But give credit where credit is due!

============================================================================

INSTRUCTIONS

Make a new directory under your DYNAMIX/TRIBES/CONFIG directory called KPACK 
Extract the following file to that directory 
 

kpack.acs.cs


Then add the following lines to your autoexec.cs

Include("kpack\\kpack.acs.cs");

==============================================================================
IMPORTANT
IF YOU RAN KPACK1.0 

BE SURE TO REMOVE ALL THE 
Include("kpack\\....");
Include("kpack\\....");
LINES IN YOUR AUTOEXEC.CS

THIS WILL IMPORT YOUR SCORES INTO THE FIRST PLAYER THAT RUNS KPACK2.0
THIS NEW VERSION TRACKS INDIVIDUAL PLAYERS NOT JUST MACHINE KILLS


==============================================================================

To toggle KPACK on and off hit \

==============================================================================

