mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added options for toggling corpse highlighting and LOS check.
Changed default settings in sfall-mod.ini to be in line with the default ddraw.ini in previous versions of sfall.
This commit is contained in:
@@ -4,8 +4,14 @@
|
||||
; 42 - SHIFT key
|
||||
Key=42
|
||||
|
||||
; Set to 1 also highlight containers
|
||||
Containers=1
|
||||
; Set to 1 to also highlight containers
|
||||
Containers=0
|
||||
|
||||
; Set to 1 to also highlight corpses
|
||||
Corpses=0
|
||||
|
||||
; Set to 1 to only highlight objects in the player's line-of-sight
|
||||
CheckLOS=0
|
||||
|
||||
; Set the color of outlines, available colors:
|
||||
; 1 - glowing red
|
||||
@@ -15,13 +21,13 @@ Containers=1
|
||||
; 16 - bright yellow
|
||||
; 32 - dark yellow
|
||||
; 64 - purple
|
||||
OutlineColor=32
|
||||
OutlineColor=16
|
||||
|
||||
; Motion Scanner mode:
|
||||
; 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=1
|
||||
MotionScanner=0
|
||||
|
||||
|
||||
[CombatControl]
|
||||
|
||||
Reference in New Issue
Block a user