kanne28 Posted April 2, 2025 Posted April 2, 2025 Greetings. With the release of the mod Towels (https://www.nexusmods.com/skyrimspecialedition/mods/145113?tab=posts), I'm of a mind of making NPCs on the bathhouses mod (https://www.nexusmods.com/skyrimspecialedition/mods/16565) equip the towels instead of getting naked. I must say in advance that I have absolutely no experience in making mods, and only have a very basic and rustic knowledge of coding. Also, if I'm on the wrong section, please move the threat. I believe that what I have to do is edit the tbundress.psc script and change the function effect of the ring it equips on NPCs. I deducted that akTarget.unequipall () is the effect and that I have to either add or replace the line with akTarget.equipitem (whatever the form ID of the towel pieces is). Where I am confused is in this: if I replace unequipall with equipitem, it will only equip the items and leave every other slot that is not being used by the towels. If I leave unequipall, won't that take priority and still unequip the towels if I add them? How do I proceed? I need a hero!
Seijin8 Posted April 2, 2025 Posted April 2, 2025 3 hours ago, kanne28 said: Greetings. With the release of the mod Towels (https://www.nexusmods.com/skyrimspecialedition/mods/145113?tab=posts), I'm of a mind of making NPCs on the bathhouses mod (https://www.nexusmods.com/skyrimspecialedition/mods/16565) equip the towels instead of getting naked. I must say in advance that I have absolutely no experience in making mods, and only have a very basic and rustic knowledge of coding. Also, if I'm on the wrong section, please move the threat. I believe that what I have to do is edit the tbundress.psc script and change the function effect of the ring it equips on NPCs. I deducted that akTarget.unequipall () is the effect and that I have to either add or replace the line with akTarget.equipitem (whatever the form ID of the towel pieces is). Where I am confused is in this: if I replace unequipall with equipitem, it will only equip the items and leave every other slot that is not being used by the towels. If I leave unequipall, won't that take priority and still unequip the towels if I add them? How do I proceed? I need a hero! Been a while since I looked at the Bath Houses mod, but you may be able to just change the "ring's" model to a towel. Would have to make sure the slots matched, but otherwise should work with no coding.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now