Integrated InstantWeaponEquip option from Crafty's mod.

Added PipboyTimeAnimDelay option to allow player to control the speed of pipboy alarm clock animations in certain degree.
This commit is contained in:
NovaRain
2016-02-16 16:44:24 +08:00
parent 696be7fac5
commit 7bd3bd4128
4 changed files with 55 additions and 3 deletions
+5
View File
@@ -525,6 +525,8 @@ CheckWeaponAmmoCost=0
CombatPanelAnimDelay=1000
;Controls the speed of dialog panel animations (lower - faster; valid range: 0..255)
DialogPanelAnimDelay=33
;Controls the speed of pipboy alarm clock animations (lower - faster; valid range: 0..127)
PipboyTimeAnimDelay=50
;Allows you to directly control other critters in combat
;Set to 0 to disable
@@ -553,6 +555,9 @@ EnableMusicInDialogue=0
;Set to 1 to fix the bug that unable to sell used geiger counters or stealth boys
CanSellUsedGeiger=1
;Set to 1 to skip weapon equip/unequip animations when searching containers or doing other actions
InstantWeaponEquip=0
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[Debugging]
;Extra sfall configuration settings that can be used by modders