RobCo Patcher v4.0.3
RobCo Patcher, is a patcher based on F4SE and CommonLibF4, which allows mod authors and users to modify game data without the use of plugins. You can modify ammos, npcs, races, weapons and more.
If you are looking for direct help, information, patches, unreleased mods, pre-released updates for my mods or just want to talk and share images and videos of your adventures, feel free to join us!
Do I need this mod?
You only need this mod, if you are using a mod, that tells you that you need this mod. The mod itself does nothing and only comes with some Example.ini files, which have some examples and descriptions.
Why use RobCo Patcher?
The patcher is capable of patching your load order and fixing incompatibilities on runtime!
This mod was created for Better Locational Damage, but can also be applied for other mods.
Many people have issues with Better Locational Damage, because they use many mods that add new NPCs or change existing NPCs. This leads to a bad user experience. RobCo Patcher fixes that!
For example, you are a mod author and create new ammo types for weapons. With RobCo Patcher, you can easily create one config file to patch them all! No ESP or ESL files. One config with all weapon mods you want to change and done! No incompatibilities no patches! Easy and simple!
Configuration
RobCo Patcher comes with an ini while located next to the .dll file, where you can enable and disable patcher options.
How does it look like?
Example, patching races.
Human race
filterByRaces=Fallout4.esm|00013746:filterByKeywords=Fallout4.esm|0002CB72:changeAVIFS=Fallout4.esm|000002D4=100,Fallout4.esm|000002E3=100:spellsToAdd=Better Locational Damage.esp|0101750F , Better Locational Damage.esp|0101B207
This modifies the HumanRace from Vanilla. It looks up the race with filterByRaces and also looks for similar races, which have the keyword ActorTypeHuman with filterByKeywords. Once it found the records, it sets the AV 2D4(Health) to 100 and 2E3(Damage Resist) to 100.
With spellsToAdd we add two spells from Better Locational Damage, which add perks to a race.
Weapon (Ammo Change 10mm Pistol to .308)
filterByWeapons=:Fallout4.esm|00004822:setNewAmmo=Fallout4.esm|0001F66B
Requirements:
– Address Library for F4SE Plugins