getonmylevel Posted March 4, 2012 Share Posted March 4, 2012 Hey guys, so in my new mod im creating i have a whole entire new world that you teleport to through portals from tamriel, and everything is working great, except for when i die in my new world, i respawn in some sort of "alternate reality" sleeping giant inn, and when i exit the inn, im back in tamriel? Is there any way i can set it so when i die in my new world ill actually respawn back into my new world? Link to comment Share on other sites More sharing options...
Sunnie Posted March 4, 2012 Share Posted March 4, 2012 AFAIK, when you die, you are supposed to reload your last save game, not respawn. At least thats what has happened every time I have been killed... Link to comment Share on other sites More sharing options...
6Domino6 Posted March 4, 2012 Share Posted March 4, 2012 I believe that what you want to accomplish needs to be done through papyrus I know I've seen somebody do something similar when scouring the forums for things that would help my own papyrus script. I'm not sure about how to do it entirely but you could probably add a way to make the character essential so they are knocked out instead of killed by playing around with http://www.creationkit.com/SetEssential_-_ActorBase while they are IN the world (upon loading the world) and then when they reach whatever the lowest point of HP is have them respawn in the world, set their hp at a reasonable amount and remove the essential. There may be mods out there that make the character essential since there was chatter about an "alternative to death" mod, so you may want to make two versions of the script as a compatibility thing or preemptively in case somebody thinks about it. In the one that won't remove essential, if you decide to do it, I do suggest making it add the essential at the beginning just so it doesn't mess with your script. But as i said before, I'm not sure if it is entirely possible using it. I would check myself but I'm on my way out atm, hopefully it works. Link to comment Share on other sites More sharing options...
Recommended Posts