- Added ini property to control how long (in seconds) the load screen should be visible before disposal: Default: 2 seconds

o This is needed, so we can read the new loadscreen hints text
o Property name: ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1665 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2013-05-02 20:50:03 +00:00
parent 9a81f23715
commit ef6dc4e66d
4 changed files with 28 additions and 0 deletions
+7
View File
@@ -517,6 +517,13 @@ USE_EXTERNALIZED_LOADSCREENS = TRUE
USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; This is the additional delay (in seconds) the loadscreen will be visible to read the loadscreen hints.
; The delay will only be used if USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 2
;------------------------------------------------------------------------------------------------------------------------------
;New Starting Gear Interface
;This will enable the 21 item view in the AIM page and the possibility to select gearkits
+7
View File
@@ -519,6 +519,13 @@ USE_EXTERNALIZED_LOADSCREENS = TRUE
USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; This is the additional delay (in seconds) the loadscreen will be visible to read the loadscreen hints.
; The delay will only be used if USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 2
;------------------------------------------------------------------------------------------------------------------------------
;New Starting Gear Interface
;This will enable the 21 item view in the AIM page and the possibility to select gearkits
+14
View File
@@ -511,6 +511,20 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1.0
USE_EXTERNALIZED_LOADSCREENS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Show hints on the loadscreen?
; If set to TRUE, the game will sho tips from in TableData\LoadScreenHints.xml.
;------------------------------------------------------------------------------------------------------------------------------
USE_LOADSCREENHINTS = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; This is the additional delay (in seconds) the loadscreen will be visible to read the loadscreen hints.
; The delay will only be used if USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 0
;------------------------------------------------------------------------------------------------------------------------------
;New Starting Gear Interface
;This will enable the 21 item view in the AIM page and the possibility to select gearkits
Binary file not shown.