Can't seem to get the Feat at second level, it just never shows up. I've put the mod after Artificer, then before Artificer in the Load Order, any chance I could get some assistance with this? The current mod list is as follows: 0 - 5eSpells 1 - Artificer 2 - Artificer 5e Addon 3 - AF Improvements Every Other 4 - AF Improvements Lvl 2 5 - Artificer 12levels 6 - Unlocklevelcurve 7 - Unlocklevelcurve_patch_5eSpells_Improvement_lv2 8 - Unlocklevelcurve_patch_double 9 - MaxLvlDummies (21) 10 - MaxLvlDummiesArtificer 11 - Bag of Holding 12 - Cosmetic Slots 13 - Gold Digger Scroll 14 - BCBPak 15 - Essential_Feats
i've been looking exactly for this one since i first installed the artificer mod. Finally, no more need to multiclass in order to get more feats. You're my hero!
18 comments
I was able to get the Feat at Level 2 version fixed. Unpack in BG Modders Multitool and open the Progressions.lsx file with a text editor.
The level 4 section looks like this, for example:
<node id="Progression">
<attribute id="AllowImprovement" type="bool" value="false" />
<attribute id="Boosts" type="LSString" value="ActionResource(SpellSlot,1,1)" />
<attribute id="Level" type="uint8" value="4" />
<attribute id="Name" type="LSString" value="Artificer" />
<attribute id="PassivesAdded" type="LSString" value="" />
<attribute id="ProgressionType" type="uint8" value="0" />
<attribute id="TableUUID" type="guid" value="6b701f1f-c477-43f0-9afe-0e169f65fc7a" />
<attribute id="UUID" type="guid" value="6ed67b34-19af-438f-8e9f-dabc19beed3a" />
</node>
You need to change the AllowImprovement value to true, like this:
<attribute id="AllowImprovement" type="bool" value="true" />
Do the same thing for every node that has a level you want to get a feat at.
Save, repack with toolkit, load into BGMM, profit.
-------
My Level 2, 4, 8, 12, 16, 19 Edit
------
My link in the reply above does level 2, then continues normal progression. I'll leave it there until mod author fixes
0 - 5eSpells
1 - Artificer
2 - Artificer 5e Addon
3 - AF Improvements Every Other
4 - AF Improvements Lvl 2
5 - Artificer 12levels
6 - Unlocklevelcurve
7 - Unlocklevelcurve_patch_5eSpells_Improvement_lv2
8 - Unlocklevelcurve_patch_double
9 - MaxLvlDummies (21)
10 - MaxLvlDummiesArtificer
11 - Bag of Holding
12 - Cosmetic Slots
13 - Gold Digger Scroll
14 - BCBPak
15 - Essential_Feats
i've been looking exactly for this one since i first installed the artificer mod.
Finally, no more need to multiclass in order to get more feats.
You're my hero!