created on 21 mai 2009 by ailmanki


Manuall Installation:

Unpack into your et folder, where etmain is located.
Create 2 shortcuts of ET, wherever you want em.

Add a command line argument, 
for etpub:
	+set fs_game mapper_etpub +exec mapper.cfg
for jaymod:
	+set fs_game mapper_jaymod +exec mapper.cfg

	(That should look like that in the end:
	"c:\etmapper\et.exe" +set fs_game mapper_etpub +exec mapper.cfg

This is all configured for local testing, it has not been tested for LAN nor for anything else.
Just like singleplayer..
Start the game with the Shortcut, and load your map. And the commands shown below should work.
The configuration is made so, that you need the pk3. 
Else you will need to configure it differently, I suppose a +set sv_pure 0 will do it.


Do not contact Jaymod Developers nor ETPub developers regarding this package, 
as they have nothing todo with this package.
So if is buggy or anything problematic, 
its all the fault of the one which packaged it.


What can it be used for?

 Jaymod allows for !status, which prints various infos, 
	more info can be found in the docs folder in jaymod.pdf

 ETPub allows for various commands
	- csinfo 
	- csdump #
	- entitylist
	- configstrings

Some info about these commands:
	csinfo
	this command will print the size of each individual configstring and print the overall length of the GAMESTATE at the end.

	csdump 0
	This prints out the SERVERINFO string. If you have any worthless 'sets' cvars, they will show here. Also see the g_serverInfo cvar for limiting the length of this string.

	csdump 1
	This will print the SYSTEMINFO string. This config string is special since it can be 8192 chars long instead of 1024 like all the others. The reason for this is it holds checksums for all pk3 files your server is referencing. Having unneeded pk3 files here is the most likely cause of most MAX_GAMESTATE errors.

	csdump can show all contents which are listed by csinfo.



Credits:

Fully to Jaymod and ETPub for their excellent work.

ETPub can be found at
http://etpub.org

Jaymod can be found at 
http://jaymod.clanfu.org


PS:
I hope this will help mappers identify problems regarding max gamechars.