Advertisement
Guest User

Untitled

a guest
Jan 15th, 2018
4,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. [Steam]
  2.  
  3. # Application ID, must be set
  4. # http://store.steampowered.com/app/%AppId%/
  5. AppId = 236850
  6. Key = ly4MPOYAfkj0fVIlWrrSSw==
  7.  
  8. # Steam User ID
  9. # This option will set specific steam account ID associated with a launched game
  10. # For example you can use this value to make compatible saves made by other emus:
  11. # RELOADED steam ID = 4919 (1337)
  12. # CODEX steam ID = 1638 (666)
  13. # SteamUserID = 0
  14.  
  15. [StatsAndAchievements]
  16.  
  17. # Enable wrapper stats (this will disable native steam stats code / currently works only with 011 version of ISteamUserStats interface)
  18. EnableStats = false
  19.  
  20. # Enable wrapper achievements (this will disable native steam achievements code / currently works only with 011 version of ISteamUserStats interface)
  21. EnableAchievements = false
  22.  
  23. # Unlock only achievements that are listed in configuration file
  24. UnlockListedAchievements = false
  25.  
  26. # Listed achievements (see example below):
  27.  
  28. #ACH_LEVEL_COMPLETED = true
  29.  
  30. # Unlock all game achievements (this will only work when "EnableAchievements" value is set to "true". This option will override "UnlockListedAchievements")
  31. UnlockAllAchievements = false
  32.  
  33. [DLC]
  34.  
  35. # Base DLC AppID for enumeration, if not set and AppID is set it uses AppID
  36. DLCEnumBase = 0
  37.  
  38. # number of DLCs enumerated
  39. DLCEnumCount = 0
  40.  
  41. # By default DLC active or not
  42. # Default value will override all other values, so setting this to true will enable all DLCs!
  43. Default = true
  44.  
  45. # List of all DLCs the app should own. Index starts from 0
  46. # <index> = <appid>
  47.  
  48. 000=241360
  49. 001=241361
  50. 002=241362
  51. 003=241363
  52. 004=241364
  53. 005=241365
  54. 006=241366
  55. 007=241367
  56. 008=241368
  57. 009=241369
  58. 010=241370
  59. 011=241371
  60. 012=278710
  61. 013=278711
  62. 014=278712
  63. 015=279620
  64. 016=279621
  65. 017=279622
  66. 018=279623
  67. 019=295220
  68. 020=295221
  69. 021=295222
  70. 022=304590
  71. 023=310030
  72. 024=310031
  73. 025=310032
  74. 026=310033
  75. 027=310034
  76. 028=327830
  77. 029=327831
  78. 030=338160
  79. 031=338161
  80. 032=338162
  81. 033=338163
  82. 034=354790
  83. 035=373150
  84. 036=373160
  85. 037=373370
  86. 038=373380
  87. 039=373400
  88. 039=414301
  89. 040=415470
  90. 041=415680
  91. 042=423200
  92. 043=423210
  93. 044=423250
  94. 045=423280
  95. 046=423290
  96. 047=423300
  97. 048=436120
  98. 049=436121
  99. 050=443720
  100. 051=460200
  101. 052=460201
  102. 053=460202
  103. 054=472030
  104. 055=474590
  105. 056=474600
  106. 057=474610
  107. 058=474630
  108. 059=625050
  109. 060=538020
  110. 061=642780
  111. 062=538021
  112. 063=486570
  113. 064=486571
  114. 065=617960
  115. 066=617962
  116. 067=617961
  117. 068=539260
  118. 069=625170
  119. 070=625171
  120. 071=625172
  121. 072=721340
  122. 073=721341
  123.  
  124.  
  125. [Subscriptions]
  126.  
  127. # By default subscribed or not
  128. # Default value will override all other values, so setting this to true will enable all Subscriptions!
  129. Default = true
  130.  
  131. # Manual List
  132. # <appid> = <true/false>
  133.  
  134. [Settings]
  135.  
  136. # Change the language for games that uses steam_api.api/steamclient.dll to decide it.
  137. # Can be not set, then ValveAPI.dll/steamclient.dll will decide (including Steam)
  138. Language = english
  139.  
  140. # Set the specific location of save games
  141. # 0 = Default REVOLT wrapper saves location (/saves)
  142. # 1 = 3DMGAME (/3DMGAME/3DMGAME/storage)
  143. # 2 = ALI213 (/Profile/saves)
  144. # 3 = RELOADED (%SystemDrive%/ProgramData/Steam/RLD!/%AppId%/storage)
  145. # 4 = CODEX (%SystemDrive%/AppData/Roaming/Steam/CODEX/%AppId%/remote)
  146. # 5 = FLT (%SystemDrive%/AppData/Local/EMU/Steam/%AppId%/remote)
  147. # 6 = SKIDROW (%SystemDrive%/AppData/Local/SKIDROW/%AppId%/storage)
  148. # 7 = CPY (%SystemDrive%/Users/%UserName%/Documents/CPY_SAVES/%AppId%)
  149. SaveType = 0
  150.  
  151. # Disable save file handling.
  152. EnableSave = true
  153.  
  154. # Log to file name, not set to disable logging
  155. LogFile = true
  156. LogFileName = REVOLT.log
  157.  
  158. # Enable loging to console.
  159. LogConsole = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement