Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Sep 2023
R
RThur Offline OP
stranger
OP Offline
stranger
R
Joined: Sep 2023
I just finished by first mod (for any game), the Storm Lord - an OP sorcerous-caster that combines Tempest Cleric and Storm Sorcery.

I missed some minor settings during my creation steps, like setting equipment and suggested stats. For the life of me, I can't figure out how to change the revision value of the mod so that when I import it into mod-manager I can confirm incremental increases in version.

Can someone point me in the right direction?

Joined: Jul 2023
Location: NW UK
B
old hand
Offline
old hand
B
Joined: Jul 2023
Location: NW UK
Any use? Just came across this:

"This is a very WIP tool and I am only one person who is learning how to code as I make this tool. I use books I bought, internet tutorials as well as help from ChatGPT, it helped me work out the exact math required to properly assign version numbers from the int64 that will show correctly in bg3 mod manager. I have autism and social phobia so asking a bot what I might have done wrong or for maths is very much an accessibility thing for me."

https://www.nexusmods.com/baldursgate3/mods/502?tab=description

Joined: Jul 2023
stranger
Offline
stranger
Joined: Jul 2023
If you're using BG3 Mod Manager then under Tools there's a Version Generator.

Joined: Sep 2023
R
RThur Offline OP
stranger
OP Offline
stranger
R
Joined: Sep 2023
Originally Posted by Loktide
If you're using BG3 Mod Manager then under Tools there's a Version Generator.

Thanks for pointing this out to me. I would have never figured out how to do this myself.

Also, with some experimentation, I found the right entry to modify.

<node id="ModuleInfo">
<...snip...>
<attribute id="Version64" type="int64" value="36169534507319296"/>


Not this one ...

<children>
<node id="PublishVersion">
<attribute id="Version64" type="int64" value="1"/>


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5