Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

dustierapple

Allies
  • Posts

    16
  • Joined

  • Last visited

About dustierapple

  • Birthday 04/19/1994

Profile Information

  • Gender
    Male

dustierapple's Achievements

Novice

Novice (2/11)

0

Reputation

  1. Ok is there any tutorials on how to do the conversion?
  2. Im curious on how to add a weight slider to an armour because there is a armour I like but uses the biggest weight any help will be great.
  3. so would that stop them going through the door
  4. I have a house mod and it has a section outside at the back of the house and when i tell my follower to relax in that area they interact with the objects around them but they keep walking inside any help will be amazing
  5. I have vanilla races within the Skyrim which have BBP I want to know is there a mod that can make the temptress race to have the BBP any help will be most appreciated
  6. my problem is when one of my followers use an idle to sit down they use the idle but when they stand up they will never move until i tell them to follow me and this happens randomly also im using my home is your home to make the followers wander around a interior, any help provided i will very grateful
  7. my problem is that i have created a trigger box and when the npc or my character enters they remove their armour and this works perfect ont the computer i made the mod on but when i try to test the trigger on another computer it doesnt seem to work below is the code i have used and it works fine, so could anyone tell me whats gone wrong? Event OnTriggerEnter (objectreference triggerRef ) (triggerRef as actor).UnequipAll() EndEvent
  8. i have made a house mod and i have never done scripting before and could anyone tell me how to make npc's remove clothing when entering a bed or pool any help on this would be most appreciated
  9. its me again just wondering why are my followers are falling through the floor when walking through a loading door to the back door outside of my house mod whilst i have got the navmesh finalized and corrected and i have tried replacing the door markers that did not work, and i need to know what i need to do to stop this im a few minutes from finishing the mod completely any help would be most appreciated
  10. thank you for the help i will look into it
  11. i tried to add my own onto the decking but it wont let me merge the navmesh to the original navmesh on the ground and i have tried recast based generation and it also wont let me merge the navmesh so could you tell me how to solve and fix this problem please. my mod is on the skyrim nexus its called home of the heroes and you can have a look at it, its just the outside i need improving to hide the grass and make a decking
  12. im using WRIntCastleFloorWoodMid01Quad im able to walk on it and i have also used collision cubes and this still happens
  13. i have created a new custom house for skyrim and added a decking above the ground with stairs leading up to it and the npc followers fall through the floor can anyone tell me how to stop this from happening
  14. i have started making a house mod for the first time and i have used this script below to make the doors close automatically and it come up with a error that says missing EOF at 'if' could anyone tell me what is wrong with this script. to make this work. Scriptname closedoorscript extends ObjectReference {script to close door after being used} float timer short doWhat Begin GameMode if ( getlocked ) else if timer > 0 set timer to timer - getsecondspassed else if doWhat == 0 set timer to timer + 1 set doWhat to 1 return elseif doWhat == 1 lock 100 set doWhat to 0 return endif endif endif End
×
×
  • Create New...