Skip to content

Releases: soda3x/ArmaReforgerServerTool

v0.9.0.1

07 Sep 23:07
9c7a161
Compare
Choose a tag to compare

Full Changelog: v0.9...v0.9.0.1

v0.9.0.1

What's New

Nil

What's Fixed

  • Fix mods being erroneously removed from mod database if the user loads a config after enabling mods that are not in said config
  • Better input validation for Mod ID, name and version - should make mod handling less error-prone

Known Issues

  • Tooltips may behave strangely if hovering over fields in certain spots

v0.9

07 Sep 10:31
3e8367c
Compare
Choose a tag to compare

Full Changelog: v0.8.3.2...v0.9.0

The Mod Update (Part 2)

What's New

  • Directly load and save JSON Arma Reforger server configuration files

This unfortunately comes with the byproduct of invalidating previous configurations, however going forward this should be far more flexible than the previous method.

  • Mission Header is now in JSON format

  • Search Available and Enabled Mods

Hopefully this helps those of you with huuuge mod lists.

  • Add ability to use the Experimental Branch of the Arma Reforger Dedicated Server

  • RCON fields now supported

  • Disable Navmesh Streaming fully implemented to the Arma Reforger v1.2 expectation

  • New JSON Mod Database format makes for far more reliable storage of mods

This is a backend change (boring) but makes the program less error-prone.
On first launch of this new version, you will be given the option to migrate your current mod database to the new format or start fresh.

  • Logging framework added

This should make it easier for debugging issues, both for those self-diagnosing and those seeking support over at the Discord server.

What's Fixed

  • disableNavmeshStreaming parameter restored and now works as intended

Known Issues

  • Tooltips may behave strangely if hovering over fields in certain spots

v0.8.3.2

11 Jul 12:03
769c78a
Compare
Choose a tag to compare

Full Changelog: v0.8.3.1...v0.8.3.2

v0.8.3.2

What's New

Nil

What's Fixed

  • Fixed threading for Scenario Selector: Scenario Selector, if closed while still fetching Scenarios will no longer cause a crash

Known Issues

  • Tooltips may behave strangely if hovering over fields in certain spots
  • disableNavmeshStreaming parameter removed temporarily (it will return in the next big update)

v0.8.3.1

27 Jun 00:52
55c5aac
Compare
Choose a tag to compare

Full Changelog: v0.8.3...v0.8.3.1

Hotfix for Arma Reforger v1.2 update

What's New

Nil

What's Fixed

  • Temporarily removed disableNavmeshStreaming parameter as there is a breaking change to it in the latest Arma Reforger update.

It used to be a boolean value but has changed to be an array. This will be brought back in a proper update later.

Known Issues

  • Tooltips may behave strangely if hovering over fields in certain spots
  • disableNavmeshStreaming parameter removed (NEW)

v0.8.3

24 Apr 11:08
84856e1
Compare
Choose a tag to compare

Full Changelog: v0.8.2...v0.8.3

The Mod Update (Part 1)

What's New

  • Ability to specify mod versions when adding Mods
  • Ability to Edit Mods

You can only edit mods while they're in the 'Available Mods' section

What's Fixed

  • Remove 0.0.0.0 default value from Public Address, hopefully this should calm down the REPLICATION error reports
  • Minor updates to tooltips
  • Fix reliability of the mods database

Known Issues

  • Tooltips may behave strangely if hovering over fields in certain spots

v0.8.2

17 Mar 11:27
f9df87b
Compare
Choose a tag to compare

Full Changelog: v0.8.1...v0.8.2

  • New releases that introduce new parameters will no longer invalidate previous config files.

In the case where you are missing a parameter from your config file, the field's default value will be loaded in its place.

  • Big changes to the Scenario Selector which is now far more reliable and fetches Scenario IDs from the Arma Reforger Workshop.

Be sure to move the mod you would like the Scenarios from to the "Enabled Mods" area, the Scenario Selector will only find scenarios for enabled mods.

v0.8.1

14 Mar 09:50
d36d5b5
Compare
Choose a tag to compare

Full Changelog: v0.8...v0.8.1

  • Add Disable AI field for compatibility with Version 1.1 patch of Arma Reforger
  • Add tooltips to each parameter to make it easier to work out what does what

v0.8

08 Mar 15:36
5d203d1
Compare
Choose a tag to compare

Full Changelog: v0.7.2...v0.8

  • Implement parameters from v0.9.9x and v1.0 patches (#14, #21)
  • Add ability to specify Admins using a new "Edit Admins" window
  • The entire application can now be maximised

Parameter area is now scrollable if they don't fit

  • Big changes to the backend to make updating the application much faster for me

v0.7.2

29 Jan 11:27
a84d38a
Compare
Choose a tag to compare

Full Changelog: v0.7.1...v0.7.2

  • Add ability to save server progress (#28)

In the 'Advanced' Pane, Select "Load Session Save". If the text field is left empty, the latest savegame will be loaded. Enter the path / name of a savegame to load a specific one.

v0.7.1

07 Jan 23:30
ed1b794
Compare
Choose a tag to compare

Full Changelog: v0.7...v0.7.1

  • Add ability to manually specify Scenario ID within Scenario Selector

If a value is entered in the manual Scenario ID field, it takes precedence over a selected scenario in the Scenario List, use the options in the Scenario List by removing the value in the manual scenario ID field

  • Fix a crash caused by opening the Scenario Selector prior to installing the Reforger server files