Page MenuHomeFeedback Tracker

Arma 3 Launcher does not import optional DLCs from preset files
Closed, ResolvedPublic

Description

Arma 3 Launcher preset functionality does support saving and loading of optional DLCs, it also exports info about them to the HTML file but that data seems to be not imported back into the launcher when the preset HTML file is imported.

This functionality is really important for groups that use Steam Workshop and provide their players with Arma mods preset files to load the mods. Seeing that most of the functionality seems to be finished (only the import does not work) it would be really great to see it finished.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Create mods preset, see that preset2 file contains info about DLC data:
<dlcs-appids>
  <id>1227700</id>
</dlcs-appids>
  1. Export preset via "share" functionality, see that HTML file contains DLC data:
<div class="dlc-list">
  <table>
    <tr data-type="DlcContainer">
      <td data-type="DisplayName">S.O.G. Prairie Fire</td>
      <td>
        <a href="https://store.steampowered.com/app/1227700" data-type="Link">https://store.steampowered.com/app/1227700</a>
      </td>
    </tr>
  </table>
</div>
  1. Import preset back into launcher, see that preset2 file of imported modlist does not contain DLC data and it was not loaded into launcher:
<dlcs-appids />

Event Timeline

veteran29 edited Steps To Reproduce. (Show Details)
veteran29 updated the task description. (Show Details)May 24 2021, 1:09 AM
dedmen claimed this task.May 28 2021, 2:08 PM
dedmen changed the task status from New to Feedback.
dedmen set Ref Ticket to AIII-54248.

Can be closed, issue is fixed.

veteran29 closed this task as Resolved.Jul 29 2021, 12:22 PM
veteran29 removed a subscriber: veteran29.
This comment was removed by BIS_fnc_KK.
This comment was removed by BIS_fnc_KK.