Jump to content

Feature request: Iron man and load latest save from main menu


i30817

Recommended Posts

Ironman is pretty easy to accomplish then.

Step 1: you remove any game save currently in the guiscripts. They are in GUISAVE.py QuickSavePressed/ConfirmedSaveGame.

 

Step 2: you add a save to the quit function also in the scripts.

This is easiest to accomplish by modifying ConfirmedSaveGame again, instead of removing the SaveGame lines, add this:

if GemRB.GetVar ("QuitAfterSaveGame")==1:

GemRB.SaveGame(Games[0], Slotname, sav_version)

 

Games[0] enforces that you always save in the first slot.

 

This will work for all games, but PST's SAVEGAME.py is in separated from the common.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...