Skip to content

Releases: FelisDiligens/Fallout76-QuickConfiguration

v1.12.7

10 May 07:07
Compare
Choose a tag to compare
  • Merged pull request (#23) by thomasgraham18:
    Fix System.OutOfMemoryException when loading the user's NexusMods profile picture.

v1.12.6

30 Mar 11:02
Compare
Choose a tag to compare

Just bug fixes.

  • General issues:
    • Fixed: Missing metadata when importing a *.ba2 archive as frozen
  • Wine (Linux) issues:
    • Launching the game should work now. (Select 'Steam' as game edition. Might need additional testing.)
    • Fixed crash when a different theme (e.g. light.msstyles) is selected in winecfg under "Desktop Integration"
    • Minor changes

v1.12.5.1

09 Mar 08:13
Compare
Choose a tag to compare

Hotfix: See #20


v1.12.5

09 Mar 07:06
Compare
Choose a tag to compare

What's new?

  • Fixed a bug from the update yesterday, see #19
  • The window's title bar should now be dark, when the system is set to dark mode.

v1.12.4

08 Mar 09:04
Compare
Choose a tag to compare

What's new?

  • You can now pick where mods get saved in the profile options. Read more about that in the wiki.
  • You can now pick between sResourceIndexFileList and sResourceArchive2List inside the settings.
  • Relocated resource list into it's own tab.
  • The mod manager can now partially read *.ba2 files:
    • Added 'Tools → Archive2 → Display info about *.ba2 archive' button to the mod manager.
    • The preset of *.ba2 files get detected now, when imported.
  • Changed the behavior of the mod manager slightly:
    • Interface files will now be separated into a 'Bundled - Interface.ba2'
    • Interface files will now be packed into a different preset. (Format: General, Compression: None)
  • Some internal changes relating to API requests.
  • Updated dependencies (NuGet packages).

v1.12.3

19 Jan 09:05
Compare
Choose a tag to compare

What's new?

  • Fixed "Backpack Visible" option
  • Fixed some start-up crashes (when reading *.xml files)
  • Updated some files: default *.ini files, autocomplete suggestions (Custom Tweaks)

v1.12.2

26 Oct 06:01
Compare
Choose a tag to compare

Fixed the server status.


v1.12.1

25 Oct 05:52
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug where an HTML response (instead of a JSON response) from Bethesda's servers would crash the tool.
  • Added missing messagebox "customIniFilesParsingError"
  • The tool now displays a warning if the user enabled DPI scaling.
  • Saves the config.ini directly after logging in to NexusMods, hopefully retaining the login information between restarts now.

v1.12

25 Sep 13:48
Compare
Choose a tag to compare

v1.12 - The dark mode update

Changelog:

  • Added dark and light mode which can be toggled in the App Settings.
    • Changed some UI elements in order to make them themable. (TrackBars/Sliders, GroupBoxes, TabControls, ListView, etc.)
    • Theming support probably comes with a small hit to performance.
    • Added separate loading animations and some images (b&w) for light and dark theme.
    • (added YAML parser "YamlDotNet" as a dependency)
  • Bug fixes / Minor changes:
    • Fixed archives of removed mods not getting deleted, which resulted in junk *.ba2 files in the Data folder.
    • Fixed: Frozen mods now get deployed even if the mod folder is empty.
    • Fixed: Some tool tips weren't translatable.
    • Added NukaCrypt and Map76 web links.

v1.11.5

13 Sep 16:56
Compare
Choose a tag to compare

This update mainly fixes the server status display.

Before:
Before

After:
After

Small changelog:

  • Fixed the server status display: Expected different response from server (e.g. "maintenance" instead of the actual "under_maintenance")
  • Small QoL fix: The mod manager now remembers whether or not the user has collapsed the side panel.
  • Updated 7z from version 19.00 to 22.01