getDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 99: Line 99:
<br>
<br>
Arma 3 Jets        601670
Arma 3 Jets        601670
</dd>
</dl>
<!-- DISCONTINUE Notes -->
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on April 17, 2018 - 01:35 (UTC)</dd>
<dt class="note">[[User:HazJ|HazJ]]</dt>
<dd class="note">
Even more DLC<br>
Tac Ops DLC 744950<br>
Tanks DLC 798390
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 03:35, 17 April 2018

Hover & click on the images for description

Description

Description:
Returns array of appIDs of DLCs. Use filter param to get specific type of DLCs:
0 - all
1 - owned
2 - not owned
Groups:
Uncategorised

Syntax

Syntax:
getDLCs filter
Parameters:
filter: Number
Return Value:
Array - array of numbers

Examples

Example 1:
_ownedDLCs = getDLCs 1;
Example 2:
Is the Karts DLC owned by this client? hintSilent str (288520 in (getDLCs 1));

Additional Information

See also:
getObjectDLC getPersonUsedDLCs getMissionDLCs

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section

Posted on May 30, 2014 - 18:08 (UTC)
Sniperwolf572
Current list of IDs that correspond to the available DLCs:

275700 - Arma 3 Zeus
249860 - Arma 3 Soundtrack
304400 - Arma 3 DLC Bundle
249861 - Arma 3 Maps
249862 - Arma 3 Tactical Guide
288520 - Arma 3 Karts
304380 - Arma 3 Helicopters
332350 - Arma 3 Marksmen
Posted on April 7, 2015 - 20:27 (UTC)
Benargee
To add to the note above, app ID can be found in CfgMods. Here is an example path from zeus using the Splendid Config Viewer: configFile >> "CfgMods" >> "Curator" >> "appId" This method can be used to find app IDs without having to find a list like the one above.
I am also pretty sure you are able to define your own app ID for your own mods using this method.
Posted on July 1, 2016 - 17:33 (UTC)
Armitxes
The required DLC-IDs equal to the Steam App-IDs of each obtainable DLC.
To extend Sniperwolfs list:

395180 - Arma 3 Apex
Posted on October 30, 2017 - 18:20 (UTC)
Midnighters
More dlc
Arma 3 Laws of War 571710
Arma 3 Jets 601670
Posted on April 17, 2018 - 01:35 (UTC)
HazJ
Even more DLC
Tac Ops DLC 744950
Tanks DLC 798390