- [Steam]
- # Application ID, must be set
- # http://store.steampowered.com/app/%AppId%/
- AppId = 35720
- Key = ly4MPOYAfkj0fVIlWrrSSw==
- [DLC]
- # Base DLC AppID for enumeration, if not set and AppID is set it uses AppID
- # DLCEnumBase = 0
- # number of DLCs enumerated
- DLCEnumCount = 3
- # By default DLC active or not
- # Default value will override all other values, so setting this to true will enable all DLCs!
- Default = true
- # List of all DLCs the app should own. Index starts from 0
- # <index> = <appid>
- [Subscriptions]
- 0 = 35723
- 1 = 35725
- 2 = 218530
- # By default subscribed or not
- # Default value will override all other values, so setting this to true will enable all Subscriptions!
- Default = true
- # Manual List
- # <appid> = <true/false>
- [Settings]
- # Change the language for games that uses steam_api.api/steamclient.dll to decide it.
- # Can be not set, then ValveAPI.dll/steamclient.dll will decide (including Steam)
- Language = english
- # Disable save file handling.
- EnableSave = true
- # Log to file name, not set to disable logging
- LogFile = true
- LogFileName = REVOLT.log
- # Enable loging to console.
- LogConsole = false