Map recolours (#59)

* INI settings for radar and overhead map color variants

* Option translations

* UB INI options.
This commit is contained in:
Andrzej Fałkowski
2023-10-02 19:30:36 +03:00
committed by GitHub
parent b23e78b62d
commit 70a31331bf
5 changed files with 48 additions and 0 deletions
+12
View File
@@ -668,6 +668,18 @@ HIDE_EXPLORED_ROOM_ROOF_STRUCTURES = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DECALS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Immersion/flavour recolour of radar and overhead maps to simulate specific types of camera
; 0 = No shading (vanilla setting for most)
; 1 = Infrared
; 2 = Night Vision
; 3 = Dark (vanilla setting for radar map at night)
;------------------------------------------------------------------------------------------------------------------------------
RADAR_MAP_MODE_DAY = 0
RADAR_MAP_MODE_NIGHT = 3
OVERHEAD_MAP_MODE_DAY = 0
OVERHEAD_MAP_MODE_NIGHT = 0
;******************************************************************************************************************************
;******************************************************************************************************************************
@@ -646,6 +646,18 @@ AUTO_HIDE_PB = TRUE
;------------------------------------------------------------------------------------------------------------------------------
HIDE_EXPLORED_ROOM_ROOF_STRUCTURES = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Immersion/flavour recolour of radar and overhead maps to simulate specific types of camera
; 0 = No shading (vanilla setting for most)
; 1 = Infrared
; 2 = Night Vision
; 3 = Dark (vanilla setting for radar map at night)
;------------------------------------------------------------------------------------------------------------------------------
RADAR_MAP_MODE_DAY = 0
RADAR_MAP_MODE_NIGHT = 3
OVERHEAD_MAP_MODE_DAY = 0
OVERHEAD_MAP_MODE_NIGHT = 0
;******************************************************************************************************************************
;******************************************************************************************************************************
@@ -635,6 +635,18 @@ AUTO_HIDE_PB = TRUE
;------------------------------------------------------------------------------------------------------------------------------
HIDE_EXPLORED_ROOM_ROOF_STRUCTURES = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Immersion/flavour recolour of radar and overhead maps to simulate specific types of camera
; 0 = No shading (vanilla setting for most)
; 1 = Infrared
; 2 = Night Vision
; 3 = Dark (vanilla setting for radar map at night)
;------------------------------------------------------------------------------------------------------------------------------
RADAR_MAP_MODE_DAY = 0
RADAR_MAP_MODE_NIGHT = 3
OVERHEAD_MAP_MODE_DAY = 0
OVERHEAD_MAP_MODE_NIGHT = 0
;******************************************************************************************************************************
;******************************************************************************************************************************
+12
View File
@@ -668,6 +668,18 @@ HIDE_EXPLORED_ROOM_ROOF_STRUCTURES = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DECALS = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; Immersion/flavour recolour of radar and overhead maps to simulate specific types of camera
; 0 = No shading (vanilla setting for most)
; 1 = Infrared
; 2 = Night Vision
; 3 = Dark (vanilla setting for radar map at night)
;------------------------------------------------------------------------------------------------------------------------------
RADAR_MAP_MODE_DAY = 0
RADAR_MAP_MODE_NIGHT = 3
OVERHEAD_MAP_MODE_DAY = 0
OVERHEAD_MAP_MODE_NIGHT = 0
;******************************************************************************************************************************
;******************************************************************************************************************************
Binary file not shown.