bugA bug with the mod manager on Dec 16, 2023 gaykitty commentedon Dec 16, 2023 gaykitty Here is the full program log from opening it and trying to import a mod [MainWindowViewModel.cs:LoadAppConfig(4722)] Loading resources from 'A:\BG3 Modding\BG3ModManager_Latest\Resources' [MainWindo...
If you’re already using BG3 Mod Manager you’re half way there. Have it create a console. There are a couple of logging options that I haven’t spent enough time with, but there is one for logging “runtime.” That may be identical to what you’ll see in the console, but it sh...
And that community has not stopped growing. Each year, many millions more pick up Horizon Zero Dawn for the first time. But 7 years is a long time in the world of computer graphics; technology improves. As time moved on, we really wished that new player...
Vortex for Mod downloads and updates, and BG3MM for everything else). BG3MM has the option to download the SE and Updater. I got the one with the console pop-up, so that way I know what version I have right as my game is loading up. Since SE is currently...
Operating System Windows 11 BG3 Mod Manager Version 1.0.9.7 BG3 Game Version 4.1.1.3700362 Bug Summary When loading mods into the mod folder they never show up within the mod manager. I've tried manually adding, and importing and they ju...
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 pl...
Operating System Windows 11 BG3 Mod Manager Version 1.0.10.0 BG3 Game Version 4.47.88.723 Bug Summary When opening the game using the mod manager, I get the above popup which makes the buttons within the game un-interactable. Links No re...
If yourmodsettings.lsxstill resets when loading into the game, this means that one or more of your mods are encountering an error, and the game is clearing the load order. Current Features: Reorganize mod load orders with a quick drag-and-drop interface. Allows reordering multiple mods at ...
async function writeModSettings(api: types.IExtensionApi, data: IModSettings, filepath: string): Promise<void> { const builder = new Builder(); const format = await getDefaultModSettingsFormat(api); const builder = (format === 'v7')...
ext.OnGameSessionLoading(); ext.OnGameSessionLoaded(); ext.OnResetCompleted(); }); ext.LuaReset(resetMsg.bootstrap_scripts()); break; } case net::MessageWrapper::kS2CSyncStat: { // FIXME - not supported for now // auto stats = GetStaticSymbols().GetStats(); // stats->SyncObjectFro...