Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

IllusiveMan196

Uploaded by

IllusiveMan196

Virus scan

Safe to use

About this mod

Collection of patches, fixes and merges to various mods. Version is file count.

Requirements
Permissions and credits
Read Requirements and Permissions dropdowns. Some edits may be out of sync with their mods because I don't use them anymore (noted in archive comments). ESL-flagged where possible and mostly need original mod resources. Downloading original files is advised before using my edits.
Expanding "2 lines maximum" description standard for these mod pages to show you fixed errors.

Durable Vertibirds fix. Unknown if other files in archive had the same kind of errors, presumably they did. Potential cause for errors is use of TES5Edit or very early version of FO4Edit to create mods ("Looking at the subrecords, the wrong sizes match the equivalent subrecords in Skyrim"), spoiler below is from DV-Durable Vertibirds xEdit log:
Spoiler:  
Show
[00:05] Background Loader: [DV-Durable Vertibirds.esp] Start loading or building reference info.
[00:05] Background Loader: <Warning: Unused data in: \ [01] DV-Durable Vertibirds.esp \ [1] GRUP Top "NPC_" \ [0] EncVertibird03 [NPC_:0005BCA5] \ [4] Factions \ [0] SNAM - Faction>
[00:05] Background Loader: <Warning: Unused data in: \ [01] DV-Durable Vertibirds.esp \ [1] GRUP Top "NPC_" \ [0] EncVertibird03 [NPC_:0005BCA5] \ [4] Factions \ [1] SNAM - Faction>
[00:05] Background Loader: <Warning: Unused data in: \ [01] DV-Durable Vertibirds.esp \ [1] GRUP Top "NPC_" \ [0] EncVertibird03 [NPC_:0005BCA5] \ [11] Perks \ [0] PRKR - Perk>
[00:05] Background Loader: <Warning: Unused data in: \ [01] DV-Durable Vertibirds.esp \ [1] GRUP Top "NPC_" \ [0] EncVertibird03 [NPC_:0005BCA5] \ [11] Perks \ [1] PRKR - Perk>
[00:05] Background Loader: <Warning: Unused data in: \ [01] DV-Durable Vertibirds.esp \ [1] GRUP Top "NPC_" \ [0] EncVertibird03 [NPC_:0005BCA5] \ [11] Perks \ [2] PRKR - Perk>
[00:05] Background Loader: <Warning: Unused data in: \ [01] DV-Durable Vertibirds.esp \ [1] GRUP Top "NPC_" \ [1] EncVertibird02 [NPC_:0005BCA6] \ [4] Factions \ [0] SNAM - Faction>
Bashed Patch creation traceback / error log:
Spoiler:  
Show
mod_files.py 213 load_plugin: Error in DV-Durable Vertibirds.espTraceback (most recent call last):
File "bash\brec\record_structs.py", line 549, in loadData
File "bash\brec\advanced_elements.py", line 986, in load_mel
File "bash\brec\basic_elements.py", line 447, in load_mel
File "bash\brec\basic_elements.py", line 700, in load_mel
File "bash\brec\mod_io.py", line 369, in unpack
struct.error: unpack requires a buffer of 5 bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "bash\mod_files.py", line 191, in load_plugin
File "bash\brec\record_groups.py", line 649, in __init__
File "bash\brec\record_groups.py", line 251, in __init__
File "bash\brec\record_groups.py", line 172, in __init__
File "bash\brec\record_groups.py", line 47, in __init__
File "bash\brec\record_groups.py", line 262, in _load_rec_group
File "bash\brec\record_groups.py", line 78, in _group_element
File "bash\brec\record_structs.py", line 517, in __init__
File "bash\brec\record_structs.py", line 326, in __init__
File "bash\brec\record_structs.py", line 563, in loadData
bash.exception.ModError: DV-Durable Vertibirds.esp: error('unpack requires a buffer of 5 bytes')


Even Better Mod Descriptions fix. All versions had the same errors, this time fix is for all of them instead of just one. Potential cause is the same as previous mod. xEdit log:
Spoiler:  
Show
[00:08] Background Loader: [EBMD_AllInOne.esp] Start loading or building reference info.
[00:08] Background Loader: <Warning: Unused data in: \ [04] EBMD_AllInOne.esp \ [1] GRUP Top "PERK" \ [8] Scrounger01 "Scrounger" [PERK:0004A0B0] \ [8] Effects \ [0] Effect \ [1] DATA - Effect Data>
[00:08] Background Loader: <Warning: Unused data in: \ [04] EBMD_AllInOne.esp \ [1] GRUP Top "PERK" \ [59] Scrounger03 "Scrounger" [PERK:001ACF9B] \ [8] Effects \ [0] Effect \ [1] DATA - Effect Data>
[00:08] Background Loader: <Warning: Unused data in: \ [04] EBMD_AllInOne.esp \ [1] GRUP Top "PERK" \ [74] MysteriousStranger03 "Mysterious Stranger" [PERK:001D2494] \ [8] Effects \ [0] Effect \ [1] DATA - Effect Data>
[00:08] Background Loader: <Warning: Unused data in: \ [04] EBMD_AllInOne.esp \ [1] GRUP Top "PERK" \ [75] Scrounger04 "Scrounger" [PERK:001EB99C] \ [8] Effects \ [0] Effect \ [1] DATA - Effect Data>
[00:08] Background Loader: <Warning: Unused data in: \ [04] EBMD_AllInOne.esp \ [1] GRUP Top "PERK" \ [81] DLC04_MysteriousStranger04 "Mysterious Stranger" [PERK:03029B26] \ [8] Effects \ [0] Effect \ [1] DATA - Effect Data>
Bashed Patch creation traceback / error log:
Spoiler:  
Show
mod_files.py 213 load_plugin: Error in EBMD_AllInOne.esp
Traceback (most recent call last):
File "bash\brec\record_structs.py", line 549, in loadData
File "bash\brec\advanced_elements.py", line 289, in load_mel
File "bash\brec\advanced_elements.py", line 243, in _apply_mapping
File "bash\brec\advanced_elements.py", line 206, in _distribute_load
File "bash\brec\advanced_elements.py", line 986, in load_mel
File "bash\brec\basic_elements.py", line 447, in load_mel
File "bash\brec\advanced_elements.py", line 924, in load_mel
File "bash\brec\basic_elements.py", line 700, in load_mel
File "bash\brec\mod_io.py", line 369, in unpack
struct.error: unpack requires a buffer of 6 bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "bash\mod_files.py", line 191, in load_plugin
File "bash\brec\record_groups.py", line 649, in __init__
File "bash\brec\record_groups.py", line 251, in __init__
File "bash\brec\record_groups.py", line 172, in __init__
File "bash\brec\record_groups.py", line 47, in __init__
File "bash\brec\record_groups.py", line 262, in _load_rec_group
File "bash\brec\record_groups.py", line 78, in _group_element
File "bash\brec\record_structs.py", line 517, in __init__
File "bash\brec\record_structs.py", line 326, in __init__
File "bash\brec\record_structs.py", line 563, in loadData
bash.exception.ModError: EBMD_AllInOne.esp: error('unpack requires a buffer of 6 bytes')


Extended Weapon Mods fix. The same as previous mods, but "even more broken" (direct quote). Potential cause similar as well. xEdit log:
Spoiler:  
Show
[00:05] Background Loader: [Extended weapon mods.esp] Start loading or building reference info.[00:05] Background Loader: Error: record WEAP contains unexpected (or out of order) subrecord LNAM
[00:05] Background Loader: Error: record WEAP contains unexpected (or out of order) subrecord WAMD
[00:05] Background Loader: Errors were found in: 44 ".44" [WEAP:000CE97D]
[00:05] Background Loader: Contained subrecords: EDID OBND PTRN FULL MODL MODT ETYP BIDS YNAM ZNAM KSIZ KWDA DESC INRD APPR OBTE OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS OBTF FULL OBTS STOP DNAM FNAM CRDT INAM MASE LNAM WAMD
[00:05] Background Loader: <Warning: Unused data in: \ [01] Extended weapon mods.esp \ [5] GRUP Top "WEAP" \ [1] 44 ".44" [WEAP:000CE97D] \ [15] Object Template \ [1] Combinations \ [0] Combination \ [0] OBTS - Object Mod Template Item>
[00:05] Background Loader: <Warning: Unused data in: \ [01] Extended weapon mods.esp \ [12] GRUP Top "OMOD" \ [9] modcol_CombatShotgunBarrels_Long [OMOD:0018658D] \ [3] DATA - Data>
Bashed Patch creation traceback / error log:
Spoiler:  
Show
mod_files.py 213 load_plugin: Error in Extended weapon mods.espTraceback (most recent call last):
File "bash\mod_files.py", line 191, in load_plugin
File "bash\brec\record_groups.py", line 649, in __init__
File "bash\brec\record_groups.py", line 251, in __init__
File "bash\brec\record_groups.py", line 172, in __init__
File "bash\brec\record_groups.py", line 47, in __init__
File "bash\brec\record_groups.py", line 262, in _load_rec_group
File "bash\brec\record_groups.py", line 78, in _group_element
File "bash\brec\record_structs.py", line 517, in __init__
File "bash\brec\record_structs.py", line 326, in __init__
File "bash\brec\record_structs.py", line 562, in loadData
bash.exception.ModError: Extended weapon mods.esp: Unexpected subrecord: OMOD.


Friffy Piper Outfit edit. Added items from the mod into Piper's inventory and made her default outfit use them too. Outfit replacers won't interfere with her default look now (this mod being new default).

Vulpine Piper and Cait from Vulpine Race mod. Deleted unresolvable item records from their inventories, resaved in CK to fix "missing" tint layers (edit later: not completely sure about this one, still works fine in my game), added actor effects from UFO4P.

Non-Lethal Armory fix. Replaced unresolvable MGEF in KFStunGrenadeEnch "Stun Damage" [ENCH:xx002686] (indirectly used only by
KFStunGrenade "Stun Grenade" [WEAP:xx002684]) with KFShockVisuals "Shock Visuals" [MGEF:xx006391] from mod itself. Looks and works fine.

Everyone's Best Friend fix. Deleted 18+ base game dialogue records (its way of removing unnecessary dialogue when changing companions), marked them with "IsPS3" condition to never trigger, ESLIfied, no other changes.

Piper Interview Restored fix. Deleted 1+ base game dialogue record, marked with "IsPS3" condition to never trigger, ESLIfied, no other changes.

Immersive Generic Dialogues fix. Deleted 3+ base game dialogue records, marked with "IsPS3" condition to never trigger, no other changes.

Weapon Scrapping Redone. Undeleted deleted base game lists since they are not going to be used anyway (they aren't referenced). Apparently, as clarified later by author, it broke the mod in the process. Oh well... file is archived, text stays so that we all know why.