dePog Posted January 15, 2017 Share Posted January 15, 2017 Hi guys, I want to add a "survival" feature to my Tiefling mod (similar to FO4) so that the game saves when you exit, then deletes the save game file after you next reload. Is this possible with any functions within Skyrim Creation Kit or SKSE? Thanks.dePog Link to comment Share on other sites More sharing options...
dePog Posted January 16, 2017 Author Share Posted January 16, 2017 looks like the answer is a big NOOOOOO. Am I right? Link to comment Share on other sites More sharing options...
NexusComa Posted January 16, 2017 Share Posted January 16, 2017 As I see it everything you said is possible but, telling if the game is exiting. Link to comment Share on other sites More sharing options...
Elias555 Posted January 16, 2017 Share Posted January 16, 2017 If exiting isn't possible, try to block the conventional methods of exiting and replacing them with your own. I've seen the save and load options greyed out so there might be a way to do it with quit. Although you wouldn't be able to prevent alt+f4. Maybe it's possible to rewire quit to execute a script instead. Link to comment Share on other sites More sharing options...
utopium Posted January 16, 2017 Share Posted January 16, 2017 Probably the best way to approach this is modify the actionscript code for that menu. SkyUI already does this and you can see the code at the following: https://github.com/schlangster/skyui/blob/master/src/PauseMenu/SystemPage.as The problem is that you have to require the person using your changes to use the specific version of SkyUI you are modifying otherwise things might not work so well. And of course for people not using SkyUI there could be issues there as well. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted January 16, 2017 Share Posted January 16, 2017 There is a mod called Dead is Dead which prevents the loading of any previous save when the character dies. Might want to check it out and see if it will work for your needs. Link to comment Share on other sites More sharing options...
dePog Posted January 19, 2017 Author Share Posted January 19, 2017 Thanks for all these ideas. I will investigate. Cheers,dePog Link to comment Share on other sites More sharing options...
Recommended Posts