Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Steam]
- # Application ID, must be set
- # http://store.steampowered.com/app/%AppId%/
- AppId = 236850
- Key = ly4MPOYAfkj0fVIlWrrSSw==
- # Steam User ID
- # This option will set specific steam account ID associated with a launched game
- # For example you can use this value to make compatible saves made by other emus:
- # RELOADED steam ID = 4919 (1337)
- # CODEX steam ID = 1638 (666)
- # SteamUserID = 0
- [StatsAndAchievements]
- # Enable wrapper stats (this will disable native steam stats code / currently works only with 011 version of ISteamUserStats interface)
- EnableStats = false
- # Enable wrapper achievements (this will disable native steam achievements code / currently works only with 011 version of ISteamUserStats interface)
- EnableAchievements = false
- # Unlock only achievements that are listed in configuration file
- UnlockListedAchievements = false
- # Listed achievements (see example below):
- #ACH_LEVEL_COMPLETED = true
- # Unlock all game achievements (this will only work when "EnableAchievements" value is set to "true". This option will override "UnlockListedAchievements")
- UnlockAllAchievements = false
- [DLC]
- # Base DLC AppID for enumeration, if not set and AppID is set it uses AppID
- DLCEnumBase = 0
- # number of DLCs enumerated
- DLCEnumCount = 0
- # 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>
- 000=241360
- 001=241361
- 002=241362
- 003=241363
- 004=241364
- 005=241365
- 006=241366
- 007=241367
- 008=241368
- 009=241369
- 010=241370
- 011=241371
- 012=278710
- 013=278711
- 014=278712
- 015=279620
- 016=279621
- 017=279622
- 018=279623
- 019=295220
- 020=295221
- 021=295222
- 022=304590
- 023=310030
- 024=310031
- 025=310032
- 026=310033
- 027=310034
- 028=327830
- 029=327831
- 030=338160
- 031=338161
- 032=338162
- 033=338163
- 034=354790
- 035=373150
- 036=373160
- 037=373370
- 038=373380
- 039=373400
- 039=414301
- 040=415470
- 041=415680
- 042=423200
- 043=423210
- 044=423250
- 045=423280
- 046=423290
- 047=423300
- 048=436120
- 049=436121
- 050=443720
- 051=460200
- 052=460201
- 053=460202
- 054=472030
- 055=474590
- 056=474600
- 057=474610
- 058=474630
- 059=625050
- 060=538020
- 061=642780
- 062=538021
- 063=486570
- 064=486571
- 065=617960
- 066=617962
- 067=617961
- 068=539260
- 069=625170
- 070=625171
- 071=625172
- 072=721340
- 073=721341
- [Subscriptions]
- # 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
- # Set the specific location of save games
- # 0 = Default REVOLT wrapper saves location (/saves)
- # 1 = 3DMGAME (/3DMGAME/3DMGAME/storage)
- # 2 = ALI213 (/Profile/saves)
- # 3 = RELOADED (%SystemDrive%/ProgramData/Steam/RLD!/%AppId%/storage)
- # 4 = CODEX (%SystemDrive%/AppData/Roaming/Steam/CODEX/%AppId%/remote)
- # 5 = FLT (%SystemDrive%/AppData/Local/EMU/Steam/%AppId%/remote)
- # 6 = SKIDROW (%SystemDrive%/AppData/Local/SKIDROW/%AppId%/storage)
- # 7 = CPY (%SystemDrive%/Users/%UserName%/Documents/CPY_SAVES/%AppId%)
- SaveType = 0
- # 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement