Installation:
Make a new copy of your Q3A sources and delete 'game' and 'ui' folders.
Then unzip these files into 'sources'-dir keeping the folder structure.
Replace all files if needed.

New files are:

QAGAME:

g_class.c	-- allmost all new stuff
g_class.h	-- defines

g_inven.c	-- stores the iventory table and sets the inventory
g_inven.h	-- defines and g_inventory struct

New useful functions:

TA_tprintf and TA_eprintf (both in g_team.c).

All comments to the new functions are in these files.

UI:

ui_class.c
Menu description.


Other comments:

g_gametype is automatically set to ctf-mode (4). 
Bots can't use classes yet. (very easy to implement).
Skins are not required but are fully supported.

TiamaT (ta@thefortress.org).


