mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-28 03:57:02 +02:00
a1606b2fb3
* started making external settings file (will be used for support for non 800x600 screen resolutions) * minor changes
24 lines
562 B
Plaintext
24 lines
562 B
Plaintext
//DO NOT EDIT!!!
|
|
//DO NOT READ!
|
|
clientSettings
|
|
{
|
|
port=3030;
|
|
resolution=800x600; // format: WxH
|
|
bpp=24; // bpp!=24 => problems
|
|
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
|
|
defaultAI=EmptyAI.dll;
|
|
}
|
|
GUISettings
|
|
{
|
|
//800x600 //settings specific for 800x600 resolution
|
|
//{
|
|
AdventureMap
|
|
{
|
|
Buttons
|
|
{
|
|
};
|
|
};
|
|
//};
|
|
} |