Added an optional bug fix for not counting in the weight of equipped items on NPC when stealing or bartering.

Added an additional fix to InventoryDragIssuesFix for only using one box of ammo when the weapon is before the ammo.
Partially refactored Credits.cpp and QuestList.cpp to use proper engine function/variable names.
This commit is contained in:
NovaRain
2015-11-16 15:07:24 +08:00
parent 879315b4d0
commit 225f36808d
4 changed files with 297 additions and 310 deletions
+3
View File
@@ -567,6 +567,9 @@ NPCTurnsIntoContainerFix=1
;Set to 1 to fix issues with being able to charge the car with using cells on scenary/critters and cells getting consumed even when the car is already fully charged
CarChargingFix=1
;Set to 1 to fix issues with the weight of equipped items on NPC not being counted in when stealing or bartering
NPCWeightFix=1
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[Debugging]