| 12345678910111213141516171819202122 | 
							- THIS FILE IS OUTDATED
 
- - to change setting including resolution: use in-game menu
 
- - to change setting manually: file settings.json
 
- - to add new options or to modify default values: file defaultSettings.json
 
- //DO NOT EDIT!!!
 
- //DO NOT READ!
 
- clientSettings
 
- {
 
- 	port=3030;
 
- 	resolution=800x600; // format: WxH
 
- 	pregameRes=800x600; //WxH
 
- 	screenSize=0x0; //WxH, if 0x0 will be set to he same value as resolution
 
- 	bpp=24; // bits per pixels: 16, 24 or 32
 
- 	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
 
- 	defaultPlayerAI=GeniusAI; 
 
- 	neutralBattleAI=StupidAI;
 
- 	showFPS=0;
 
- 	classicCreatureWindow=0;
 
- }
 
 
  |