File information
Last updated
Original upload
Created by
ZzyxzzUploaded by
ZzyxzzVirus scan
Activity logs
This page was last updated on 13 January 2025, 8:37PM
- Changelogs
-
-
Version 4.1.1 NG
- Bug Fixes
- -> Many
-
Version 4.1.0 NG
- NG Update!
- -> Very Experimental
- -> Much Crash
- -> Some Stuff works
- -> Feel free to post mods in the comment section that work
- -> logging is broken
-
Version 4.1.0
- Happy Holidays everyone!
- General
- -> Carried over several changes and fixes from SkyPatcher to RobCo Patcher
- Ammo Patcher & Weapon Patcher
- -> added: attackDamageToAdd
- -> added: attackDamageMult
- Armor Patcher
- -> added: damageResistToAdd
- Bug Fixes
- -> Fixed an issue with the OMOD Patch not correctly detecting spaces in the mod name
- -> Fixed an issue in the COBJ Patcher causing a crash
-
Version 4.0.3
- Armor Patcher
- -> added: healthMult
- -> added: weightMult
- Bug FIxes
- -> Reverted the instanceData fix from 4.0.2, as it caused some issues. If you dont have a RobCo Patch, that changes weapons, you can disable iEnableREFRCreateNewInstanceData in the ini file.
RobCo Patcher rewrites the instance data of weapons, that are placed in the world to reflect changes by the Patcher. This may cause some weapons, lose attachments.
-
Version 4.0.2
- Bug Fixes
- -> Fixed a bug, which caused some weapons to lose attachments, which are related to quests.
- -> Fixed a bug in the constructible object patcher
-
Version 4.0.1
- Bug Fixes
- -> Fixed some minor bugs in the Ingestible Patcher
- Ingestible Patcher
- -> added: clear
-
Version 4.0.0
- General
- -> Major Rework of RobCo Patcher
- -> added a Patch Time Tracker for each patcher
- -> added: filterByModNames (to all patchers)
- Ammo Patcher
- -> added: value
- -> added: valueMult
- Armor Patcher
- -> added: instanceNamingRule
- Weapon Patcher
- -> added: instanceNamingRule
-
Version 3.6.0
- [New] Chance
- -> Chance can be set from 1 to 99
- -> has been added to NPC, Race, Leveled List and Container
- *NPC Example: filterByRaces=Fallout4.esm|00013746:changeAVIFS=Fallout4.esm|000002D4=140~180:chance=35
Filters NPCs by races and randomly applies a health change with 35% chance for EACH record the filter finds.
If the filter finds 100 records, it will effect about ~35 records - [New] Aim Model Patcher
- -> added aimModelBaseStability
- -> added aimModelConeDecreaseDelayMs
- -> added aimModelConeDecreasePerSec
- -> added aimModelConeIncreasePerShot
- -> added aimModelConeSneakMultiplier
- -> added aimModelMaxConeDegrees
- -> added aimModelMinConeDegrees
- -> added aimModelRecoilArcDeg
- -> added aimModelRecoilArcRotateDeg
- -> added aimModelRecoilDiminishSightsMult
- -> added aimModelRecoilDiminishSpringForce
- -> added aimModelRecoilHipMult
- -> added aimModelRecoilMaxDegPerShot
- -> added aimModelRecoilMinDegPerShot
- -> added aimModelRecoilShotsForRunaway
- Weapon Patcher
- -> added minRange
- -> added maxRange
- Ammo Patcher
- -> added filterByNameContainsAnd
- -> added filterByNameContainsOr
- -> added filterByNameContainsExclude
-
Version 3.5.4
- General
- Some general optimization and improvements
- NPC
- setPcLevelMult now takes an optional argument: setPcLevelMult=false=50
When disabling the PCLevelMult, the level of the NPC will be set to 1000. So when you disable it, you can set a new level for all NPCs, where the flag gets removed. In this example, it will be set to 50.
-
Version 3.5.3
- General
- -> Removed some unnecessary log messages
- Bug Fixes
- -> Fixed Biped Slot Exclude filter for Armors.
- Armors
- -> added changeDamageTypesByMult // allows to modify damagetypes by a multiplier
- -> added damageResistMult // allows to modify damageresist by a multiplier
-
Version 3.5.2
- Bug Fixes
- -> Fixed a bug which caused a keyword check to fail, when using the attachParentSlotKeywordsToAdd function
-
Version 3.5.1
- Bug Fixes
- -> Fixed a bug with damageTypesToChange
-
Version 3.5.0
- Weapon
- -> added damageTypesToRemove
- -> added damageTypesToChange (same as changeDamageTypes, both do the same, adding it to make the naming more consistent)
- Bug Fixes
- -> Fixed filterByAmmos for Weapons
- OMOD
- -> added filterByAttachPoint
- NPC
- -> added objectsToAdd
- -> added objectsToRemove
- FormList
- -> added formsToReplace
-
Version 3.4.0
- Leveled Lists
- -> noFilterLL
- -> removeObjectsByKeyword
- Weapons
- -> filterByFlagsExclude
- -> coneIronSightsMultiplier
- -> recoilDiminishSpringForce
- -> recoilPerShotMin
- -> recoilPerShotMax
- [NEW] Misc
- Filter
- -> filterByMiscs
- -> filterByHasComponent
- -> filterByHasNoComponent
- -> filterByKeywords
- -> filterByKeywordsOr
- -> filterByKeywordsExcluded
- Operation
- -> value
- -> weight
- -> weightMultiply
-
Version 3.3.4
- Ammo
- -> added filterByWeightLessThan
- -> added weight
-
Version 3.3.3
- OMOD
- -> added filterByFormType
- -> added connectionAnd
-
Version 3.3.2
- Bug Fixes
- -> Fixed an issue with several operations not finding specific ESP names
-
Version 3.3.1
- Bug Fixes
- -> Fixed an issue with the old REFR cleanup method. It has been replaced with a new one.
Renamed iEnableREFRCleanup to iEnableREFRNewInstanceData
iEnableREFRCleanupWeapons has been removed
iEnableREFRCleanupArmors has been removed
-
Version 3.3.0
- Ammo
- -> added keywordsToAdd
- Armors
- -> added objectEffect (armor enchantment)
- -> added health
- OMOD
- -> added changeOModFunctionType
- -> added attachParentSlotKeywordsToAdd
- -> added attachParentSlotKeywordsToRemove
- Weapon
- -> added overrideProjectile
- Bug Fixes
- -> Fixed a bug in OMOD Filter, to not correctly identify some ESP names.
- -> Fixed an issue with the NPC skin operation.
-
Version 3.2.5
- General
- -Increased performance for processing Leveled Lists. (This will decrease the start up time of your game)
- Bug fixes
- -Fixed a crash, when processing huge Leveled Lists (100+ entries). They are now excluded and will not be processed.
- OMOD
- -Added overrideprojectile to the property filter
-
Version 3.2.4
- Bug fixes
- -Fixed a Bug with the ammo patcher. setNewProjectile was not working, when attackDamage was missing.
-
Version 3.2.3
- General
- - enhanced performance / reduced startup time
- Bug fixes
- - Fixed a bug in OMODs
-
Version 3.2.2
- NPC Patcher
- -> Fixed an issue, where a wrong race was returned, when an NPC uses templates.
-
Version 3.2.1
- General
- -> Code improvements
-
Version 3.2.0
- Leveled Lists
- -> removeFromContainers
- Changes
- -> fullName reworked (Armor, Weapon, Ingestible, Ammo, OMOD and NPC Patcher)
filterByRelease=Fallout5.esm|2027:fullName=~My New String~:spellsToAdd=Fallout5.esm|2711 - Object Modification
- -> filterByPropertiesAnd
- -> filterByPropertiesOr
- -> filterByPropertiesExclude
-
Version 3.1.1
- Another crash fix try for some users
- Fixed attachParentSlotKeywordsToAdd not working correctly
-
Version 3.1.0
- Crash fix
(Second attempt for the crash fix) - Code improvements
- Armor, Weapon, Ingestible, Ammo, OMOD and NPC Patcher
- -> fullName
- Weapon and Armor Patcher
- -> attachParentSlotKeywordsToRemove
- Crash fix
-
Version 3.0.1
- Crash fix for some instances
-
Version 3.0.0
- [New] Object Modification
- Filter
- -> filterByOMod
- -> filterByNameContainsAnd
- -> filterByNameContainsOr
- -> filterByNameContainsExclude
- Operation
- -> changeOModPropertiesFloat
Currently supported:
Speed
MinRange
MaxRange
AttackDelaySec
SecondaryDamage
AttackDamage
Value
Weight
AimModelMinConeDegrees
AimModelMaxConeDegrees
AimModelRecoilMaxDegPerShot
AimModelRecoilMinDegPerShot
AimModelRecoilShotsForRunaway
AimModelConeIronSightsMultiplier
AttackActionPointCost
SightedTransitionSeconds
ColorRemappingIndex - -> changeOModPropertiesVP
This works for all Value Pairs. (Value type: FormID, Float)
Example VPs are:
DamageTypeValues
ActorValues - -> changeOModPropertiesForm
This works for all Forms. (Value type: FormID, Int)
Example Forms are:
Keywords
OverrideProjectile - -> removeOModProperties
Currently supported:
Speed
MinRange
MaxRange
AttackDelaySec
SecondaryDamage
AttackDamage
Value
Weight
Keywords
AimModelMinConeDegrees
AimModelMaxConeDegrees
AimModelRecoilMaxDegPerShot
AimModelRecoilMinDegPerShot
AimModelRecoilShotsForRunaway
AimModelConeIronSightsMultiplier
SoundLevel
Ammo
Enchantments
NPCAmmoList
DamageTypeValues
AttackActionPointCost
SightedTransitionSeconds
ColorRemappingIndex
ActorValues - [NEW] Containers (A new option available in the Leveled List Category)
- Filter
- -> filterByContainers
- Operation
- -> addToContainers
- [New] Ingestible
- Filter
- -> filterByAlchs
- -> filterByAlchsExcluded
- -> filterByKeywords
- -> filterByKeywordsOr
- -> filterByKeywordsExclude
- -> filterByMgef
- -> filterByMgefOr
- -> filterByMgefExclude
- Operation
- -> keywordsToRemove
- -> keywordsToAdd
- -> mgefsToAdd
- -> mgefsToChange
- -> mgefsToRemove
- -> value
- -> weight
- Added a new filter option for NPCs
- -> filterByGender (female, male)
-
Version 2.9.0
- Bug fixes
- -> Fixed a crash with cobj
- Weapon - Added new operations!
- -> value
- -> weight
- -> attackActionPointCost
- -> weaponHitType (normal, explode, dismember, no)
- -> soundLevel (loud, normal, silent, veryloud, quiet)
- New
- Added a new feature to RobCo Patcher (Can be disabled in the RobCo Patcher ini)
- -> Updates all active NPCs on save load
- This fixes an engine bug, where NPCs sometimes forget their stats, when they are loaded.
- This also means, changes done by RobCo Patcher, are also applied to all NPCs immediately, without a cell reset.
- When you install mods, that change NPCs, this will also make them apply the new changes immediately.
-
Version 2.8.2
- Fixed a bug, which was caused by several white spaces in the ESP Name
-
Version 2.8.1
- Bug fixes
- -> Correct a typo in the FormList Example.ini
- -> Fixed a major bug, which was caused by the latest update to allow shorter formIds. RobCo Patcher only read the first input in a filter/operation
-
Version 2.8.0
- General
- -> RobCo Patcher now supports shorter form IDs.
Old: MyMod.esp|01000234
New: MyMod.esp|234 - Weapon
- -> Added filterByAmmos
- FormLists have been added!
- Filter
- -> filterByFormLists
- Operation
- -> formsToAdd
- -> formsToRemove
-
Version 2.7.1
- Improved the detection of plugin names (special characters)
-
Version 2.7.0
- Leveled Lists
- New
- -> filterByLLs allows to filter LLs which you want to edit. Multiple have to be seperated by ,
- -> addToLLs allows you to add items to LLs. Multiple have to be seperated by , (object, level, count, chance)
- -> removeFromLLs allows you to remove items from LLs. Multiple have to be separated by , (object, <optional>level, <optional>count)
You also have the option to do advanced cleaning by passing operators like <, >, <=, >=
Example:
filterByLLs= myTestESP.esp|00001733:removeFromLLs=Fallout4.esm|00004822~none~>3
Removes all 10mm pistols from the filtered LL, where count is greater than 3.
filterByLLs= myTestESP.esp|00001734:removeFromLLs=Fallout4.esm|00004822~<=3~none
Removes all 10mm pistols from the filtered LL, where level is smaller equal 3.
filterByLLs= myTestESP.esp|00001734:removeFromLLs=Fallout4.esm|00004822
Removes all 10mm pistols from the filtered LL. - -> clear allows you to clear a LL (yes/true)
- -> calcForLevel allows you to set the flag: Calculate from all levels <= players level (yes/true)
- -> calcEachItem allows you to set the flag: Calculate for each item in count (yes/true)
- -> calcForLevelAndEachItem allows you to set the flag: Calculate from all levels <= players level and for each item in count (yes/true)
- -> calcUseAll allows you to set the flag: Use All
And the amount of items that are allowed to drop
Example:
calcUseAll=5 - Changes
- addToLL will be retired with the newest changes. This was only a test, which was released, due to minor update which fixed a crashing problem. But it is still supported.
-
Version 2.6.1
- Corrected file structure
-
Version 2.6.0
- A new category has been born!
Leveled Lists - -> addToLL allows you to add to leveled lists!
- Example:
addToLL=myTestESP.esp|00001732~1~Fallout4.esm|00004822~1~0
Leveled List ~ Level ~ Item/Leveled List ~count~chance - Bug fixes
- Fixed a potential CTD for NPC -> changeAVIFs
- A new category has been born!
-
Version 2.5.0
- Added a new operation to weapons
- -> changeDamageTypes Example: filterByWeapons= Fallout4.esm|00004822:changeDamageTypes=Fallout4.esm|00060A81=25
- Added a new operation to armors
- -> changeDamageTypes Example: filterByArmors= Fallout4.esm|0001EED7:changeDamageTypes=Fallout4.esm|00060A81=25
- Added new filters to NPCs
- -> filterByFactions
- -> filterByFactionsOr
- -> filterByFactionsExcluded
- Added new operations to NPCs
- -> factionsToAdd
- -> factionsToRemove
- Example: filterByFactions=Fallout4.esm|0006E269:factionsToRemove=Fallout4.esm|0006E269:factionsToAdd=Fallout4.esm|0001CBED=0
- Change constructible objects
- -> workbenchKeyword=null will remove the workbench keyword from the recipe.
-
Version 2.4.0
- General
- With 2.4.0 it's now possible to create folders in each category. You can create your own mod folders and structure them as you want. Ini files are read in each sub directory and even in sub directories of sub directories. Example: F4SE/Plugins/RobCo_Patcher/ammo/myMod/myfile.ini
- Added a new option to NPCs
- -> spellsToAdd
- -> powerArmorStand
- Updated the category Constructible Objects
- -> filterByCobjs
- -> filterByWorkbenchKeywordsOr
- -> filterByCategoryKeywordsOr
- Options
- -> categoryKeywordsToAdd
- -> categoryKeywordsToRemove
- -> workbenchKeyword
-
Version 2.3.0
- Added a new filter option for NPCs
- -> filterByClass
- Added more options for NPCs
- -> outfitDefault
- -> outfitSleep
- -> deathItem pass a Leveled Item or the string "null". null will disable the deathItem
- -> skin pass a armor-object or the string "null". null will disable the skin
- -> race
- -> class
- -> setProtected (Flag)
- -> xpValueOffset
- -> level
- -> calcLevelMin
- -> calcLevelMax
- Added a new category Constructible Objects (WIP)
- Filter
- -> filterByCobjs
- -> filterByWorkbenchKeywordsOr
- Operation
- -> setWorkbenchKeyword
-
Version 2.2.0
- Changes
- -> attachParentSlotKeywordsToAdd now checks if the keyword already exists before adding it.
- Added a new option to all objects, except ammo
- -> keywordsToRemove
- Added 3 new filter options to Armors
- -> filterByBipedSlot
- -> filterByBipedSlotOr
- -> filterByBipedSlotExcluded
- Added 3 new operation options to Armors
- -> weight allows you to change the weight of the armor
- -> bipedSlotsToAdd allows you to add a biped slot to an armor by it's index. Multiple can be past separated by ,
- -> bipedSlotsToRemove allows you to remove a biped slot from an armor by it's index. Multiple can be past separated by ,
- More information visit the article section for Armors(Once the update has been released.) For index references visit https://www.creationkit.com/fallout4/index.php?title=Biped_Slots
- Bug fixes
- -> filterByKeyword/Or/Excluded - fixed an issue, which caused them not to work correctly.
-
Version 2.1.0
- Added new filter possibilities for keywords
- -> filterByKeywords is now always AND connected
- -> filterByKeywordsOr is now a new filter possibility. The keywords are connected with or.
- -> filterByKeywordsExcluded is now a new filter possibility. Allows you to exclude keywords.
- Example:
filterByKeywords has 2 keywords and they match.
filterByKeywordsOr has 5 keywords and at least one needs to match.
filterByKeywordsExcluded has 10 keywords and if one matches, the match will fail.
If one option missing, the rules still apply.
filterByKeywords has 2 keywords and they match.
filterByKeywordsExcluded has 10 keywords and if one matches, the match will fail. - Added new filter possibilities for objects
- -> filterByWeaponsExcluded, filterByArmorsExcluded, filterByNpcsExcluded, filterByRacesExcluded
- Allows you to exclude objects.(Weapons, Armors, Npcs, Races). They will always be excluded, even when they are matched.
-
Version 2.0.0
- Patch strings have been overhauled. All parts of the patch string are now optional and can be added or deleted as needed.
- Category Ammo has been overhauled completely and is now in line with the other categories
- Armors have been added.
- -> FilterByArmors
- -> FilterByKeywords
- -> damageResist
- -> keywordsToAdd
- -> attachParentSlotKeywordsToAdd
- Added one new option to Weapons
- -> attachParentSlotKeywordsToAdd
- Added two new options for NPCs
- -> setPcLevelMult
- -> setEssential
- -> autoCalcStats renamed to setAutoCalcStats
-
Version 1.1.1
- Fixed small issue, which caused melee weapons to be detected as a wrong weapon
-
Version 1.1
- RobCo_Patcher.ini contains a new option which is disabled by default: iEnablelog=0
- Fixed a bug in the weapon patcher, where the ammo was not applied correctly.
- Added two new options to NPC Patcher
- (optional) autoCalcStats - disables/enables the flag kAutoCalcStats from NPCs.
- autoCalcStats=no autoCalcStats=false autoCalcStats=yes autoCalcStats=true autoCalcStats=none
- (optional) levelRange you can specify a level range and if the avif has also a range, the avif is calculated for the level of the NPC.
- levelRange=25~100 :changeAVIFS=Fallout4.esm|000002D4=150~250 -> A level 50 NPC will have ~183 health and a level 25 NPC will have 150 health.
- Added one new option to Weapon Patcher
- (optional)setNewAmmoList - sets the NPC Add Ammo List. This is the ammo NPCs will get when they receive a weapon.
- Options marked with (optional) don't need to be included into the patch string. This change was made, to keep prevent old patch strings from breaking.
-
- Author's activity
-
January 2025
-
25 Jan 2025, 10:36AM | Action by: Zzyxzz
Attribute change
'File \'RobCo Patcher - NG - ALPHA\' version changed to 4.1.1-NG.'
-
13 Jan 2025, 8:37PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.1 NG'
-
09 Jan 2025, 10:09PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0 NG'
-
09 Jan 2025, 9:54PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0 NG'
-
09 Jan 2025, 9:28PM | Action by: Zzyxzz
File added
'RobCo Patcher - NG - ALPHA [version 4.1.0]'
December 2024
-
23 Dec 2024, 9:20PM | Action by: Zzyxzz
Attribute change
'File \'RobCo Patcher\' description changed.'
-
23 Dec 2024, 7:31PM | Action by: Zzyxzz
File added
'RobCo Patcher [version 4.1.0]'
-
23 Dec 2024, 7:22PM | Action by: Zzyxzz
File added
'RobCo Patcher [version 4.1.0]'
-
23 Dec 2024, 7:20PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0'
-
23 Dec 2024, 7:20PM | Action by: Zzyxzz
File added
'RobCo Patcher [version 4.1.0]'
-
23 Dec 2024, 7:14PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0'
-
23 Dec 2024, 7:13PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0'
-
23 Dec 2024, 7:11PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0'
-
23 Dec 2024, 2:47PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.1.0'
June 2024
-
22 Jun 2024, 7:10AM | Action by: Zzyxzz
Mod edited
'Armor Patcher'
-
22 Jun 2024, 7:05AM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.0.3'
-
22 Jun 2024, 7:03AM | Action by: Zzyxzz
File added
'RobCo Patcher [version 4.0.3]'
-
21 Jun 2024, 5:12PM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.0.2'
-
21 Jun 2024, 5:11PM | Action by: Zzyxzz
File added
'RobCo Patcher [version 4.0.2]'
April 2024
-
08 Apr 2024, 9:28AM | Action by: Zzyxzz
Changelog added
'Change log added for version 4.0.1'
-
- Mod page activity
-
May 2025
-
17 May 2025, 6:08AM | Action by: Shane1012
Tracked
'RobCo Patcher'
-
17 May 2025, 4:22AM | Action by: qoozoo
Endorsed
'RobCo Patcher'
-
17 May 2025, 3:30AM | Action by: RIHEISHI
Tracked
'RobCo Patcher'
-
17 May 2025, 2:44AM | Action by: ej86
Endorsed
'RobCo Patcher'
-
17 May 2025, 1:52AM | Action by: SorowFame
Tracked
'RobCo Patcher'
-
16 May 2025, 11:59PM | Action by: leshiykz
Tracked
'RobCo Patcher'
-
16 May 2025, 11:50PM | Action by: sonnabr
Endorsed
'RobCo Patcher'
-
16 May 2025, 8:51PM | Action by: JFNash
Tracked
'RobCo Patcher'
-
16 May 2025, 12:15PM | Action by: exqifeifei
Endorsed
'RobCo Patcher'
-
16 May 2025, 9:40AM | Action by: 3502039286
Endorsed
'RobCo Patcher'
-
16 May 2025, 2:40AM | Action by: pluto54321
Endorsed
'RobCo Patcher'
-
16 May 2025, 2:37AM | Action by: ZannTheMann18
Endorsed
'RobCo Patcher'
-
15 May 2025, 11:57PM | Action by: Mixzawa
Tracked
'RobCo Patcher'
-
15 May 2025, 11:26PM | Action by: RebelWithoutPause
Untracked
'RobCo Patcher'
-
15 May 2025, 8:28PM | Action by: andreeyvix
Endorsed
'RobCo Patcher'
-
15 May 2025, 7:36PM | Action by: commguru
Endorsed
'RobCo Patcher'
-
15 May 2025, 5:32PM | Action by: PorcinoStrike93
Untracked
'RobCo Patcher'
-
15 May 2025, 5:17PM | Action by: Hify
Tracked
'RobCo Patcher'
-
15 May 2025, 5:12PM | Action by: Acrazyhobo
Tracked
'RobCo Patcher'
-
15 May 2025, 5:12PM | Action by: Acrazyhobo
Endorsed
'RobCo Patcher'
-