Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

LarannKiar

Uploaded by

LarannKiar

Virus scan

Safe to use

Tags for this mod

About this mod

F4SE plugin that aims to "fix" the hardcoded and sometimes annoying forced auto gun reload in VATS.

Requirements
Permissions and credits
About this mod:

An F4SE plugin ("engine level mod") that aims to "fix" the sometimes annoying hardcoded forced auto gun reload mechanism in VATS.

By default, the plugin only disables the gun reload animation (instant reload). However, since these settings ultimately come down to player preferences, it can be configured (in an .ini file) to speed up the reload animation (insead of disabling it) or to prevent VATS from opening if the player accidentally tries to open it with an empty gun (happens if one forgets to check the ammo level).

Notes: the mod doesn't come with an .esp or .esl file, only with the F4SE plugin and it can be removed anytime.



Settings:

You can reset and refresh the mod settings anytime ingame (see commands for "on the fly" editing).

Upon first opening the game with the plugin, in Fallout4/Data/F4SE/Plugins, an .ini file named 'VATSConfigurator.ini' is created. Mod settings can be edited in this .ini file.

bModEnabled:
Setting to easily disable/enable the mod ingame.
Valid values: '1' or '0' which means 'True' or 'False'. '1' by default.


fADDVALUEReloadAnimSpeed:
Can speed up the weapon reload animation.
Valid range: 0 - 5 where 0 means vanilla, 5 means super fast. '0' by default.


bQuickAutoReload
QuickAutoReload means "reload gun without reload animation".
Valid values: '1' or '0' which means 'True' or 'False'. '1' by default.


bDisallowVATSWithEmptyMagazine
If True, the player can't open VATS with an empty magazine (which can happen mostly when one forgets to check the ammo level).
Valid values: '1' or '0' which means 'True' or 'False'. '0' by default.



Commands:

RefreshVATSConfiguratorIni -> loads the mod settings to the memory from the .ini. (Like the vanilla RefreshIni). Useful if one wants to load the edited settings to the game on the fly.

ResetVATSConfiguratorIni -> resets all mod settings to the default values (writes defaults instantly to the .ini as well).


Requirements:

F4SE
Address Library for F4SE Plugins