Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
2,671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. [steam]
  2. ; Application ID (http://store.steampowered.com/app/%appid%/)
  3. appid = 502500
  4. ; Current game language.
  5. ; Uncomment this option to turn it on.
  6. ; Default is "english".
  7. ;language = german
  8. ; Enable/disable automatic DLC unlock. Default option is set to "false".
  9. ; Keep in mind that this option is highly experimental and won't
  10. ; work if the game wants to call each DLC by index.
  11. unlockall = false
  12. ; Original Valve's steam_api.dll.
  13. ; Default is "steam_api_o.dll".
  14. orgapi = steam_api_o.dll
  15. ; Original Valve's steam_api64.dll.
  16. ; Default is "steam_api64_o.dll".
  17. orgapi64 = steam_api64_o.dll
  18. ; Enable/disable extra protection bypasser.
  19. ; Default is "false".
  20. extraprotection = false
  21. ; The game will think that you're offline (supported by some games).
  22. ; Default is "false".
  23. forceoffline = false
  24. ; Some games are checking for the low violence presence.
  25. ; Default is "false".
  26. ;lowviolence = true
  27. ; Installation path for the game.
  28. ; Note, that you can use ..\ to set the parent directory (from where executable file is located).
  29. ; Maximum number of parent directories: 5 (..\..\..\..\..\)
  30. ; Default is the path to current working directory.
  31. ;installdir = ..\
  32. ; Use DLC id as the appended installation directory.
  33. ; e.g. <install_directory>\480
  34. ; Default is "true".
  35. ;dlcasinstalldir = false
  36. ; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
  37. ; Default is "0" (1970/01/01).
  38. ;purchasetimestamp = 0
  39. ; Turn on the wrapper mode.
  40. ; Default is "false".
  41. wrappermode = false
  42.  
  43. [steam_misc]
  44. ; Disables the internal SteamUser interface handler.
  45. ; Does have an effect on the games that are using the license check for the DLC/application.
  46. ; Default is "false".
  47. disableuserinterface = false
  48. ; Disables the internal SteamUtils interface handler.
  49. ; Does have an effect on the games that are checking for the actual AppId (only matters when "wrappermode" is set to "true").
  50. ; Default is "false".
  51. disableutilsinterface = false
  52. ; Disable the internal reserve hook of the "Steam_RegisterInterfaceFuncs" function.
  53. ; Default is "false".
  54. disableregisterinterfacefuncs = false
  55. ; Unlock/Lock Steam parental restrictions.
  56. ; Default is "true".
  57. ;unlockparentalrestrictions = false
  58. ; SteamId64 to override. Note that this action could be risky !
  59. ; This option can only work if "disableuserinterface = false".
  60. ;steamid = 0
  61. ; Bypass VAC signature check. Note that this action could be risky !
  62. ; Default is "false".
  63. ;signaturebypass = true
  64.  
  65. [steam_wrapper]
  66. ; Application ID to override (used when the wrapper mode is on)
  67. newappid = 0
  68. ; Use the internal storage system.
  69. ; Default is "false".
  70. wrapperremotestorage = false
  71. ; Use the internal stats/achievements system.
  72. ; Default is "false".
  73. wrapperuserstats = false
  74. ; Use the internal workshop (UGC) system.
  75. ; Default is "false".
  76. wrapperugc = false
  77. ; Store the data in the current directory (incl. stats)
  78. ; By default the data is stored at: %appdata%/CreamAPI/%appid%/
  79. ; Default is "false".
  80. saveindirectory = false
  81. ; Force the usage of a full save path instead of the relative one.
  82. ; Default is "false".
  83. forcefullsavepath = false
  84. ; Disable internal callbacks system.
  85. ; Default is "false".
  86. ;disablecallbacks = true
  87. ; Disable/Enable a StoreStats callback. Takes effect only if "wrapperuserstats" is set to "true".
  88. ; Default is "true".
  89. ;storestatscallback = false
  90. ; Fixed achievements count.
  91. ; Some games can only work if this option is configured properly (e.g. Wolfenstein II).
  92. ; Default is "0".
  93. achievementscount = 0
  94.  
  95. [dlc]
  96. ; DLC handling.
  97. ; Format: <dlc_id> = <dlc_description>
  98. ; e.g. : 247295 = Saints Row IV - GAT V Pack
  99. ; If the DLC is not specified in this section
  100. ; then it won't be unlocked
  101. 929106 = ACE COMBAT™ 7: SKIES UNKNOWN - Season Pass
  102. 929105 = ACE COMBAT™ 7: SKIES UNKNOWN - Music Player Mode
  103. 929104 = ACE COMBAT™ 7: SKIES UNKNOWN - 8 Popular Squadron Emblems
  104. 929103 = ACE COMBAT™ 7: SKIES UNKNOWN - F-4E Phantom II + 3 Skins
  105. 868310 = ACE COMBAT™ 7: SKIES UNKNOWN - ADF-11F Raven
  106. 868311 = ACE COMBAT™ 7: SKIES UNKNOWN - ADF-01 Falken
  107. 868312 = ACE COMBAT™ 7: SKIES UNKNOWN - ADFX-01 Morgan
  108. 929100 = ACE COMBAT™ 7: SKIES UNKNOWN - DLC Mission 01
  109. 929101 = ACE COMBAT™ 7: SKIES UNKNOWN - DLC Mission 02
  110. 929102 = ACE COMBAT™ 7: SKIES UNKNOWN - DLC Mission 03
  111.  
  112. [dlc_installdirs]
  113. ; Installation path for the specific DLC (dependent from "installdir" option).
  114. ; This section works only if "dlcasinstalldir" option is set to "false".
  115. ; Format: <dlc_id> = <install_dir>
  116. ; e.g. : 556760 = DLCRoot0
  117.  
  118. [steam_ugc]
  119. ; Subscribed workshop items.
  120. ; This section works only if "wrappermode" and "wrapperugc" options are set to "true".
  121. ; Format: <dlc_id> = <true/false>
  122. ; e.g. : 812713531 = true
  123. ; Please refer to __README_WORKSHOP_EN__.txt for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement