bladesinger06 Posted August 13, 2013 Posted August 13, 2013 Hello, i found in b3lisario list of unpb mods : conversion for UNPB with BBP this Mod named "UNP Pantyhose standalone" wich work really fine for me. i want to add some new stuff in but i don't really understand how work the scrip. I know how to create objet in CK but my scripting abilities still limited. I have try some new .dds texture that work fine if i replace in an existing object but when i try to add new object the overlays script don't recognize it. Can someone take a look and explain to me how can add some new object in this mods in advance thank you
b3lisario Posted August 13, 2013 Posted August 13, 2013 Well I think the script part is not very user-friendly. You need: - an Armor object like "UNPPantyhose000" - a TextureSet like "UNPPtexture000" (here you use your texture files) - fill the properties in the PantyhoseQuest script There are 4 properties, all arrays. You need to fill them with the new armor and textures. If you didn't already, extract the scripts and sources from the bsa archive. - items to store the Armor forms - textures to store the TextureSet forms For each armor you equip the script looks for it in the armor arrays and if found, applies the textureSet at the same position in the textures array. The arrays are duplicated (itemsChain and texturesChain), the armors stored in the chain arrays get an extra glossiness. As a bonus if you are bored you could setup your favourite skin textures (realistic, sg, sweat...) and change them ingame (I'm pretty sure this will be a racemenu feature really soon). And if you want to practice your papyrus skills, use the event OnCombatStateChanged to switch to/from a sweating texture.
bladesinger06 Posted August 13, 2013 Author Posted August 13, 2013 I did as described above. "armor" that I created appears and I can add it to the inventory. But once equip the overlays does not work.Should I change the script? if so I do not see how.
b3lisario Posted August 13, 2013 Posted August 13, 2013 Did you create a TextureSet also? Attach the esp file so I can take a look.
bladesinger06 Posted August 13, 2013 Author Posted August 13, 2013 Above all, I thank you for your help.I just duplicate and rename armor and texture before adding them in the reference in arrays. UNPPantyhose.esp
bladesinger06 Posted August 14, 2013 Author Posted August 14, 2013 the "pantyhose a moi" work fine too ? making the red stocking fishnet ? Because for me, the mods work but not for my added armor. do you lord in begin of mods or most in late mods you have ? and, again thx for your help.
bladesinger06 Posted August 14, 2013 Author Posted August 14, 2013 yes it work, must up in load order. thx for your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.