mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Change in Highlighting mod, items with set flag 'NO_HIGHLIGHT' will no longer be highlighted.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[Highlighting]
|
||||
|
||||
; DX scandode of a key to press to highlight items on the ground
|
||||
; 207 - END key
|
||||
Key=207
|
||||
; 42 - SHIFT key
|
||||
Key=42
|
||||
|
||||
; Set to 1 to ignore NO_HIGHLIGHT flag present on most containers
|
||||
IgnoreFlags=1
|
||||
; Set to 1 also highlight containers
|
||||
Containers=1
|
||||
|
||||
; Set the color of outlines, available colors:
|
||||
; 1 - glowing red
|
||||
@@ -21,7 +21,7 @@ OutlineColor=32
|
||||
; 0 - ignored
|
||||
; 1 - requires Motion Scanner present in player inventory to activate highlighting
|
||||
; 2 - requires Motion Scanner and also requires 1 charge on every use (depleted scanner will not work anymore)
|
||||
MotionScanner=2
|
||||
MotionScanner=1
|
||||
|
||||
|
||||
[CombatControl]
|
||||
|
||||
Reference in New Issue
Block a user