2008-11-09 00:29:19 +02:00
//DO NOT EDIT!!!
//DO NOT READ!
clientSettings
{
port=3030;
2010-07-20 09:05:45 +03:00
resolution=800x600; // format: WxH
2010-08-23 18:16:40 +03:00
pregameRes=800x600; //WxH
2010-08-28 17:52:20 +03:00
screenSize=0x0; //WxH, if 0x0 will be set to he same value as resolution
2010-08-06 13:46:40 +03:00
bpp=24; // bits per pixels: 16, 24 or 32
2008-11-09 00:29:19 +02:00
fullscreen=0; //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
2011-02-23 05:57:45 +02:00
defaultPlayerAI=GeniusAI;
neutralBattleAI=StupidAI;
2011-04-06 23:30:59 +03:00
showFPS=0;
2011-05-25 17:48:49 +03:00
classicCreatureWindow=0;
2010-02-10 04:56:00 +02:00
}