Skip to content

Commit 94dd34e

Browse files
committed
Added gmst keys.
1 parent 2e0072e commit 94dd34e

2 files changed

Lines changed: 645 additions & 608 deletions

File tree

Mopy/bash/bish.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,11 @@ def gmstIds(fileName=None):
675675
'fAutoAimMaxDegreesMiss','iHoursToRespawnCell','fEssentialDeathTime','fJumpHeightMin','fPlayerPipBoyLightTimer',
676676
'iAINumberActorsComplexScene','iHackingMaxWords','fGunShellLifetime','fGunShellCameraDistance','fGunDecalCameraDistance',
677677
'iDebrisMaxCount','iHackingDumpRate','iHackingInputRate','iHackingOutputRate','iHackingFlashOffDuration',
678-
'iHackingFlashOnDuration','iComputersDisplayRateMenus','iComputersDisplayRateNotes','iInventoryAskQuantityAt']:
678+
'iHackingFlashOnDuration','iComputersDisplayRateMenus','iComputersDisplayRateNotes','iInventoryAskQuantityAt',
679+
'iNumberActorsInCombatPlayer','iNumberActorsAllowedToFollowPlayer','iRemoveExcessDeadCount','iRemoveExcessDeadTotalActorCount',
680+
'iRemoveExcessDeadComplexTotalActorCount','iRemoveExcessDeadComplexCount', 'fRemoveExcessDeadTime','fRemoveExcessComplexDeadTime',
681+
'iLevItemLevelDifferenceMax','fMoveWeightMax',
682+
]:
679683
if eid not in fids:
680684
maxId += 1
681685
fids[eid] = maxId

0 commit comments

Comments
 (0)