After seeing how many players of my mod rely on save scumming to win their games, I'm wondering if it would be possible to add an Iron Man game option.
In case you are not familiar with such an option, in many games there is an Iron Man option that forbids you from saving during the game. You are only allowed to quit and resume that game later on.
Implementations of this I would be satisfied with:
- save and return to main menu options disabled during such games (probably not feasible because it's in the EXE)
- loading any save but the latest autosave will disable all victory types
- loading any save but the latest autosave will result in a score of 0 once the goal is won
Is any of this practical? I see no real source of truth to figure out what the "latest autosave" is considering they aren't really associated with games. Another problem is that autosaves are overwritten in multiple simultaneous games, and many players do this, so there should be a different approach entirely.
Any ideas? Is there mod that already does something like this?
In case you are not familiar with such an option, in many games there is an Iron Man option that forbids you from saving during the game. You are only allowed to quit and resume that game later on.
Implementations of this I would be satisfied with:
- save and return to main menu options disabled during such games (probably not feasible because it's in the EXE)
- loading any save but the latest autosave will disable all victory types
- loading any save but the latest autosave will result in a score of 0 once the goal is won
Is any of this practical? I see no real source of truth to figure out what the "latest autosave" is considering they aren't really associated with games. Another problem is that autosaves are overwritten in multiple simultaneous games, and many players do this, so there should be a different approach entirely.
Any ideas? Is there mod that already does something like this?