settings.txt 819 B

12345678910111213141516171819202122
  1. THIS FILE IS OUTDATED
  2. - to change setting including resolution: use in-game menu
  3. - to change setting manually: file settings.json
  4. - to add new options or to modify default values: file defaultSettings.json
  5. //DO NOT EDIT!!!
  6. //DO NOT READ!
  7. clientSettings
  8. {
  9. port=3030;
  10. resolution=800x600; // format: WxH
  11. pregameRes=800x600; //WxH
  12. screenSize=0x0; //WxH, if 0x0 will be set to he same value as resolution
  13. bpp=24; // bits per pixels: 16, 24 or 32
  14. fullscreen=0; //0 - windowed mode, 1 - fullscreen
  15. server=127.0.0.1; //use 127.0.0.1 for localhost
  16. localInformation=2; //0 - *all* information sent from server (safest and slowest); 1 - map information sent from server; 2 - all information local-storaged
  17. defaultPlayerAI=GeniusAI;
  18. neutralBattleAI=StupidAI;
  19. showFPS=0;
  20. classicCreatureWindow=0;
  21. }