i30817 Posted November 26, 2011 Share Posted November 26, 2011 I guess these would be bad to implement, because they'd require graphics... Just a RFE. Link to comment
SyntaxError Posted November 26, 2011 Share Posted November 26, 2011 look at chivs usability patch thread. he already made a way to load most recent save from main menu (bg2/tob only iirc) no idea what iron man is... Link to comment
i30817 Posted November 27, 2011 Author Share Posted November 27, 2011 Ironman is a enforced single save on exit playthough (like roguelikes) Link to comment
Avenger Posted November 27, 2011 Share Posted November 27, 2011 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
i30817 Posted November 28, 2011 Author Share Posted November 28, 2011 It also prevents you from loading saves except at the start. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.