1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/config/settings.txt
Ivan Savenko 86e7d96b39 - setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json)
- some work on system settings window
- new menu for selecting resolution (reused town portal graphics), can be opened from system settings
2012-01-12 15:23:00 +00:00

22 lines
819 B
Plaintext

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;
}