2017-03-16 01:21:20 +07:00
|
|
|
[Highlighting]
|
2018-04-22 11:06:36 +08:00
|
|
|
; DX scancode 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
|
2022-04-04 21:31:51 +08:00
|
|
|
Containers=0
|
2018-01-17 12:55:22 +07:00
|
|
|
|
2018-01-07 21:37:26 +08:00
|
|
|
; Set to 1 to also highlight lootable corpses
|
2022-04-04 21:31:51 +08:00
|
|
|
Corpses=0
|
2017-04-09 20:58:36 +08:00
|
|
|
|
2023-06-24 14:17:38 +08:00
|
|
|
; Set to 1 to also highlight critters, with the same rules as in combat
|
2023-06-18 00:56:04 +02:00
|
|
|
Critters=0
|
2017-03-16 01:21:20 +07:00
|
|
|
|
2023-06-18 00:56:04 +02:00
|
|
|
; Set to 1 to only highlight objects in the player's line-of-sight
|
|
|
|
|
CheckLOS=1
|
|
|
|
|
|
2023-06-24 14:17:38 +08:00
|
|
|
; Set the color of outlines for items, corpses, and containers; available colors:
|
2017-03-16 01:21:20 +07:00
|
|
|
; 1 - glowing red
|
|
|
|
|
; 2 - red
|
|
|
|
|
; 4 - grey
|
|
|
|
|
; 8 - glowing green
|
|
|
|
|
; 16 - bright yellow
|
|
|
|
|
; 32 - dark yellow
|
|
|
|
|
; 64 - purple
|
2023-06-09 11:14:03 +08:00
|
|
|
; You can set a custom color from the game palette by multiplying the color index value by 256 (in 4.2.7 or later)
|
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]
|
2023-06-09 11:14:03 +08:00
|
|
|
;Allows you to control other critters directly in combat
|
2017-04-01 21:11:19 +07:00
|
|
|
;Set to 0 to disable
|
2022-06-24 09:36:45 +08:00
|
|
|
;Set to 1 to control all critters in combat (allowed only in sfall debugging mode)
|
2017-04-01 21:11:19 +07:00
|
|
|
;Set to 2 to control all party members
|
2023-06-09 11:14:03 +08:00
|
|
|
;Set to 3 to let you use the command cursor to specify targets for party members to attack in combat
|
2017-04-01 21:11:19 +07:00
|
|
|
Mode=0
|
2021-01-20 10:17:01 +08:00
|
|
|
;If you want to control only specific critters, uncomment the PIDList line and set a comma delimited list of PIDs
|
2017-04-01 21:11:19 +07:00
|
|
|
;PIDList=62,89,97,107,160,161
|
2018-07-10 12:05:15 +08:00
|
|
|
|
2019-07-14 10:38:17 +08:00
|
|
|
;Set a comma delimited list of perk IDs for perks to be inherited from the player during the combat control
|
|
|
|
|
PerksList=0,73
|
|
|
|
|
|
2022-06-06 12:54:02 +08:00
|
|
|
;Set to 1 to allow the player to gain a positive reputation when killing NPCs while controlling other critters
|
|
|
|
|
GainReputation=0
|
|
|
|
|
|
2018-08-19 00:33:10 +08:00
|
|
|
;Choose a notification box to display the name of the controlled critter above the interface bar
|
|
|
|
|
;Must be between 5 and (4 + the value of BoxBarCount in ddraw.ini)
|
2019-02-20 21:26:23 +08:00
|
|
|
;For sfall 4.1.6+ the number for the notification box is set automatically, so just use any value
|
2018-07-10 12:05:15 +08:00
|
|
|
;Set to 0 to disable
|
|
|
|
|
DisplayName=0
|
|
|
|
|
|
|
|
|
|
;Set the color of display name, available colors:
|
|
|
|
|
;0 - green
|
|
|
|
|
;1 - red
|
|
|
|
|
;2 - white
|
|
|
|
|
;3 - yellow
|
|
|
|
|
;4 - dark yellow
|
|
|
|
|
;5 - blue
|
|
|
|
|
;6 - purple
|
2019-02-20 21:26:23 +08:00
|
|
|
;7 - dull pink
|
2018-07-10 12:05:15 +08:00
|
|
|
DisplayNameColor=0
|