Starfield
0 of 0

File information

Last updated

Original upload

Created by

shad0wshayd3

Uploaded by

shad0wshayd3

Virus scan

Safe to use

Tags for this mod

About this mod

Always loot armor from NPCs wearing it.

Permissions and credits
Changelogs
Donations
This mod contains a batch file that sets the GameSetting that controls how often NPC drop armor.
The vanilla setting is 0.1 (NPCs drop their armor 10% of the time), and this mod changes it to 1.0 (NPCs drop their armor 100% of the time).

Download the main file, and extract it into the game root folder (the folder containing Starfield.exe), and use the command "bat AlwaysDropArmor" once you've loaded the game to change the setting and enable the mod.

You can also set it up to load automatically by adding the following to your StarfieldCustom.ini file (located at Documents/My Games/Starfield/StarfieldCustom.ini):
Spoiler:  
Show
[General]
sStartingConsoleCommand=bat AlwaysDropArmor

A premade StarfieldCustom.ini is provided as an optional file, extract it to the Documents/My Games/Starfield folder if you don't have one already.

If you have multiple batch files that you'd like to use with the sStartingConsoleCommand ini setting, you can do so like this:
Spoiler:  
Show
[General]
sStartingConsoleCommand=bat "AlwaysDropArmor"; bat "SomeOtherFile"; bat "AThirdFile"


And alternatively, you can copy this line into a batch file you already have, if you have a custom one for different settings, or something.
Spoiler:  
Show
SetGameSetting fEquippedArmorChanceToDrop 1.0