I was trying to make something like an entire Legacy of the Nerevarine, but unfortunately I'm just not good enough at interior design or creating meshes to make it feasible.
Hah, sure - if I was going to make it, I'd definitely need a team. But I'm not really confident enough in my skills to work in a team where other people would be relying on my work. Maybe in the future.
When I upload a new version I'll include it as an option, until then, you can make this edit yourself:
In the main.lua file, look for this line: event.register(tes3.event.equip, equipCallback) It's line 71, near the end. Just put two hyphens at the front of the line so it looks like this --event.register(tes3.event.equip, equipCallback) and you should be able to equip them. I haven't tested this but it should be fine
11 comments
And a good thing too, as Skyrim would've definitely been lesser for not having LotD.
In the main.lua file, look for this line:
event.register(tes3.event.equip, equipCallback)
It's line 71, near the end. Just put two hyphens at the front of the line so it looks like this--event.register(tes3.event.equip, equipCallback)
and you should be able to equip them. I haven't tested this but it should be fine