New Feature: 2 new Iron Man game modes (by anv)

- Selectable at campaign start under "Extra Difficulty" label
- Soft Iron Man: No saving when in turn-based combat. Can save with enemies around (in sector) but only if still in real-time mode.
- Extreme Iron Man: No saving, except punctually at midnight - save screen opens by itself, so Player won't accidentally miss saving time window. Besides Player's save, game will be auto-saved at midnight too if auto-saving is on.
- New ja2_options.ini values for Extreme Iron Man setting: EXTREME_IRON_MAN_SAVING_TIME_NOTIFICATION, 


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2023 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2014-04-27 16:16:37 +00:00
parent 347b12f428
commit 33f97ff338
2 changed files with 33 additions and 0 deletions
+17
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************
+16
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************