mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
- 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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user