//DO NOT EDIT!!!
//DO NOT READ!
clientSettings
{
	port=3030;
	resolution=800x480; // format: WxH
	pregameRes=800x480; //WxH
	screenSize=0x0; //WxH, if 0x0 will be set to he same value as resolution
	bpp=16; // bits per pixels: 16, 24 or 32
	fullscreen=1; //0 - windowed mode, 1 - fullscreen
	server=127.0.0.1; //use 127.0.0.1 for localhost
	localInformation=2; //0 - *all* information sent from server (safest and slowest); 1 - map information sent from server; 2 - all information local-storaged
	defaultPlayerAI=GeniusAI; 
	neutralBattleAI=StupidAI;
	showFPS=0;
	classicCreatureWindow=0;
}
