mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Improved the functionality of NPC combat control mod (#179)
* centers the screen on controlled critter. * removes roof tiles to show controlled critter properly. * additional options to display the name of controller critter.
This commit is contained in:
@@ -38,3 +38,17 @@ MotionScanner=0
|
||||
;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
|
||||
|
||||
;Displays the name of controlled critter in an extra interface box. Must be between 5 and 9
|
||||
;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
|
||||
DisplayNameColor=0
|
||||
|
||||
Reference in New Issue
Block a user