XxX-Daniil-underscore-Zaikin-XxX / CustomSkillsMenu

A faux-fork of CustomSkillsMenu to work for Custom Skills Framework v3.1
GNU General Public License v3.0
1 stars 0 forks source link

Bug: Test various custom skills and ensure they work #20

Closed XxX-Daniil-underscore-Zaikin-XxX closed 3 weeks ago

XxX-Daniil-underscore-Zaikin-XxX commented 3 weeks ago
XxX-Daniil-underscore-Zaikin-XxX commented 3 weeks ago

Looks like I've found the issue. CSFv2 changed the functionality from global vars to using the skill ID (gotten from the file).

CSFv3 reverted to showMenu because it suited the multi-tree menus better. The solution would then be to check for CSFv2 and proceed accordingly.

XxX-Daniil-underscore-Zaikin-XxX commented 3 weeks ago

Tales of Berserky(r) is CSFv3. It was appearing properly on the user's menu, it was just called something different.

XxX-Daniil-underscore-Zaikin-XxX commented 3 weeks ago

Pilgrim has no custom skills (lol)

XxX-Daniil-underscore-Zaikin-XxX commented 3 weeks ago

Stormcrown didn't use showMenu, so I fixed this in the relevant PR.

FardeenRiyadh16 commented 3 weeks ago

Berserker worked for me since initial release also here's Pilgrim CSF: https://www.nexusmods.com/skyrimspecialedition/mods/93913

XxX-Daniil-underscore-Zaikin-XxX commented 3 weeks ago

Berserker worked for me since initial release also here's Pilgrim CSF: https://www.nexusmods.com/skyrimspecialedition/mods/93913

Thanks for the info and the testing! I checked that mod out, and it works on my end. Looks like this patch will fix em.