Can Papyrus Delete Files on Disk or Manipulate Save Games?

Post » Fri Aug 08, 2014 12:51 pm

I want to create a tiny hardcoe Mode plugin that will delete all of the player's saved games when he dies.

I've had several thoughts on how to do this:

A ) Find a native Papyrus function that can create or delete save games

B ) Find a native Papyrus function that can delete arbitrary files on disk

C ) Find a Papyrus function that can execute a system command

I haven't had luck finding any of these things. Does anyone know if any of these are possible, or have any ideas on other ways to deleting saved games on player death?

Thanks.

User avatar
Dean Brown
 
Posts: 3472
Joined: Fri Aug 31, 2007 10:17 pm

Post » Fri Aug 08, 2014 6:27 am

There are a RequestSave() and a RequestAutoSave() functions in the http://www.creationkit.com/Game_Script but I doubt that any function allows deleting saves on the disk. :smile:

User avatar
DAVId MArtInez
 
Posts: 3410
Joined: Fri Aug 10, 2007 1:16 am


Return to V - Skyrim