better way to know if Player made a save game?

Post » Sun May 05, 2013 5:18 pm

Is there a better way to know if the player made a save game other than detecting when the main menu is closed?

Or is that (On main menu closed) the best that is possible?

User avatar
Davorah Katz
 
Posts: 3468
Joined: Fri Dec 22, 2006 12:57 pm

Post » Sun May 05, 2013 1:18 pm

You could probably also do OnKeyDown (F5) to detect quicksaves, assuming that they didn't rebind that key.

User avatar
Strawberry
 
Posts: 3446
Joined: Thu Jul 05, 2007 11:08 am

Post » Sun May 05, 2013 4:45 am

If only I knew X_X
User avatar
Nikki Lawrence
 
Posts: 3317
Joined: Sat Jul 01, 2006 2:27 am

Post » Sun May 05, 2013 7:13 am

Oh for pete sake...... "main" menu mode CANNOT be detected. The one where the saves are done.

So I now have NO way to detect a save game ( I need the real manual save not quick save.)

Oh gezzz there has to be some trick to do this. Maybe a way to detect the key down for the main menu like mojo22 suggested?

User avatar
KIng James
 
Posts: 3499
Joined: Wed Sep 26, 2007 2:54 pm

Post » Sun May 05, 2013 2:03 pm

Did you try "Journal Menu"?

User avatar
Emily Rose
 
Posts: 3482
Joined: Sat Feb 17, 2007 5:56 pm

Post » Sun May 05, 2013 8:10 am

no..... but I just realized it is a PAUSE MENU!

this works:

iPause = Input.GetMappedKey("Pause")
RegisterForKey(iPause)
GEEZZE.... Why no "Pause Menu" detection for On open and close menu?
Anyway thank you mojo22 again for the outside the SkyBOX thinking on this. That would have really svcked not to be able to even detect the menu for the saves.

And thanks to you to Morionic for trying to help.

User avatar
Horror- Puppe
 
Posts: 3376
Joined: Fri Apr 13, 2007 11:09 am

Post » Sun May 05, 2013 6:09 am

Wait, are you just trying get an event for when the player opens his System Menu? The one that says System on the top?

Because if that's it, OnMenuClose("Journal Menu") would probably less roundabout than using a key event.

User avatar
Miss Hayley
 
Posts: 3414
Joined: Tue Jun 27, 2006 2:31 am


Return to V - Skyrim