question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: Mod loader is deleting the Gustav mod lines

See original GitHub issue

BG3 Mod Manager Version

1.0.8.1

BG3 Game Version

1.0

Bug Summary

Whenever we export or save the mod order, the manager completely deletes the Gustav mod lines. This makes the game crash right after the Larian logo.

Fix: Add the lines manually.

This Fix isn’t optimal when a lot of players won’t know what to look for, where to place the code, or even think about keeping a backup of modsettings.lsx in order to copy these lines into the proper place.

Lines that are being deleted:

<node id="ModuleShortDesc"> <attribute id="Folder" type="LSString" value="GustavDev"/> <attribute id="MD5" type="LSString" value=""/> <attribute id="Name" type="LSString" value="GustavDev"/> <attribute id="UUID" type="FixedString" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8"/> <attribute id="Version64" type="int64" value="36028797018963968"/> </node>

Links

No response

Issue Analytics

  • State:closed
  • Created 2 months ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
LaughingLeadercommented, Aug 7, 2023

Make sure your Game Data Path (in the Preferences window) is the actual Data folder, i.e. Steam\steamapps\common\Baldurs Gate 3\Data.

Then make sure the selected campaign is “Main” in the campaign dropdown (this is GustavDev).

The mod manager will always export the active campaign to the load order. You don’t need to add it to IgnoredMods. Just make sure that’s your selected campaign.

2reactions
MutantFodcommented, Aug 5, 2023

Adding this simple line to your IgnoredMods.json (in BG3ModManager\Resources) will stop BG3 Mod Manager from removing GustavDev from the list every time you save.

{
  "Name": "GustavDev",
  "UUID": "28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8",
  "Folder": "GustavDev",
  "Version": 36028797018963968,
}, 
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Stuck Loading Main Menu - Fake GustavDev
Game stuck at 100% trying to load the main menu? Vortex will cause this - it removes the required GustavDev from the modsettings.lsx...
Read more >
Failed to load the main menu from the current game mod...
Basically, the Mod Manager has been deleting the GustavDev [Full Release Mod Fixer] lines in the mod settings LSX file.
Read more >
Error when trying to load game :: Baldur's Gate 3 General ...
Was messing around trying to create my own mod and ran into this issue. Deleting the appdata folder worked for me! Many thanks...
Read more >
Game launcher bug (mod manager gone awry)
I've tried resubscribing, deleting all mods and resubscribing, deleting the mod folder and resubscribing and it comes back to this. They ...
Read more >
Haunted Vault 165 (XB1) Mod
Vault 165 Can be located on your pip-boy at the far east side of the commonwealth. Directly above Croup Manor. Speak to Paladin...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found