You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to be a bit more restrictive than that.
Types of mods
Pak mods:
Majority of mods, .pak archives to be installed in Appdata/local/larian/Baldur's Gate 3/Mods
Loose files mods:
Unpacked pak loose files, folder structure will usually have root in Game/data
Should be discouraged, often used for texture replacements. Might cause file conflicts.
Script Extender
Custom install
NativeMods loader
custom install
Native dll mods
dll mods to be installed in game/bin/NativeMods
Might have or generate an attached toml file and will generate a log file for each dll.
Installers
One for each of the mod types
Synchronizer
Startup is slow even when not backing up any files, because indexing (hashing) still takes multiple minutes.
Executables:
Add game executables as run tools
Add option to run Dx11 executable
Health Checks
Investigate if we can show missing pak mod dependencies
BG3 support
Game files
Appdata/local/larian/Baldur's Gate 3/
We might want to be a bit more restrictive than that.
Types of mods
Pak mods:
Majority of mods,
.pak
archives to be installed inAppdata/local/larian/Baldur's Gate 3/Mods
Loose files mods:
Unpacked pak loose files, folder structure will usually have root in
Game/data
Should be discouraged, often used for texture replacements. Might cause file conflicts.
Script Extender
Custom install
NativeMods loader
custom install
Native dll mods
dll mods to be installed in
game/bin/NativeMods
Might have or generate an attached toml file and will generate a log file for each dll.
Installers
One for each of the mod types
Synchronizer
Startup is slow even when not backing up any files, because indexing (hashing) still takes multiple minutes.
Executables:
Add game executables as run tools
Add option to run Dx11 executable
Health Checks
Load ordering
Collections
MVP Todo:
FileSystem
#2107meta.lsx
file BG3 Pak parsing for Load Order and Health Checks #2144meta.lsx
file BG3 Pak parsing for Load Order and Health Checks #2144modsettings.lsx
load order Serialization (requires pak parsing) BG3: Add support for serializing and deserializingmodsettings.lsx
Load Order file #2149modsettings.lsx
load order Deserialization (requires pak parsing) BG3: Add support for serializing and deserializingmodsettings.lsx
Load Order file #2149Extras
LariLauncher.exe
details to BG3 docs BG3 Health Checks and improvements #2175The text was updated successfully, but these errors were encountered: