Added a fix to remove floating text after moving to another elevation

* also update black edges of the map (HRP bug, #282)
This commit is contained in:
NovaRain
2020-08-09 12:29:15 +08:00
parent 2305128adc
commit 44ad268aed
7 changed files with 91 additions and 65 deletions
+2 -2
View File
@@ -561,8 +561,8 @@ SuperStimExploitFix=0
InventoryApCost=4
QuickPocketsApCostReduction=2
;Set to 1 to fix obj_can_see_obj script function to allow critters to see through other critters and objects with 'ShootThru' flag set
;Note that enabling this option can cause unexpected NPC behavior in some cases, e.g. initiating combat or dialogue when the player is hiding behind some obstacles
;Set to 1 to fix obj_can_see_obj script function to allow critters to see through objects with 'ShootThru' flag set and other critters in front of them
;Note that enabling this option can cause unexpected NPC behavior in some cases, e.g. initiating combat or dialogue when the player is behind certain obstacles
ObjCanSeeObj_ShootThru_Fix=0
;Set to 1 to fix the broken obj_can_hear_obj script function