muzamilsumra Posted March 10, 2018 Share Posted March 10, 2018 hey guys, i know this is an already old game, but can anyone tell me how to know what is the code to find out when the game has been saved! DoAutoSave works well. But i would like my mods to save the settings only when actually the game is saved. Link to comment Share on other sites More sharing options...
Skorpro Posted March 12, 2018 Share Posted March 12, 2018 static BOOL IS_AUTO_SAVE_IN_PROGRESS() // 69240733738C19A0 36F75399 ...should work for you Link to comment Share on other sites More sharing options...
muzamilsumra Posted March 12, 2018 Author Share Posted March 12, 2018 static BOOL IS_AUTO_SAVE_IN_PROGRESS() // 69240733738C19A0 36F75399 ...should work for you Thx mate for the reply, this works with all kinds of save? even when the auto save feature of the game is turned off? i mean even when you save the game through the mobile phone? Link to comment Share on other sites More sharing options...
Maffine Posted September 21, 2018 Share Posted September 21, 2018 Quite easy actually if you think another way —— just need to include a piece of code monitoring if any save file has been modified:) Link to comment Share on other sites More sharing options...