alec-hs / Flaxs-Arma-Server-Tool-2

Full rebuild of my tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
https://forums.bohemia.net/forums/topic/220433-fast2-arma-server-and-steam-workshop-tool/
GNU General Public License v3.0
35 stars 21 forks source link

Cannot download "creatordlc" branch of Arma 3 Server via FAST2 #86

Closed PatriotRDX closed 4 years ago

PatriotRDX commented 4 years ago

Hi, there appears to be no option to download the "creatordlc" branch of Arma 3 Server via FAST2.

Under the Version drop down for installing Arma there are only options for "Stable" and "Development". This does not appear to be how Bohemia defines it's branches for Arma 3 Server (note that there is no "development" branch). There are "development" branches listed for the main game, Tools, and Samples. However, the Server (what FAST2 was created to assist with) does not use this as a term.

Do we need to change this bit in the Fast2.exe.config:

<setting name="serverBranch" serializeAs="String">
    <value>Stable</value>
</setting>

to

<setting name="serverBranch" serializeAs="String">
    <value>creatordlc</value>
</setting>

Or does that relate to FAST2 itself? Not Arma 3 server?

And if it is Arma 3 Server, why is this not an option within FAST2 and why isn't there documentation on utilizing this feature? Seems very important. Thank you!

PatriotRDX commented 4 years ago

Can confirm that changing the .config file does nothing now.