; Get DLC Info from SteamDB by Sak32009 v3.4.8
; Format: CREAMAPI v3.2.0.0
; AppID: 391220
; AppID Name: Rise of the Tomb Raider
; AppID Total DLCs: 22
; SteamDB:
https://steamdb.info/app/391220 ; Homepage:
https://github.com/Sak32009/GetDLCInfoFromSteamDB/ ; Support:
http://cs.rin.ru/forum/viewtopic.php?f=10&t=71837 [steam]
; Application ID (http://store.steampowered.com/app/%appid%/)
appid = 391220
; Force the usage of specific language.
; Uncomment this option to turn it on.
language = russian
; Enable/disable automatic DLC unlock. Default option is set to "false".
; Keep in mind that this option is highly experimental and won't
; work if the game wants to call each DLC by index.
unlockall = false
; Original Valve's steam_api.dll.
; Default is "steam_api_o.dll".
orgapi = steam_api_o.dll
; Original Valve's steam_api64.dll.
; Default is "steam_api64_o.dll".
orgapi64 = steam_api64_o.dll
; Enable/disable extra protection bypasser.
; Default is "false".
extraprotection = false
; The game will think that you're offline (supported by some games).
; Default is "false".
forceoffline = false
; Some games are checking for the low violence presence.
; Default is "false".
;lowviolence = true
; Installation path for the game.
; Note, that you can use ..\ to set the parent directory (from where executable file is located).
; Maximum number of parent directories: 5 (..\..\..\..\..\)
; Default is the path to current working directory.
;installdir = ..\
; Use DLC id as the appended installation directory.
; e.g. <install_directory>\480
; Default is "true".
;dlcasinstalldir = false
; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
; Default is "1167609600" (2007/01/01).
;purchasetimestamp = 0
; Turn on the wrapper mode.
; Default is "false".
wrappermode = false
[steam_misc]
; Disables the internal SteamUser interface handler.
; Does have an effect on the games that are using the license check for the DLC/application.
; Default is "false".
disableuserinterface = false
; Disables the internal SteamUtils interface handler.
; Does have an effect on the games that are checking for the actual AppId (only matters when "wrappermode" is set to "true").
; Default is "false".
disableutilsinterface = false
; Unlock/Lock Steam parental restrictions.
; Default is "true".
;unlockparentalrestrictions = false
; SteamId64 to override. Note that this action could be risky !
; This option can only work if "disableuserinterface = false".
;steamid = 0
; Bypass VAC signature check. Note that this action could be risky !
; Default is "false".
;signaturebypass = true
[steam_wrapper]
; Application ID to override (used when the wrapper mode is on)
newappid = 0
; Use the internal storage system.
; Default is "false".
wrapperremotestorage = false
; Use the internal stats/achievements system.
; Default is "false".
wrapperuserstats = false
; Use the internal workshop (UGC) system.
; Default is "false".
wrapperugc = false
; Store the data in the current directory (incl. stats)
; By default the data will is stored at: %appdata%/CreamAPI/%appid%/
; Default is "false".
saveindirectory = false
; Disable internal callbacks system.
; Default is "false".
;disablecallbacks = true
; Disable/Enable a StoreStats callback. Takes effect only if "wrapperuserstats" is set to "true".
; Default is "true".
;storestatscallback = false
[dlc]
; DLC handling.
; Format: <dlc_id> = <dlc_description>
; e.g. : 247295 = Saints Row IV - GAT V Pack
; If the DLC is not specified in this section
; then it won't be unlocked
406200 = SteamDB Unknown App 406200 (Test DlC)
418680 = Sparrowhawk Pack
418690 = Hope's Bastion Pack
418700 = Tactical Survivor Pack
418710 = Apex Predator Pack
418720 = Remnant Resistance Pack (Retired)
418730 = SteamDB Unknown App 418730 (Rise of the Tomb Raider)
418740 = SteamDB Unknown App 418740 (Rise of the Tomb Raider)
418750 = Wilderness Survivor
418760 = Siberian Ranger
418770 = Ancient Vanguard
418780 = Prophet's Legacy
418790 = Endurance (Endurance Mode)
418800 = Baba Yaga (Baba Yaga: The Temple of the Witch)
418810 = Cold Darkness (Cold Darkness Awakened)
419100 = SteamDB Unknown App 419100 (Rise of the Tomb Raider)
419110 = Remnant Resistance Pack
437290 = SteamDB Unknown App 437290
437800 = Season Pass Card Packs
505540 = Rise of the Tomb Raider 20 Year Celebration Pack
526660 = Rise of the Tomb Raider - Season Pass
541750 = Valiant Explorer
[dlc_installdirs]
; Installation path for the specific DLC (dependent from "installdir" option).
; This section works only if "dlcasinstalldir" option is set to "false".
; Format: <dlc_id> = <install_dir>
; e.g. : 556760 = DLCRoot0
[steam_ugc]
; Subscribed workshop items.
; This section works only if "wrappermode" and "wrapperugc" options are set to "true".
; Format: <dlc_id> = <true/false>
; e.g. : 812713531 = true
; Please refer to __README_WORKSHOP_EN__.txt for more details.