Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Cheyron

Uploaded by

Cheyron

Virus scan

Safe to use

Tags for this mod

About this mod

This will auto unequip your torch when you hop onto a mount. That's it! It won't prevent equipping it if you really wanted to, just checks when you get on and once only.

Permissions and credits
Changelogs
Donations
Not much to say... with this you won't cook your horse anymore when you forget to unequip a torch. Enjoy.

TIP: This is such a tiny mod it really doesn't deserve one of your esp slots .If you want to save from loading another esp file then you can make your own quest in creation kit on an existing esp you load. I will try to explain briefly but this is not for beginners or people who don't want to put in the time to learn...

1. Open Creation Kit
2. Click Open folder
3. Choose any esp file you load, double click it, then set it as active file. (all changes will be written to this esp file)
4. Once it loads, open the object window in the view menu if not already open
5. Find 'Quest' under the 'Character' item in the left pane and click on it
6. In right pane where quests are listend, find a blank area to right click and click New
7. Make your editor ID this for the quest (it can be any name you want) MountUnequipTorchQuest and make the name the same thing. Then hit OK in bottom right corner. Then save the file. Now you have a quest to load my script.
8. Now open the quest again, click on quest alias tab.
9. Right click in blank area and add a new reference alias
10. Make the Alias name 'PlayerRef' (no single quotes)
11. Click big rectangle button under Specific Reference
12. For cell choose (any) and for object make sure it auto selects 'PlayerRef' … click ok
13. Now on right click Add under Papyrus scripts.
14. type in filter box 'CheyronMountTorchUnequipPlayerAlias' if you installed my mod it will show up.
15. Then double click the added script to view the properties window... click Auto-Fill All... only Torch01 will get filled
16. For Player, click on it, for cell choose Any and then make sure you choose PlayerRef again
17. For CheyronTorchChecked and IsRunning property just hit clear value so it defaults to False. then hit ok on properties window.
18. Hit ok on reference alias window
19. Hit ok on quest window
20. Save the esp file
21 Now delete the esp file from this mod. and your modified esp will load this script!

If you have trouble making the quest and get stuck, just ask in the comments and I will try to explain.