Skip to content

Releases: alterNERDtive/bg3-mod-profiles

2.0.1(2024-02-22)

22 Feb 11:25
68df1d8
Compare
Choose a tag to compare

2.0.1 (2024-02-22)

  • Fixed: bg3version now respects the installation folder set in the config
    file.

2.0.0 (2024-02-22)

  • Added: Experimental BTRFS snapshot support for the game installation
    folder.
  • Fixed: Unintended error message when the config file does not exist.

2.0.0 (2024-02-22)

22 Feb 00:32
1e5560c
Compare
Choose a tag to compare
  • Added: Experimental BTRFS snapshot support for the game installation folder.
  • Fixed: Unintended error message when the config file does not exist.

1.1.1 (2024-02-17)

16 Feb 23:35
2fe1063
Compare
Choose a tag to compare
  • Fixed: Rogue exit statement left over from debugging breaking the overlay …

1.1.0 (2024-02-14)

14 Feb 02:00
b94bd7f
Compare
Choose a tag to compare
  • DEPRECATED: overlay hooks should no longer be placed in the installation
    folder of the scripts. They will still work, for now, and be executed in
    addition
    to the hooks in the new default location.

  • Added configuration file (see README). The scripts can now be used with the
    GOG (or any other) version of the game if the game paths are set in the
    configuration.

  • Moved overlay hooks to the configuration folder.

1.0.0 (2023-11-26)

26 Nov 15:39
5449ebe
Compare
Choose a tag to compare

BREAKING CHANGE: Support for the “Script Extender” folder means you will have to copy your “Script Extender” folder across profiles (or sym link it) if you want to retain your Script Extender mods settings/data across profiles.

  • Changing profile now also automatically runs --link [PROFILE] to make sure that additions like the Script Extender folder will not break existing profiles.
  • Added --link [PROFILE] command. It will check for all required sym link, and create required folders that don’t exist in the given PROFILE. If no profile is given, checks the current one.
  • Added support for the “Script Extender” folder. Many mods save their configuration there, and configuration files in this folder can have a huge impact on how the game plays. It should be per profile. You can still sym link the folder across profiles!

Full Changelog: 0.2.0...1.0.0

0.2.0

27 Oct 16:47
75ec9b0
Compare
Choose a tag to compare
  • Modular loose files mods! Fuck yeah!

Full Changelog: 0.1.1...0.2.0

0.1.1

20 Oct 14:23
b37582d
Compare
Choose a tag to compare
  • Fixed execution of pre and post hooks for bg3overlay
  • Fixed bg3overlay exiting with code 1 (error) when no post hook was found.
  • Added additional string escaping, making the scripts more robust for Steam library paths containing spaces.

Full Changelog: 0.1.0...0.1.1

0.1.0 (2023-10-20)

20 Oct 02:13
45933a7
Compare
Choose a tag to compare

Initial release.