mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Removed highlight color setting for containers.
Its functionality now merged with HighlightContainers. Can only be set to yellow and purple. (Maybe just set it to only one color after phobos2077 checks the outline color scheme in game engine.)
This commit is contained in:
+2
-11
@@ -130,19 +130,10 @@ WindowScrollKey=0
|
||||
;A key to press to toggle the highlighting of all items on the ground on the current map
|
||||
ToggleItemHighlightsKey=42
|
||||
|
||||
;Set to 1 to also highlight containers as well as items
|
||||
;Set to 1 to also highlight containers
|
||||
;Set to 2 for purple outlines
|
||||
HighlightContainers=0
|
||||
|
||||
;Changes the highlight color for containers - NR: may ditch this later.
|
||||
;0x01 - animated red (same as hostile critters in combat)
|
||||
;0x02 - red
|
||||
;0x04 - light gray
|
||||
;0x08 - animated green (same as friendly critters in combat)
|
||||
;0x10 - yellow (same as vanilla mouse over for items on the ground)
|
||||
;0x20 - yellow (same as out-of-LOS critters in combat)
|
||||
;0x40 & all other numbers - purple (placeholder for 'out of range' numbers?)
|
||||
HighlightContainersColor=0x4
|
||||
|
||||
;A key to press to reload your currently equipped weapon
|
||||
ReloadWeaponKey=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user