; Get DLC Info from SteamDB by Sak32009 v3.6.9 ; Format: CREAMAPI v3.4.1.0 ; AppID: 289070 ; AppID Name: Sid Meier's Civilization VI ; AppID Total DLCs: 14 ; SteamDB: https://steamdb.info/app/289070 ; 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 = 289070 ; Current game language. ; Uncomment this option to turn it on. ; Default is "english". ;language = german ; 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. \480 ; Default is "true". ;dlcasinstalldir = false ; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm). ; Default is "0" (1970/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 ; Disable the internal reserve hook of the "Steam_RegisterInterfaceFuncs" function. ; Default is "false". disableregisterinterfacefuncs = 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 is stored at: %appdata%/CreamAPI/%appid%/ ; Default is "false". saveindirectory = false ; Force the usage of a full save path instead of the relative one. ; Default is "false". forcefullsavepath = 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 ; Fixed achievements count. ; Some games can only work if this option is configured properly (e.g. Wolfenstein II). ; Default is "0". achievementscount = 0 [dlc] ; DLC handling. ; Format: = ; e.g. : 247295 = Saints Row IV - GAT V Pack ; If the DLC is not specified in this section ; then it won't be unlocked 404350 = Sid Meier's Civilization VI Development Tools 512030 = Civilization VI - Aztec Civilization Pack 512031 = Civilization VI - 25th Anniversary Soundtrack 512032 = Civilization VI - Vikings Scenario Pack 512033 = Civilization VI - Poland Civilization & Scenario Pack 512034 = Civilization VI - Australia Civilization & Scenario Pack 512035 = Civilization VI - Persia and Macedon Civilization & Scenario Pack 521770 = Civilization VI - Digital Deluxe Extras 537570 = Sid Meier's Civilization VI Demo (Sid Meier’s Civilization® VI) 597260 = Sid Meier's Civilization VI Development Assets 645400 = Civilization VI - Nubia Civilization & Scenario Pack 645401 = Civilization VI - Khmer and Indonesia Civilization & Scenario Pack 645402 = Sid Meier’s Civilization VI: Rise and Fall 947510 = Sid Meier's Civilization VI: Gathering Storm [dlc_installdirs] ; Installation path for the specific DLC (dependent from "installdir" option). ; This section works only if "dlcasinstalldir" option is set to "false". ; Format: = ; e.g. : 556760 = DLCRoot0 [steam_ugc] ; Subscribed workshop items. ; This section works only if "wrappermode" and "wrapperugc" options are set to "true". ; Format: = ; e.g. : 812713531 = true ; Please refer to __README_WORKSHOP_EN__.txt for more details.