Tooltip Issue - Crashing Mod

I decided to try my hand at a bit of modding and have had some limited success so far. I have made a couple of minor tweaks to some of the masteries, but now I am having problems with adding a new skill.

I created the skill (which is basically a dual wield/ranged weapon booster for demolition tree), added it to the Demolition tab for learning, and everything looks right on the surface at least to me.

I created a an tags_skills.txt file in the sources folder with the skill description and tied it to the new skill description/name.

As far as I can tell, just by looking everything appears to be set up correctly, however when I go to the mastery tab in game and mouse over the skill, the game freezes and then crashes to desktop.

My best guess at this point is that something is missing in the skill that is causing the tool tip to not show up when moused over, leading to a game crash.

I have an altered tags_skills.txt file in the Text_EN folder in sources with the new skill added.

I have the skill in /database/records/skills/playerclass02 folder

I have the skill in /database/records/ui/skills/class02/ folder

I have the skill referenced in the /database/records/ui/skills/class02/classtraining.dbr file and the /database/records/skills/playerclass02/_classtree_class02.dbr file

not sure what I am missing that could be causing the skill to crash when I do a mouse over in the mastery tab on screen. Anyone have any thoughts?

Thanks.
Robert

Still not sure what was causing the issue, but it wasn’t the tool tip itself…it was something wrong with the skill. Basically I deleted the skill, copied the volley skill from gunslinger jacket and then redid my adjustments and now it works as intended.

How were you able to tweak any of the masteries? I’ve made some adjustments in /_classtraining_class01.dbr and they aren’t being reflected on my map. I also attempted the ‘create a new skill name and change the link in /ui/skills/class01’ work around that is needed for any new skill changes and all it does is break the mastery.

Did I miss a step? For reference I tried some different tweaks, resistances/OA & DA, but no change. Went for something extreme like 1000 increments to health per level and it didn’t take.

Edit: Nevermind I figured it out, didn’t realize the mastery is also linked in the class’s skill tree file as well.