Jump to content

MightyNINE

Banned
  • Posts

    76
  • Joined

  • Last visited

Everything posted by MightyNINE

  1. So I have been attempting to find a script that allows Me to create triggers that unequip an actor's clothes so that when they go into My pool, they become naked. I found a good tutorial on just that on the forums here and it works, but only for vanilla characters. Scriptname LVEnakedeffectscript extends activemagiceffect armor property JewelryRingGold autoarmor property JewelryNecklaceGold auto Event OnEffectStart(Actor akTarget, Actor akCaster) ;debug.notification("effect script: adding effect") akTarget.unequipall() endEvent Event OnEffectFinish(Actor akTarget, Actor akCaster) ;debug.notification("effect script: removing effect") akTarget.additem(jewelryringgold,1,true)akTarget.additem(jewelrynecklacegold,1,true) akTarget.equipitem(jewelryringgold,false,true)akTarget.equipitem(jewelrynecklacegold,false,true)akTarget.removeitem(jewelryringgold,1,true)akTarget.removeitem(jewelrynecklacegold,1,true)endEvent But this script doesn't work on My custom Standalone followers. It causes their body to disappear leaving only the head, hands, and feet.So I been thinking if I modify this script a little could I get it to work for all characters?Here's My idea and wonder if this will work? Scriptname LVEnakedeffectscript extends activemagiceffect armor property JewelryRingGold autoarmor property JewelryNecklaceGold auto Event OnEffectStart(Actor akTarget, Actor akCaster) ;debug.notification("effect script: adding effect") akTarget.unequipall() endEvent Event OnEffectFinish(Actor akTarget, Actor akCaster) ;debug.notification("effect script: removing effect") akTarget.additem(jewelryringgold,1,true)akTarget.additem(jewelrynecklacegold,1,true) akTarget.equipitem(jewelryringgold,false,true)akTarget.equipitem(jewelrynecklacegold,false,true)akTarget.removeitem(jewelryringgold,1,true)akTarget.removeitem(jewelrynecklacegold,1,true)endEvent
  2. Another one I did about how to make a custom travel system like you see in the Underground Bathhouse This one comes with link to grab the mesh and textures to make it
  3. I've been doing tutorials on My Youtube channel This one seems to went over fairly well. It on how to create Standalone Followers using the Make A Follower Kit (recently on Hot Files) Could you add this one?
  4. bumping to say thank you and because one of My ppl in My FB group wanted to know what this was. Thank you to ALL who posted in this thread the information is extremely helpful even now
  5. I've been posting a video series for Skyrim on My Youtube Channel titled The Life and Times of Thor Thundercock. This is episode 23. For the entire series go here: https://www.youtube.com/playlist?list=PLgwMo6_yPng-00cf0IKAT_cd8kc6AQpCY This is not a Roleplay series. For that series you would have to go to My 2nd Youtube Channel RLB Gaming which you will find here: https://www.youtube.com/channel/UCakO-geD_BjFAlUw3vvU-mQ This is the first video for Dravin's Tale Please take the time to read the Video Description on the Youtube Watch Page thoroughly. I will only respond to comments made on the Youtube Video Pages. That being said....I hope you enjoy these videos.
  6. so I switched her to use vanilla enchanted glass armor and now she won't even wear that!!! Even though it is in her inventory!!! This is just stupid. I should have just stuck to the vanilla assets like I did in My Raven Skyheart Mod
  7. well the armor shows up in her inventory and even show sit is equipped, but is invisible in game on her body, leaving her naked. SOME ONE PLEASE HELP ME!!! I've been working on this problem for 2 days now and I got a little help from one person everyone has been silent like this some big secret
  8. So now here's the thing. I got her to take off her clothes. No problem but when I tell her to get dressed (followers immediately go to their armor with Let's get naked Mod) the game crashes immediately. No its NOT a conflict with the mods. I've checked that. I did add a form list for the armor containing the Armor Addons and I had to create a form list for her skin (which solved the floating disembodied head problem). I made armor objects for both containing the correct records. I am thinking it now has something to do with the form lists? I have one set up for the armor and one for the Naked Skin. On her profile in the Traits Section Skin is set to NONE. So what I am going to do is delete everything, resave, and start over. Taking these steps listed on this page http://wiki.tesnexus.com/index.php/Creating_a_custom_race_for_Skyrim Just maybe if I dump all of it and start fresh this will work. What no one told Me is that I have to make a new form list for the armor. Kind of important that I would think.
  9. this does not work. I did this and My character's body completely disappeared. I'm getting a little sick of a floating head asking Me "what can I do for you"
  10. Its been THREE years and no one has answered this question yet. I have this SAME problem. All I get is a floating head asking Me "what can I do for you"
  11. well I tried it by using the armor addons. And her body completely disappears when I tell her to get naked. So I deleted the nakedtorso armor addon from MAFK, and she got naked but when I told her to get dressed her body disappeared again. So I tried it the other way around, and it was the same thing only reversed. Then I tried making her armor a outfit, with both the MAFK armor addon and the armor add on for the Blackrose. When I put the new outfit on her, her body disappeared. This seems like an immpossible problem. Damned if I do and Damned if I don't. Its extremely frustrating. I know have been working on this for almost 20 hours straight and I am about ready to give it up. I can get the sword into the game, but this armor set seems impossible I GIVE UP This is impossible.
  12. well I tried it by using the armor addons. And her body completely disappears when I tell her to get naked. So I deleted the nakedtorso armor addon from MAFK, and she got naked but when I told her to get dressed her body disappeared again. So I tried it the other way around, and it was the same thing only reversed. Then I tried making her armor a outfit, with both the MAFK armor addon and the armor add on for the Blackrose. When I put the new outfit on her, her body disappeared. This seems like an immpossible problem. Damned if I do and Damned if I don't. Its extremely frustrating. I know have been working on this for almost 20 hours straight and I am about ready to give it up. I can get the sword into the game, but this armor set seems impossible
  13. should I jsut redo the set then and have the Armor Addons and Armor .... oh hell I see what I did wrong.. LOL I made them point to the meshes in the MALE body set not the female
  14. I have two files for the curiass piece torso_0.nif torso_1.nif both the armor and the armor addons point to torso_1.nif However the Black Rose original ArmorAddon files point to a leather set from the vanilla game
  15. ugh but I wanted her to have the Forsworn Armor as her default outfit. She's a Redguard after all. I enchanted the Black Rose armor too so its way better than the Forsworn armor. Screw it I want her to wear the Black Rose Armor so I guess I will have to make it an outfit Thats the way I had it the first time. Maybe its a mistake in the file paths of the Black Rose duplicates and the actual nif files themselves?
  16. ugh but I wanted her to have the Forsworn Armor as her default outfit. She's a Redguard after all. I enchanted the Black Rose armor too so its way better than the Forsworn armor. Screw it I want her to wear the Black Rose Armor so I guess I will have to make it an outfit
  17. ok I got the sword in game just fine. but.. the armor is there too in her inventory but when she puts it on she is naked completely. Should I check the file paths of the files then to make sure the armor points femalebody_1? Also in the inventory tab it shows with the skin I am using and way off center, not centered up at all. So I am wondering is this just a result of bad file paths in the Armor and Armor addons? (possibly in the nifs themselves?)
  18. ok cool thank you for the help. I been pulling My hair out over this for the last 12 hours. Also this idea will most likely be added into Ashes2Ashez MAFK as well as he and I have been working together on trying to solve this. I will make sure your contribution in this is remembered. Thank you so much
  19. ok cool I get that now. So I would just copy the items by duplicating them correct? And then make sure those items meshes and textures are in My Mod folder with the nifs pointing to the correct paths in My mod... then save the follower, reload without the extra ESPs and then put the new items into their inventory in place of the ones I had?
  20. yes they work in game. Its the Black Rose Armor and the Dragonbone Katana from Immersive Weapons. Both work in My game and for other people otherwise that mod author would have a storm on his upload comments. I have all the proper permissions and I have the follower made I just need to get the items to show up in game Also I understand how to create outfits and give them to My NPC. That isn't the problem. The problem is how to give them the custom items in so that they will show up in game. The mod has the proper meshes and textures in place in the mod folder (mod loaded in MO already)
  21. When you say set the resources as active do you mean just check the box? Because I can only have one "active file" when I open CK. I can add other esps into the load order (is that what you meant?) But the problem when I do it that way is after saving will the newly renamed items show in the CK after I load the follower mod minus the esp files?
  22. yes they work in game. Its the Black Rose Armor and the Dragonbone Katana from Immersive Weapons. Both work in My game and for other people otherwise that mod author would have a storm on his upload comments. I have all the proper permissions and I have the follower made I just need to get the items to show up in game
×
×
  • Create New...