2017-03-16 01:21:20 +07:00
|
|
|
[Highlighting]
|
|
|
|
|
|
|
|
|
|
; DX scandode of a key to press to highlight items on the ground
|
2017-04-07 21:54:57 +03:00
|
|
|
; 42 - SHIFT key
|
|
|
|
|
Key=42
|
2017-03-16 01:21:20 +07:00
|
|
|
|
2017-04-09 20:58:36 +08:00
|
|
|
; Set to 1 to also highlight containers
|
2017-04-09 22:51:56 +08:00
|
|
|
Containers=1
|
2017-04-09 20:58:36 +08:00
|
|
|
|
2018-01-17 12:55:22 +07:00
|
|
|
; Set to 1 to ignore NO_HIGHLIGHT flag on objects and highlight them regardless
|
|
|
|
|
IgnoreNoHighlight=0
|
|
|
|
|
|
2018-01-07 21:37:26 +08:00
|
|
|
; Set to 1 to also highlight lootable corpses
|
2017-04-09 22:51:56 +08:00
|
|
|
Corpses=1
|
2017-04-09 20:58:36 +08:00
|
|
|
|
2018-01-17 12:55:22 +07:00
|
|
|
; Set to 1 to also highlight alive critters
|
|
|
|
|
Critters=0
|
|
|
|
|
|
2017-04-09 20:58:36 +08:00
|
|
|
; Set to 1 to only highlight objects in the player's line-of-sight
|
|
|
|
|
CheckLOS=0
|
2017-03-16 01:21:20 +07:00
|
|
|
|
|
|
|
|
; Set the color of outlines, available colors:
|
|
|
|
|
; 1 - glowing red
|
|
|
|
|
; 2 - red
|
|
|
|
|
; 4 - grey
|
|
|
|
|
; 8 - glowing green
|
|
|
|
|
; 16 - bright yellow
|
|
|
|
|
; 32 - dark yellow
|
|
|
|
|
; 64 - purple
|
2017-04-09 20:58:36 +08:00
|
|
|
OutlineColor=16
|
2017-03-16 01:21:20 +07:00
|
|
|
|
|
|
|
|
; 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)
|
2017-04-09 20:58:36 +08:00
|
|
|
MotionScanner=0
|
2017-04-01 21:11:19 +07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[CombatControl]
|
|
|
|
|
;Allows you to directly control other critters in combat
|
|
|
|
|
;Set to 0 to disable
|
|
|
|
|
;Set to 1 to control all critters in combat
|
|
|
|
|
;Set to 2 to control all party members
|
|
|
|
|
;If you want to control only specific critters, uncomment the PIDList line and set a comma delimited list of PIDs
|
|
|
|
|
Mode=0
|
|
|
|
|
;PIDList=62,89,97,107,160,161
|