From 3f31a1e4511594b2ee14f42138ca56cb6efd7ca2 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:20:52 +0200 Subject: [PATCH] Harmonize load screen delay Gameplay hints are shown in the message log after a load so let's not make the player wait for extra time --- Data-1.13/Ja2_Options.INI | 2 +- Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 0daad885e..fda307cd3 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -674,7 +674,7 @@ USE_LOADSCREENHINTS = TRUE ; The delay will only be used if USE_LOADSCREENHINTS = TRUE ;------------------------------------------------------------------------------------------------------------------------------ -ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 2 +ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 0 ;------------------------------------------------------------------------------------------------------------------------------ ;New Starting Gear Interface diff --git a/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini b/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini index 3b3009195..646fa8cdf 100644 --- a/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini +++ b/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini @@ -612,7 +612,7 @@ USE_LOADSCREENHINTS = TRUE ; The delay will only be used if USE_LOADSCREENHINTS = TRUE ;------------------------------------------------------------------------------------------------------------------------------ -ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 2 +ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 0 ;------------------------------------------------------------------------------------------------------------------------------ ;New Starting Gear Interface