diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 12840cd65..5e7af4cc2 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -2700,6 +2700,23 @@ INCLUDE_CONTRACTS_IN_PROJECTED_EXPENSES_WINDOW = 1 ; If disabled, the transition from the strategy screen will be skipped before entering tactical screen DISABLE_STRATEGIC_TRANSITION = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Determine how to notify Player in Extreme Iron Man game, that it's a time to save. +; +; 0 = Open save screen. +; 1 = Pause the game. +; 2 = Do nothing (in auto-saves we trust). +;------------------------------------------------------------------------------------------------------------------------------ + +EXTREME_IRON_MAN_SAVING_TIME_NOTIFICATION = 1 + +;------------------------------------------------------------------------------------------------------------------------------ +; Determine the hour in Extreme Iron Man when progress can be saved (0-23) +;------------------------------------------------------------------------------------------------------------------------------ + +EXTREME_IRON_MAN_SAVING_HOUR = 0 + + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index fcbde762d..32c67a976 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -2598,6 +2598,22 @@ INCLUDE_CONTRACTS_IN_PROJECTED_EXPENSES_WINDOW = 0 ; If disabled, the transition from the strategy screen will be skipped before entering tactical screen DISABLE_STRATEGIC_TRANSITION = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Determine how to notify Player in Extreme Iron Man game, that it's a time to save. +; +; 0 = Open save screen. +; 1 = Pause the game. +; 2 = Do nothing (in auto-saves we trust). +;------------------------------------------------------------------------------------------------------------------------------ + +EXTREME_IRON_MAN_SAVING_TIME_NOTIFICATION = 1 + +;------------------------------------------------------------------------------------------------------------------------------ +; Determine the hour in Extreme Iron Man when progress can be saved (0-23) +;------------------------------------------------------------------------------------------------------------------------------ + +EXTREME_IRON_MAN_SAVING_HOUR = 0 + ;****************************************************************************************************************************** ;******************************************************************************************************************************