Angryoldwhale12 Posted September 16, 2023 Posted September 16, 2023 Hello Folks, I have already used many fine creature animations from this awesome community which include draugr NPCs as aggressors. I also recall a mod from Nexus that I've used before called https://www.nexusmods.com/skyrim/mods/36158 Necromancy -- Undead FX which includes an option for an amulet that would effectively turn the player into either a skeleton or draugr (MCM option, as I recall). I am wondering if there exists in either reality already or in possibility alone; a mod which would allow the player to be an undead participant within the SL animation sequences. Anyone's wisdom will be appreciated. Thank you.
Vader666 Posted September 16, 2023 Posted September 16, 2023 Spoiler Scriptname YOUR_SCRIPT_NAME extends Quest event OnInit() debug.notification("AddRACENAMEtoSL") sslcreatureanimationslots.AddRaceID("Draugrs", "RACE_EDITOR_ID") endevent This will make SL recognise the race you change to as a Draugr, so you can use the animations. Then you can use Defeat's agressor functions to trigger a SL scene while transformed. Some other mods might also work, others might do race checks by themself so they wont work.
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