; Get DLC Info from SteamDB by Sak32009 v3.5.6 ; Format: CREAMAPI v3.4.1.0 ; AppID: 107410 ; AppID Name: Arma 3 ; AppID Total DLCs: 20 ; SteamDB: https://steamdb.info/app/107410 ; Homepage: https://******.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 = 107410 ; Current game language. ; Uncomment this option to turn it on. ; Default is "english". ; language = english ; 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 "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: <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 228800 = Arma 3 Alpha Lite - expires now (Arma 3) 233780 = Arma 3 Server 233800 = Arma 3 Tools 249500 = SteamDB Unknown App 249500 249860 = Arma 3 Soundtrack 249861 = Arma 3 Maps 249862 = Arma 3 Tactical Guide 275700 = Arma 3 Zeus 288520 = Arma 3 Karts 304380 = Arma 3 Helicopters 304400 = Arma 3 DLC Bundle 1 332350 = Arma 3 Marksmen 390500 = Arma 3 Samples 395180 = Arma 3 Apex 571710 = Arma 3 Laws of War 601670 = Arma 3 Jets 612480 = Arma 3 DLC Bundle 2 639600 = Arma 3 Malden 744950 = Arma 3 Tac-Ops Mission Pack 798390 = Arma 3 Tanks [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.