mirror of
https://github.com/loot/fallout4vr.git
synced 2026-07-27 14:17:13 -07:00
6183 lines
215 KiB
YAML
6183 lines
215 KiB
YAML
# LOOT ignores anything that doesn't come under 'bash_tags', 'globals',
|
|
# 'groups', or 'plugins', so a section like 'common' is useful for storing
|
|
# data that gets re-used.
|
|
prelude:
|
|
common:
|
|
# Message Anchors
|
|
- &alreadyInX
|
|
type: error
|
|
content: 'Delete. Already included in {0}.'
|
|
|
|
- &alreadyInOrFixedByX
|
|
type: error
|
|
content: 'Delete. Already included or otherwise fixed in {0}.'
|
|
|
|
- &alsoUseX
|
|
type: say
|
|
content: 'It''s highly recommended that you also use {0}.'
|
|
|
|
- &compatIssuesWithX
|
|
type: say
|
|
content: 'This plugin has compatibility issues with {0}. For more information, read this mod''s compatibility notes.'
|
|
|
|
- &compatNotes
|
|
type: say
|
|
content: 'It is recommended that you read this mod''s [Compatibility Notes]({0}).'
|
|
|
|
- &compatPatch
|
|
type: say
|
|
content: 'It is recommended that you check the following compatibility patch compilation for this mod: {0}'
|
|
|
|
- &compatPatchForX
|
|
type: say
|
|
content: 'It is recommended that you check the following compatibility patch compilation for {0}: {1}'
|
|
|
|
- &corrupt
|
|
type: warn
|
|
content: 'This file is corrupt and should not be used.'
|
|
|
|
- &deactivateAfterCharacterCreation
|
|
type: say
|
|
content: 'Deactivate and/or uninstall this mod after character creation.'
|
|
|
|
- &deleteOrDeactivateX
|
|
type: error
|
|
content: 'Delete or deactivate. {0}'
|
|
subs: [ '' ]
|
|
|
|
- &deletePlugin
|
|
type: warn
|
|
content: 'When using **{0}**, it''s recommended that you deactivate or delete this ESP file but keep the resources (e.g. meshes, textures) installed with this mod.'
|
|
|
|
- &deprecated
|
|
type: warn
|
|
content: 'This file is deprecated and should no longer be used.'
|
|
|
|
- &disableAfterGeneratingXwithY
|
|
type: say
|
|
content: 'This plugin may be disabled after generating **{0}** with **{1}**.'
|
|
|
|
- &essentialFiles
|
|
type: warn
|
|
content: 'Another mod seems to be overwriting one of this mod''s essential files. Please ensure you''re using this mod''s version of {0} or a compatible version if available.'
|
|
|
|
- &includesX
|
|
type: say
|
|
content: '{0} is included with this mod.'
|
|
|
|
- &languageX
|
|
type: say
|
|
content: 'Language: {0}'
|
|
|
|
- &mainQuestCompleted
|
|
type: say
|
|
content: 'Only use this plugin once the main quest of the game has been completed.'
|
|
|
|
- &masterReassign
|
|
type: say
|
|
content: 'The **{0}** master must be reassigned to **{1}**.'
|
|
|
|
- &missingRequirementXforY
|
|
type: warn
|
|
content: 'It appears you have installed **{1}**, but some of its requirements seem to be missing. Please ensure you have correctly installed **{0}**.'
|
|
|
|
- &missingRequirementXforPlugin
|
|
type: warn
|
|
content: 'Some of this plugin''s requirements seem to be missing. Please ensure you have correctly installed **{0}**.'
|
|
|
|
- &moddingPlugin
|
|
type: error
|
|
content: 'This plugin is a modding resource and should not be used in-game.'
|
|
|
|
- &moveXFromYToZ
|
|
type: say
|
|
content: 'Move {0} from {1} to {2}.'
|
|
|
|
- &obsolete
|
|
type: warn
|
|
content: 'Obsolete. Update to the latest version. {0}'
|
|
subs: [ '' ]
|
|
|
|
- &optional
|
|
type: say
|
|
content: 'This plugin is optional.'
|
|
|
|
- &patch3rdParty
|
|
type: say
|
|
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A third party patch is available here: {1}'
|
|
|
|
- &patcherScriptAvailable
|
|
type: say
|
|
content: '{0} patcher script available here: {1}'
|
|
|
|
- &patchIncluded
|
|
type: say
|
|
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A compatibility patch is included with this plugin''s installer.'
|
|
|
|
- &patchOutdated
|
|
type: warn
|
|
content: 'This patch is outdated and may not be compatible with the latest version of the patched mod.'
|
|
|
|
- &patchProvided
|
|
type: say
|
|
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A compatibility patch is provided on this plugin''s mod page.'
|
|
|
|
- &patchUnavailable
|
|
type: warn
|
|
content: 'A patch is required to make this mod fully compatible with {0}. None is currently available for download.'
|
|
|
|
- &patchUpdateAvailable
|
|
type: say
|
|
content: 'Update Patch available: {0}'
|
|
|
|
- &renameFile
|
|
type: say
|
|
content: 'Rename this file to {0}.'
|
|
|
|
- &renameXtoY
|
|
type: warn
|
|
content: 'You need to rename {0} to {1} or this mod won''t work.'
|
|
|
|
- &requiresMCM_X
|
|
type: warn
|
|
content: 'A **Mod Configuration Menu** is required for this mod to be fully functional. An **MCM** can be added by installing {0}.'
|
|
|
|
- &requiresResources
|
|
type: warn
|
|
content: 'Requires resources (e.g. meshes, textures; not plugins) from {0}.'
|
|
|
|
- &requiresX
|
|
type: warn
|
|
content: 'Requires: {0}'
|
|
|
|
- &runAnimFramework
|
|
type: say
|
|
content: 'It appears you have **{0}** installed. Remember to run **{1}** every time you have installed or uninstalled {2}, or a {2}-based mod.'
|
|
|
|
- &runxLODGen
|
|
type: say
|
|
content: 'If you add, remove, or update plugins that alter WRLD/CELL records, remember to update this module with **xLODGen**.'
|
|
|
|
- &useBashTweakInstead
|
|
type: say
|
|
content: 'A Bashed Patch tweak can be used instead of this plugin. {0}'
|
|
subs: [ '' ]
|
|
condition: 'file("Bashed Patch.*\.esp")'
|
|
|
|
- &useINITweakInstead
|
|
type: say
|
|
content: 'An INI tweak can be used instead of this plugin. {0}'
|
|
subs: [ '' ]
|
|
|
|
- &useInstead
|
|
type: warn
|
|
content: 'Use {0} instead.'
|
|
|
|
- &useOnlyOneX
|
|
type: error
|
|
content: 'Use only one {0}.'
|
|
|
|
- &useVersion
|
|
type: error
|
|
content: 'Use {0} version.'
|
|
|
|
- &useVersionNon
|
|
type: error
|
|
content: 'Use non-{0} version.'
|
|
|
|
- &versionOldX
|
|
type: say
|
|
content: 'It appears you do not have the latest version of {0}. Some mods may require functionality added in the latest version of {0} to work.'
|
|
|
|
- &versionPrecedence
|
|
type: error
|
|
content: 'Delete {0} from {1}. {2}''s version must take precedence.'
|
|
|
|
- &versionUpToDateX
|
|
type: say
|
|
content: 'Your {0} is up-to-date.'
|
|
|
|
- &versionXIncY
|
|
type: error
|
|
content: 'Your installed version of {0} is not compatible with your version of {1}.'
|
|
|
|
- &versionXofYorGreaterRequired
|
|
type: error
|
|
content: 'Requires version **{0}** or greater of **{1}**.'
|
|
|
|
- &wildEdits
|
|
type: warn
|
|
content: 'This plugin contains [wild edits](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#WildEdits) and may require additional manual cleaning to not interfere with other mods. {0}'
|
|
subs: [ '' ]
|
|
|
|
# Cleaning Data Anchors
|
|
- &quickClean
|
|
util: '[FO4Edit](https://www.nexusmods.com/fallout4/mods/2737) **Quick Auto Clean**'
|
|
detail: 'A guide to cleaning plugins using xEdit can be found [here](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#ThreeEasyStepstocleanMods).'
|
|
|
|
- &reqManualFix
|
|
util: '[FO4Edit](https://www.nexusmods.com/fallout4/mods/2737) **Quick Auto Clean**'
|
|
detail: 'It is strongly recommended not to use mods that contain **deleted navmeshes** as they''re known to cause crashes. **Deleted navmeshes** must be corrected manually (a complex process that should be done by the mod author). More information on **deleted navmeshes** is provided [here](https://www.creationkit.com/index.php?title=Fixing_Navmesh_Deletion_Tutorial).'
|
|
|
|
# Global Anchors
|
|
- &incompatible
|
|
type: error
|
|
content: '{0} is incompatible with {1}, but both are present.'
|
|
|
|
- &latestLOOTThread
|
|
type: say
|
|
content: '[Latest LOOT thread]({0}).'
|
|
subs: [ 'https://loot.github.io/latest-thread/' ]
|
|
|
|
- &scriptExtenderMissing
|
|
type: error
|
|
content: 'You have installed an {0} plugin but {0} was not found! See {0} download page: {1}.'
|
|
subs:
|
|
- 'F4SE VR'
|
|
- '[F4SE VR](https://f4se.silverlock.org)'
|
|
condition: 'file("F4SE/Plugins/([^\.]+\.dll)") and not file("../f4sevr_loader.exe")'
|
|
|
|
- &scriptExtenderRequiredScripts
|
|
type: warn
|
|
content: 'It appears you have installed **{0}**, but its required scripts seem to be missing. Please ensure you have correctly installed the scripts bundled with the **{1}** installation archive.'
|
|
subs:
|
|
- 'Fallout 4 Script Extender VR'
|
|
- '[F4SE VR](https://f4se.silverlock.org)'
|
|
condition: 'not file("scripts/F4SE.pex") and file("../f4sevr_loader.exe")'
|
|
|
|
- &supersede
|
|
type: warn
|
|
content: 'You seem to be using **{0}**, but it has been superseded. It is recommended that you use **{1}** instead.'
|
|
|
|
common:
|
|
# File Anchors
|
|
- &F4SE
|
|
name: '../f4sevr_loader.exe'
|
|
display: '[F4SE VR](https://f4se.silverlock.org)'
|
|
|
|
# Sub-Anchors
|
|
# &alreadyInX
|
|
- &alreadyInUFO4P
|
|
<<: *alreadyInX
|
|
subs: [ 'Unofficial Fallout 4 Patch' ]
|
|
condition: 'active("unofficial fallout 4 patch.esp")'
|
|
- &alreadyInValsPicks
|
|
<<: *alreadyInX
|
|
subs: [ 'Val''s Picks' ]
|
|
condition: 'file("ValdacilsItemSorting-00-ValsPicks-(NoDLCVersion|DLCVersion)(-VanillaWeight)?\.esp")'
|
|
- &alreadyInValsPicksVanWeight
|
|
<<: *alreadyInX
|
|
subs: [ 'Val''s Picks - Vanilla Weight' ]
|
|
condition: 'file("ValdacilsItemSorting-00-ValsPicks-(NoDLCVersion|DLCVersion)-VanillaWeight\.esp")'
|
|
- &alreadyIn_WSE_BLD_Patch
|
|
<<: *alreadyInX
|
|
subs: [ 'WeaponSmith Extended 2 - Better Locational Damage Patch **BLD - Merged - WSE Edition.esp**' ]
|
|
condition: 'active("BLD - Merged - WSE Edition.esp")'
|
|
|
|
# &alreadyInOrFixedByX
|
|
- &alreadyInOrFixedByFO4
|
|
<<: *alreadyInOrFixedByX
|
|
subs: [ 'Fallout 4' ]
|
|
- &alreadyInOrFixedByFCF
|
|
<<: *alreadyInOrFixedByX
|
|
subs: [ 'FROST Cell Fixes' ]
|
|
condition: 'active("FCF_Main.esp")'
|
|
- &alreadyInOrFixedByPRPv0_59
|
|
<<: *alreadyInOrFixedByX
|
|
subs: [ 'Previsibines Repair Pack v0.59+' ]
|
|
condition: 'active("PPF.esm") and version("PPF.esm", "0.59", >=)'
|
|
|
|
# &requiresMCM_X
|
|
- &requiresMCM
|
|
<<: *requiresMCM_X
|
|
subs: [ '[Mod Configuration Menu](https://www.nexusmods.com/fallout4/mods/21497/)' ]
|
|
condition: 'not file("F4SE/Plugins/mcm.dll")'
|
|
|
|
# &useInstead
|
|
- &useInsteadFCF
|
|
<<: *useInstead
|
|
subs: [ '[FROST Cell Fixes](https://www.nexusmods.com/fallout4/mods/59652/)' ]
|
|
condition: 'active("unofficial fallout 4 patch.esp") and active("RedsFrostFixes.esp") and active("aFrostMod.esp") and not active("FCF_Main.esp")'
|
|
|
|
# &useVersion
|
|
- &useVersionAutomatron
|
|
<<: *useVersion
|
|
subs: [ 'Automatron' ]
|
|
condition: 'active("DLCRobot.esm")'
|
|
- &useVersionWastelandWorkshop
|
|
<<: *useVersion
|
|
subs: [ 'Wasteland Workshop' ]
|
|
condition: 'active("DLCworkshop01.esm")'
|
|
- &useVersionFarHarbor
|
|
<<: *useVersion
|
|
subs: [ 'Far Harbor' ]
|
|
condition: 'active("DLCCoast.esm")'
|
|
- &useVersionContraptionsWorkshop
|
|
<<: *useVersion
|
|
subs: [ 'Contraptions Workshop' ]
|
|
condition: 'active("DLCworkshop02.esm")'
|
|
- &useVersionVaultTecWorkshop
|
|
<<: *useVersion
|
|
subs: [ 'Vault-Tec Workshop' ]
|
|
condition: 'active("DLCworkshop03.esm")'
|
|
- &useVersionNukaWorld
|
|
<<: *useVersion
|
|
subs: [ 'Nuka-World' ]
|
|
condition: 'active("DLCNukaWorld.esm")'
|
|
|
|
# &useVersionNon
|
|
- &useVersionNonAutomatron
|
|
<<: *useVersionNon
|
|
subs: [ 'Automatron' ]
|
|
condition: 'not active("DLCRobot.esm")'
|
|
- &useVersionNonWastelandWorkshop
|
|
<<: *useVersionNon
|
|
subs: [ 'Wasteland Workshop' ]
|
|
condition: 'not active("DLCworkshop01.esm")'
|
|
- &useVersionNonFarHarbor
|
|
<<: *useVersionNon
|
|
subs: [ 'Far Harbor' ]
|
|
condition: 'not active("DLCCoast.esm")'
|
|
- &useVersionNonContraptionsWorkshop
|
|
<<: *useVersionNon
|
|
subs: [ 'Contraptions Workshop' ]
|
|
condition: 'not active("DLCworkshop02.esm")'
|
|
- &useVersionNonVaultTecWorkshop
|
|
<<: *useVersionNon
|
|
subs: [ 'Vault-Tec Workshop' ]
|
|
condition: 'not active("DLCworkshop03.esm")'
|
|
- &useVersionNonNukaWorld
|
|
<<: *useVersionNon
|
|
subs: [ 'Nuka-World' ]
|
|
condition: 'not active("DLCNukaWorld.esm")'
|
|
|
|
# &versionXIncY
|
|
- &versionF4SEIncFO4_VR
|
|
<<: *versionXIncY
|
|
subs:
|
|
- '**[Fallout 4 Script Extender VR](https://f4se.silverlock.org)**'
|
|
- '**Fallout 4 VR**'
|
|
|
|
bash_tags:
|
|
- 'Deactivate'
|
|
- 'Delev'
|
|
- 'Filter'
|
|
- 'MustBeActiveIfImported'
|
|
- 'NoMerge'
|
|
- 'ObjectBounds'
|
|
- 'Relev'
|
|
|
|
globals:
|
|
# Latest LOOT Thread
|
|
- *latestLOOTThread
|
|
|
|
# F4SE
|
|
# Missing
|
|
- <<: *scriptExtenderMissing
|
|
subs:
|
|
- 'F4SE VR'
|
|
- '[F4SE VR](https://f4se.silverlock.org)'
|
|
condition: 'file("F4SE/Plugins/([^\.]+\.dll)") and not file("../f4sevr_loader.exe")'
|
|
|
|
# Required Scripts
|
|
- <<: *scriptExtenderRequiredScripts
|
|
subs:
|
|
- 'Fallout 4 Script Extender VR'
|
|
- '[F4SE VR](https://f4se.silverlock.org)'
|
|
condition: 'not file("scripts/F4SE.pex") and file("../f4sevr_loader.exe")'
|
|
|
|
# Fallout 4 VR - Latest Version
|
|
- <<: *versionOldX
|
|
subs: [ '**Fallout 4 VR**' ]
|
|
condition: 'version("../Fallout4VR.exe", "1.2.72.0", <) and file("../Fallout4VR.exe")'
|
|
- <<: *versionUpToDateX
|
|
subs: [ '**Fallout 4 VR**' ]
|
|
condition: 'version("../Fallout4VR.exe", "1.2.72.0", >=) and file("../Fallout4VR.exe")'
|
|
|
|
# F4SE VR - Latest Version
|
|
- <<: *versionOldX
|
|
subs: [ '**Script Extender ([F4SE VR](https://f4se.silverlock.org))**' ]
|
|
condition: 'version("../f4sevr_loader.exe", "0.0.6.20", <) and file("../Fallout4VR.exe") and file("../f4sevr_loader.exe")'
|
|
- <<: *versionUpToDateX
|
|
subs: [ '**Script Extender ([F4SE VR](https://f4se.silverlock.org))**' ]
|
|
condition: 'version("../f4sevr_loader.exe", "0.0.6.20", >=) and file("../Fallout4VR.exe") and file("../f4sevr_loader.exe")'
|
|
|
|
# F4SE VR - Runtime Compatibility
|
|
- <<: *versionF4SEIncFO4_VR
|
|
condition: 'version("../Fallout4VR.exe", "1.2.72.0", ==) and version("../f4sevr_loader.exe", "0.0.6.20", <) and file("../f4sevr_loader.exe")'
|
|
|
|
groups:
|
|
- name: &dlcGroup DLC
|
|
|
|
- name: &texturesGroup Texture Overhauls
|
|
after: [ *dlcGroup ]
|
|
|
|
- name: &fixesGroup Fixes
|
|
after: [ *texturesGroup ]
|
|
|
|
- name: &frameworksGroup Resources & Frameworks
|
|
description: 'A group for mods that provide resources and/or a framework for other mods to use.'
|
|
after: [ *fixesGroup ]
|
|
|
|
- name: &underridesGroup Underrides
|
|
after: [ *frameworksGroup ]
|
|
|
|
- name: default
|
|
after: [ *underridesGroup ]
|
|
|
|
- name: &lowPriorityGroup Low Priority Overrides
|
|
description: 'A group for modules that must load after most other mods.'
|
|
after: [ default ]
|
|
|
|
- name: &preVisCombinedGroup PreVis & PreCombined Fixes
|
|
description: 'A group for modules that fix issues with PreVis and PreCombined files.'
|
|
after: [ *lowPriorityGroup ]
|
|
|
|
- name: &interiorLightingGroup Interior Lighting
|
|
description: 'A group for modules that only modify interior lighting.'
|
|
after: [ *preVisCombinedGroup ]
|
|
|
|
- name: &fhoGroup Faction Housing Overhaul
|
|
description: 'A group for the mod Faction Housing Overhaul.'
|
|
after: [ *interiorLightingGroup ]
|
|
|
|
- name: &scrapGroup Scrap Everything
|
|
after: [ *fhoGroup ]
|
|
|
|
- name: &horizonGroup Horizon
|
|
description: 'A group for Horizon modules that need to be sorted late.'
|
|
after: [ *scrapGroup ]
|
|
|
|
- name: &frostGroup FROST Survival Simulator
|
|
description: 'A group for FROST modules that need to be sorted late.'
|
|
after: [ *horizonGroup ]
|
|
|
|
- name: &worldSettingsGroup Worldspace Settings
|
|
description: 'A group for modules that need to be loaded late to preserve worldspace settings.'
|
|
after: [ *frostGroup ]
|
|
|
|
- name: &lateChangesGroup Late Fixes & Changes
|
|
after: [ *worldSettingsGroup ]
|
|
|
|
- name: &dynamicPatchesGroup Dynamic Patches
|
|
after: [ *lateChangesGroup ]
|
|
|
|
plugins:
|
|
###### Official DLC plugins ######
|
|
- name: 'DLCRobot.esm'
|
|
group: *dlcGroup
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD69027EA
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 49
|
|
udr: 38
|
|
nav: 1
|
|
- name: 'DLCworkshop01.esm'
|
|
group: *dlcGroup
|
|
after: [ 'DLCRobot.esm' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x47BAE27E
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
- name: 'DLCCoast.esm'
|
|
group: *dlcGroup
|
|
after:
|
|
- 'DLCRobot.esm'
|
|
- 'DLCworkshop01.esm'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xF1F28026
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 84
|
|
udr: 86
|
|
- name: 'DLCworkshop02.esm'
|
|
group: *dlcGroup
|
|
after:
|
|
- 'DLCRobot.esm'
|
|
- 'DLCworkshop01.esm'
|
|
- 'DLCCoast.esm'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x83ABC821
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
- name: 'DLCworkshop03.esm'
|
|
group: *dlcGroup
|
|
after:
|
|
- 'DLCRobot.esm'
|
|
- 'DLCworkshop01.esm'
|
|
- 'DLCCoast.esm'
|
|
- 'DLCworkshop02.esm'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE0089FBB
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 22
|
|
udr: 10
|
|
- name: 'DLCNukaWorld.esm'
|
|
group: *dlcGroup
|
|
after:
|
|
- 'DLCRobot.esm'
|
|
- 'DLCworkshop01.esm'
|
|
- 'DLCCoast.esm'
|
|
- 'DLCworkshop02.esm'
|
|
- 'DLCworkshop03.esm'
|
|
tag: [ Relev ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x43D25C56
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 194
|
|
udr: 418
|
|
nav: 7
|
|
- name: 'DLCUltraHighResolution.esm'
|
|
group: *dlcGroup
|
|
after:
|
|
- 'DLCRobot.esm'
|
|
- 'DLCworkshop01.esm'
|
|
- 'DLCCoast.esm'
|
|
- 'DLCworkshop02.esm'
|
|
- 'DLCworkshop03.esm'
|
|
- 'DLCNukaWorld.esm'
|
|
clean:
|
|
- crc: 0x9B2A2AAC
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
###### Base Game Patches ######
|
|
- name: 'UnofficialFallout4Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4526/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'unofficial fallout 4 patch.esp'
|
|
url:
|
|
- link: 'https://www.afkmods.com/index.php?/files/file/1765-unofficial-fallout-4-patch/'
|
|
name: 'Unofficial Fallout 4 Patch (AFK Mods)'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/4598/'
|
|
name: 'Unofficial Fallout 4 Patch (Nexus Mods)'
|
|
group: *fixesGroup
|
|
tag: [ Relev ]
|
|
clean:
|
|
- crc: 0xFA6E14DD
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
###### Modding Tools - Generated Files ######
|
|
- name: 'Bashed Patch.*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/20032/' ]
|
|
group: *dynamicPatchesGroup
|
|
after: [ 'FO4Merged.esp' ]
|
|
|
|
- name: 'FO4Merged.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2737/' ]
|
|
group: *dynamicPatchesGroup
|
|
|
|
- name: 'M8r Complex Sorter.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/48826/' ]
|
|
group: *dynamicPatchesGroup
|
|
|
|
- name: 'Smashed Patch.esp'
|
|
url: [ 'https://github.com/matortheeternal/smash/releases/' ]
|
|
group: *dynamicPatchesGroup
|
|
after: [ 'FO4Merged.esp' ]
|
|
|
|
###### Resources & Frameworks ######
|
|
- name: '(ArmorKeywords|AWKCR - ).*\.es(m|p)'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/6091/'
|
|
name: 'Armor and Weapon Keywords Community Resource (AWKCR)'
|
|
- name: 'ArmorKeywords.esm'
|
|
group: *frameworksGroup
|
|
msg:
|
|
- <<: *obsolete
|
|
type: error
|
|
subs: [ '[Armor and Weapon Keywords Community Resource (AWKCR)](https://www.nexusmods.com/fallout4/mods/6091/)' ]
|
|
condition: '(version("ArmorKeywords.esm", "8.6.0", <) or version("ArmorKeywords.esm", "8.51", ==)) and file("DLCCoast.esm") and file("DLCNukaWorld.esm") and file("DLCRobot.esm") and file("DLCworkshop02.esm") and file("DLCworkshop03.esm")'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xCE32A0AE
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 108
|
|
- name: 'AWKCR - (Automatron|Contraptions|Far Harbor|Nuka World|Vault-Tec)\.esp'
|
|
group: *frameworksGroup
|
|
|
|
- name: 'BakaFramework.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/43627/' ]
|
|
group: *frameworksGroup
|
|
msg:
|
|
- <<: *missingRequirementXforPlugin
|
|
subs: [ '[Address Library for F4SE Plugins](https://www.nexusmods.com/fallout4/mods/47327/)' ]
|
|
condition: 'not file("F4SE/Plugins/version-1-2-72-0.bin") and version("../Fallout4VR.exe", "1.2.72.0", ==)'
|
|
clean:
|
|
- crc: 0xE0F570D6
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'HUDFramework.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/20309/' ]
|
|
group: *frameworksGroup
|
|
clean:
|
|
- crc: 0x67DBDE61
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'WorkshopFramework(_ScriptOverride)?\.es[mp]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/35004/'
|
|
name: 'Workshop Framework (Nexus Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4081586/'
|
|
name: 'Workshop Framework (Bethesda.net Mods)'
|
|
- name: 'WorkshopFramework.esm'
|
|
group: *frameworksGroup
|
|
after: [ 'unofficial fallout 4 patch.esp' ]
|
|
inc:
|
|
- name: 'Moddable Plasma Caster.esp'
|
|
detail: 'See Sim Settlements 2''s [compatibility notes](https://wiki.simsettlements2.com/getting-started/known-issues#the-p-113-a-highly-moddable-heavy-plasma-caster) on Workshop Framework'
|
|
- name: 'NeutralVertibirdsEN.esp'
|
|
detail: 'See Sim Settlements 2''s [compatibility notes](https://wiki.simsettlements2.com/getting-started/known-issues#neutral-vertibirds) on Workshop Framework'
|
|
- name: 'NeutralVertibirdsDE.esp'
|
|
detail: 'See Sim Settlements 2''s [compatibility notes](https://wiki.simsettlements2.com/getting-started/known-issues#neutral-vertibirds) on Workshop Framework'
|
|
clean:
|
|
- crc: 0x302EDF76
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'WorkshopFramework_ScriptOverride.esp'
|
|
group: *lateChangesGroup
|
|
|
|
- name: 'XDI.esm'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/27216/'
|
|
name: 'Extended Dialogue Interface'
|
|
group: *frameworksGroup
|
|
msg:
|
|
- <<: *essentialFiles
|
|
subs: [ '**Interface/DialogueMenu.swf**' ]
|
|
# CRCs of XDI compatible "Interface/DialogueMenu.swf".
|
|
# XDI (v1.3.0+ 0xA0515C5F), XDI No Speech Bubble v1 (0xCDF0E1B6), Vault Girl Mod XDI Fix v1 (0x2B7DD8DF)
|
|
# Vault Girl Mod XDI Fix v1 & Vault Girl Interface v1.0.3 XDI Patches - (0x88DF4ABC, 0xA3BEB14D, 0xC2622A00)
|
|
condition: 'file("Interface/DialogueMenu.swf") and not checksum("Interface/DialogueMenu.swf", A0515C5F) and not checksum("Interface/DialogueMenu.swf", CDF0E1B6) and not checksum("Interface/DialogueMenu.swf", 2B7DD8DF) and not checksum("Interface/DialogueMenu.swf", 88DF4ABC) and not checksum("Interface/DialogueMenu.swf", A3BEB14D) and not checksum("Interface/DialogueMenu.swf", C2622A00)'
|
|
clean:
|
|
- crc: 0x55530D14
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
###### Fixes ######
|
|
- name: 'BoS Pilot Outfit Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3098/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'Brawl Bug Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16899/' ]
|
|
group: *fixesGroup
|
|
msg:
|
|
- <<: *alreadyInUFO4P
|
|
condition: 'active("unofficial fallout 4 patch.esp") and version("unofficial fallout 4 patch.esp", "2.0.5", >=)'
|
|
clean:
|
|
- crc: 0x193547FD
|
|
util: 'FO4Edit v3.2.65'
|
|
|
|
- name: 'bugfix_maglocks_terminal_delay.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/26353/' ]
|
|
group: *fixesGroup
|
|
msg:
|
|
- <<: *alreadyInUFO4P
|
|
condition: 'active("unofficial fallout 4 patch.esp") and version("unofficial fallout 4 patch.esp", "2.0.2", >=)'
|
|
|
|
- name: 'Combat Armor Weight Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11541/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'CompanionBugfixExperimental.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2679/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'Croup Manor NAVmesh Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12561/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'DependencyQuestFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10892/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'fix_Perk_CombatMedic.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10651/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'FixTeslaScience.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10319/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'GlitchsFixes1.esl'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/42112/'
|
|
name: 'Glitch''s Fixes'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- *alreadyInOrFixedByPRPv0_59
|
|
|
|
- name: 'Glow Front Sight Ring Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5205/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'hangmansalleypatch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12958/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'Idiot Savant Math Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13558/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'ItemCapitalizationFixes.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10416/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'itswear.esl'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/33497/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
clean:
|
|
- crc: 0xC6B5B9B9
|
|
util: FO4Edit v3.2.3h
|
|
|
|
- name: 'InvisibleBridgeFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12491/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'KillshotFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1282/' ]
|
|
group: *fixesGroup
|
|
|
|
- name: 'LiveNLoveMagazinePerkPatch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11083/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'MakanarBigLeaguesFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/6185/' ]
|
|
group: *fixesGroup
|
|
|
|
- name: 'MakanarPerkBigLeaguesFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5957/' ]
|
|
group: *fixesGroup
|
|
|
|
- name: 'Merchants stick with store - Unique Settlers.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5343/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'ModdableGoodfeels.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11500/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x24BDA937
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
|
|
- name: 'Mole Rat Disease Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8908/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'MTM-CliffsEdgeHotelWallFix\.es[lp]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/40230/'
|
|
name: 'Far Harbor - Cliffs Edge Hotel Wall Rest Ring Lower Fixed'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- *alreadyInOrFixedByPRPv0_59
|
|
|
|
- name: 'Perk Magazine Material Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/6906/' ]
|
|
group: *fixesGroup
|
|
msg:
|
|
- <<: *alreadyInUFO4P
|
|
condition: 'active("unofficial fallout 4 patch.esp") and version("unofficial fallout 4 patch.esp", "1.0.5", >=)'
|
|
|
|
- name: 'Pipe_Revolver_Tuned_Receiver.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8570/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'RailroadGloryBugFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/6389/' ]
|
|
group: *fixesGroup
|
|
|
|
- name: 'Recruitable NPC Dialogue Fixes.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/10960/'
|
|
name: 'Recruitable NPC Dialogue Fixes and Tweaks'
|
|
group: *fixesGroup
|
|
clean:
|
|
- crc: 0xD151F754
|
|
util: 'FO4Edit v4.0.4c'
|
|
|
|
- name: 'Remove Rads in Survival Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15392/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'ScroungerFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3624/' ]
|
|
group: *fixesGroup
|
|
|
|
- name: 'Search&DestroyFixed.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/33127/'
|
|
name: 'Search and Destroy - Fixed'
|
|
group: *fixesGroup
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xFFABD02C
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
|
|
- name: 'SoldierToyFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10229/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'SynthArmorFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5054/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'Talk Yourself Sober Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10173/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
- name: 'Targeting HUD Berry Mentats Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8910/' ]
|
|
group: *fixesGroup
|
|
|
|
- name: 'Vault 111 Floor Guide Fix.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/28167/'
|
|
name: 'Vault 111 Floor Guide Fix'
|
|
msg: [ *alreadyInOrFixedByPRPv0_59 ]
|
|
|
|
- name: 'WeaveFix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5847/' ]
|
|
group: *fixesGroup
|
|
msg: [ *alreadyInUFO4P ]
|
|
|
|
###### Fixes - Stability & Performance ######
|
|
- name: '(BostonFPSFix(AIO|-Vanilla|Automatron|FarHarbor|-NukaWorld|VD|AIO_VD)|PaladinBaileyRedRocket)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/26286/'
|
|
name: 'Boston FPS Fix'
|
|
group: *preVisCombinedGroup
|
|
inc:
|
|
- 'FROST.esp'
|
|
- 'PRP.esp'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- *useInsteadFCF
|
|
- name: 'BostonFPSFixAIO.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59021/'
|
|
name: 'Boston FPS Fix - PRP Edition'
|
|
msg:
|
|
- <<: *patchUpdateAvailable
|
|
subs: [ '[Boston FPS Fix - PRP Edition](https://www.nexusmods.com/fallout4/mods/59021/)' ]
|
|
condition: 'version("BostonFPSFixAIO.esp", "0.33", <)'
|
|
- <<: *requiresResources
|
|
type: error
|
|
subs: [ '[Boston FPS Fix](https://www.nexusmods.com/fallout4/mods/26286/)' ]
|
|
condition: 'not file("BostonFPSFixAIO - Main.BA2")'
|
|
clean:
|
|
- crc: 0xCFB11F37
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0x139CED38
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'BostonFPSFix(Automatron|FarHarbor|-NukaWorld|-Vanilla|VD|AIO_VD)\.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'BostonFPSFix AIO' ]
|
|
condition: 'file("BostonFPSFixAIO.esp")'
|
|
# Group load after rules - To avoid sorting errors. #
|
|
- name: '(BostonFPSFix(Automatron|FarHarbor|-NukaWorld|-Vanilla)|PaladinBaileyRedRocket)\.esp'
|
|
after:
|
|
- 'BostonFPSFixAIO_VD.esp'
|
|
- 'BostonFPSFixVD.esp'
|
|
- name: '(BostonFPSFix(Automatron|FarHarbor|-NukaWorld)|PaladinBaileyRedRocket)\.esp'
|
|
after: [ 'BostonFPSFix-Vanilla.esp' ]
|
|
- name: '(BostonFPSFix(FarHarbor|-NukaWorld)|PaladinBaileyRedRocket)\.esp'
|
|
after: [ 'BostonFPSFixAutomatron.esp' ]
|
|
- name: '(BostonFPSFix-NukaWorld|PaladinBaileyRedRocket)\.esp'
|
|
after: [ 'BostonFPSFixFarHarbor.esp' ]
|
|
# Boston FPS Fix - Standalone Modules & Optional Files #
|
|
- name: 'BostonFPSFix-Vanilla.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x0DA102BE
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
udr: 6
|
|
- name: 'BostonFPSFixAutomatron.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD991C9F2
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
udr: 6
|
|
- name: 'BostonFPSFixFarHarbor.esp'
|
|
clean:
|
|
- crc: 0x98B6CE34
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'BostonFPSFix-NukaWorld.esp'
|
|
clean:
|
|
- crc: 0x2A940662
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'BostonFPSFixVD.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'BostonFPSFixAIO_VD.esp' ]
|
|
condition: 'file("BostonFPSFixAIO_VD.esp")'
|
|
clean:
|
|
- crc: 0x970AEFEA
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'BostonFPSFixAIO_VD.esp'
|
|
clean:
|
|
- crc: 0x06909110
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'PaladinBaileyRedRocket.esp'
|
|
after:
|
|
- 'BostonFPSFixAIO.esp'
|
|
- 'BostonFPSFix-NukaWorld.esp'
|
|
inc: [ 'BTInteriors_Project.esp' ]
|
|
clean:
|
|
- crc: 0x0E248104
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: '(PPF|PRP.*|Clean_and_Simple_and_Prevised_All_CAS|Eli_FactionHousingOverhaul_FarHarbor_Previs|ScrapEverythingUltimatePrevis)\.es[mp]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/46403/'
|
|
name: 'Previsibines Repair Pack'
|
|
- name: 'PPF.esm'
|
|
clean:
|
|
# English
|
|
- crc: 0x92CA557D
|
|
util: 'FO4Edit v4.0.4b'
|
|
- crc: 0x1CEB3329
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0x0CFF9FCA
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x4B439D9B
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP.esp'
|
|
group: *preVisCombinedGroup
|
|
inc: [ 'FROST.esp' ]
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '20 Leagues Under the Sea - Vault 120'
|
|
- '[PRP - More than 20 Previsibines Under the Sea](https://www.nexusmods.com/fallout4/mods/58584/)'
|
|
condition: 'active("0_Vault120.esp") and not active("PRP-(SE-)?Vault120\.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Sim Settlements 2 - Chapter 2'
|
|
- '[Previsibines Repair Pack (PRP) - Sim Settlements 2 Upgrade Kit](https://www.nexusmods.com/fallout4/mods/57947/)'
|
|
condition: 'active("SS2_XPAC_Chapter2.esm") and not active("PRP-SS2.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Clarity - A Visual Overhaul' ]
|
|
condition: 'active("Clarity.esp") and not active("PRP-Compat-Clarity-4[23]\.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Diamond City Ambience' ]
|
|
condition: 'active("DiamondCityAmbience.esp") and not active("PRP-Compat-DCA.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'FogOut Interiors All DLC' ]
|
|
condition: 'active("FogOut - Interiors - All DLC.esp") and not active("PRP-Compat-Fogout-Int.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Interiors Enhanced AIO' ]
|
|
condition: 'active("InteriorsEnhanced-All-In-One.esp") and not active("PRP-Compat-IntEnh.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Region Names on Save Files' ]
|
|
condition: 'active("Region Names on Save Files.esp") and not active("PRP-Compat-RegionNames.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Ultra Exterior Lighting' ]
|
|
condition: 'active("UltraExteriorLighting.esp") and not active("PRP-Compat-UEL.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Ultra Interior Lighting' ]
|
|
condition: 'active("UltraInteriorLighting.esp") and not active("PRP-Compat-UIL.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Ultra Interior Lighting - Darker Ambience' ]
|
|
condition: 'active("UltraInteriorLighting_DarkerAmbience.esp") and not active("PRP-Compat-UIL-Darker.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Aloot''s Home Plate' ]
|
|
condition: 'active("AlootHomePlate.esp") and version("AlootHomePlate.esp", "2.2", <)'
|
|
- <<: *patchProvided
|
|
subs: [ 'Clean and Simple - All CAS Settlements' ]
|
|
condition: 'active("Clean and Simple - All CAS Settlements.esp") and not active("Clean_and_Simple_and_Prevised_All_CAS.esp") and version("PRP.esp", "0.57", <) and version("PRP.esp", "0.58", >=)'
|
|
- <<: *patchProvided
|
|
subs: [ 'Faction Housing Overhaul AIO - Far Harbour' ]
|
|
condition: 'active("DLCCoast.esm") and active("Eli_Faction Housing Overhaul - AiO.esp") and not active("Eli_FactionHousingOverhaul_FarHarbor_Previs.esp") and version("PRP.esp", "0.57", <) and version("PRP.esp", "0.58", >=)'
|
|
- <<: *patchProvided
|
|
subs: [ 'Fallout 4 - Point Lookout' ]
|
|
condition: 'active("CWPointLookoutFO4.esm") and not active("PRP-Compat-PointLookout.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Maxwell''s World' ]
|
|
condition: 'active("MaxwellsWorl.esp") and not active("PRP-Compat-MaxwellsWorl.esp")'
|
|
- *useInsteadFCF
|
|
clean:
|
|
# English
|
|
- crc: 0xC74C2994
|
|
util: 'FO4Edit v4.0.4b'
|
|
- crc: 0x17BFB346
|
|
util: 'FO4Edit v4.0.4b'
|
|
- crc: 0x0FD12B68
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xE0490212
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x21A97BD2
|
|
util: 'FO4Edit v4.0.4b'
|
|
# PRP - Compat Grabbag #
|
|
- name: 'PRP-Compat-(Clarity-4[23]|DCA|Fogout-Int|IntEnh|RegionNames|UIL|UIL-Darker)\.esp'
|
|
after: [ 'PRP.esp' ]
|
|
- name: 'PRP-Compat-Clarity-4[23]\.esp'
|
|
after: [ 'PRP-Compat-DCA.esp' ]
|
|
req: [ 'Clarity.esp' ]
|
|
- name: 'PRP-Compat-Clarity-42.esp'
|
|
msg:
|
|
- <<: *requiresX
|
|
subs: [ 'Clarity v4.2' ]
|
|
condition: 'version("Clarity.esp", "4.2", !=)'
|
|
clean:
|
|
# English
|
|
- crc: 0x94691987
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xE51D9C25
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x90482194
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-Clarity-43.esp'
|
|
msg:
|
|
- <<: *requiresX
|
|
subs: [ 'Clarity v4.3' ]
|
|
condition: 'version("Clarity.esp", "4.3", !=)'
|
|
clean:
|
|
# English
|
|
- crc: 0x94691987
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xE51D9C25
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x90482194
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-DCA.esp'
|
|
clean:
|
|
# English
|
|
- crc: 0xF9AD0032
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0x27625A9E
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0xDFE299C5
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-Fogout-Int.esp'
|
|
req: [ 'FogOut - Interiors - All DLC.esp' ]
|
|
clean:
|
|
# English
|
|
- crc: 0x284EEEA1
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xF63F0472
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x3D258C9C
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-IntEnh.esp'
|
|
req: [ 'InteriorsEnhanced-All-In-One.esp' ]
|
|
clean:
|
|
# English
|
|
- crc: 0x382403E5
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xA9B68F2C
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x45666327
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-RegionNames.esp'
|
|
after: [ 'PRP-Compat-UEL.esp' ]
|
|
clean:
|
|
# English
|
|
- crc: 0xE46BCAC5
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xC82D5E8A
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x8DC45E56
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-UEL.esp'
|
|
clean:
|
|
# English
|
|
- crc: 0x4167AC1D
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0x88EFD7AD
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0xCAC93BC6
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-UIL.esp'
|
|
req: [ 'UltraInteriorLighting.esp' ]
|
|
clean:
|
|
# English
|
|
- crc: 0xE19391A7
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0x9C3664C5
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x3D8703F1
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-UIL-Darker.esp'
|
|
req: [ 'UltraInteriorLighting_DarkerAmbience.esp' ]
|
|
clean:
|
|
# English
|
|
- crc: 0xE0D9E2D8
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0xE1EC93E4
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x50A9B2CE
|
|
util: 'FO4Edit v4.0.4b'
|
|
# PRP - Other Patches #
|
|
- name: 'PRP-Compat-MaxwellsWorl.esp'
|
|
clean:
|
|
- crc: 0x3DCF4D51
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-Compat-PointLookout.esp'
|
|
clean:
|
|
- crc: 0x8963D59A
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'ScrapEverythingUltimatePrevis.esp'
|
|
msg:
|
|
- <<: *versionXIncY
|
|
subs:
|
|
- 'Previsibines Repair Pack'
|
|
- 'PRP Compat Scrap Everything'
|
|
condition: 'active("PRP.esp") and version("PRP.esp", "0.59", <)'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xA6F531E9
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 808
|
|
# PRP - Unsupported Patches #
|
|
- name: 'Clean_and_Simple_and_Prevised_All_CAS.esp'
|
|
after:
|
|
- 'PRP.esp'
|
|
- 'PRP-Compat-UEL.esp'
|
|
msg:
|
|
- <<: *versionXIncY
|
|
subs:
|
|
- 'Previsibines Repair Pack'
|
|
- 'PRP Compat for Clean and Simple Merged'
|
|
condition: 'active("PRP.esp") and version("PRP.esp", "0.57", >=)'
|
|
- name: 'Eli_FactionHousingOverhaul_FarHarbor_Previs.esp'
|
|
after:
|
|
- 'PRP.esp'
|
|
- 'PRP-Compat-Clarity-42.esp'
|
|
- 'PRP-Compat-Clarity-43.esp'
|
|
- 'PRP-Compat-IntEnh.esp'
|
|
- 'PRP-Compat-UIL.esp'
|
|
- 'PRP-Compat-UIL-Darker.esp'
|
|
msg:
|
|
- <<: *versionXIncY
|
|
subs:
|
|
- 'Previsibines Repair Pack'
|
|
- 'PRP Compat for Faction Housing Overhaul'
|
|
condition: 'active("PRP.esp") and version("PRP.esp", "0.57", >=)'
|
|
|
|
###### AudioVisual ######
|
|
- name: 'ConcealedArmor\.es[mp]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/6434/'
|
|
name: 'Concealed Armors'
|
|
- name: 'ConcealedArmor.esm'
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'Armorsmith Extended v4.0+' ]
|
|
condition: 'active("Armorsmith Extended.esp") and version("Armorsmith Extended.esp", "4.0", >=)'
|
|
clean:
|
|
- crc: 0x51FA24EA
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'ConcealedArmor.esp'
|
|
clean:
|
|
- crc: 0x5BB8787F
|
|
util: 'FO4Edit v4.0.4c'
|
|
|
|
- name: 'VotW.*\.es[lmp]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/24435/'
|
|
name: 'Videos of the Wasteland'
|
|
- name: 'VotWMaster.esm'
|
|
clean:
|
|
- crc: 0x314BB136
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'VotWSpecialVideos.esl'
|
|
clean:
|
|
- crc: 0x93D8041D
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'VotWStarlightDriveIn.esp'
|
|
after:
|
|
- name: 'PRP.esp'
|
|
condition: 'version("PRP.esp", "0.57", >=)'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x31FB0B86
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
|
|
###### AudioVisual - Fixes ######
|
|
- name: 'Airport_Glass_Transparency_Fix\.es[lp]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48429/'
|
|
name: 'Boston Airport Windows Transparency Fix'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- *alreadyInOrFixedByPRPv0_59
|
|
|
|
- name: 'CliffsEdgeHotelWindowFix.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48887/'
|
|
name: 'Cliff''s Edge Hotel Window Fix'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- *alreadyInOrFixedByPRPv0_59
|
|
|
|
- name: 'FirstPersonViewableItemsExpanded.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/26062/' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'LooksMenu1stPersonViewItemsFix.esp' ]
|
|
condition: 'active("FirstPersonViewableItemsExpanded.esp") and active("LooksMenu1stPersonViewItemsFix.esp")'
|
|
- <<: *useVersion
|
|
subs: [ '[Looks Menu Customization Compendium](https://www.nexusmods.com/fallout4/mods/26062/)' ]
|
|
condition: 'active("LooksMenu Customization Compendium.esp")'
|
|
clean:
|
|
- crc: 0x9855A3B2
|
|
util: 'FO4Edit v4.0.3g'
|
|
|
|
- name: 'Flicker Fixer.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/35720/' ]
|
|
group: *fixesGroup
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- <<: *alreadyInOrFixedByX
|
|
subs: [ 'Previsibines Repair Pack v0.57+' ]
|
|
condition: 'active("PPF.esm")'
|
|
|
|
###### AudioVisual - Models & Textures ######
|
|
- name: 'OVT.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1204/' ]
|
|
group: *texturesGroup
|
|
|
|
- name: 'SavrenX.*\.esp'
|
|
after: [ 'OVT.esp' ]
|
|
- name: 'SavrenX HD Vanilla Clothes Optimized.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40203/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenX HD Vanilla Armor.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40218/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenX HD DLC Armor and Clothes.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40159/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXHdDlcPowerArmor.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40373/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenX SuperMutant Armor HD.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40253/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXWeaponHD.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40341/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXHDVanillaLandscape.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40551/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXHD1KBuildingAndInterior.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40534/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXLandscapeInteriorBuildingDLC.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40592/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXHDSettlementAndSetDressing.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40485/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXHDSettlementAndSetDressingDLC.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40485/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXFoodAndFoodware.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40437/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXPropsAndJunk.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40423/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXCreaturesPackDlcREDONE.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40280/' ]
|
|
group: *texturesGroup
|
|
- name: 'SavrenXBetterRobotHDLibertyPrime.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40305/' ]
|
|
group: *texturesGroup
|
|
after: [ 'SavrenXCreaturesPackDlcREDONE.esp' ]
|
|
- name: 'SavrenXSynthHD.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40386/' ]
|
|
group: *texturesGroup
|
|
|
|
- name: 'TacticalTablet.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/55346/' ]
|
|
inc:
|
|
- 'AutoUnequipPipboy.esm'
|
|
- 'HidePipboy.esp'
|
|
- 'PipboyRemover.esp'
|
|
- 'Pipboy Zero.esp'
|
|
msg: [ *requiresMCM ]
|
|
clean:
|
|
- crc: 0x54C08EA5
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
###### Audiovisual - Sound & Music ######
|
|
- name: 'LostOldiesRadio.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/57110/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x4117D51E
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'Realistic Reverb and Ambiance.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/61140/'
|
|
name: 'Realistic Reverb and Ambience Overhaul - VR and FP'
|
|
req: [ 'Ambient Wasteland.esp' ]
|
|
|
|
- name: 'Reverb and Ambiance Overhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10189/' ]
|
|
clean:
|
|
- crc: 0x715C4599
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
- crc: 0x6FFE25B7
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
- name: 'Reverb and Ambiance Overhaul - (Automatron|Contraptions|Far Harbor|Nuka World|Vault-Tec)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10189/' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'Reverb and Ambiance Overhaul All DLC' ]
|
|
condition: 'checksum("Reverb and Ambiance Overhaul.esp", 6FFE25B7)'
|
|
- name: 'Reverb and Ambiance Overhaul - Automatron.esp'
|
|
clean:
|
|
- crc: 0xCB736A81
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
- name: 'Reverb and Ambiance Overhaul - Contraptions.esp'
|
|
clean:
|
|
- crc: 0x600836A0
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
- name: 'Reverb and Ambiance Overhaul - Far Harbor.esp'
|
|
clean:
|
|
- crc: 0x9DA5CE49
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
- name: 'Reverb and Ambiance Overhaul - Nuka World.esp'
|
|
clean:
|
|
- crc: 0xB78A2D04
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
- name: 'Reverb and Ambiance Overhaul - Vault-Tec.esp'
|
|
clean:
|
|
- crc: 0xE86A8F90
|
|
util: 'FO4Edit v4.0.3j (RC2 for 4.0.4)'
|
|
|
|
###### AudioVisual - Weather & Lighting ######
|
|
- name: 'EnhancedLightsandFX.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/13596/'
|
|
name: 'Enhanced Lights and FX'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/54872/'
|
|
name: 'Optimization Patches Collection'
|
|
group: *interiorLightingGroup
|
|
clean:
|
|
- crc: 0x8FC528DB
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0xE01EF69A
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'Institute Patch for PRC.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/6796/'
|
|
name: 'PhotoRealistic Commonwealth'
|
|
group: *interiorLightingGroup
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xBA16C65A
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
udr: 40
|
|
|
|
- name: 'InteriorsEnhanced.*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/8768/'
|
|
name: 'Interiors Enhanced: Darker Ambient Light and Fog'
|
|
- name: 'InteriorsEnhanced-All-In-One.esp'
|
|
group: *interiorLightingGroup
|
|
after:
|
|
- 'EnhancedLightsandFX.esp'
|
|
- 'UltraInteriorLighting.esp'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Scrap Everything Ultimate Edition'
|
|
- '[Scrap Everything - Interiors Enhanced Patch](https://www.nexusmods.com/fallout4/mods/47376/)'
|
|
condition: 'active("Scrap Everything - Ultimate Edition.esp") and not active("ScrapEverythingInteriorEnhencedPatch.esp")'
|
|
clean:
|
|
- crc: 0xFC2415EC
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'InteriorsEnhanced(-Automatron|-FarHarbor|-NukaWorld|-VaultTec)?\.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'InteriorsEnhanced-All-In-One.esp' ]
|
|
condition: 'active("InteriorsEnhanced-All-In-One.esp") and active("DLCRobot.esm") and active("DLCCoast.esm") and active("DLCworkshop03.esm") and active("DLCNukaWorld.esm")'
|
|
- name: 'InteriorsEnhanced.esp'
|
|
group: *interiorLightingGroup
|
|
after:
|
|
- 'EnhancedLightsandFX.esp'
|
|
- 'UltraInteriorLighting.esp'
|
|
clean:
|
|
- crc: 0x92E9C372
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'InteriorsEnhanced-(Automatron|FarHarbor|NukaWorld|VaultTec)\.esp'
|
|
req: [ 'InteriorsEnhanced.esp' ]
|
|
- name: 'InteriorsEnhanced-Automatron.esp'
|
|
clean:
|
|
- crc: 0xB6854DFD
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'InteriorsEnhanced-FarHarbor.esp'
|
|
after: [ 'InteriorsEnhanced-Automatron.esp' ]
|
|
clean:
|
|
- crc: 0x5011B9A8
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'InteriorsEnhanced-NukaWorld.esp'
|
|
after:
|
|
- 'InteriorsEnhanced-Automatron.esp'
|
|
- 'InteriorsEnhanced-FarHarbor.esp'
|
|
- 'InteriorsEnhanced-VaultTec.esp'
|
|
clean:
|
|
- crc: 0x09839D87
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'InteriorsEnhanced-VaultTec.esp'
|
|
after:
|
|
- 'InteriorsEnhanced-Automatron.esp'
|
|
- 'InteriorsEnhanced-FarHarbor.esp'
|
|
clean:
|
|
- crc: 0x1DA07EEF
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'Pip-Boy Flashlight.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10840/' ]
|
|
after:
|
|
- 'Clarity.esp'
|
|
- 'EnhancedLightsandFX.esp'
|
|
- 'FROST.esp'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Enclave X-02 Power Armor'
|
|
- '[X-02 PipBoy Flashlight Patch](https://www.nexusmods.com/fallout4/mods/16232)'
|
|
condition: 'active("EnclaveX02.esp") and not active("X-02 PipboyLight Patch.esp")'
|
|
clean:
|
|
- crc: 0x28F1FC5A
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x963BE7EE
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xC2B081EC
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x0191AC26
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xB0294754
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xA8876022
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x3D82F79A
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xF5B43DF7
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x8E95C098
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xEED727DA
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x054EE4B1
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xAB88E8CC
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x951DA474
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x563C89BE
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x8D9A4876
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x95346F00
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xCAFC4873
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xC80732D5
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0xB326CFBA
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x7007E270
|
|
util: 'FO4Edit v4.0.2'
|
|
- crc: 0x3ABBACD4
|
|
util: 'FO4Edit v4.0.2'
|
|
- name: 'Pip-Boy Flashlight - Hide Pipboy.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10840/' ]
|
|
clean:
|
|
- crc: 0xBA0A331E
|
|
util: 'FO4Edit v4.0.2'
|
|
|
|
###### Character Appearance - NPC Overhauls ######
|
|
- name: 'D.E.C.A.Y.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/2500/'
|
|
name: 'D.E.C.A.Y - Better Ghouls'
|
|
clean:
|
|
- crc: 0x369D7560
|
|
util: 'FO4Edit v4.0.4b'
|
|
- crc: 0x1BA826DE
|
|
util: 'FO4Edit v4.0.4b'
|
|
- crc: 0x98A7E896
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'Unique NPCs.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/21248/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xA3B23742
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 118
|
|
|
|
###### Gameplay ######
|
|
- name: 'Armorsmith Extended.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2228/' ]
|
|
after: [ 'EAMR.esp' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("Armorsmith Extended.esp", "4.6", <)'
|
|
- <<: *versionXofYorGreaterRequired
|
|
subs:
|
|
- '8.5'
|
|
- '[Armor and Weapon Keywords Community Resource (AWKCR)](https://www.nexusmods.com/fallout4/mods/6091/)'
|
|
condition: 'version("Armorsmith Extended.esp", "4.6", ==) and version("ArmorKeywords.esm", "8.5", <) and file("ArmorKeywords.esm")'
|
|
# Do Not Clean - ITMs included to prevent other mods from breaking slot usage on those outfits.
|
|
|
|
- name: 'BetterCompanions.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18547/' ]
|
|
clean:
|
|
- crc: 0x663A29DA
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'NoSharedDogmeatTemplate.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18547/' ]
|
|
group: *underridesGroup
|
|
|
|
- name: 'Better_Settlement_Defence.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/63998/'
|
|
name: 'This Settlement Does Not Need Your Help - BS Defence Redone'
|
|
req: [ *F4SE ]
|
|
msg: [ *requiresMCM ]
|
|
clean:
|
|
- crc: 0xDE92E151
|
|
util: 'FO4Edit v4.0.4c'
|
|
|
|
- name: '(CustomizableNeeds( \+ RealisticAidSideEffects)?|CN (Only|\+ RASE) - .*)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/13124/'
|
|
name: 'Customizable Needs plus Realistic Aid Side Effects'
|
|
- name: 'CustomizableNeeds( \+ RealisticAidSideEffects)?\.esp'
|
|
inc:
|
|
- 'SurvivalOptions.esp'
|
|
- 'Z_Horizon.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Customizable Needs ESP' ]
|
|
condition: 'many("CustomizableNeeds( \+ RealisticAidSideEffects)?\.esp")'
|
|
- name: 'CustomizableNeeds.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/20818/'
|
|
name: 'Survival stats widget'
|
|
inc:
|
|
- name: 'DEF_WIDGETS_SURVIVAL1.esp'
|
|
condition: 'not checksum("CustomizableNeeds.esp", F2860D72)'
|
|
- 'DEF_WIDGETS_SURVIVAL1 - EBF+GMTB patch.esp'
|
|
- 'EBF_DEFW_Patch.esp'
|
|
msg:
|
|
- <<: *patchIncluded
|
|
subs: [ 'Valdacil''s Item Sorting' ]
|
|
condition: 'active("ValdacilsItemSorting-.+\.esp") and not active("CN Only - VIS Patch.esp")'
|
|
clean:
|
|
- crc: 0x8169272E
|
|
util: 'FO4Edit v4.0.4c'
|
|
# SSW replacer
|
|
- crc: 0xF2860D72
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'CustomizableNeeds + RealisticAidSideEffects.esp'
|
|
inc: [ 'DEF_WIDGETS_SURVIVAL1.esp' ]
|
|
msg:
|
|
- <<: *patchIncluded
|
|
subs: [ 'Lore-Friendly Survival Chems' ]
|
|
condition: 'active("LoreFriendlySurvivalChems(VIS)?\.esp") and not active("CN \+ RASE - LoreFriendlySurvivalChems(VIS)? Patch\.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Valdacil''s Item Sorting' ]
|
|
condition: 'active("ValdacilsItemSorting-.+\.esp") and not active("CN + RASE - VIS Patch.esp")'
|
|
clean:
|
|
- crc: 0xFD9AD1B9
|
|
util: 'FO4Edit v4.0.4c'
|
|
|
|
- name: 'MojaveImports.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/3793/'
|
|
name: 'Wasteland Imports'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
clean:
|
|
- crc: 0x2DCA71E4
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0x58BF06AA
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'NukaWorldRebalanced.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59002/'
|
|
name: 'Nuka-World Rebalanced'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x799AA002
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 7
|
|
|
|
- name: 'Redistribute Weapon Lists.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/44724/' ]
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
|
|
- name: '(SameSex(Fe)?Male.*|AFT(OS)?forSSC|SSFforLupine|LGBT Family( \(2\))?)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/25254/'
|
|
name: 'Same Sex Couples and LGBT Families'
|
|
- name: '(SameSex(Fe)?Male|LGBT Family( \(2\))?)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Same Sex Couples and LGBT Families ESP' ]
|
|
condition: 'many("(SameSex(Fe)?Male|LGBT Family( \(2\))?)\.esp")'
|
|
# Same Sex Couples #
|
|
- name: 'SameSex(Fe)?Male\.esp'
|
|
after: [ 'StartMeUp.esp' ]
|
|
- name: 'SameSexFemale.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x03EFA582
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
- name: 'SameSexMale.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x843AB969
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
# Same Sex Couples - Patches #
|
|
- name: 'AFTforSSC.esp'
|
|
req: [ 'SameSexMale.esp' ]
|
|
- name: 'AFTOSforSSC.esp'
|
|
req: [ 'SameSexFemale.esp' ]
|
|
- name: 'SSFforLupine.esp'
|
|
req: [ 'SameSexFemale.esp' ]
|
|
# LGBT Family #
|
|
- name: 'LGBT Family( \(2\))?\.esp'
|
|
inc:
|
|
- 'AnotherLife.esp'
|
|
- 'OSM_AlternateStart_Protocol-InfiniteAnswer.esp'
|
|
- 'SKKFastStartNewGame.esp'
|
|
- 'StartMeUp.esp'
|
|
- name: 'LGBT Family.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xF3E36F23
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 867
|
|
udr: 65
|
|
- name: 'LGBT Family (2).esp'
|
|
msg: [ *useVersionFarHarbor ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x25BFAA3B
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 865
|
|
udr: 65
|
|
|
|
- name: 'SKKCombatSettlers.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4080062/'
|
|
- 'https://skkmods.com/mod/skk-combat-settlers/'
|
|
clean:
|
|
- crc: 0x3DCE8E04
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'SKKHostileWorkshops.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4179319/'
|
|
- 'https://skkmods.com/mod/skk-hostile-workshops/'
|
|
- 'https://www.nexusmods.com/fallout4/mods/47317/'
|
|
clean:
|
|
- crc: 0x3F9E589A
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'SurvivalOptions(_GiveMeThatBottlePatch|_SurvivalStatsWidget)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/14650/'
|
|
name: 'Survival Options'
|
|
- name: 'SurvivalOptions.esp'
|
|
msg:
|
|
- <<: *patchProvided
|
|
subs: [ 'Give Me That Bottle' ]
|
|
condition: 'active("Give Me That Bottle.esp") and not active("SurvivalOptions_GiveMeThatBottlePatch.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Survival stats widget' ]
|
|
condition: 'active("DEF_WIDGETS_SURVIVAL1.esp") and not active("SurvivalOptions_SurvivalStatsWidget.esp")'
|
|
- *requiresMCM
|
|
clean:
|
|
# Everything
|
|
- crc: 0xEB409702
|
|
util: 'FO4Edit v4.0.4c'
|
|
# Console Only
|
|
- crc: 0x237766B5
|
|
util: 'FO4Edit v4.0.4c'
|
|
# Compass Non Survival
|
|
- crc: 0x1822751E
|
|
util: 'FO4Edit v4.0.4c'
|
|
# None
|
|
- crc: 0x9D42B121
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'SurvivalOptions_SurvivalStatsWidget.esp'
|
|
req: [ 'DEF_WIDGETS_SURVIVAL1.esp' ]
|
|
|
|
- name: '(TurretControlPanel|NoMoreRandomTurretMks)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/11960/'
|
|
name: 'Turret Control Panel - TCP'
|
|
- name: 'TurretControlPanel.esp'
|
|
req: [ *F4SE ]
|
|
msg: [ *requiresMCM ]
|
|
clean:
|
|
- crc: 0xD85B2D6F
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'NoMoreRandomTurretMks.esp'
|
|
msg: [ *obsolete ]
|
|
|
|
- name: 'Vault-Tec Historical Preservation Initiative.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12019/' ]
|
|
group: *underridesGroup
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xC8545353
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
udr: 9
|
|
|
|
- name: 'Weaponsmith Extended 2.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10737/' ]
|
|
after: [ 'Armorsmith Extended.esp' ]
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD5EFD402
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 466
|
|
udr: 4
|
|
|
|
###### Gameplay - Combat ######
|
|
- name: 'Forever Radiation (Lite|Hardcore|Even HarderCore)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/48231/' ]
|
|
- name: 'Forever Radiation Lite.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x4A9C4968
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 7
|
|
- name: 'Forever Radiation Hardcore.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x97334E15
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
- name: 'Forever Radiation Even HarderCore.esp'
|
|
clean:
|
|
- crc: 0x3E825AE2
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'LeverActionBCR.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/41178/'
|
|
name: 'Bullet Counted Reload System (BCR)'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x0D074E92
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
|
|
- name: 'Realistic Survival Damage.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/333/'
|
|
name: 'Realistic Survival Damage'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD48D7292
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
# Legendary Survival
|
|
- crc: 0x79A60AF4
|
|
util: 'FO4Edit v4.0.4c'
|
|
|
|
- name: 'SKKSettlementAttackSystem(Markers)?\.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4096084/'
|
|
- 'https://skkmods.com/mod/skk-settlement-attack-system/'
|
|
- 'https://www.nexusmods.com/fallout4/mods/37393/'
|
|
- name: 'SKKSettlementAttackSystem.esp'
|
|
clean:
|
|
- crc: 0x240F4C3F
|
|
util: 'FO4Edit v4.0.4'
|
|
- name: 'SKKSettlementAttackSystemMarkers.esp'
|
|
clean:
|
|
- crc: 0xB8EADAD7
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: '(\d(\.\d{1,2})?x?|Survival\d{0,3}(LESS|more|Normal))(Enemy|PC|Player)Damage\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/222/'
|
|
name: 'Create Your Own Difficulty Rebalance'
|
|
inc: [ 'Realistic Survival Damage.esp' ]
|
|
- name: '\d(\.\d{1,2})?xEnemyDamage\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Create Your Own Difficulty Rebalance Enemy ESP' ]
|
|
condition: 'many("\d(\.\d{1,2})?xEnemyDamage\.esp")'
|
|
- name: '\d(\.\d{1,2})?x?PlayerDamage\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Create Your Own Difficulty Rebalance Player ESP' ]
|
|
condition: 'many("\d(\.\d{1,2})?x?PlayerDamage\.esp")'
|
|
- name: 'Survival\d{0,3}(LESS|more|Normal)(Enemy|PC)Damage\.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Survival\d{0,3}(LESS|more|Normal)EnemyDamage\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Create Your Own Survival Rebalance Enemy ESP' ]
|
|
condition: 'many("Survival\d{0,3}(LESS|more|Normal)EnemyDamage\.esp")'
|
|
- name: 'Survival\d{0,3}(LESS|more|Normal)PCDamage\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Create Your Own Survival Rebalance PC ESP' ]
|
|
condition: 'many("Survival\d{0,3}(LESS|more|Normal)PCDamage\.esp")'
|
|
|
|
###### Gameplay - Crafting, Harvesting & Scrapping ######
|
|
- name: 'AlternateSettlements( - (Build Toggle|Set [A-C] Blocker))?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/5118/'
|
|
name: 'Alternate Settlements'
|
|
- name: 'AlternateSettlements.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/12226/'
|
|
name: 'Settlement Keywords Expanded'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/14848/'
|
|
name: 'Alternate Settlement - non SK'
|
|
msg:
|
|
- <<: *obsolete
|
|
subs: [ '[Settlement Keywords Expanded](https://www.nexusmods.com/fallout4/mods/12226/) replacer' ]
|
|
condition: 'active("SettlementKeywords.esm") and not checksum("AlternateSettlements.esp", 53C593CD)'
|
|
- <<: *requiresResources
|
|
subs: [ '[Alternate Settlements](https://www.nexusmods.com/fallout4/mods/5118/)' ]
|
|
condition: 'not file("Meshes/AlternateExteriorDecor")'
|
|
clean:
|
|
- crc: 0x53C593CD
|
|
util: 'FO4Edit v4.0.4c'
|
|
# Non-SK
|
|
- crc: 0x2B09C450
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'AlternateSettlements - (Build Toggle|Set [A-C] Blocker)\.esp'
|
|
msg: [ *obsolete ]
|
|
|
|
- name: 'ECO.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/55503/'
|
|
name: 'Equipment and Crafting Overhaul (ECO)'
|
|
clean:
|
|
- crc: 0x5598FDFE
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'Give Me That Bottle.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/13193/'
|
|
name: 'Give Me That Bottle'
|
|
after:
|
|
- name: 'ValdacilsItemSorting-00-ValsPicks-DLCVersion.esp'
|
|
condition: 'checksum("Give Me That Bottle.esp", 77879F09) or checksum("Give Me That Bottle.esp", 939407C9)'
|
|
- name: 'ValdacilsItemSorting-00-ValsPicks-DLCVersion-VanillaWeight.esp'
|
|
condition: 'checksum("Give Me That Bottle.esp", 77879F09) or checksum("Give Me That Bottle.esp", 939407C9)'
|
|
- name: 'ValdacilsItemSorting-00-ValsPicks-NoDLCVersion.esp'
|
|
condition: 'checksum("Give Me That Bottle.esp", 77879F09) or checksum("Give Me That Bottle.esp", 939407C9)'
|
|
- name: 'ValdacilsItemSorting-00-ValsPicks-NoDLCVersion-VanillaWeight.esp'
|
|
condition: 'checksum("Give Me That Bottle.esp", 77879F09) or checksum("Give Me That Bottle.esp", 939407C9)'
|
|
msg:
|
|
- <<: *useVersionFarHarbor
|
|
condition: 'active("DLCCoast.esm") and (checksum("Give Me That Bottle.esp", ECEBD46B) or checksum("Give Me That Bottle.esp", 939407C9))'
|
|
- <<: *useVersion
|
|
type: say
|
|
subs: [ 'Valdacil''s Item Sorting' ]
|
|
condition: 'active("ValdacilsItemSorting-.+\.esp") and (checksum("Give Me That Bottle.esp", F330F7B5) or checksum("Give Me That Bottle.esp", ECEBD46B))'
|
|
- <<: *useVersionNon
|
|
type: say
|
|
subs: [ 'Valdacil''s Item Sorting' ]
|
|
condition: 'not active("ValdacilsItemSorting-.+\.esp") and (checksum("Give Me That Bottle.esp", 77879F09) or checksum("Give Me That Bottle.esp", 939407C9))'
|
|
clean:
|
|
- crc: 0xF330F7B5
|
|
util: 'FO4Edit v4.0.4c'
|
|
# VIS
|
|
- crc: 0x77879F09
|
|
util: 'FO4Edit v4.0.4c'
|
|
# No DLC
|
|
- crc: 0xECEBD46B
|
|
util: 'FO4Edit v4.0.4c'
|
|
# No DLC - VIS
|
|
- crc: 0x939407C9
|
|
util: 'FO4Edit v4.0.4c'
|
|
|
|
- name: 'ScrapThatMisc.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5673/' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'FROST Unofficial Updates' ]
|
|
condition: 'active("RedsFrostFixes.esp")'
|
|
- <<: *alreadyInX
|
|
subs: [ 'Horizon' ]
|
|
condition: 'active("Z_Horizon.esp")'
|
|
clean:
|
|
- crc: 0x2ADD86AE
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'SnapBeds((Homemaker|SORT|WorkshopRearranged)Patch)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/20697/'
|
|
name: 'SnapBeds - Usable Bunk Beds - Mix and Match Beds'
|
|
- name: 'SnapBeds.esp'
|
|
clean:
|
|
- crc: 0x88C7DA3D
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'SnapBedsHomemakerPatch.esp'
|
|
msg:
|
|
- <<: *alreadyInOrFixedByX
|
|
subs: [ 'Homemaker v1.50+' ]
|
|
condition: 'version("Homemaker.esm", "1.50", >=)'
|
|
|
|
###### Gameplay - Companion & Creature Managers ######
|
|
- name: 'AmazingFollowerTweaks.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/26976/' ]
|
|
after:
|
|
- 'IcebreakerCDO-Piper.esp'
|
|
- 'PlayerComments.esp'
|
|
inc: [ 'EFF.esp' ]
|
|
clean:
|
|
- crc: 0x9DEFF15C
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'EFF.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/11829/'
|
|
name: 'Unlimited Companion Framework'
|
|
clean:
|
|
- crc: 0xD2DA60BA
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'EveryonesBestFriend.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13459/' ]
|
|
msg:
|
|
- <<: *alreadyInOrFixedByX
|
|
subs: [ '[Amazing Follower Tweaks](https://www.nexusmods.com/fallout4/mods/26976/)' ]
|
|
condition: 'active("AmazingFollowerTweaks.esp")'
|
|
- <<: *alreadyInOrFixedByX
|
|
subs: [ '[Unlimited Companion Framework](https://www.nexusmods.com/fallout4/mods/11829/)' ]
|
|
condition: 'active("EFF.esp")'
|
|
clean:
|
|
- crc: 0x016DB1E5
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
###### Gameplay - NPC Balance & Distribution ######
|
|
- name: 'SKKRESystemManager.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4135081/'
|
|
- 'https://skkmods.com/mod/skk-random-encounter-manager/'
|
|
- 'https://www.nexusmods.com/fallout4/mods/42081/'
|
|
clean:
|
|
- crc: 0x978255EE
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'SuperMutantRedux.*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/11853/'
|
|
name: 'Super Mutant Redux'
|
|
- name: 'SuperMutantRedux.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xAA1B9904
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 94
|
|
- name: 'SuperMutantRedux_AE-WSE-VIS-G-Insanity_AIO_Patch.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE4DE734C
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 103
|
|
- name: 'SuperMutantRedux_ArmorSmithExtended.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x58C34592
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 104
|
|
- name: 'SuperMutantRedux_Insanity.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xFD8EC94E
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 17
|
|
- name: 'SuperMutantRedux VIS Patch.esp'
|
|
clean:
|
|
- crc: 0xDC656499
|
|
util: 'FO4Edit v4.0.4'
|
|
- name: 'SuperMutantRedux_VIS-G_Patch.esp'
|
|
clean:
|
|
- crc: 0xC66F9D47
|
|
util: 'FO4Edit v4.0.4'
|
|
- name: 'SuperMutantRedux_WeaponsmithExtended_Patch.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x35ABDB5A
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
|
|
- name: 'Unique NPCs - Creatures and Monsters.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/24357/' ]
|
|
after: [ 'Unique NPCs.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x76525074
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 219
|
|
|
|
###### Gameplay - NPC Behaviour & Dialogue ######
|
|
- name: 'Crimsomrider''s Obedient Concord Group.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/22829/'
|
|
name: 'Obedient Concord Group'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x34722A5F
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
udr: 7
|
|
|
|
- name: 'DeaconClothingCK.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/9772/'
|
|
name: 'Deacon Outfit Change Change'
|
|
after: [ 'No Junk Comments.esp' ]
|
|
inc: [ 'DeaconRom.esp' ]
|
|
clean:
|
|
- crc: 0x68ADC97E
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'DeaconRom.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/19160/' ]
|
|
after: [ 'No Junk Comments.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x02DE79C0
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'FlirtyCommonwealth(Female|Male|MM)?\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/26638/' ]
|
|
group: *underridesGroup
|
|
- name: 'FlirtyCommonwealth.esp'
|
|
clean:
|
|
- crc: 0x4A8FD5E0
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'FlirtyCommonwealthFemale.esp'
|
|
clean:
|
|
- crc: 0x5A2E1867
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'FlirtyCommonwealthMale.esp'
|
|
clean:
|
|
- crc: 0xB8A4ED37
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'FlirtyCommonwealthMM.esp'
|
|
clean:
|
|
- crc: 0xDEF7E886
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'NickValentineRomance.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13717/' ]
|
|
after:
|
|
- 'No Junk Comments.esp'
|
|
- 'PiperCaitCurieDialogueOverhaul.esp'
|
|
- 'PlayerComments.esp'
|
|
- 'StartMeUp.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xFCA79EAA
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
|
|
- name: '(No Companion Junk Comments|No Junk Comments)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10365/' ]
|
|
after: [ 'SuperMutantRedux.esp' ]
|
|
- name: 'No Companion Junk Comments.esp'
|
|
clean:
|
|
- crc: 0xD70808BC
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'No Junk Comments.esp'
|
|
after: [ 'StartMeUp.esp' ]
|
|
clean:
|
|
- crc: 0x2195E0C6
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0x6FCB8C15
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'PiperCaitCurieDialogueOverhaul.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/41785/'
|
|
name: 'Settler and Companion Dialogue Overhaul'
|
|
after:
|
|
- 'FlirtyCommonwealth.esp'
|
|
- 'FlirtyCommonwealthFemale.esp'
|
|
- 'FlirtyCommonwealthMale.esp'
|
|
- 'FlirtyCommonwealthMM.esp'
|
|
- 'ImmersiveGenericDialogues.esp'
|
|
clean:
|
|
- crc: 0xDB545497
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'PlayerComments.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/22166/'
|
|
name: 'Player Comments and Head Tracking'
|
|
after: [ 'StartMeUp.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xCA93C583
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
|
|
###### Gameplay - Quests ######
|
|
- name: 'AnotherLife.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/14253/' ]
|
|
group: *lowPriorityGroup
|
|
inc:
|
|
- 'OSM_AlternateStart_Protocol-InfiniteAnswer.esp'
|
|
- 'StartMeUp.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x0AED237B
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 133
|
|
|
|
- name: 'CWPointLookoutFO4(Patch)?\.es[lm]'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/60330/'
|
|
name: 'Fallout 4 - Point Lookout'
|
|
- name: 'CWPointLookoutFO4.esm'
|
|
req:
|
|
- name: 'XDI.esm'
|
|
display: '[Extended Dialogue Interface](https://www.nexusmods.com/fallout4/mods/27216/)'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x0E34764D
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 78
|
|
- name: 'CWPointLookoutFO4Patch.esl'
|
|
clean:
|
|
- crc: 0x74955B3E
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'NukaWorldReborn.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/32857/'
|
|
name: 'Nuka-World Reborn'
|
|
after: [ 'StartMeUp.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xF347A209
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2767
|
|
|
|
- name: 'OSM_AlternateStart_Protocol-InfiniteAnswer.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/13762/'
|
|
name: 'Alternate Start - Infinite Answer'
|
|
group: *lowPriorityGroup
|
|
inc:
|
|
- 'AnotherLife.esp'
|
|
- 'StartMeUp.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x50DBEF31
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 40
|
|
udr: 14
|
|
|
|
- name: 'SKKFastBOS.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4055555/'
|
|
- 'https://skkmods.com/mod/skk-fast-bos/'
|
|
- 'https://www.nexusmods.com/fallout4/mods/30147/'
|
|
clean:
|
|
- crc: 0xC3C40C8E
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'SKKFastStartNewGame.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4051239/'
|
|
- 'https://skkmods.com/mod/skk-fast-start-new-game/'
|
|
- 'https://www.nexusmods.com/fallout4/mods/29227/'
|
|
group: *lowPriorityGroup
|
|
inc:
|
|
- 'AnotherLife.esp'
|
|
- 'OSM_AlternateStart_Protocol-InfiniteAnswer.esp'
|
|
- 'StartMeUp.esp'
|
|
clean:
|
|
- crc: 0x7C5856B7
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
- name: 'Spare Railroad as Institute.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/19835/'
|
|
name: 'Main Quest Choices Extended'
|
|
after: [ 'StartMeUp.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x1BF52A8C
|
|
util: '[FO4Edit v4.0.4c](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
|
|
- name: '.*StartMeUp.*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/18946/'
|
|
name: 'Start Me Up'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/56984/'
|
|
name: 'Start Me Up Redux'
|
|
- name: 'StartMeUp.esp'
|
|
group: *lowPriorityGroup
|
|
inc:
|
|
- 'AmazingFollowerTweaks.esp'
|
|
- 'DualSurvivors.esp'
|
|
- 'Interview.esp'
|
|
- 'Killable Children.esp'
|
|
- 'NoraSpouse.esm'
|
|
- 'WastelandOperator.esp'
|
|
msg:
|
|
- <<: *compatNotes
|
|
subs: [ 'https://forums.nexusmods.com/index.php?/topic/10899803-start-me-up-unofficial-fallout-4-patch-fixes-and-tweaks/page-7#entry104054868' ]
|
|
- <<: *obsolete
|
|
subs: [ '[Start Me Up Redux](https://www.nexusmods.com/fallout4/mods/56984/)' ]
|
|
condition: 'version("StartMeUp.esp", "6.7", <)'
|
|
- <<: *patchIncluded
|
|
subs: [ 'DLC Nuka-World' ]
|
|
condition: 'active("DLCNukaWorld.esm") and not active("StartMeUpNukaWorldPatch.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Horizon' ]
|
|
condition: 'active("Z_Horizon.esp") and not active("StartMeUpRedux_Horizon.esp")'
|
|
clean:
|
|
# FDI
|
|
- crc: 0x29DC9048
|
|
util: 'FO4Edit v4.0.4c'
|
|
# Normal-XDI
|
|
- crc: 0xC1DA3B8B
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'StartMeUpNukaWorldPatch.esp'
|
|
clean:
|
|
# FDI
|
|
- crc: 0x6A96C646
|
|
util: 'FO4Edit v4.0.4c'
|
|
# Normal-XDI
|
|
- crc: 0x6E0B1BE9
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'StartMeUpShaunDefaultAppearance.esp'
|
|
msg: [ *optional ]
|
|
|
|
- name: 'WhoIsTheGeneral.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59019/'
|
|
name: 'Who''s The General - Minutemen Quest Cleanup'
|
|
after: [ 'PiperCaitCurieDialogueOverhaul.esp' ]
|
|
clean:
|
|
- crc: 0x34DCB32F
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
###### Gameplay - Skills, Perks & Leveling ######
|
|
- name: 'Freeze( - Vanilla Patch)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/27636/'
|
|
name: 'Freeze Intimidation Overhaul'
|
|
- name: 'Freeze.esp'
|
|
after: [ 'FROST.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x968051D1
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
- name: 'Freeze - Vanilla Patch.esp'
|
|
req: [ 'Freeze.esp' ]
|
|
inc: [ 'FROST.esp' ]
|
|
clean:
|
|
- crc: 0x68487C22
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
###### Gameplay - User Interface ######
|
|
- name: '(DEF_WIDGETS_SURVIVAL1( - EBF\+GMTB patch)?|(EBF_DEFW|gmtb)_Patch)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/20818/'
|
|
name: 'Survival stats widget'
|
|
- name: 'DEF_WIDGETS_SURVIVAL1.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'DEF_SSW Survival Stats widget redone' ]
|
|
condition: 'file("F4SE/Plugins/SSW.dll")'
|
|
- <<: *obsolete
|
|
subs: [ '[DEF_SSW Survival Stats widget redone](https://www.nexusmods.com/fallout4/mods/38067/)' ]
|
|
condition: 'not file("F4SE/Plugins/SSW.dll") and file("F4SE/Plugins/mcm.dll")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Customizable Needs' ]
|
|
condition: 'active("CustomizableNeeds.esp") and not checksum("CustomizableNeeds.esp", F2860D72)'
|
|
- <<: *patchProvided
|
|
subs: [ 'Everyone''s Best Friend' ]
|
|
condition: 'active("EveryonesBestFriend.esp") and not active("EBF_DEFW_Patch.esp") and not active("Give Me That Bottle.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Give Me That Bottle' ]
|
|
condition: 'active("Give Me That Bottle.esp") and not active("gmtb_patch.esp") and not active("EveryonesBestFriend.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Everyone''s Best Friend & Give Me That Bottle' ]
|
|
condition: 'active("EveryonesBestFriend.esp") and active("Give Me That Bottle.esp") and not active("DEF_WIDGETS_SURVIVAL1 - EBF+GMTB patch.esp")'
|
|
clean:
|
|
- crc: 0x2B12E764
|
|
util: 'FO4Edit v4.0.4c'
|
|
- name: 'DEF_WIDGETS_SURVIVAL1 - EBF+GMTB patch.esp'
|
|
inc: [ 'SurvivalOptions.esp' ]
|
|
- name: '(EBF_DEFW|gmtb)_Patch\.esp'
|
|
req: [ 'DEF_WIDGETS_SURVIVAL1.esp' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ '**DEF_WIDGETS_SURVIVAL1 - EBF+GMTB patch.esp**' ]
|
|
condition: 'active("DEF_WIDGETS_SURVIVAL1 - EBF+GMTB patch.esp")'
|
|
- name: 'EBF_DEFW_Patch.esp'
|
|
req: [ 'EveryonesBestFriend.esp' ]
|
|
inc:
|
|
- 'gmtb_patch.esp'
|
|
- 'SurvivalOptions.esp'
|
|
|
|
- name: 'SatelliteWorldMap.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8989/' ]
|
|
group: *worldSettingsGroup
|
|
clean:
|
|
- crc: 0xCB23BF1E
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
###### Gameplay - User Interface - Sorting & Tagging ######
|
|
- name: 'ARWCSM - (\d) - (Full|Modular).*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11061/' ]
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
|
|
- name: 'Better Armour & Weapon Naming.*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5605/' ]
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
|
|
- name: 'Better Holotape Sorting.*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12621/' ]
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
|
|
- name: 'BetterItemSorting(-)?.*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/897/' ]
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
|
|
- name: 'M8r_(Item|Radio)_Tags_(Vanilla_|UFO4P_)?(AWKCR_)?(Weightless_|(VR_)?NoDLCs_(ShortComp_)?)?(EN|DE|ES(MX)?|FR|IT|PL|PTBR|RU)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/49656/'
|
|
name: 'FallUI - Item Sorter Mod'
|
|
- name: 'M8r_Item_Tags_(Vanilla_|UFO4P_)?(AWKCR_)?(Weightless_|(VR_)?NoDLCs_(ShortComp_)?)?(EN|DE|ES(MX)?|FR|IT|PL|PTBR|RU)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'FallUI - Item Sorter ESP' ]
|
|
condition: 'many("M8r_Item_Tags_(Vanilla_|UFO4P_)?(AWKCR_)?(Weightless_|(VR_)?NoDLCs_(ShortComp_)?)?(EN|DE|ES(MX)?|FR|IT|PL|PTBR|RU)\.esp")'
|
|
- name: 'M8r_Radio_Tags_(EN|DE|ES(MX)?|FR|IT|PL|PTBR|RU)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'FallUI - Item Sorter Radio Tags ESP' ]
|
|
condition: 'many("M8r_Radio_Tags_(EN|DE|ES(MX)?|FR|IT|PL|PTBR|RU)\.esp")'
|
|
|
|
- name: '(ValdacilsItemSorting-|VIS-Patch).*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/3877/'
|
|
name: 'Valdacil''s Item Sorting'
|
|
- name: 'ValdacilsItemSorting-.*\.esp'
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
- name: 'ValdacilsItemSorting-00-ValsPicks-(No)?DLCVersion(-VanillaWeight)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Val''s Picks ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-00-ValsPicks-(No)?DLCVersion(-VanillaWeight)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-00-ValsPicks-NoDLCVersion(-VanillaWeight)?\.esp'
|
|
msg:
|
|
- <<: *useVersion
|
|
subs: [ 'DLC' ]
|
|
condition: 'active("DLCRobot.esm") and active("DLCworkshop01.esm") and active("DLCCoast.esm")'
|
|
- name: 'ValdacilsItemSorting-Aid(ReducedWeight|Weightless)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Aid ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-Aid(ReducedWeight|Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-Aid.esp'
|
|
msg: [ *alreadyInValsPicksVanWeight ]
|
|
- name: 'ValdacilsItemSorting-AidReducedWeight.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-Ammo(Weightless)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Ammo ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-Ammo(Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-Ammo.esp'
|
|
msg: [ *alreadyInValsPicksVanWeight ]
|
|
- name: 'ValdacilsItemSorting-AmmoWeightless.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-ArmorBy(Class|Slot)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Armor ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-ArmorBy(Class|Slot)\.esp")'
|
|
- name: 'ValdacilsItemSorting-ArmorByClass.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'VIS - DLC Armor by Class Override' ]
|
|
condition: 'file("ValdacilsItemSorting-ZZ-DLCArmorByClassOverride.esp")'
|
|
- <<: *useVersion
|
|
type: warn
|
|
subs: [ 'Override' ]
|
|
condition: 'active("DLCRobot.esm") and active("DLCCoast.esm") and not active("ValdacilsItemSorting-ZZ-DLCArmorByClassOverride.esp") and version("ValdacilsItemSorting-ArmorByClass.esp", "9.1", <)'
|
|
- name: 'ValdacilsItemSorting-ArmorBySlot.esp'
|
|
msg:
|
|
- *alreadyInValsPicks
|
|
- <<: *alreadyInX
|
|
subs: [ 'VIS - DLC Armor by Slot Override' ]
|
|
condition: 'file("ValdacilsItemSorting-ZZ-DLCArmorBySlotOverride.esp")'
|
|
- name: 'ValdacilsItemSorting-Cosmetics(Class|Type)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Cosmetics ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-CosmeticsBy(Class|Type)\.esp")'
|
|
- name: 'ValdacilsItemSorting-CosmeticsByClass.esp'
|
|
msg:
|
|
- *alreadyInValsPicks
|
|
- <<: *alreadyInX
|
|
subs: [ 'VIS - DLC Cosmetics by Class Override' ]
|
|
condition: 'file("ValdacilsItemSorting-ZZ-DLCCosmeticsByClassOverride.esp")'
|
|
- name: 'ValdacilsItemSorting-CosmeticsByType.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'VIS - DLC Cosmetics by Type Override' ]
|
|
condition: 'file("ValdacilsItemSorting-ZZ-DLCCosmeticsByTypeOverride.esp")'
|
|
- name: 'ValdacilsItemSorting-ExplosivesSort(Bottom|BottomWeightless|Top|TopWeightless)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Explosives Sort ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-Aid(ReducedWeight|Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-ExplosivesSortTop.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
# TODO: Figure out a way to detect if DEF_INV is installed.
|
|
- name: 'ValdacilsItemSorting-Junk(Better|Weightless)?(\+DEF_INV)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Junk ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-Junk(Better|Weightless)?(\+DEF_INV)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-JunkBetter.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-Misc(Weightless)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Misc ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-Misc(Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-Misc.esp'
|
|
msg: [ *alreadyInValsPicksVanWeight ]
|
|
- name: 'ValdacilsItemSorting-MiscWeightless.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-Mods(Weightless)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Mods ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-Mods(Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-Mods.esp'
|
|
msg: [ *alreadyInValsPicksVanWeight ]
|
|
- name: 'ValdacilsItemSorting-ModsWeightless.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-NotJunk(JustMoney)?\.esp'
|
|
after:
|
|
- 'ValdacilsItemSorting-Junk.esp'
|
|
- 'ValdacilsItemSorting-JunkBetter.esp'
|
|
- 'ValdacilsItemSorting-JunkBetter+DEF_INV.esp'
|
|
- 'ValdacilsItemSorting-Junk+DEF_INV.esp'
|
|
- 'ValdacilsItemSorting-JunkWeightless.esp'
|
|
- 'ValdacilsItemSorting-JunkWeightless+DEF_INV.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - Not Junk ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-NotJunk(JustMoney)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-NotJunk.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-Perks.esp'
|
|
msg: [ *alreadyInValsPicks ]
|
|
- name: 'ValdacilsItemSorting-Weapons.esp'
|
|
msg:
|
|
- *alreadyInValsPicks
|
|
- <<: *alreadyInX
|
|
subs: [ 'VIS - DLC Weapons Override' ]
|
|
condition: 'file("ValdacilsItemSorting-ZZ-DLCWeaponsOverride.esp")'
|
|
- name: 'ValdacilsItemSorting-ZY-DLCAutomatron(-Weightless)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - DLC Automatron ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-ZY-DLCAutomatron(-Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-ZY-DLCAutomatron.esp'
|
|
msg:
|
|
- <<: *alreadyInValsPicksVanWeight
|
|
condition: 'file("ValdacilsItemSorting-00-ValsPicks-DLCVersion-VanillaWeight.esp")'
|
|
- name: 'ValdacilsItemSorting-ZY-DLCAutomatron-Weightless.esp'
|
|
msg:
|
|
- <<: *alreadyInValsPicks
|
|
condition: 'file("ValdacilsItemSorting-00-ValsPicks-DLCVersion.esp")'
|
|
- name: 'ValdacilsItemSorting-ZY-DLCFarHarbor(-Weightless)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'VIS - DLC Far Harbor ESP' ]
|
|
condition: 'many("ValdacilsItemSorting-ZY-DLCFarHarbor(-Weightless)?\.esp")'
|
|
- name: 'ValdacilsItemSorting-ZY-DLCFarHarbor.esp'
|
|
msg:
|
|
- <<: *alreadyInValsPicksVanWeight
|
|
condition: 'file("ValdacilsItemSorting-00-ValsPicks-DLCVersion-VanillaWeight.esp")'
|
|
- name: 'ValdacilsItemSorting-ZY-DLCFarHarbor-Weightless.esp'
|
|
msg:
|
|
- <<: *alreadyInValsPicks
|
|
condition: 'file("ValdacilsItemSorting-00-ValsPicks-DLCVersion.esp")'
|
|
- name: 'ValdacilsItemSorting-ZZ-DLCArmorByClassOverride.esp'
|
|
after:
|
|
- 'ValdacilsItemSorting-ZY-DLCAutomatron.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCAutomatron-Weightless.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCFarHarbor.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCFarHarbor-Weightless.esp'
|
|
- name: 'VIS-PatchChemRedux(Weightless)?\.esp'
|
|
req: [ 'chem redux.esp' ]
|
|
|
|
- name: 'VIS-G Item Sorting.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/33383/' ]
|
|
inc: [ 'Z_Horizon.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x22C4D3EE
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 34
|
|
- name: 'VIS-G Item Sorting Vanilla Weight Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/33383/' ]
|
|
clean:
|
|
- crc: 0xBE77BCCA
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
###### Items ######
|
|
- name: 'WestTekTacticalOptics(-AWKCR)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/12220/'
|
|
name: 'West Tek Tactical Optics - Night Vision Thermal Vision Goggles and More'
|
|
- name: 'WestTekTacticalOptics.esp'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'FROST Survival Simulator'
|
|
- '[Frost Tek](https://www.nexusmods.com/fallout4/mods/32843/)'
|
|
condition: 'active("FROST.esp") and not active("Frost Tek.esp")'
|
|
clean:
|
|
- crc: 0xC9710CB0
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0x39037068
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'WestTekTacticalOptics-AWKCR.esp'
|
|
clean:
|
|
- crc: 0xA7E23EEB
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
###### Items - New Weapons ######
|
|
- name: 'CROSS_PlasRail.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13850/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x4657354E
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 429
|
|
|
|
- name: 'MarksmansMistress.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/56090/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD05A81AD
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 19
|
|
|
|
- name: 'WattzLaserGun.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/26386/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x8F15D201
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
udr: 1
|
|
|
|
###### Locations - Overhauls ######
|
|
- name: 'atlanticofficesf23.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25401/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x0E1BEC01
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 64
|
|
udr: 11
|
|
|
|
- name: 'Fallon''s Basement Overhaul.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/25629/'
|
|
name: 'Welcome to Fallon''s'
|
|
inc: [ 'FallonsBasementOverhaul.esp' ]
|
|
msg:
|
|
- <<: *patchUpdateAvailable
|
|
subs: [ '[Welcome to Fallon''s - Revisited](https://www.nexusmods.com/fallout4/mods/57729/)' ]
|
|
condition: 'not file("FallonsBasementOverhaul.esp")'
|
|
dirty:
|
|
- <<: *reqManualFix
|
|
crc: 0x01D57BB8
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 12
|
|
udr: 313
|
|
nav: 1
|
|
- <<: *reqManualFix
|
|
crc: 0x2AAF2555
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
|
|
- name: 'FallonsBasementOverhaul.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/57729/'
|
|
name: 'Welcome to Fallon''s - Revisited'
|
|
after: [ 'PRP.esp' ]
|
|
clean:
|
|
- crc: 0xDC6139D4
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'PLI_?USAF(_Satellite_Station_Olivia|SSO - (ELFX|MDB) Patch)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59993/'
|
|
name: 'People Live In - USAF Satellite Station Olivia'
|
|
- name: 'PLI_USAF_Satellite_Station_Olivia.esp'
|
|
after:
|
|
- 'EnhancedLightsandFX.esp'
|
|
- 'Raider Children.esp'
|
|
- 'ProjectValkyrie.esp'
|
|
- 'PRP.esp'
|
|
msg:
|
|
- <<: *patchProvided
|
|
subs: [ 'Enhanced Lights and FX' ]
|
|
condition: 'active("EnhancedLightsandFX.esp") and not active("PLI_USAFSSO - ELFX Patch.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Mutilated Dead Bodies' ]
|
|
condition: 'active("MutilatedDeadBodies.esp") and not active("PLIUSAFSSO - MDB Patch.esp")'
|
|
clean:
|
|
- crc: 0xB3EC0D5B
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
###### Locations - Player Homes ######
|
|
- name: 'AlootHomePlate.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/44101/'
|
|
name: 'Aloot''s Home Plate'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/46403/'
|
|
name: 'Previsibines Repair Pack'
|
|
after:
|
|
- 'EnhancedLightsandFX.esp'
|
|
- 'PRP.esp'
|
|
- 'PRP-Compat-Clarity-42.esp'
|
|
- 'PRP-Compat-Clarity-43.esp'
|
|
- 'PRP-Compat-IntEnh.esp'
|
|
- 'PRP-Compat-UIL.esp'
|
|
msg:
|
|
- <<: *requiresResources
|
|
subs: [ '[Aloot''s Home Plate](https://www.nexusmods.com/fallout4/mods/44101/)' ]
|
|
condition: 'not file("AlootHomePlate - Textures.BA2") and not file("textures/aloot/homeplate/aloot_homeplate_desktoppicture01_d.dds")'
|
|
dirty:
|
|
- <<: *reqManualFix
|
|
crc: 0xA8B4559B
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
clean:
|
|
# English
|
|
- crc: 0x0E11C3C1
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Italian
|
|
- crc: 0x62025A38
|
|
util: 'FO4Edit v4.0.4b'
|
|
# Spanish
|
|
- crc: 0x7CC799D2
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'Eli_Faction Housing Overhaul - AiO.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/15814/'
|
|
name: 'Faction Housing Overhaul - All In One'
|
|
group: *fhoGroup
|
|
msg:
|
|
- <<: *useVersionFarHarbor
|
|
type: warn
|
|
condition: 'active("DLCCoast.esm") and (checksum("Eli_Faction Housing Overhaul - AiO.esp", 842B406B) or checksum("Eli_Faction Housing Overhaul - AiO.esp", 2E1C382E))'
|
|
tag: [ Delev ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x842B406B
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 122
|
|
- <<: *quickClean
|
|
crc: 0x9F6AA351
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 127
|
|
|
|
###### New Characters - Allies ######
|
|
- name: 'AGNISNikaCola01.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/30488/'
|
|
name: 'The Machine And Her'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Extended Dialogue Interface'
|
|
- '[The Machine and Her XDI patch](https://www.nexusmods.com/fallout4/mods/41194/)'
|
|
condition: 'checksum("F4SE/Plugins/XDI.dll", E1542495) and active("AGNISNikaCola01.esp")'
|
|
dirty:
|
|
- <<: *reqManualFix
|
|
crc: 0x0C379897
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 129
|
|
udr: 2
|
|
nav: 10
|
|
- <<: *reqManualFix
|
|
crc: 0xDF624487
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 10
|
|
|
|
###### New Characters - Enemies ######
|
|
- name: 'SKKCombatStalkers.esp'
|
|
url:
|
|
- 'https://bethesda.net/en/mods/fallout4/mod-detail/4056604/'
|
|
- 'https://skkmods.com/mod/skk-combat-stalkers/'
|
|
clean:
|
|
- crc: 0x05AE4ECE
|
|
util: 'FO4Edit v4.0.4'
|
|
|
|
###### 3rd Party Patches ######
|
|
### Nuka World Rebalance - Conflict Resolution ###
|
|
- name: 'NWRebal-(ECO|UFO4P)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59719/'
|
|
name: 'Nuka World Rebalance - Conflict Resolution'
|
|
- name: 'NWRebal-ECO.esp'
|
|
after: [ 'NWRebal-UFO4P.esp' ]
|
|
clean:
|
|
- crc: 0x2CC94815
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'NWRebal-UFO4P.esp'
|
|
clean:
|
|
- crc: 0xCC23660F
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'PRP-SS2(-Fixes)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/57947/'
|
|
name: 'Previsibines Repair Pack (PRP) - Sim Settlements 2 Upgrade Kit'
|
|
after: [ 'PRP.esp' ]
|
|
- name: 'PRP-SS2.esp'
|
|
clean:
|
|
- crc: 0xA10039EC
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-SS2-Fixes.esp'
|
|
clean:
|
|
- crc: 0x8419BC27
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'PRP-(SE-)?Vault120\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/58584/'
|
|
name: 'PRP - More than 20 Previsibines Under the Sea'
|
|
after: [ 'PRP.esp' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'PRP - More than 20 Previsibines Under the Sea ESP' ]
|
|
condition: 'many("PRP-(SE-)?Vault120\.esp")'
|
|
- name: 'PRP-Vault120.esp'
|
|
msg:
|
|
- <<: *useVersion
|
|
type: say
|
|
subs: [ 'Scrap Everything' ]
|
|
condition: 'active("Scrap Everything - (Core|Ultimate Edition)\.esp") and not active("PRP-SE-Vault120.esp")'
|
|
clean:
|
|
- crc: 0x3BCBD507
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'PRP-SE-Vault120.esp'
|
|
clean:
|
|
- crc: 0xF4214BB4
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
###### FROST Survival Simulator ######
|
|
- name: 'FROST.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/18898/'
|
|
name: 'FROST Survival Simulator'
|
|
group: *frostGroup
|
|
inc: [ 'StartMeUp.esp' ]
|
|
msg:
|
|
- <<: *alsoUseX
|
|
subs: [ '[FROST Cell Fixes](https://www.nexusmods.com/fallout4/mods/59652/)' ]
|
|
condition: 'active("unofficial fallout 4 patch.esp") and active("RedsFrostFixes.esp") and active("aFrostMod.esp") and not active("FCF_Main.esp")'
|
|
- <<: *alsoUseX
|
|
subs: [ '[FROST - Nuka World AddOn](https://www.nexusmods.com/fallout4/mods/39985/)' ]
|
|
condition: 'active("DLCCoast.esm") and active("DLCNukaWorld.esm") and active("DLCRobot.esm") and not active("FrostNukaWorld.esp")'
|
|
- <<: *alsoUseX
|
|
subs: [ '[FROST Plus](https://www.nexusmods.com/fallout4/mods/48847/)' ]
|
|
condition: 'active("DLCCoast.esm") and active("DLCNukaWorld.esm") and active("DLCRobot.esm") and not active("aFrostMod.esp")'
|
|
- <<: *alsoUseX
|
|
subs: [ '[FROST Unofficial Updates](https://www.nexusmods.com/fallout4/mods/48839/)' ]
|
|
condition: 'active("DLCCoast.esm") and active("DLCNukaWorld.esm") and active("DLCRobot.esm") and not active("RedsFrostFixes.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Automatron, Contraptions Workshop & Wasteland Workshop'
|
|
- '[FROST - Workshop DLC Patch](https://www.nexusmods.com/fallout4/mods/48699/)'
|
|
condition: 'active("DLCCoast.esm") and active("DLCNukaWorld.esm") and active("DLCRobot.esm") and active("DLCworkshop01.esm") and active("DLCworkshop02.esm") and active("DLCworkshop03.esm") and not active("FROST_WorkshopPatch.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Crossbows of the Commonwealth'
|
|
- '[FROST Better Crossbow Weapon Patch](https://www.nexusmods.com/fallout4/mods/53168/)'
|
|
condition: 'active("Crossbow.esp") and not active("Frost PatchCrossbow.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Human Cooking'
|
|
- '[Updated FROST - Human Cooking Patch](https://www.nexusmods.com/fallout4/mods/54017/)'
|
|
condition: 'active("HumanMeat.esp") and not active("Patch - FROST & Human Cooking.esp")'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
|
|
- name: 'aFrostMod.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48847/'
|
|
name: 'FROST Plus'
|
|
after:
|
|
- 'FrostNukaWorld.esp'
|
|
- 'RedsFrostFixes.esp'
|
|
inc: [ 'Frost - NewGame.esp' ]
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
clean:
|
|
- crc: 0xA16FBAF9
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: '(IV|FP)_(LootableCars_Misc_Stable|Misc_BoiledWaterBottles|HC_Perk_Updated|Patch_Mauser)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48847/'
|
|
name: 'FROST Plus'
|
|
- name: 'IV_LootableCars_Misc_Stable.esp'
|
|
after:
|
|
- 'aFrostMod.esp'
|
|
- 'FrostNukaWorld.esp'
|
|
- 'RedsFrostFixes.esp'
|
|
- name: 'IV_Misc_BoiledWaterBottles.esp'
|
|
after: [ 'aFrostMod.esp' ]
|
|
|
|
- name: 'ChillGhouls.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/38223/'
|
|
name: 'More Ghouls For Frost'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x4DF259D1
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
|
|
- name: 'FCF_.*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59652/'
|
|
name: 'FROST Cell Fixes (FCF)'
|
|
- name: 'FCF_Main.esp'
|
|
group: *frostGroup
|
|
inc:
|
|
- 'Jacq-FROST.esp'
|
|
- 'Winter Redone.esp'
|
|
msg:
|
|
- <<: *patchProvided
|
|
subs: [ 'Clarity' ]
|
|
condition: 'active("Clarity.esp") and not active("FCF_PrevisibinesClarity.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Enhanced Lighting for ENB' ]
|
|
condition: 'active("ELE_FO4.esp") and not active("FCF_PrevisibinesELE.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - More Starting Locations' ]
|
|
condition: 'active("FROSTmoreDoors.esp") and not active("FCF_PrevisibinesDoors.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - Nuka World AddOn' ]
|
|
condition: 'active("FrostNukaWorld.esp") and not active("FCF_PrevisibinesNW.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Interiors Enhanced' ]
|
|
condition: 'active("InteriorsEnhanced-All-In-One.esp") and not active("FCF_PrevisibinesIEAIO.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'The Forest' ]
|
|
condition: 'active("FROST The Forest Patch.esp") and not active("FCF_PrevisibinesForest.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'The Marshland' ]
|
|
condition: 'active("Frost_Marshlands_Patch.esp") and not active("FCF_PrevisibinesMarshland.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Ultra Exterior Lighting' ]
|
|
condition: 'active("UltraExteriorLighting.esp") and not active("FCF_PrevisibinesUEL.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Ultra Interior Lighting' ]
|
|
condition: 'active("UltraInteriorLighting.esp") and not active("FCF_PrevisibinesUIL.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - Nuka World AddOn & Clarity' ]
|
|
condition: 'active("FrostNukaWorld.esp") and active("Clarity.esp") and not active("FCF_PrevisibinesNW_Clarity.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - Nuka World AddOn & Enhanced Lighting for ENB' ]
|
|
condition: 'active("FrostNukaWorld.esp") and active("ELE_FO4.esp") and not active("FCF_PrevisibinesNW_ELE.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - Nuka World AddOn & Interiors Enhanced' ]
|
|
condition: 'active("FrostNukaWorld.esp") and active("InteriorsEnhanced-All-In-One.esp") and not active("FCF_PrevisibinesNW_IEAIO.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - Nuka World AddOn & Ultra Exterior Lighting' ]
|
|
condition: 'active("FrostNukaWorld.esp") and active("UltraExteriorLighting.esp") and not active("FCF_PrevisibinesNW_UEL.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST - Nuka World AddOn & Ultra Interior Lighting' ]
|
|
condition: 'active("FrostNukaWorld.esp") and active("UltraInteriorLighting.esp") and not active("FCF_PrevisibinesNW_UIL.esp")'
|
|
clean:
|
|
- crc: 0x5717C83D
|
|
util: 'FO4Edit v4.0.4b'
|
|
- name: 'FCF_Previsibines.esp'
|
|
clean:
|
|
- crc: 0x4DAD9E10
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'FROST - AccessibleArcJet.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/53923/' ]
|
|
clean:
|
|
- crc: 0x76A517AA
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROST - AccessibleFortHagen.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/55398/' ]
|
|
clean:
|
|
- crc: 0xEEC07FD4
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROST - AccessibleFortStrong.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/54873/' ]
|
|
clean:
|
|
- crc: 0xBB53B6B5
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROST - AccessibleMedTekResearch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/54564/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xC1842D79
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
|
|
- name: 'FROSTExtPR.*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/54950/'
|
|
name: 'FROST - Exterior Cell Fixes and FPS Boost'
|
|
- name: 'FROSTExtPR.esp'
|
|
group: *frostGroup
|
|
inc:
|
|
- 'FROSTfix.esp'
|
|
- 'FROST Vanilla Signs Removal.esp'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST Nuka World AddOn' ]
|
|
condition: 'active("FrostNukaWorld.esp") and not active("FROSTExtPR_NW.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST The Forest Patch' ]
|
|
condition: 'active("FROST The Forest Patch.esp") and not active("FROSTExtPR_Forest.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST The Marshland DLC Patch' ]
|
|
condition: 'active("Frost_Marshlands_Patch.esp") and not active("FROSTExtPR_Marshland.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Ultra Exterior Lighting' ]
|
|
condition: 'active("UltraExteriorLighting.esp") and not active("FROSTExtPR_UEL.esp")'
|
|
- *useInsteadFCF
|
|
clean:
|
|
- crc: 0x08C0A86B
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'FROSTExtPR_Forest.esp'
|
|
req:
|
|
- name: 'FROST The Forest Patch.esp'
|
|
display: '[FROST The Forest Patch](https://www.nexusmods.com/fallout4/mods/52003/)'
|
|
- name: 'FROSTExtPR_Marshland.esp'
|
|
req: [ 'FROSTExtPR.esp' ]
|
|
- name: 'FROSTExtPR_UEL.esp'
|
|
req: [ 'UltraExteriorLighting.esp' ]
|
|
|
|
- name: 'FROSTfix.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/26182/'
|
|
name: 'FROST - Unofficial Boston FPS Fix'
|
|
group: *frostGroup
|
|
req: [ 'FROST.esp' ]
|
|
inc: [ 'FROSTExtPR.esp' ]
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- *useInsteadFCF
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE55FEBDC
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
|
|
- name: 'FROST_FIX.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/28822/'
|
|
name: 'LevelUpMenuEx'
|
|
req: [ 'FROST.esp' ]
|
|
msg:
|
|
- <<: *alreadyInOrFixedByX
|
|
subs: [ 'FROST Unofficial Updates' ]
|
|
condition: 'active("RedsFrostFixes.esp")'
|
|
|
|
- name: 'FROST - Hunkered Down(-Settlements)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/50008/'
|
|
name: 'FROST Hunkered Down - Commonwealth Overhaul'
|
|
- name: 'FROST - Hunkered Down.esp'
|
|
after:
|
|
- 'FROST - It Snowed.esp'
|
|
- 'FrostNukaWorld.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x36F6C4F1
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
- name: 'FROST - Hunkered Down-Settlements.esp'
|
|
clean:
|
|
- crc: 0x28A74F67
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROSTIntPR.*\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48425/'
|
|
name: 'FROST Interior Cell Fixes'
|
|
- name: 'FROSTIntPR.esp'
|
|
group: *frostGroup
|
|
after:
|
|
- 'FROSTExtPR.esp'
|
|
- 'FROSTfix.esp'
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST More Starting Locations' ]
|
|
condition: 'version("FROSTIntPR.esp", "2.2", >=) and active("FROSTmoreDoors.esp") and not active("FROSTIntPR_MoreDoors.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'FROST Nuka World AddOn' ]
|
|
condition: 'version("FROSTIntPR.esp", "2.2", >=) and active("FrostNukaWorld.esp") and not active("FROSTIntPR_NW.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Ultra Interior Lighting' ]
|
|
condition: 'version("FROSTIntPR.esp", "2.2", >=) and active("UltraInteriorLighting.esp") and not active("FROSTIntPR_UIL.esp")'
|
|
- <<: *patchProvided
|
|
subs: [ 'Ultra Interior Lighting & FROST Nuka World AddOn' ]
|
|
condition: 'version("FROSTIntPR.esp", "2.2", >=) and active("FROSTIntPR_NW.esp") and active("FROSTIntPR_UIL.esp") and not active("FROSTIntPR_NW_UIL.esp")'
|
|
- *useInsteadFCF
|
|
clean:
|
|
- crc: 0xFC27D866
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0xBFFEA3DE
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- name: 'FROSTIntPR_UIL.esp'
|
|
req: [ 'UltraInteriorLighting.esp' ]
|
|
|
|
- name: 'FROST - It Snowed.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/49094/'
|
|
name: 'FROST It Snowed Winter Textures'
|
|
after: [ 'Frost - NewGame.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x8FB5CE1C
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
|
|
- name: 'FROSTmoreDoors(ConcealLocations)?\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/46320/'
|
|
name: 'FROST - More Starting Locations'
|
|
- name: 'FROSTmoreDoors.esp'
|
|
inc: [ 'shep 4thdoor.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xC6E5CD81
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 8
|
|
udr: 1
|
|
- name: 'FROSTMoreDoorConcealLocations.esp'
|
|
clean:
|
|
- crc: 0x5B2E2BEC
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'Frost - NewGame.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/50344/'
|
|
name: 'Frost - Functional New Game'
|
|
dirty:
|
|
- <<: *reqManualFix
|
|
crc: 0x40E81E66
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 31
|
|
nav: 31
|
|
- <<: *reqManualFix
|
|
crc: 0xAB657406
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 31
|
|
|
|
- name: 'Frost(NukaWorld| NW Previs Patch)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/39985/'
|
|
name: 'FROST - Nuka World AddOn'
|
|
- name: 'FrostNukaWorld.esp'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xAEB89A3A
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 12
|
|
- name: 'FROST NW Previs Patch.esp'
|
|
inc:
|
|
- 'FROSTExtPR.esp'
|
|
- 'FROSTIntPR.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD3664FC8
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 33
|
|
|
|
- name: 'Frost PatchCrossbow.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/53168/'
|
|
name: 'FROST Better Crossbow Weapon Patch'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
clean:
|
|
- crc: 0xB993C252
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'Frost PipTab.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/47585/'
|
|
name: 'FROST Sanity Tab'
|
|
req:
|
|
- name: 'F4SE/Plugins/PipboyTabs.dll'
|
|
display: '[PipboyTabs](https://www.nexusmods.com/fallout4/mods/29568/)'
|
|
clean:
|
|
- crc: 0x56E01A11
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROST Portable Instant Workbench.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/53252/'
|
|
name: 'FROST Survival Kit'
|
|
clean:
|
|
- crc: 0x9DC16282
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'Frost-Snowy-Weathers.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/49227/' ]
|
|
clean:
|
|
- crc: 0x4B533F1B
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROST - SuperMutantLocations.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/50618/'
|
|
name: 'FROST Dark Calling - Supermutant Locations Overhaul'
|
|
after:
|
|
- 'FROST - It Snowed.esp'
|
|
- 'FrostNukaWorld.esp'
|
|
tag: [ Relev ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xA670E8B0
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 21
|
|
|
|
- name: 'FROST Vanilla Signs Removal.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/53867/' ]
|
|
after: [ 'FROSTfix.esp' ]
|
|
msg:
|
|
- *alreadyInOrFixedByFCF
|
|
- <<: *alreadyInX
|
|
subs: [ 'FROST - Exterior Cell Fixes' ]
|
|
condition: 'active("FROSTExtPR.esp")'
|
|
clean:
|
|
- crc: 0xF699C893
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'FROST_WorkshopPatch.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48699/'
|
|
name: 'FROST - Workshop DLC Patch'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
clean:
|
|
- crc: 0x90F57865
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'Grhk_FROST_(VIS-G_)?Crossbow_Patch\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/28833/'
|
|
name: 'FROST - Crossbows of the Commonwealth Patch'
|
|
inc: [ 'Frost PatchCrossbow.esp' ]
|
|
msg:
|
|
- <<: *useInstead
|
|
subs: [ '[FROST Better Crossbow Weapon Patch](https://www.nexusmods.com/fallout4/mods/53168/)' ]
|
|
|
|
- name: 'Human Cooking [Frost].esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/35979/'
|
|
name: 'FROST - Human Cooking Patch'
|
|
inc: [ 'Patch - FROST & Human Cooking.esp' ]
|
|
msg:
|
|
- <<: *useInstead
|
|
subs: [ '[Updated FROST - Human Cooking Patch](https://www.nexusmods.com/fallout4/mods/54017/)' ]
|
|
|
|
- name: 'RedsFrostFixes.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48839/'
|
|
name: 'FROST Unofficial Updates'
|
|
tag:
|
|
- Delev
|
|
- Relev
|
|
clean:
|
|
- crc: 0xAA5298C3
|
|
util: 'FO4Edit v4.0.4b'
|
|
|
|
- name: 'RRTV_FROST_DT_Workbenches.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/39619/'
|
|
name: 'FROST Downtown Linked Workbenches'
|
|
clean:
|
|
- crc: 0xCF1D9083
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
- crc: 0xE52E3662
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'shep frost downtown rooms.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/25491/'
|
|
name: 'Frost Downtown Monohome'
|
|
clean:
|
|
- crc: 0x1EB90950
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'xxFrost_Dogmeat.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/44674/'
|
|
name: 'Frost - Dogmeat Resurrected'
|
|
inc: [ 'AmazingFollowerTweaks.esp' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x6E9FB64D
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
|
|
###### Horizon ######
|
|
- name: 'Z_(Architect|Horizon)\.es(m|p)'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/17374/' ]
|
|
- name: 'Z_Horizon.esp'
|
|
group: *horizonGroup
|
|
after:
|
|
- 'advancedAITweaks.esp'
|
|
- 'Arbitration - Better Combat AI.esp'
|
|
- 'EveryonesBestFriend.esp'
|
|
inc:
|
|
- 'Arbitration - Molotov.esp'
|
|
- 'Arbitration - Recommended Core.esp'
|
|
- 'UnbogusFallout.esp'
|
|
# Carry Weight Mods
|
|
- 'Carry Weight Wedding Rings.esp'
|
|
- 'CompanionCarryWeightModifications.esp'
|
|
- 'IncreasedCarryWeight.esp'
|
|
- 'IncreasedCarryWeightPlus.esp'
|
|
- 'UnlimitedDogmeatCarryWeight.esp'
|
|
# Crafting Mods
|
|
- 'AmmoCrafting.esp'
|
|
- name: 'Armorsmith Extended.esp'
|
|
condition: 'version("Z_Horizon.esp", "1.6.0", >=)'
|
|
- 'Craftable Armor Size.esp'
|
|
# Power Armour Overhauls
|
|
- 'Consistent Power Armor Overhaul.esp'
|
|
- 'LBPAC.esp'
|
|
# Sorting Mods
|
|
- 'BBS000-F04-Ultimate-DEF_UI.esp'
|
|
- 'Better Inventory Sorting - Armors.esp'
|
|
- 'Better Inventory Sorting - Misc.esp'
|
|
- 'CraftModFullNames.esp'
|
|
- 'CraftModSort_Alpha.esp'
|
|
- 'Simplified Sorting.esp'
|
|
- 'SimplySortedVanilla.esl'
|
|
- 'SimplySortedVanilla.esp'
|
|
- 'Sort My Stuff - Aid.esp'
|
|
- 'Swanndolia''s sorting.esp'
|
|
- 'ValAllInOneByLLX.esp'
|
|
# Survival Mode Mods
|
|
- 'FROST.esp'
|
|
- 'SurvivalOptions.esp'
|
|
msg:
|
|
- <<: *patchIncluded
|
|
subs: [ 'Automatron' ]
|
|
condition: 'active("DLCRobot.esm") and not active("Z_Horizon_DLC_Automatron.esp") and not active("Z_Horizon_DLC_All.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Far Harbor' ]
|
|
condition: 'active("DLCCoast.esm") and not active("Z_Horizon_DLC_FarHarbor.esp") and not active("Z_Horizon_DLC_All.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Nuka World' ]
|
|
condition: 'active("DLCNukaWorld.esm") and not active("Z_Horizon_DLC_Nuka.esp") and not active("Z_Horizon_DLC_All.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Wasteland Workshop' ]
|
|
condition: 'active("DLCworkshop01.esm") and not active("Z_Horizon_DLC_Workshop01.esp") and not active("Z_Horizon_DLC_All.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Contraptions Workshop' ]
|
|
condition: 'active("DLCworkshop02.esm") and not active("Z_Horizon_DLC_Workshop02.esp") and not active("Z_Horizon_DLC_All.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Vault-Tec Workshop' ]
|
|
condition: 'active("DLCworkshop03.esm") and not active("Z_Horizon_DLC_Workshop03.esp") and not active("Z_Horizon_DLC_All.esp")'
|
|
- <<: *essentialFiles
|
|
type: error
|
|
subs: [ '**scripts/hardcore/hc_managerscript.pex**' ]
|
|
condition: 'file("scripts/hardcore/hc_managerscript.pex") and version("Z_Horizon.esp", "1.8.0", ==) and not checksum("scripts/hardcore/hc_managerscript.pex", 2FEC9CFC)'
|
|
|
|
- name: 'Z_Horizon_DLC_(Automatron|FarHarbor|Nuka|Workshop\d\d)\.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'Z_Horizon_DLC_All.esp' ]
|
|
condition: 'active("Z_Horizon_DLC_All.esp")'
|
|
|
|
- name: 'Z_Architect_(EnhancedSettlements(_DLC)?|HomePlate)\.esp'
|
|
group: *horizonGroup
|
|
after: [ 'Z_Horizon.esp' ]
|
|
- name: 'Z_Architect_EnhancedSettlements_DLC.esp'
|
|
after: [ 'Z_Architect_EnhancedSettlements.esp' ]
|
|
- name: 'Z_Architect_HomePlate.esp'
|
|
after:
|
|
- 'Z_Architect_EnhancedSettlements.esp'
|
|
- 'Z_Architect_EnhancedSettlements_DLC.esp'
|
|
|
|
- name: 'Z_(Architect_Extras|BlurRemoval|CameraAddon|Extras)\.esp'
|
|
after: [ 'Z_Horizon.esp' ]
|
|
- name: 'Z_Horizon_Desolation.esp'
|
|
after: [ 'Z_Horizon_Mode_Scavenger.esp' ]
|
|
- name: 'Z_Horizon_DEFUI(_MenusOnly)?\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Horizon DEFUI' ]
|
|
condition: 'many("Z_Horizon_DEFUI(_MenusOnly)?\.esp")'
|
|
- name: 'Z_Horizon_Diff_(Cutthroat|Novice|Outcast|Veteran|Wanderer)\.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Horizon Difficulty' ]
|
|
condition: 'many("Z_Horizon_Diff_(Cutthroat|Novice|Outcast|Veteran|Wanderer)\.esp")'
|
|
- name: 'Z_SettlementLimits.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'Z_Architect_EnhancedSettlements.esp' ]
|
|
condition: 'active("Z_Architect_EnhancedSettlements.esp")'
|
|
|
|
###### Sim Settlements ######
|
|
- name: 'SimSettlements.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/21872/' ]
|
|
after:
|
|
- 'HUDFramework.esm'
|
|
- 'WorkshopFramework.esm'
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("SimSettlements.esm", "4.2.4", <)'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x672EA719
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
- <<: *quickClean
|
|
crc: 0x098DA392
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
- name: 'SimSettlements_XPAC_Conqueror.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/37000/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE1807157
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
- name: 'SimSettlements_XPAC_IndustrialRevolution.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25213/' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("SimSettlements_XPAC_IndustrialRevolution.esp", "4.2.3", <)'
|
|
- <<: *alreadyInX
|
|
subs: [ 'Sim Settlements Three-In-One' ]
|
|
condition: 'checksum("SimSettlements.esm", 098DA392) or checksum("SimSettlements.esm", 6924637A)'
|
|
clean:
|
|
- crc: 0x4A1596E4
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'SimSettlements_XPAC_RiseOfTheCommonwealth.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/28599/' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("SimSettlements_XPAC_RiseOfTheCommonwealth.esp", "4.2.0", <)'
|
|
- <<: *alreadyInX
|
|
subs: [ 'Sim Settlements Three-In-One' ]
|
|
condition: 'checksum("SimSettlements.esm", 098DA392) or checksum("SimSettlements.esm", 6924637A)'
|
|
clean:
|
|
- crc: 0xDC22546C
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'SimSettlements_MegaPack_YearOne.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/30396/' ]
|
|
clean:
|
|
- crc: 0xE755E55E
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'SimSettlements_MegaPack_YearTwo.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/37983/' ]
|
|
clean:
|
|
- crc: 0x13F42B4B
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'SimSettlements_MegaPack_YearThree.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/43718/' ]
|
|
clean:
|
|
- crc: 0x6E30DA77
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
###### Sim Settlements 2 ######
|
|
- name: 'SS2.esm'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/47976/'
|
|
name: 'Sim Settlements 2 (Nexus Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4183663/'
|
|
name: 'Sim Settlements 2 (Bethesda.net Mods)'
|
|
inc:
|
|
- name: 'Conquest.esp'
|
|
display: 'Conquest - Build New Settlements and Camping'
|
|
- name: 'D.E.C.A.Y.esp'
|
|
detail: 'See [this guide](https://forums.nexusmods.com/index.php?/topic/3445720-decay/page-88#entry102651758) to make them compatible.'
|
|
condition: 'checksum("D.E.C.A.Y.esp", 369D7560) or checksum("D.E.C.A.Y.esp", 1BA826DE) or checksum("D.E.C.A.Y.esp", 98A7E896)'
|
|
- name: 'SimSettlements.esm'
|
|
display: 'Sim Settlements'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Extended Dialogue Interface](https://www.nexusmods.com/fallout4/mods/27216)'
|
|
- '[SS2 - XDI Compatibility Patch](https://www.nexusmods.com/fallout4/mods/48254)'
|
|
condition: 'active("XDI.esm") and not active("SS2_XDI Patch.esp") and not active("SS2_XDI Patch-Basic.esp") and not active("SS2_XDI Patch-Basic_esl.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Horizon](https://www.nexusmods.com/fallout4/mods/17374/)'
|
|
- '[Sim Settlements 2 - Horizon Patch](https://www.nexusmods.com/fallout4/mods/54186/)'
|
|
condition: 'active("Z_Horizon.esp") and not active("SS_Addon_Horizon.esp")'
|
|
|
|
- name: 'ohSIM_Sim2_Settlements_Scrappers_Addon.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48846/'
|
|
name: 'Sim Settlements 2 Scrappers'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Horizon](https://www.nexusmods.com/fallout4/mods/17374/)'
|
|
- '[Sim Settlements 2 - Horizon Patch](https://www.nexusmods.com/fallout4/mods/54186/)'
|
|
condition: 'active("Z_Horizon.esp") and not active("Z_Horizon_SS2_Scrappers.esp")'
|
|
|
|
- name: 'SS2AOP_VaultTecTools.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48700/'
|
|
name: 'Vault-Tec Tools - Sim Settlements 2 Addon Pack'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Horizon](https://www.nexusmods.com/fallout4/mods/17374/)'
|
|
- '[Sim Settlements 2 - Horizon Patch](https://www.nexusmods.com/fallout4/mods/54186/)'
|
|
condition: 'active("Z_Horizon.esp") and not active("Z_Horizon_SS2_VaultTechTools.esp")'
|
|
|
|
- name: 'SS2_FDK_TinyLiving.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/49424/'
|
|
name: 'Sim Settlements 2 - Tiny Living'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Horizon](https://www.nexusmods.com/fallout4/mods/17374/)'
|
|
- '[Sim Settlements 2 - Horizon Patch](https://www.nexusmods.com/fallout4/mods/54186/)'
|
|
condition: 'active("Z_Horizon.esp") and not active("Z_Horizon_SS2_TinyLiving.esp")'
|
|
|
|
- name: 'SS2-Jampads2.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48618/'
|
|
name: 'Jampads 2 - a Sim Settlements 2 Add-on'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Horizon](https://www.nexusmods.com/fallout4/mods/17374/)'
|
|
- '[Sim Settlements 2 - Horizon Patch](https://www.nexusmods.com/fallout4/mods/54186/)'
|
|
condition: 'active("Z_Horizon.esp") and not active("Z_Horizon_SS2_Jampads2.esp")'
|
|
|
|
- name: 'SS2WastelandVenturers.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/48060/'
|
|
name: 'Wasteland Venturers Sim Settlements 2 Addon Pack'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Horizon](https://www.nexusmods.com/fallout4/mods/17374/)'
|
|
- '[Sim Settlements 2 - Horizon Patch](https://www.nexusmods.com/fallout4/mods/54186/)'
|
|
condition: 'active("Z_Horizon.esp") and not active("Z_Horizon_SS2_WastelandVenturers.esp")'
|
|
|
|
- name: 'SS2_XPAC_Chapter2.esm'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/55817/'
|
|
name: 'Sim Settlements 2 - Chapter 2 (Nexus Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4247081/'
|
|
name: 'Sim Settlements 2 - Chapter 2 (Bethesda.net Mods)'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- '[Flashy(JoeR) - Gun For Hire - Commonwealth Mercenary Jobs](https://www.nexusmods.com/fallout4/mods/58431/)'
|
|
- '[Sim Settlements 2 Chapter 2 - Gun For Hire - Door Patch](https://www.nexusmods.com/fallout4/mods/56550/)'
|
|
condition: 'active("Flashy_CrimeAndPunishment_GunForHire_Addon.esp") and not active("SS2_GunForHire_Patch.esp")'
|
|
|
|
###### Anything new can go after this (if you're not sure where to put it) ######
|
|
# Radrose Usability Enhancements
|
|
- name: 'Radrose Usability Enhancements.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18098/' ]
|
|
after:
|
|
# Valdacil's Item Sorting plugins
|
|
- 'ValdacilsItemSorting-00-ValsPicks-DLCVersion.esp'
|
|
- 'ValdacilsItemSorting-00-ValsPicks-NoDLCVersion.esp'
|
|
- 'ValdacilsItemSorting-00-ValsPicks-DLCVersion-VanillaWeight.esp'
|
|
- 'ValdacilsItemSorting-00-ValsPicks-NoDLCVersion-VanillaWeight.esp'
|
|
- 'ValdacilsItemSorting-Aid.esp'
|
|
- 'ValdacilsItemSorting-AidReducedWeight.esp'
|
|
- 'ValdacilsItemSorting-AidWeightless.esp'
|
|
- 'ValdacilsItemSorting-Ammo.esp'
|
|
- 'ValdacilsItemSorting-AmmoWeightless.esp'
|
|
- 'ValdacilsItemSorting-ArmorByClass.esp'
|
|
- 'ValdacilsItemSorting-ArmorBySlot.esp'
|
|
- 'ValdacilsItemSorting-CosmeticsByClass.esp'
|
|
- 'ValdacilsItemSorting-CosmeticsByType.esp'
|
|
- 'ValdacilsItemSorting-ExplosivesSortBottom.esp'
|
|
- 'ValdacilsItemSorting-ExplosivesSortBottomWeightless.esp'
|
|
- 'ValdacilsItemSorting-ExplosivesSortTop.esp'
|
|
- 'ValdacilsItemSorting-ExplosivesSortTopWeightless.esp'
|
|
- 'ValdacilsItemSorting-Junk+DEF_INV.esp'
|
|
- 'ValdacilsItemSorting-Junk.esp'
|
|
- 'ValdacilsItemSorting-JunkBetter+DEF_INV.esp'
|
|
- 'ValdacilsItemSorting-JunkBetter.esp'
|
|
- 'ValdacilsItemSorting-JunkWeightless+DEF_INV.esp'
|
|
- 'ValdacilsItemSorting-JunkWeightless.esp'
|
|
- 'ValdacilsItemSorting-Misc.esp'
|
|
- 'ValdacilsItemSorting-MiscWeightless.esp'
|
|
- 'ValdacilsItemSorting-Mods.esp'
|
|
- 'ValdacilsItemSorting-ModsWeightless.esp'
|
|
- 'ValdacilsItemSorting-NotJunk.esp'
|
|
- 'ValdacilsItemSorting-NotJunkJustMoney.esp'
|
|
- 'ValdacilsItemSorting-Perks.esp'
|
|
- 'ValdacilsItemSorting-Weapons.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCAutomatron-Weightless.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCAutomatron.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCContraptions-Weightless.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCContraptions.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCFarHarbor-Weightless.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCFarHarbor.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCNukaWorld-Weightless.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCNukaWorld.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCVaultTec-Weightless.esp'
|
|
- 'ValdacilsItemSorting-ZY-DLCVaultTec.esp'
|
|
- 'ValdacilsItemSorting-ZZ-DLCArmorByClassOverride.esp'
|
|
- 'ValdacilsItemSorting-ZZ-DLCArmorBySlotOverride.esp'
|
|
- 'ValdacilsItemSorting-ZZ-DLCCosmeticsByClassOverride.esp'
|
|
- 'ValdacilsItemSorting-ZZ-DLCCosmeticsByTypeOverride.esp'
|
|
- 'ValdacilsItemSorting-ZZ-DLCWeaponsOverride.esp'
|
|
- 'VIS-PatchChemRedux.esp'
|
|
- 'VIS-PatchChemReduxWeightless.esp'
|
|
# Valdacil's Item Sorting patches
|
|
- 'CN Only - VIS Patch.esp'
|
|
- 'CN + RASE - VIS Patch.esp'
|
|
- 'DIFR - VIS Patch.esp'
|
|
- 'Eli Armor Compendium AE VIS Patch.esp'
|
|
- 'llamaCompanionHeather-VIS Patch.esp'
|
|
- 'llamaCompanionHeather-VIS-AE Patch.esp'
|
|
clean:
|
|
# Version 2.3, All DLC + AE
|
|
- crc: 0x7FE05D2C
|
|
util: 'FO4Edit v3.2'
|
|
- name: 'Radrose Usability - .+\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18098/' ]
|
|
after: [ 'Radrose Usability Enhancements.esp' ]
|
|
- name: 'Radrose - Valdacil Patch - .+\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18098/' ]
|
|
after:
|
|
- 'Radrose Usability Enhancements.esp'
|
|
- 'Radrose Usability - DLCCoast.esp'
|
|
- 'Radrose Usability - DLCNukaWorld + AWKCR.esp'
|
|
- 'Radrose Usability - DLCRobot.esp'
|
|
- 'Radrose Usability - Empty Bottles.esp'
|
|
- 'Radrose Usability - Workbench Perk Requirements + Armorsmith.esp'
|
|
- 'Radrose Usability - Workbench Perk Requirements.esp'
|
|
- name: 'FROST VIS Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/24461/' ]
|
|
after: [ 'Radrose Usability Enhancements.esp' ]
|
|
# Other plugins
|
|
- name: 'Scrapper Corpse Highlighting( DLC Patch| - DLCRobots Fixes)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11516/' ]
|
|
group: *underridesGroup
|
|
msg:
|
|
- <<: *obsolete
|
|
subs: [ '[Loot Detector](https://www.nexusmods.com/fallout4/mods/4380/)' ]
|
|
- <<: *alreadyInX
|
|
subs: [ 'Loot Detector' ]
|
|
condition: 'file("Loot Detector\.es(l|p)")'
|
|
- name: 'PipBoyShadows.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/281/' ]
|
|
inc:
|
|
- 'LongerDistanceLightsNoShadows.esp' # Untested - inc target doesn't include the shadows.
|
|
- name: 'LongerDistanceLightsWithPipBoyShadows.esp'
|
|
display: '"LongerDistanceLightsWithPipBoyShadows.esp" includes "PipBoyShadows.esp".'
|
|
- name: 'LongerDistanceLightsWithPipBoyShadows - No PipShadows.esp'
|
|
display: '"LongerDistanceLightsWithPipBoyShadows - No PipShadows.esp" includes "PipBoyShadows.esp".'
|
|
- name: 'LongerDistanceLightsNoShadows.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1790/' ]
|
|
inc:
|
|
- 'PipBoyShadows.esp' # Untested - this plugin doesn't include the shadows
|
|
- 'LongerDistanceLightsWithPipBoyShadows.esp'
|
|
- 'LongerDistanceLightsWithPipBoyShadows - No PipShadows.esp'
|
|
- name: 'LongerDistanceLightsWithPipBoyShadows.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1790/' ]
|
|
inc:
|
|
- 'LongerDistanceLightsNoShadows.esp'
|
|
- 'LongerDistanceLightsWithPipBoyShadows - No PipShadows.esp'
|
|
- name: 'PipBoyShadows.esp'
|
|
display: '"PipBoyShadows.esp" is included in "LongerDistanceLightsWithPipBoyShadows.esp".'
|
|
- name: 'LongerDistanceLightsWithPipBoyShadows - No PipShadows.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1790/' ]
|
|
inc:
|
|
- 'LongerDistanceLightsNoShadows.esp'
|
|
- 'LongerDistanceLightsWithPipBoyShadows.esp'
|
|
- name: 'PipBoyShadows.esp'
|
|
display: '"PipBoyShadows.esp" is included in "LongerDistanceLightsWithPipBoyShadows - No PipShadows.esp".'
|
|
|
|
- name: 'MK_Agony.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25600/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD875D4AB
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0x41E0336A
|
|
util: 'FO4Edit v4.0.3'
|
|
- crc: 0x98EA6346
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: '(Ambient|Strong|Hardcore|Deadly) Radiation Storms\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/829/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("(Ambient|Strong|Hardcore|Deadly) Radiation Storms\.esp")'
|
|
subs: [ 'Hardcore Radiation Storm .esp' ]
|
|
- name: '(Higher|Deeper) Female Protagonist Voice (\((Japanese|Spanish|French|German)\) )?- Type [A-U]\d?\.esp'
|
|
url:
|
|
- 'https://www.nexusmods.com/fallout4/mods/288/' # Higher
|
|
- 'https://www.nexusmods.com/fallout4/mods/6305/' # Higher, Japanese
|
|
- 'https://www.nexusmods.com/fallout4/mods/5571/' # Higher, Spanish
|
|
- 'https://www.nexusmods.com/fallout4/mods/4244/' # Higher, French
|
|
- 'https://www.nexusmods.com/fallout4/mods/7299/' # Higher, German
|
|
- 'https://www.nexusmods.com/fallout4/mods/5088/' # Deeper
|
|
- 'https://www.nexusmods.com/fallout4/mods/7650/' # Deeper, Japanese
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("(Higher|Deeper) Female Protagonist Voice (\((Japanese|Spanish|French|German)\) )?- Type [A-U]\d?\.esp")'
|
|
subs: [ 'Higher or Deeper Female Protagonist Voice plugin' ]
|
|
- name: '(Deeper|Higher) Male Protagonist Voice (\((Japanese|Spanish)\) )?- Type [A-U]\d?\.esp'
|
|
url:
|
|
- 'https://www.nexusmods.com/fallout4/mods/1597/' # Deeper
|
|
- 'https://www.nexusmods.com/fallout4/mods/7443/' # Deeper, Japanese
|
|
- 'https://www.nexusmods.com/fallout4/mods/3249/' # Higher
|
|
- 'https://www.nexusmods.com/fallout4/mods/7535/' # Higher, Japanese
|
|
- 'https://www.nexusmods.com/fallout4/mods/7158/' # Higher, Spanish
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("(Deeper|Higher) Male Protagonist Voice (\((Japanese|Spanish)\) )?- Type [A-U]\d?\.esp")'
|
|
subs: [ 'Deeper or Higher Male Protagonist Voice plugin' ]
|
|
- name: 'Higher Voice For Curie (\((Japanese)\) )?- Type [A-U]\d(-(R|S))?\.esp'
|
|
url:
|
|
- 'https://www.nexusmods.com/fallout4/mods/5978/' # English
|
|
- 'https://www.nexusmods.com/fallout4/mods/6810/' # Japanese
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("Higher Voice For Curie (\(Japanese\) )?- Type [A-U]\d(-(R|S))?\.esp")'
|
|
subs: [ 'Higher Voice For Curie plugin' ]
|
|
- name: '(Higher|Deeper) Voice For Piper (\(Japanese\) )?- Type [A-U]\d\.esp'
|
|
url:
|
|
- 'https://www.nexusmods.com/fallout4/mods/6560/' # Higher, English
|
|
- 'https://www.nexusmods.com/fallout4/mods/6492/' # Higher, Japanese
|
|
- 'https://www.nexusmods.com/fallout4/mods/8659/' # Deeper, English
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("(Higher|Deeper) Voice For Piper - Type [A-U]\d\.esp")'
|
|
subs: [ 'Higher/Deeper Voice For Piper plugin' ]
|
|
- name: 'Deeper Voice For Strong - Type A\d\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3876/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("Deeper Voice For Strong - Type A\d\.esp")'
|
|
subs: [ 'Deeper Voice For Strong plugin' ]
|
|
- name: 'Deeper Voice For Super Mutants - Type A\d\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3884/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("Deeper Voice For Super Mutants - Type A\d\.esp")'
|
|
subs: [ 'Deeper Voice For Super Mutants plugin' ]
|
|
- name: 'Deeper Voice For Preston - Type A\d\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/7701/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("Deeper Voice For Preston - Type A\d\.esp")'
|
|
subs: [ 'Deeper Voice For Preston plugin' ]
|
|
- name: 'Deeper Voice For X6-88 - Type A\d\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/7712/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("Deeper Voice For X6-88 - Type A\d\.esp")'
|
|
subs: [ 'Deeper Voice For X6-88 plugin' ]
|
|
- name: '(Higher|Deeper) Voice For Cait - Type A\d\.esp'
|
|
url:
|
|
- 'https://www.nexusmods.com/fallout4/mods/6743/' # Higher
|
|
- 'https://www.nexusmods.com/fallout4/mods/8634/' # Deeper
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("(Higher|Deeper) Voice For Cait - Type A\d\.esp")'
|
|
subs: [ 'Higher/Deeper Voice For Cait plugin' ]
|
|
- name: 'DeadlyRadstorms_Climate_\d+\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/829/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("DeadlyRadstorms_Climate_\d+\.esp")'
|
|
subs: [ 'DeadlyRadstorms_Climate .esp' ]
|
|
- name: 'DeadlyRadstorms_Damage_\d+\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/829/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("DeadlyRadstorms_Damage_\d+\.esp")'
|
|
subs: [ 'DeadlyRadstorms_Damage .esp' ]
|
|
|
|
- name: 'NoGunSneakAttackMultiplier.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2114/' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("NoGunSneakAttackMultiplier.esp", "1.2", <)'
|
|
- <<: *useOnlyOneX
|
|
condition: 'many_active("NoGunSneakAttackMultiplier\.es(l|p)")'
|
|
subs: [ 'No Gun Sneak Attack Multiplier plugin' ]
|
|
- name: 'NoGunSneakAttackMultiplier.esl'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2114/' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("NoGunSneakAttackMultiplier.esl", "1.2", <)'
|
|
- <<: *useOnlyOneX
|
|
condition: 'many_active("NoGunSneakAttackMultiplier\.es(l|p)")'
|
|
subs: [ 'No Gun Sneak Attack Multiplier plugin' ]
|
|
- name: 'Freso''s TTYM - Think to Yourself Messages for FO4.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2955/' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("Freso''s TTYM - Think to Yourself Messages for FO4.esp", "0.3", <)'
|
|
- name: 'ShaikujinSettlementAttacked.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4106/' ]
|
|
inc:
|
|
- 'ShaikujinSettlementAttacked_NoInfo.esp'
|
|
- 'ChimeAttack.esp'
|
|
- name: 'ShaikujinSettlementAttacked_NoInfo.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4106/' ]
|
|
inc:
|
|
- 'ShaikujinSettlementAttacked.esp'
|
|
- 'ChimeAttack.esp'
|
|
- name: 'ChimeAttack.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4106/' ]
|
|
inc:
|
|
- 'ShaikujinSettlementAttacked.esp'
|
|
- 'ShaikujinSettlementAttacked_NoInfo.esp'
|
|
- name: 'DarkerNights.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/191/' ]
|
|
after:
|
|
# Patches provided for plugins below
|
|
- 'FogOut.esp'
|
|
- 'Nuclear weather.esp'
|
|
- 'Radiant Clouds and Fogs.esp'
|
|
- 'TrueStormsFO4.esp'
|
|
- 'TrueStormsFO4-LITE-Audio.esp'
|
|
- 'TrueStormsFO4.esm'
|
|
- 'TrueStormsFO4-FarHarbor.esp'
|
|
- 'Vivid Weathers - FO4.esp'
|
|
inc:
|
|
- 'True Nights v01.esp'
|
|
- 'True Nights v02.esp'
|
|
- 'True Nights v03.esp'
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("DarkerNights.esp", "1.11", <)'
|
|
- name: 'True Nights v0(1|2|3)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9253/' ]
|
|
inc: [ 'DarkerNights.esp' ]
|
|
- name: 'Synth Armor Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/6424/' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
condition: 'active("ArmorKeywords.esm")'
|
|
subs: [ 'ArmorKeywords.esm' ]
|
|
|
|
- name: 'Lasers Have No Recoil.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9417/' ]
|
|
inc: [ 'Concentrated Splitter.esp' ]
|
|
- name: 'LasersNoRecoil - Beam Splitters Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9417/' ]
|
|
inc: [ 'Concentrated Splitter - No Recoil.esp' ]
|
|
- name: 'Concentrated Splitter.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10193/' ]
|
|
inc:
|
|
- 'Concentrated Splitter - No Recoil.esp'
|
|
- 'Lasers Have No Recoil.esp'
|
|
- name: 'Concentrated Splitter - No Recoil.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10193/' ]
|
|
inc: [ 'Concentrated Splitter.esp' ]
|
|
req: [ 'Lasers Have No Recoil.esp' ]
|
|
- name: 'OCDCCPatch.esp'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ '**OCDecoratorDLC.esp**' ]
|
|
- name: 'OCD (FarHarbor|NukaWorld)DLC\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4270/' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ '**OCDecoratorDLC.esp**' ]
|
|
condition: 'active("OCDecoratorDLC.esp")'
|
|
- name: 'OCDWorkshopDLCPatch.esp'
|
|
msg:
|
|
- <<: *useInstead
|
|
subs: [ '[OCDecorator](https://www.nexusmods.com/fallout4/mods/4270/)' ]
|
|
- name: 'OCDecorator_FarHarbor.esp'
|
|
msg:
|
|
- <<: *useInstead
|
|
subs: [ '[**OCD FarHarborDLC.esp**](https://www.nexusmods.com/fallout4/mods/4270/)' ]
|
|
|
|
- name: 'Homemaker - Bunker Disabler SK.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - Bunker Disabler.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1478/' ]
|
|
- name: 'Homemaker - Greenhouse and Bunker Disabler SK.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - Greenhouse and Bunker Disabler.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1478/' ]
|
|
- name: 'Homemaker - Greenhouse Disabler SK.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - Greenhouse Disabler.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1478/' ]
|
|
- name: 'Homemaker - SK Integration Patch.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - SKE Integration Patch.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - SSEx Compatibility Patch.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - Streetlights Use Passive Power.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1478/' ]
|
|
- name: 'Homemaker - Unlocked Institute Objects SK.esp'
|
|
msg: [ *obsolete ]
|
|
- name: 'Homemaker - Unlocked Institute Objects.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1478/' ]
|
|
|
|
- name: 'Homemaker.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1478/' ]
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("Homemaker.esm", "1.50", <)'
|
|
|
|
- name: 'SettlementKeywords.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12226/' ]
|
|
inc:
|
|
- 'AM_PATCH_Full.esp'
|
|
- 'BS-HomemakerPatch.esp'
|
|
- 'BS-SKPatch.esp'
|
|
- 'CW_PATCH.esp'
|
|
- 'CW_PATCH_Full.esp'
|
|
- 'CW_PATCH_integrated.esp'
|
|
- 'DLC_MainMenu.esm'
|
|
- 'DLC_MainMenu_Handplaced.esp'
|
|
- 'DLC_OCD_Patch.esp'
|
|
- 'DLC_PATCH.esp'
|
|
- 'DLC_PATCH_ENG.esp'
|
|
- 'DLC_PATCH_Full.esp'
|
|
- 'DLC_PATCH_integrated.esp'
|
|
- 'DLC_SKE_Patch.esp'
|
|
- 'FarHarborHomemakerFix.esp'
|
|
- 'FH_PATCH.esp'
|
|
- 'FH_PATCH_Full.esp'
|
|
- 'FH_PATCH_integrated.esp'
|
|
- 'HMM-WWorkshop-Compatibility.esp'
|
|
- 'HMMOCD-WWorkshop-Compatibility.esp'
|
|
- 'Jzk_WW_Patch.esp'
|
|
- 'MO_HM_OCD_Patch.esp'
|
|
- 'MO_HM_Patch.esp'
|
|
- 'MO_Propaganda.esp'
|
|
- 'NW_PATCH.esp'
|
|
- 'NW_PATCH_Full.esp'
|
|
- 'NW_PATCH_Integrated.esp'
|
|
- 'OCD_MO_Patch.esp'
|
|
- 'OCD-WWorkshop-Compatibility.esp'
|
|
- 'OCDecorator_FarHarbor.esp'
|
|
- 'OCDWorkshopDLCPatch.esp'
|
|
- 'PatchyMcPatcherson-SnB.esp'
|
|
- 'Robot Home Defence - Settlement Keywords.esp'
|
|
- 'SettleObjExpandPack-HM-SnB-Patch.esp'
|
|
- 'SKHMWW.esp'
|
|
- 'VW_PATCH.esp'
|
|
- 'VW_PATCH_Full.esp'
|
|
- 'VW_PATCH_integrated.esp'
|
|
- 'WastelandWorkshopPatch.esp'
|
|
- 'WW_PATCH.esp'
|
|
- 'WW_PATCH_ENG.esp'
|
|
- 'WW_PATCH_Full.esp'
|
|
- 'WW_PATCH_integrated.esp'
|
|
- 'WW_SK_PATCH.esp'
|
|
msg:
|
|
- <<: *obsolete
|
|
condition: 'version("SettlementKeywords.esm", "1.60", <)'
|
|
|
|
- name: 'BuildingBlocks.*\.es(p|m)'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8907/' ]
|
|
- name: 'BuildingBlocks-Foundations_Homemaker.*\.esp'
|
|
msg:
|
|
- <<: *alreadyInOrFixedByX
|
|
subs: [ 'Homemaker 1.50 or greater' ]
|
|
condition: 'version("Homemaker.esm", "1.50", >=)'
|
|
- name: 'BuildingBlocks-Foundations_SettlementKeywordsFull.esp'
|
|
msg:
|
|
- <<: *useInstead
|
|
type: say
|
|
subs: [ '**BuildingBlocks-Foundations.esp**' ]
|
|
condition: 'version("SettlementKeywords.esm", "1.0", >=)'
|
|
- name: 'BuildingBlocks-Foundations_SettlementKeywordsPartial.esp'
|
|
inc:
|
|
- name: 'SettlementKeywords.esm'
|
|
display: 'Settlement Keywords Expanded'
|
|
condition: 'version("SettlementKeywords.esm", "1.0", >=)'
|
|
|
|
- name: 'BetterJunkFences.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9000/' ]
|
|
inc: [ 'JunkWalls_More_Snaps.esp' ]
|
|
- name: 'JunkWalls_More_Snaps.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13522/' ]
|
|
inc: [ 'BetterJunkFences.esp' ]
|
|
- name: 'BrighterSettlementLights(_(ExtraBrightv1\.1|LessHarsh|LongAndSoft)| - (Extra Bright( v1\.1)?|Less Harsh))?\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2494/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("BrighterSettlementLights(_(ExtraBrightv1\.1|LessHarsh|LongAndSoft)| - (Extra Bright( v1\.1)?|Less Harsh))?\.esp")'
|
|
subs: [ 'BrighterSettlementLights .esp' ]
|
|
- name: 'ConstructionLight_\w+\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2474/' ]
|
|
after:
|
|
- 'BrighterSettlementLights.esp'
|
|
- 'BrighterSettlementLights - Extra Bright.esp'
|
|
- 'BrighterSettlementLights - Extra Bright v1.1.esp'
|
|
- 'BrighterSettlementLights - Less Harsh.esp'
|
|
- 'BrighterSettlementLights_ExtraBrightv1.1.esp'
|
|
- 'BrighterSettlementLights_LessHarsh.esp'
|
|
- 'BrighterSettlementLights_LongAndSoft.esp'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("ConstructionLight_\w+\.esp")'
|
|
subs: [ 'ConstructionLight .esp' ]
|
|
- name: 'Vivid Waters.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16425/' ]
|
|
after:
|
|
- 'WET.esp'
|
|
- 'WET Murkier.esp'
|
|
- 'WET Clearer.esp'
|
|
- name: 'BetterSettlers.esp'
|
|
url:
|
|
- 'https://www.nexusmods.com/fallout4/mods/4772/'
|
|
- 'https://www.nexusmods.com/fallout4/mods/21248/'
|
|
after:
|
|
- 'MoreSkinColors.esp'
|
|
- 'AzarPonyHairstyles.esp'
|
|
- 'Eli_Armour_Compendium.esp'
|
|
dirty:
|
|
# 21248
|
|
- <<: *quickClean
|
|
crc: 0xF1CD0113
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
# 4772 DLC
|
|
- crc: 0x6A5FC68B
|
|
util: 'FO4Edit v4.0.2f'
|
|
# 4772 No DLC
|
|
- crc: 0x2BC9377C
|
|
util: 'FO4Edit v4.0.2f'
|
|
# 21248
|
|
- crc: 0x314A7B65
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'BetterSettlersFarHarborPatchMortal.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4772/' ]
|
|
req: [ 'BetterSettlers.esp' ]
|
|
after:
|
|
- 'BetterSettlersNoLollygagging.esp'
|
|
- 'BetterSettlersCleanFacePack.esp'
|
|
- 'BetterSettlersCCAPack1.1b.esp'
|
|
- 'BetterSettlersCCAPack2.0.esp'
|
|
- 'BetterSettlersAllFemale.esp'
|
|
- 'BetterSettlersMortalPack.esp'
|
|
- 'BetterSettlersMortalSoldiersPack.esp'
|
|
- 'BetterSettlersLightArmorOnly.esp'
|
|
- 'BetterSettlersHeavyArmorOnly.esp'
|
|
inc: [ 'BetterSettlersFarHarborPatch.esp' ]
|
|
msg: [ *obsolete ]
|
|
- name: 'BetterSettlersFarHarborPatch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4772/' ]
|
|
req: [ 'BetterSettlers.esp' ]
|
|
after:
|
|
- 'BetterSettlersNoLollygagging.esp'
|
|
- 'BetterSettlersCleanFacePack.esp'
|
|
- 'BetterSettlersCCAPack1.1b.esp'
|
|
- 'BetterSettlersCCAPack2.0.esp'
|
|
- 'BetterSettlersAllFemale.esp'
|
|
- 'BetterSettlersMortalPack.esp'
|
|
- 'BetterSettlersMortalSoldiersPack.esp'
|
|
- 'BetterSettlersLightArmorOnly.esp'
|
|
- 'BetterSettlersHeavyArmorOnly.esp'
|
|
inc: [ 'BetterSettlersFarHarborPatchMortal.esp' ]
|
|
msg: [ *obsolete ]
|
|
- name: 'BetterSettlersCCAPack2.0.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4772/' ]
|
|
req: [ 'BetterSettlers.esp' ]
|
|
after:
|
|
- 'BetterSettlersNoLollygagging.esp'
|
|
- 'BetterSettlersCleanFacePack.esp'
|
|
- name: 'BetterSettlersRaidersPack.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4772/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x08DCF6D7
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
- crc: 0x0D0698E4
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'BetterSettlersCleanFacePack.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4772/' ]
|
|
dirty:
|
|
# 2.0
|
|
- <<: *quickClean
|
|
crc: 0x8DB7FF05
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 29
|
|
clean:
|
|
# 2.0
|
|
- crc: 0x59EB140F
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'BetterSettlersNoLollygagging.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4772/' ]
|
|
clean:
|
|
- crc: 0xDE1AC4B0
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Orphans.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16000/' ]
|
|
after: [ 'DiverseChildren.esp' ]
|
|
- name: 'LegendaryCloth.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3694/' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
condition: 'active("Armorsmith Extended.esp")'
|
|
subs: [ 'Armorsmith Extended' ]
|
|
- name: 'llamaCompanionHeather.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23273/' ]
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Full Dialogue Interface'
|
|
- '[Heather Casdin patch](https://www.nexusmods.com/fallout4/mods/24314)'
|
|
condition: '(checksum("interface/dialoguemenu.swf", FD1941F1) or checksum("interface/multiactivatemenu.swf", 7A51282D)) and checksum("llamaCompanionHeather.esp", 1FD60CC1)'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- "Valdacil's Item Sorting"
|
|
- '[Heather Casdin patch](https://www.nexusmods.com/fallout4/mods/24314)'
|
|
condition: 'active("ValdacilsItemSorting-.+\.esp") and not active("llamaCompanionHeather-VIS(-G)?( - AE)? Patch\.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- "Bhaal's Better Sorting"
|
|
- '[Heather Casdin patch](https://www.nexusmods.com/fallout4/mods/24314)'
|
|
condition: 'active("BBS000-F04-(MANDATORY|Ultimate)(-.*)?\.esp") and not active("llamaCompanionHeather-BBS(-AE)? Patch\.esp")'
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Armorsmith Extended'
|
|
- '[Heather Casdin patch](https://www.nexusmods.com/fallout4/mods/24314)'
|
|
condition: 'active("Armorsmith Extended.esp") and not active("llamaCompanionHeather-(BBS-|VIS(-G)? - )?AE Patch\.esp")'
|
|
- name: 'llamaCompanionHeather-BBS(-AE)? Patch\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/24314/' ]
|
|
inc:
|
|
- 'llamaCompanionHeather-VIS Patch.esp'
|
|
- 'llamaCompanionHeather-VIS-AE Patch.esp'
|
|
- name: 'llamaCompanionHeather-VIS(-AE)? Patch\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/24314/' ]
|
|
inc:
|
|
- 'llamaCompanionHeather-BBS Patch.esp'
|
|
- 'llamaCompanionHeather-BBS-AE Patch.esp'
|
|
|
|
- name: 'THBrows.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/6186/'
|
|
name: 'THBrows'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/50174/'
|
|
name: 'THBrows 2.0'
|
|
msg:
|
|
- <<: *obsolete
|
|
subs: [ '[THBrows 2.0](https://www.nexusmods.com/fallout4/mods/50174/)' ]
|
|
condition: 'checksum("THBrows.esp", 35484B14)'
|
|
clean:
|
|
- crc: 0x73129EB2
|
|
util: 'FO4Edit v4.0.3f'
|
|
|
|
- name: 'nvvault1080.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18172/' ]
|
|
dirty:
|
|
# v15
|
|
- <<: *reqManualFix
|
|
crc: 0xD6ACC264
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 5
|
|
|
|
- name: 'SettlementAttacksBeyond.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12892/' ]
|
|
clean:
|
|
- crc: 0x220103D5
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'SettlementAttacksBeyondFH.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12892/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE0FB33F8
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0x206E7CA1
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Some Assembly Required.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12050/' ]
|
|
dirty:
|
|
# v1.4
|
|
- <<: *quickClean
|
|
crc: 0xAE45EC68
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 10
|
|
- name: 'Some Assembly Required (Legendary Patch).esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/17859/' ]
|
|
dirty:
|
|
# v1.4
|
|
- <<: *quickClean
|
|
crc: 0x1E1CE4D4
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
udr: 3
|
|
- name: 'AllSetsExtended.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25316/' ]
|
|
inc:
|
|
# According to mod author
|
|
- 'SpringCleaning.esm'
|
|
# Also alters build area
|
|
- 'Build High.esp'
|
|
- 'Build High - Expanded Settlements.esp'
|
|
- 'ExpandedSettlementAll.esp'
|
|
- 'ExpandedSettlementFWAll.esp'
|
|
- 'ExpandedSettlementHeight.esp'
|
|
- 'ExpandedSettlementFWHeight.esp'
|
|
dirty:
|
|
# 2.0.2 Main
|
|
- <<: *quickClean
|
|
crc: 0x391C359F
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
# 2.0.2 Main
|
|
- crc: 0xFDD7FEA5
|
|
util: 'FO4Edit v4.0.2f'
|
|
# 2.0.2 No Bunker Hill
|
|
- crc: 0x3ADEFFCF
|
|
util: 'FO4Edit v4.0.2f'
|
|
# 2.0.2 No Bunker Hill or Hangman's Alley
|
|
- crc: 0xD3B3D904
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'StarlightLOD.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23034/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'active("StarlightLOD.esl")'
|
|
subs: [ 'StarlightLOD plugin' ]
|
|
- name: 'StarlightLOD.esl'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23034/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'active("StarlightLOD.esp")'
|
|
subs: [ 'StarlightLOD plugin' ]
|
|
|
|
- name: 'Sanctuary Terminals.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11730/' ]
|
|
clean:
|
|
- crc: 0x6CFBE10E
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'RailroadPerksCut.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11751/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x98CCFB8B
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
clean:
|
|
- crc: 0xFA58312D
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'MAGS.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12849/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xA9913693
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 12
|
|
udr: 9
|
|
- name: 'MoreSkinColors.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22668/' ]
|
|
inc: [ 'LooksMenu Customization Compendium.esp' ]
|
|
clean:
|
|
# Version 1.0
|
|
- crc: 0xAFC2BB0C
|
|
util: 'FO4Edit v3.2'
|
|
- name: 'Enough About the Settlements Preston.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10339/' ]
|
|
inc: [ 'PrestonNoRadiant.esp' ]
|
|
clean:
|
|
# Version 0.5
|
|
- crc: 0xC6D5A1B5
|
|
util: 'FO4Edit v3.2'
|
|
- name: 'PrestonNoRadiant.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/24940/' ]
|
|
inc: [ 'Enough About the Settlements Preston.esp' ]
|
|
clean:
|
|
# Version 1.0
|
|
- crc: 0x0B8DE742
|
|
util: 'FO4Edit v3.2'
|
|
- name: 'Vault Girl.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10577/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE5AD59A1
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0xD20266D0
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'DiamondLighting.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12432/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x306FDD54
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
udr: 4
|
|
clean:
|
|
- crc: 0xF945AE3D
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'AlternativeLighting.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12432/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xBAB94892
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
udr: 6
|
|
clean:
|
|
- crc: 0x1CF2353F
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'slevins_chemVFX-Light.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12536/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xF46CB5C0
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
- crc: 0xBDE74C38
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'slevins_chemVFX.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12536/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x8868FCE0
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
- crc: 0x781DED7D
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'tsuki no hana.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15267/' ]
|
|
dirty:
|
|
# 1.1
|
|
- <<: *quickClean
|
|
crc: 0x374BB954
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
# 1.5
|
|
- <<: *quickClean
|
|
crc: 0x1284F3E5
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
udr: 2
|
|
- name: 'CombatZoneRestored.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/21498/' ]
|
|
dirty:
|
|
# 1.02
|
|
- <<: *reqManualFix
|
|
crc: 0x74BE02DE
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
|
|
# Subway Runner
|
|
- name: 'subwayrunnnerdynamiclighting.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18639/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xEB0209A0
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 12
|
|
clean:
|
|
- crc: 0x99CFDDBD
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'subwayrunnnernodynamic.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18639/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x03783B71
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 12
|
|
clean:
|
|
- crc: 0x56ABDCF3
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'UniqueUniques.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15139/' ]
|
|
clean:
|
|
# 1.01
|
|
- crc: 0x1AC3385E
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Diverse Cats.esp'
|
|
url:
|
|
- name: 'Diverse Cats'
|
|
link: 'https://www.nexusmods.com/fallout4/mods/18435/'
|
|
- name: 'Diverse Dogs'
|
|
link: 'https://www.nexusmods.com/fallout4/mods/25599/'
|
|
dirty:
|
|
# Cats - v1.5
|
|
- <<: *quickClean
|
|
crc: 0x1F5AE1D7
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
# Cats - v2.0 (Dogs Included)
|
|
- <<: *quickClean
|
|
crc: 0xEA3B193F
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
# Dogs - v1.5
|
|
# (uploaded on the Diverse Dogs page)
|
|
- <<: *quickClean
|
|
crc: 0x5B82D75B
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
clean:
|
|
# Cats - v1.0
|
|
- crc: 0x90D4F2BA
|
|
util: 'FO4Edit v4.0.2f'
|
|
# Cats - v1.5 - After QAC
|
|
- crc: 0x72D064FA
|
|
util: 'FO4Edit v4.0.2f'
|
|
# Cats - v2.0 (Dogs Included) - After QAC
|
|
- crc: 0xC74A48F1
|
|
util: 'FO4Edit v4.0.2f'
|
|
# Dogs - v1.5 - After QAC
|
|
# (uploaded on the Diverse Dogs page)
|
|
- crc: 0x29C8BF0E
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Diverse Dogs.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25599/' ]
|
|
dirty:
|
|
# Just Dogs - v1.5
|
|
- <<: *quickClean
|
|
crc: 0x0E06F1F9
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
# Just Dogs - v1.5
|
|
- crc: 0xDD4502E1
|
|
util: 'FO4Edit v4.0.2f'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'Diverse Cats.esp (combined version)' ]
|
|
condition: 'active("Diverse Cats.esp") and checksum("Diverse Cats.esp", EA3B193F)'
|
|
- name: 'BeastWhisperer.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/14265/' ]
|
|
after:
|
|
- 'Diverse Dogs.esp'
|
|
- name: 'Diverse Cats.esp'
|
|
condition: 'checksum("Diverse Cats.esp", EA3B193F)'
|
|
- name: 'NukaRadBans.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8342/' ]
|
|
dirty:
|
|
# 1.01
|
|
- <<: *quickClean
|
|
crc: 0x174F8132
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
udr: 1
|
|
clean:
|
|
- crc: 0x114C9C6A
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'Companion_ShutUp.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25763/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x498D961C
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
clean:
|
|
- crc: 0x7855110A
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'AGOMBz.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25762/' ]
|
|
after: [ 'Better Settlement Defence.esp' ]
|
|
inc:
|
|
- 'SettlementAttacksBeyond.esp'
|
|
- 'SettlementAttacksBeyondFH.esp'
|
|
- 'SettlementAttacksBeyondNW.esp'
|
|
- name: 'AGOMBz_CP_BHES.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25762/' ]
|
|
after:
|
|
- 'AGOMBz_DLCCoast.esp'
|
|
- 'AGOMBz_DLCNukaWorld.esp'
|
|
- name: 'AGOMBz_CP_ASE_ASEFH_ASENW.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25762/' ]
|
|
after:
|
|
- 'AGOMBz_DLCCoast.esp'
|
|
- 'AGOMBz_DLCNukaWorld.esp'
|
|
- name: 'AGOMBz_CP_ASE_ASEFH.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25762/' ]
|
|
after: [ 'AGOMBz_DLCCoast.esp' ]
|
|
- name: 'starlightdoorfix.esl'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22553/' ]
|
|
clean:
|
|
# v1.1b
|
|
- crc: 0x71A7C99E
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'starlightwingfix.esl'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22553/' ]
|
|
dirty:
|
|
# v3.2b
|
|
- <<: *reqManualFix
|
|
crc: 0x8461B8B2
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
- name: 'starlightdoorfix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22553/' ]
|
|
clean:
|
|
# v1.1
|
|
- crc: 0xFC891E53
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'starlightwingfix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22553/' ]
|
|
dirty:
|
|
# v3.2
|
|
- <<: *reqManualFix
|
|
crc: 0x89851FCC
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
|
|
- name: 'MinutemenGeneralOutfitF.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/26047/' ]
|
|
inc: [ 'ArmorKeywords.esm' ]
|
|
clean:
|
|
# Version 1
|
|
- crc: 0x5150531D
|
|
util: 'FO4Edit v3.2.1'
|
|
msg:
|
|
- <<: *alreadyInX
|
|
subs: [ 'Armorsmith Extended.esp' ]
|
|
condition: 'active("MinutemenGeneralOutfitF.esp") and active("Armorsmith Extended.esp")'
|
|
- name: 'Advanced Settlement Power.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11165/' ]
|
|
clean:
|
|
- crc: 0xa8369509
|
|
util: FO4Edit v3.2.1
|
|
- name: 'AkaTicTac.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13593/' ]
|
|
clean:
|
|
- crc: 0xdd2ee6ce
|
|
util: FO4Edit v3.2.1
|
|
- name: 'AutomatronSecuritron.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11910/' ]
|
|
clean:
|
|
- crc: 0xd7fe15d8
|
|
util: FO4Edit v3.2.1
|
|
- name: 'BasementLiving.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10967/' ]
|
|
clean:
|
|
- crc: 0xf1f6c00d
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Better Vendor Stalls.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9758/' ]
|
|
clean:
|
|
- crc: 0x9196c900
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Campsite.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11734/' ]
|
|
clean:
|
|
- crc: 0x24fe0e10
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Campsite-AWKCR.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11734/' ]
|
|
clean:
|
|
- crc: 0xf6249e24
|
|
util: FO4Edit v3.2.1
|
|
- name: 'cartman1975_concrete-glass.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18360/' ]
|
|
clean:
|
|
- crc: 0x96311517
|
|
util: FO4Edit v3.2.1
|
|
- name: 'CBBE.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15/' ]
|
|
clean:
|
|
- crc: 0x5CAF6C6D
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'CompactCrafting.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18264/' ]
|
|
clean:
|
|
- crc: 0xdbf4b300
|
|
util: FO4Edit v3.2.1
|
|
- name: 'CraftableAnimationMarkers.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10012/' ]
|
|
clean:
|
|
- crc: 0x6896ea2f
|
|
util: FO4Edit v3.2.1
|
|
|
|
- name: 'Crafting Workbench.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2451/' ]
|
|
msg:
|
|
- <<: *useInstead
|
|
subs: [ '[Crafting Mastery (Crafting Workbenches updated)](https://www.nexusmods.com/fallout4/mods/17849/)' ]
|
|
|
|
- name: 'FatManRadiation.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8602/' ]
|
|
clean:
|
|
- crc: 0x25d6a01d
|
|
util: FO4Edit v3.2.1
|
|
- name: 'HushDogmeat.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3855/' ]
|
|
clean:
|
|
- crc: 0x114c4b29
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Immersive HUD.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/20830/' ]
|
|
req:
|
|
- name: 'HUDFramework.esm'
|
|
display: '[HUDFramework](https://www.nexusmods.com/fallout4/mods/20309)'
|
|
clean:
|
|
- crc: 0xA0FEA9D4
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'ImmersiveVendors.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10039/' ]
|
|
clean:
|
|
- crc: 0xe0ef332e
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Lacy Underwear.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15768/' ]
|
|
clean:
|
|
- crc: 0x33fd1f4a
|
|
util: FO4Edit v3.2.1
|
|
- name: 'LongerPowerLines3x.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2241/' ]
|
|
clean:
|
|
- crc: 0x3b370dbb
|
|
util: FO4Edit v3.2.1
|
|
- name: 'ManufacturingExtended.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15429/' ]
|
|
clean:
|
|
- crc: 0x1972c847
|
|
util: FO4Edit v3.2.1
|
|
- name: 'ManufacturingExtendedFH.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15429/' ]
|
|
clean:
|
|
- crc: 0xfa61736e
|
|
util: FO4Edit v3.2.1
|
|
- name: 'MoreVaultRooms.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16896/' ]
|
|
clean:
|
|
- crc: 0xa673986e
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Mosin.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23258/' ]
|
|
clean:
|
|
- crc: 0x82acb598
|
|
util: FO4Edit v3.2.1
|
|
- name: 'mso_sms.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12032/' ]
|
|
clean:
|
|
- crc: 0xcf19b06d
|
|
util: FO4Edit v3.2.1
|
|
- name: 'OctaviusSentibar_Labels.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10271/' ]
|
|
clean:
|
|
- crc: 0x6fd50368
|
|
util: FO4Edit v3.2.1
|
|
- name: 'PersonalPackAnimals.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10713/' ]
|
|
clean:
|
|
- crc: 0x0f25328f
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Pictures Of Remembrance.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16260/' ]
|
|
clean:
|
|
- crc: 0xff372ce0
|
|
util: FO4Edit v3.2.1
|
|
- name: 'PortableRecycler.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/14110/' ]
|
|
clean:
|
|
- crc: 0xdb2e4161
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Quick Save.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12593/' ]
|
|
clean:
|
|
- crc: 0x75d50927
|
|
util: FO4Edit v3.2.1
|
|
- name: 'QuickTrade.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16229/' ]
|
|
clean:
|
|
- crc: 0x00bdcac7
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Quieter Settlements - Contraptions.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2819/' ]
|
|
clean:
|
|
- crc: 0xaf6f47c9
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Quieter Settlements - Vanilla.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2819/' ]
|
|
clean:
|
|
- crc: 0xc21d0b69
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Quieter Settlements - Wasteland Workshop.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2819/' ]
|
|
clean:
|
|
- crc: 0x89108a50
|
|
util: FO4Edit v3.2.1
|
|
- name: 'RealTroughs.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12945/' ]
|
|
clean:
|
|
- crc: 0x297b45b3
|
|
util: FO4Edit v3.2.1
|
|
- name: 'RedWaveReloaded.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22013/' ]
|
|
clean:
|
|
- crc: 0xf6a64012
|
|
util: FO4Edit v3.2.1
|
|
- name: 'RepairSanctuary.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8610/' ]
|
|
clean:
|
|
- crc: 0xf4098a0b
|
|
util: FO4Edit v3.2.1
|
|
- name: 'ScrapDeadThings.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/6497/' ]
|
|
clean:
|
|
- crc: 0xdb702179
|
|
util: FO4Edit v3.2.1
|
|
- name: 'SlowTime.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9325/' ]
|
|
clean:
|
|
- crc: 0xd4ff499d
|
|
util: FO4Edit v3.2.1
|
|
- name: 'SMH.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15108/' ]
|
|
clean:
|
|
- crc: 0x9407737e
|
|
util: FO4Edit v3.2.1
|
|
- name: 'SOU All-in-one.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18176/' ]
|
|
clean:
|
|
- crc: 0x5636b109
|
|
util: FO4Edit v3.2.1
|
|
- name: 'SpotlightFix-100-Shadow.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11090/' ]
|
|
clean:
|
|
- crc: 0x7ee85a99
|
|
util: FO4Edit v3.2.1
|
|
|
|
- name: 'SSEX.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1145/' ]
|
|
clean:
|
|
- crc: 0x30589A48
|
|
util: 'FO4Edit v4.0.3f'
|
|
- crc: 0xCC51FF20
|
|
util: 'FO4Edit v4.0.3f'
|
|
- name: 'Safe SSEx.esp'
|
|
msg: [ *obsolete ]
|
|
|
|
- name: 'Tactical Flashlights.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16172/' ]
|
|
clean:
|
|
- crc: 0xfca0a86d
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Tactical Flashlights - Settings.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16172/' ]
|
|
clean:
|
|
- crc: 0xf4034739
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TheMobileMechanic.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18262/' ]
|
|
clean:
|
|
- crc: 0x4e79ba40
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TimerPowerSwitch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10750/' ]
|
|
clean:
|
|
- crc: 0x7a2a1391
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TransferSettlements.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22442/' ]
|
|
clean:
|
|
- crc: 0x5fa7e916
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TrueStormsFO4.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4472/' ]
|
|
clean:
|
|
- crc: 0x55ff3f4c
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TrueStormsFO4-FarHarbor.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4472/' ]
|
|
clean:
|
|
- crc: 0x3d8d8377
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TrueStormsFO4-FarHarborExtraRads.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4472/' ]
|
|
clean:
|
|
- crc: 0x3aab7174
|
|
util: FO4Edit v3.2.1
|
|
- name: 'TrueStormsFO4-GlowingSeaExtraRads.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4472/' ]
|
|
clean:
|
|
- crc: 0x5a642319
|
|
util: FO4Edit v3.2.1
|
|
- name: 'Unlocked NW items.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18088/' ]
|
|
clean:
|
|
- crc: 0x1445010b
|
|
util: FO4Edit v3.2.1
|
|
- name: 'VltElevatorDLC.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/17641/' ]
|
|
clean:
|
|
- crc: 0x6be58e71
|
|
util: FO4Edit v3.2.1
|
|
- name: 'WeatherAndTimeSwitch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18463/' ]
|
|
clean:
|
|
- crc: 0x1d77791c
|
|
util: FO4Edit v3.2.1
|
|
- name: 'WoodenPrefabsExtended.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10140/' ]
|
|
clean:
|
|
- crc: 0x50ce686a
|
|
util: FO4Edit v3.2.1
|
|
- name: 'zWGirlClothSimply.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/6935/' ]
|
|
clean:
|
|
- crc: 0x2e6f79c3
|
|
util: FO4Edit v3.2.1
|
|
|
|
- name: 'ConcordEXPANDED.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/27333/' ]
|
|
dirty:
|
|
- <<: *reqManualFix
|
|
crc: 0x7C786018
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 18
|
|
udr: 68
|
|
nav: 52
|
|
- <<: *reqManualFix
|
|
crc: 0xB0D9B21A
|
|
nav: 52
|
|
inc: [ 'BTInteriors_Project.esp' ]
|
|
|
|
- name: 'DWUK_LexingtonInteriors.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/19120/' ]
|
|
clean:
|
|
# Pre manual cleaning
|
|
- crc: 0xFD5333DA
|
|
util: 'FO4Edit v4.0.3'
|
|
# Post manual cleaning
|
|
- crc: 0xEFA1570A
|
|
util: 'FO4Edit v4.0.3'
|
|
msg:
|
|
- <<: *patch3rdParty
|
|
subs:
|
|
- 'Horizon'
|
|
- '[Unofficial Lexington Interiors Loot Reduction Patch Plus](https://www.nexusmods.com/fallout4/mods/44487)'
|
|
condition: 'active("DWUK_LexingtonInteriors.esp") and active("Z_Horizon.esp") and not active("DWUK_LexingtonInteriors_Patch.esp")'
|
|
- <<: *wildEdits
|
|
subs: [ "Remove edit 000E081D and 0006496C from LexingtonInteriors.esp. Modify edit xx00266B's X position to -36328.718750 to solve the issue." ]
|
|
condition: 'file("DWUK_LexingtonInteriors.esp") and checksum("DWUK_LexingtonInteriors.esp", EFA1570A)'
|
|
- name: 'DWUK_LexingtonInteriors_Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/44487/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x6CF68492
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
udr: 39
|
|
clean:
|
|
- crc: 0x2235329E
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Lexington Interiors Holotape Fix.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/29723/' ]
|
|
clean:
|
|
- crc: 0x03A90584
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'BTInteriors_Project.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4612/' ]
|
|
dirty:
|
|
# Version 9.3.2
|
|
- <<: *quickClean
|
|
crc: 0xD66FE314
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 43
|
|
clean:
|
|
# Version 9.3.2
|
|
- crc: 0x443BA348
|
|
util: 'FO4Edit v4.0.1'
|
|
- name: 'BTInt_Optimization.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4612/' ]
|
|
clean:
|
|
# Version 3.2.1
|
|
- crc: 0x9EADC975
|
|
util: 'FO4Edit v4.0.1'
|
|
# Version: 2.0 BostonFPSFix Replacer
|
|
- crc: 0x2E5602A6
|
|
util: 'FO4Edit v4.0.2j'
|
|
|
|
- name: 'BuildYourOwnVault.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/10603/' ]
|
|
dirty:
|
|
# v1.71
|
|
- <<: *quickClean
|
|
crc: 0xEA39CBC4
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
- crc: 0x52A7C047
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Boston_Police_Department.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/1217/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD225BE77
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1206
|
|
udr: 30
|
|
clean:
|
|
- crc: 0xF89DCD96
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Conquest.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12511/' ]
|
|
dirty:
|
|
# v1.3
|
|
- <<: *quickClean
|
|
crc: 0x21243775
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 10
|
|
clean:
|
|
- crc: 0x1A9B6835
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'FunctionalDisplays.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5080/' ]
|
|
clean:
|
|
# v0.2.9.2
|
|
- crc: 0xB539E666
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'FunctionalDisplays-AID-Vanilla.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5080/' ]
|
|
clean:
|
|
# v0.2.9.2
|
|
- crc: 0xAA18318B
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'FunctionalDisplays-Collectibles.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5080/' ]
|
|
dirty:
|
|
# v0.2.9.2
|
|
- <<: *quickClean
|
|
crc: 0xA5EE4658
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
clean:
|
|
- crc: 0x7FCFBC58
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'FunctionalDisplays-MISC-Vanilla.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5080/' ]
|
|
dirty:
|
|
# v0.2.9.2
|
|
- <<: *quickClean
|
|
crc: 0xF1EDCA41
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0x1C4DC220
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'FunctionalDisplays-Patch-DLC-ALL.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5080/' ]
|
|
clean:
|
|
# v0.2.9.2
|
|
- crc: 0xC40A90B9
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'MakeYourOwnSynths.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16354/' ]
|
|
clean:
|
|
# v1.12
|
|
- crc: 0xBC97890D
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Northland Diggers New.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9710/' ]
|
|
dirty:
|
|
# v1.4
|
|
- <<: *quickClean
|
|
crc: 0x3FEF8E47
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
clean:
|
|
- crc: 0xDACA5AF7
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'Rangergearnew.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9034/' ]
|
|
dirty:
|
|
# v0.41
|
|
- <<: *quickClean
|
|
crc: 0x6FE6F36B
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
clean:
|
|
- crc: 0xC46B07EE
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'th1nkEyebot.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11459/' ]
|
|
clean:
|
|
# v1.6a
|
|
- crc: 0x6DB97468
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'th1nkEyeBot-FarHarbor.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11459/' ]
|
|
clean:
|
|
# v1.6a
|
|
- crc: 0xFFF26B52
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'th1nkEyeBot-NukaWorld.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11459/' ]
|
|
dirty:
|
|
# v1.6a
|
|
- <<: *quickClean
|
|
crc: 0x171964CE
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0x4305B700
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Vault-Tec Workshop Overhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/17174/' ]
|
|
dirty:
|
|
# v3.1
|
|
- <<: *quickClean
|
|
crc: 0x8FEF7906
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0xA433A46E
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'Scrap Everything - Ultimate Edition.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5320/' ]
|
|
group: *scrapGroup
|
|
clean:
|
|
- crc: 0x7296B759
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Scrap Everything - (Core|Automatron|Far Harbor|Vault-Tec Workshop|Nuka World)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/5320/' ]
|
|
inc: [ 'Z_Architect_EnhancedSettlements.esp' ]
|
|
msg:
|
|
- <<: *alreadyInX
|
|
condition: 'active("Scrap Everything - Ultimate Edition.esp")'
|
|
subs: [ 'Scrap Everything - Ultimate Edition.esp' ]
|
|
- name: 'Scrap Everything - Core.esp'
|
|
group: *scrapGroup
|
|
msg:
|
|
- <<: *patchIncluded
|
|
subs: [ 'Automatron' ]
|
|
condition: 'active("DLCRobot.esm") and not active("Scrap Everything - Automatron.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Far Harbor' ]
|
|
condition: 'active("DLCCoast.esm") and not active("Scrap Everything - Far Harbor.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Nuka World' ]
|
|
condition: 'active("DLCNukaWorld.esm") and not active("Scrap Everything - Nuka World.esp")'
|
|
- <<: *patchIncluded
|
|
subs: [ 'Vault-Tec Workshop' ]
|
|
condition: 'active("DLCworkshop03.esm") and not active("Scrap Everything - Vault-Tec Workshop.esp")'
|
|
clean:
|
|
- crc: 0x30C87739
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Scrap Everything - Automatron.esp'
|
|
clean:
|
|
- crc: 0x43928D5E
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Scrap Everything - Far Harbor.esp'
|
|
clean:
|
|
- crc: 0xDADEF2E2
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Scrap Everything - Nuka World.esp'
|
|
clean:
|
|
- crc: 0x4C0E7053
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Scrap Everything - Vault-Tec Workshop.esp'
|
|
clean:
|
|
- crc: 0xDDDE682B
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'Mechanist Lair Overhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23294/' ]
|
|
dirty:
|
|
# v1.03
|
|
- <<: *reqManualFix
|
|
crc: 0xB428DE36
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'active("Mechanist Lair Overhaul SEC.esp")'
|
|
subs: [ 'Mechanist Lair Overhaul' ]
|
|
- <<: *patchProvided
|
|
subs: [ 'Scrap Everything' ]
|
|
condition: '(active("Scrap Everything - Automatron.esp") or active("Scrap Everything - Ultimate Edition.esp")) and not active("Mechanist Lair Overhaul SEC.esp")'
|
|
- name: 'Mechanist Lair Overhaul SEC.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23294/' ]
|
|
dirty:
|
|
# v1.03
|
|
- <<: *reqManualFix
|
|
crc: 0x13978275
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
req:
|
|
- name: 'Scrap Everything - Automatron.esp'
|
|
condition: 'not active("Scrap Everything - Ultimate Edition.esp")'
|
|
- name: 'Scrap Everything - Ultimate Edition.esp'
|
|
condition: 'not active("Scrap Everything - Automatron.esp")'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'active("Mechanist Lair Overhaul.esp")'
|
|
subs: [ 'Mechanist Lair Overhaul' ]
|
|
|
|
- name: 'Deeper Thoughts (\(Curie\)|- (Expressive )?Curie)\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25050/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
condition: 'many("Deeper Thoughts (\(Curie\)|- (Expressive )?Curie)\.esp")'
|
|
subs: [ 'Deeper Thoughts - Curie plugin' ]
|
|
|
|
- name: 'Bess.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2348/' ]
|
|
inc: [ 'packbrahmin.esp' ]
|
|
clean:
|
|
# Version 1
|
|
- crc: 0xB1260E90
|
|
util: 'FO4Edit v3.2.31'
|
|
- name: 'packbrahmin.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/2348/' ]
|
|
inc: [ 'Bess.esp' ]
|
|
clean:
|
|
# Version 2
|
|
- crc: 0x9EAC8A5E
|
|
util: 'FO4Edit v3.2.31'
|
|
- name: 'Ushi.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15345/' ]
|
|
dirty:
|
|
# Version 1.42
|
|
- <<: *quickClean
|
|
crc: 0x8240D505
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 8
|
|
msg: [ *wildEdits ]
|
|
- name: 'BrahminPackMod.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/30436/' ]
|
|
dirty:
|
|
# Version 1.1
|
|
- <<: *quickClean
|
|
crc: 0x6B8C7589
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 355
|
|
udr: 12
|
|
msg: [ *wildEdits ]
|
|
- name: 'WhatsYourName\.es(l|p)'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25321/' ]
|
|
msg:
|
|
- <<: *patchIncluded
|
|
subs: [ 'FCOM - Fallout Commander' ]
|
|
condition: 'active("FCOM.esm") and not active("WhatsYourName-FCOM.esp")'
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'What''s Your Name plugin' ]
|
|
condition: 'many("WhatsYourName\.es(l|p)")'
|
|
- name: 'WhatsYourName.esl'
|
|
clean:
|
|
# Version 1.8.4
|
|
- crc: 0x3ADFCEDF
|
|
util: 'FO4Edit v4.0.2i'
|
|
- name: 'WhatsYourName.esp'
|
|
clean:
|
|
# Version 1.8.4
|
|
- crc: 0xD09CADCF
|
|
util: 'FO4Edit v4.0.2i'
|
|
- name: 'WhatsYourName-FCOM.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/25321/' ]
|
|
req:
|
|
- name: 'WhatsYourName.esp'
|
|
display: 'WhatsYourName.esp or WhatsYourName.esl'
|
|
condition: 'not file("WhatsYourName.esl")'
|
|
clean:
|
|
# Version 1.8.4
|
|
- crc: 0x555C1E4E
|
|
util: 'FO4Edit v4.0.2i'
|
|
- name: 'RenLightMod.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11527/' ]
|
|
dirty:
|
|
# v1.82
|
|
- <<: *quickClean
|
|
crc: 0x770B67B6
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 14
|
|
clean:
|
|
# v1.82 after QAC
|
|
- crc: 0x46D35E9C
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'MoreAGOMBz.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/27465/' ]
|
|
after:
|
|
- 'Better Settlement Defence.esp'
|
|
- 'SkjAlert_All_DLC.esp'
|
|
|
|
- name: 'SkjAlert_All_DLC.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4106/' ]
|
|
|
|
- name: 'MoreSpawns_High.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4253/' ]
|
|
after: [ 'MoreAGOMBz.esp' ]
|
|
|
|
- name: 'MoreSpawns_Medium.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/4253/' ]
|
|
after: [ 'MoreAGOMBz.esp' ]
|
|
|
|
# Better Series
|
|
- name: 'AtomCatGarage.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/14764/'
|
|
name: 'Better Atom Cats Garage'
|
|
dirty:
|
|
# version: 1.00 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0xDC85F4B1
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
udr: 1
|
|
# version: 1.00 before 2nd pass of quick clean
|
|
- <<: *quickClean
|
|
crc: 0x6F330CFF
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
# version: 1.01 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0x50132A36
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
clean:
|
|
# version: 1.00 after quick clean
|
|
- crc: 0xEC28F40C
|
|
util: 'FO4Edit v4.0.1'
|
|
# version: 1.01 after quick clean
|
|
- crc: 0x93B14301
|
|
util: 'FO4Edit v4.0.1'
|
|
- name: 'BetterBostonAirport.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13958/' ]
|
|
dirty:
|
|
# version: 1.00 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x7D70B245
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 46
|
|
udr: 15
|
|
nav: 7
|
|
# version: 1.00 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0xF57092DE
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
nav: 7
|
|
# version: 1.00 after 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x655D55A4
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 7
|
|
# version: 1.01 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x55F6C318
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 47
|
|
udr: 1
|
|
nav: 2
|
|
# version: 1.01 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x7B4CB67A
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
nav: 2
|
|
# version: 1.01 after 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0xA474B024
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 2
|
|
- name: 'CrimeTown.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/16594/'
|
|
name: 'Better Goodneighbor'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/59575/'
|
|
name: 'Better Goodneighbor Fixed ESP'
|
|
msg:
|
|
- <<: *patchUpdateAvailable
|
|
subs: [ '[Better Goodneighbor Fixed ESP](https://www.nexusmods.com/fallout4/mods/59575/)' ]
|
|
condition: 'not checksum("CrimeTown.esp", D72E81DD)'
|
|
dirty:
|
|
# version: 1.00 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x12E32660
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 217
|
|
udr: 50
|
|
nav: 2
|
|
# version: 1.00 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x9DCA07FF
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 2
|
|
# version: 1.01 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x305D7674
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 217
|
|
nav: 1
|
|
# version: 1.01 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x9429AA85
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
clean:
|
|
- crc: 0xD72E81DD
|
|
util: 'FO4Edit v4.0.4'
|
|
- name: 'DeadAirplane.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/17038/'
|
|
name: 'Better Skylanes Flight 1665 (Glowing Sea)'
|
|
dirty:
|
|
# version: 1.00 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0xB7248F22
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 7
|
|
udr: 140
|
|
# version: 1.00 before 2nd pass of quick clean
|
|
- <<: *quickClean
|
|
crc: 0x2173A62F
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
# version: 1.01 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0xA1837827
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 7
|
|
clean:
|
|
# version: 1.00 after quick clean
|
|
- crc: 0x0AC956AB
|
|
util: 'FO4Edit v4.0.1'
|
|
# version: 1.04 after quick clean
|
|
- crc: 0xCC4B7FA9
|
|
util: 'FO4Edit v4.0.1'
|
|
- name: 'PlaneWreck.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/12827/'
|
|
name: 'Better Skylanes Flight 1981 Crash-site'
|
|
dirty:
|
|
# version: 1.2 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0xC2B782AA
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 18
|
|
udr: 4
|
|
# version: 1.2 before 2nd pass of quick clean
|
|
- <<: *quickClean
|
|
crc: 0x2C98E514
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
# version: 1.3 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0xAF3BAF0C
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 18
|
|
clean:
|
|
# version: 1.2 after quick clean
|
|
- crc: 0x71DD1775
|
|
util: 'FO4Edit v4.0.1'
|
|
# version: 1.3 after quick clean
|
|
- crc: 0xD8AF0FCB
|
|
util: 'FO4Edit v4.0.1'
|
|
- name: 'TrainBar.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/15388/'
|
|
name: 'Better The Third Rail'
|
|
dirty:
|
|
# version: 1.00 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0xF22C4856
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 24
|
|
udr: 130
|
|
nav: 1
|
|
# version: 1.00 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x73B44475
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
# version: 1.01 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x4B435470
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 24
|
|
udr: 130
|
|
nav: 1
|
|
# version: 1.01 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x1576DEE9
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
# version: 1.02 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x65550C3A
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 24
|
|
nav: 1
|
|
# version: 1.02 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x21A91F2C
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 1
|
|
- name: 'UFOCrashSite.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/13521/'
|
|
name: 'Better UFO Crash Site'
|
|
dirty:
|
|
# version: 1.02 before quick clean
|
|
- <<: *quickClean
|
|
crc: 0x5ABD3880
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
# version: 1.02 after quick clean
|
|
- crc: 0x5E6027A3
|
|
util: 'FO4Edit v4.0.1'
|
|
# Mika999s Better Series Merged
|
|
- name: 'BetterMikaMerged.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18557/' ]
|
|
dirty:
|
|
# version: 1.0 before quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x7581A517
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 315
|
|
udr: 340
|
|
nav: 10
|
|
# version: 1.0 before 2nd pass of quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x366B5B2F
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
nav: 10
|
|
# version: 1.0 after quick clean
|
|
- <<: *reqManualFix
|
|
crc: 0x7261A48B
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 10
|
|
- name: 'BetterMikaMerged-1_1main.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18557/' ]
|
|
dirty:
|
|
# version: 1.1 before quick clean (Better Goodneighbor and The Third Rail)
|
|
- <<: *reqManualFix
|
|
crc: 0xBDCE6FC7
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 238
|
|
udr: 180
|
|
nav: 3
|
|
# version: 1.1 before 2nd pass of quick clean (Better Goodneighbor and The Third Rail)
|
|
- <<: *reqManualFix
|
|
crc: 0xA9B2D7D0
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 3
|
|
# version: 1.2 before quick clean (Better Goodneighbor and The Third Rail)
|
|
- <<: *reqManualFix
|
|
crc: 0x4B387286
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 3
|
|
- name: 'BetterMikaMerged-1_1UCS-DA-PW-ACG.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18557/' ]
|
|
dirty:
|
|
# version: 1.1 before quick clean (Everything but Better Goodneighbor- Boston Airport- and The Third Rail)
|
|
- <<: *quickClean
|
|
crc: 0x927DE20A
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 33
|
|
udr: 145
|
|
# version: 1.1 before 2nd pass of quick clean (Everything but Better Goodneighbor- Boston Airport- and The Third Rail)
|
|
- <<: *quickClean
|
|
crc: 0x8E6F3127
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
# version: 1.2 before quick clean (Everything but Better Goodneighbor- Boston Airport- and The Third Rail)
|
|
- <<: *quickClean
|
|
crc: 0x389AE824
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 9
|
|
clean:
|
|
# version: 1.1 + 1.2 after quick clean (Everything but Better Goodneighbor- Boston Airport- and The Third Rail)
|
|
- crc: 0xD2BDE2B6
|
|
util: 'FO4Edit v4.0.1'
|
|
- name: 'BetterMikaMerged-1_1nocttb.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/18557/' ]
|
|
dirty:
|
|
# version: 1.1 before quick clean (Remaining Series Content)
|
|
- <<: *reqManualFix
|
|
crc: 0xC2E4CB5A
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 79
|
|
udr: 160
|
|
nav: 7
|
|
# version: 1.1 before 2nd pass of quick clean (Remaining Series Content)
|
|
- <<: *reqManualFix
|
|
crc: 0xBD2A66C4
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
nav: 7
|
|
# version: 1.2 before quick clean (Remaining Series Content)
|
|
- <<: *reqManualFix
|
|
crc: 0xDE226B93
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 10
|
|
nav: 7
|
|
# version: 1.1 + 1.2 after quick clean (Remaining Series Content)
|
|
- <<: *reqManualFix
|
|
crc: 0xACAD0C17
|
|
util: '[FO4Edit v4.0.1](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 7
|
|
|
|
- name: 'Pipsy.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/34304/' ]
|
|
dirty:
|
|
# version: 2.0
|
|
- <<: *quickClean
|
|
crc: 0xB852EDE4
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
# version: 2.0, after QAC
|
|
- crc: 0xE9DF79EF
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'Stm_DiamondCityExpansion.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/21853/' ]
|
|
after:
|
|
- 'DCGuard_Overhaul.esp'
|
|
- 'Depravity.esp'
|
|
- 'Vault4.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xC7AF89D0
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 282
|
|
|
|
- name: 'DCGuard_Overhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/40267/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xFF309CF6
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
- crc: 0x7EF2EAA5
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'TheSewers.esm'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/45663/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x8E7565B3
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 24
|
|
clean:
|
|
- crc: 0x716E4694
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'Crossbow.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/10484/'
|
|
name: 'Crossbows of the Commonwealth'
|
|
|
|
- name: 'LoreFriendlySurvivalChems.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/15275/' ]
|
|
after: [ 'VIS-G Item Sorting.esp' ]
|
|
|
|
- name: 'DeadlierDeathclaws.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13822/' ]
|
|
|
|
- name: 'Edit_Hancock.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12029/' ]
|
|
|
|
- name: 'FOFW_ALL_IN_ONE_VANILLA.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9363/' ]
|
|
after: [ 'Unique NPCs.esp' ]
|
|
|
|
- name: 'Live Action Handy.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9571/' ]
|
|
|
|
- name: 'RaiderOverhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/9103/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x9D6A0A63
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 25
|
|
# Better Locational Damage Replacer plugin
|
|
- <<: *quickClean
|
|
crc: 0x7334977F
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 6
|
|
clean:
|
|
- crc: 0x7D50E7B2
|
|
util: 'FO4Edit v4.0.2f'
|
|
# Better Locational Damage Replacer plugin, after QAC
|
|
- crc: 0x175A4D15
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'SanctuaryNPCsOverhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/28810/' ]
|
|
after:
|
|
- 'FOFW_ALL_IN_ONE_VANILLA.esp'
|
|
- 'Unique NPCs.esp'
|
|
|
|
- name: 'Synth Overhaul.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/9525/'
|
|
name: 'Synth Overhaul - C.A.S.T'
|
|
dirty:
|
|
# Complete (AWKCR)
|
|
- <<: *quickClean
|
|
crc: 0x615A440B
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
# Complete (AWKCR + AE)
|
|
- <<: *quickClean
|
|
crc: 0x0882A1A0
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
# Complete (No AWKCR)
|
|
- <<: *quickClean
|
|
crc: 0x739BD604
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'Yagisan_WO_Better_Caravans.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/33787/' ]
|
|
after: [ 'Unique NPCs - Creatures and Monsters.esp' ]
|
|
|
|
- name: 'Enhanced Commonwealth Wardrobe.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/28620/' ]
|
|
after: [ 'Mercenary.esp' ]
|
|
|
|
- name: 'FALLOUT4WT.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/17103/' ]
|
|
|
|
- name: 'Mercenary.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/20088/' ]
|
|
|
|
- name: 'Minuteman Watchtowers.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/30363/' ]
|
|
dirty:
|
|
# version: 0.1
|
|
- <<: *quickClean
|
|
crc: 0x4EAAA5D7
|
|
util: '[FO4Edit v4.0.2](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 11
|
|
clean:
|
|
# version: 0.1 - After Quick Clean
|
|
- crc: 0x815F6E09
|
|
util: 'FO4Edit v4.0.2'
|
|
|
|
- name: '(AtomicRadio|3DNPC_FO4)(_DLC|Settler)?.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/8704/'
|
|
name: 'Atomic Radio and Tales from the Commonwealth'
|
|
- name: 'AtomicRadio.esp'
|
|
clean:
|
|
# version: 2.6
|
|
- crc: 0x3DED15D9
|
|
util: 'FO4Edit v4.0.2'
|
|
- name: '3DNPC_FO4.esp'
|
|
dirty:
|
|
# version: 3.01
|
|
- <<: *quickClean
|
|
crc: 0xEC6C547B
|
|
util: '[FO4Edit v4.0.2](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 31
|
|
clean:
|
|
# version: 3.01
|
|
- crc: 0x9F8C2A1B
|
|
util: 'FO4Edit v4.0.2'
|
|
- name: '3DNPC_FO4_DLC.esp'
|
|
dirty:
|
|
# version: 2.5
|
|
- <<: *quickClean
|
|
crc: 0x2289431A
|
|
util: '[FO4Edit v4.0.2](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
clean:
|
|
# version: 2.5
|
|
- crc: 0x9C2DC712
|
|
util: 'FO4Edit v4.0.2'
|
|
- name: '3DNPC_FO4Settler.esp'
|
|
clean:
|
|
# version: 3.12
|
|
- crc: 0xC2E3863A
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'SOTS.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/27870/'
|
|
name: 'South of The Sea'
|
|
dirty:
|
|
# version: 1.00-Beta
|
|
- <<: *reqManualFix
|
|
crc: 0x7DA7D888
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 205
|
|
udr: 831
|
|
nav: 83
|
|
# version: 1.00-Beta, after QAC
|
|
- <<: *reqManualFix
|
|
crc: 0xFC00069D
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 83
|
|
|
|
- name: 'JonsMod.esm'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/32911/'
|
|
name: 'Northern Springs DLC'
|
|
dirty:
|
|
# version: Beta-1B
|
|
- <<: *reqManualFix
|
|
crc: 0x2BEB494C
|
|
util: '[FO4Edit v4.0.2](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 131
|
|
nav: 9
|
|
# version: Beta-1B, after QAC
|
|
- <<: *reqManualFix
|
|
crc: 0x4C7A2C75
|
|
util: '[FO4Edit v4.0.2](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
nav: 9
|
|
|
|
- name: 'CaN.es(m|p)'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/19040/'
|
|
name: '(CaN) Crimes against Nature'
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Crimes against Nature' ]
|
|
condition: 'many("CaN.es(m|p)")'
|
|
- name: 'CaN.esp'
|
|
msg: [ *obsolete ]
|
|
|
|
- name: 'X-02 PipboyLight Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/16232/' ]
|
|
req:
|
|
- name: 'Pip-Boy Flashlight.esp'
|
|
display: '[Pip-Boy Flashlight (Pipboy - Power Armor - Lamp Overhaul)](https://www.nexusmods.com/fallout4/mods/10840)'
|
|
dirty:
|
|
# version: 1.3
|
|
- <<: *quickClean
|
|
crc: 0x90A6556B
|
|
util: '[FO4Edit v4.0.2](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
# version: 1.3, after QAC
|
|
- crc: 0xCA5805CF
|
|
util: 'FO4Edit v4.0.2'
|
|
# version: 1.1
|
|
- crc: 0x6457CC6D
|
|
util: 'FO4Edit v4.0.2'
|
|
- name: 'BobbleMagazine.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/12490/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x0C35F87A
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
udr: 138
|
|
clean:
|
|
- crc: 0xBEABFE18
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'AzarPonytailHairstyles.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/8126/' ]
|
|
clean:
|
|
- crc: 0x13161D0A
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Marmo1233 - Immersive Settlers.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/23391/' ]
|
|
clean:
|
|
- crc: 0x5FD8E15C
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Eli_Armour_Compendium.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22431/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xDD0BDC85
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
clean:
|
|
- crc: 0x8715CF62
|
|
util: 'FO4Edit v4.0.2f'
|
|
- name: 'Eli Armor Compendium AE Patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/22431/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xE40FB60A
|
|
util: '[FO4Edit v4.0.2f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
clean:
|
|
- crc: 0x9E3E233E
|
|
util: 'FO4Edit v4.0.2f'
|
|
|
|
- name: 'AGNISNikaCola01-XDI patch.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/41194/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD7FA9066
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5246
|
|
clean:
|
|
- crc: 0xD8715F52
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'MechanistsLair_\w+\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/11490/' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Mechanist Lair Expanded plugin' ]
|
|
condition: 'many("MechanistsLair_\w+\.esp")'
|
|
- name: 'MechanistsLair_fix_only.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xEF7399E0
|
|
util: '[FO4Edit v4.0.2j](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 13
|
|
- name: 'MechanistsLair_V1.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x1E42B3E3
|
|
util: '[FO4Edit v4.0.2j](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 11
|
|
- name: 'MechanistsLair_V2.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x7DD23517
|
|
util: '[FO4Edit v4.0.2j](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 11
|
|
- name: 'MechanistsLair_V3.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x7DBD6DA2
|
|
util: '[FO4Edit v4.0.2j](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 11
|
|
- name: 'MechanistsLair_V4.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x2DFE73AE
|
|
util: '[FO4Edit v4.0.2j](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 11
|
|
|
|
- name: 'Immersive Fallout - (Movement|Real Recoil|Unforgiving Recoil|Vanilla Laser|Vanilla Player).*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/30151/' ]
|
|
after: [ 'Z_Horizon.esp' ]
|
|
|
|
- name: 'RAW INPUT.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/27019/' ]
|
|
after: [ 'Z_Horizon.esp' ]
|
|
|
|
- name: 'Better Locational Damage.*\.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/3815/' ]
|
|
- name: 'Better Locational Damage.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xBA2C93C8
|
|
util: '[FO4Edit v4.0.3f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
- name: 'Better Locational Damage - DLC_Automatron.esp'
|
|
req: [ 'Better Locational Damage.esp' ]
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x3CC876EC
|
|
util: '[FO4Edit v4.0.3f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
- name: 'Better Locational Damage - DLC_Far_Harbor.esp'
|
|
req: [ 'Better Locational Damage.esp' ]
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x647CE531
|
|
util: '[FO4Edit v4.0.3f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
- name: 'Better Locational Damage - DLC_Nuka_World.esp'
|
|
req: [ 'Better Locational Damage.esp' ]
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
clean:
|
|
- crc: 0x45B610DA
|
|
util: 'FO4Edit v4.0.3f'
|
|
- name: 'Better Locational Damage - DLC_WWorkshop.esp'
|
|
req: [ 'Better Locational Damage.esp' ]
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
clean:
|
|
- crc: 0x41BF8527
|
|
util: 'FO4Edit v4.0.3f'
|
|
- name: 'Better Locational Damage - Ghoul Edition.esp'
|
|
req: [ 'Better Locational Damage.esp' ]
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
clean:
|
|
- crc: 0x83E416AF
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Better Locational Damage_ Raider Overhaul_Valdacil_Patch.esp'
|
|
clean:
|
|
- crc: 0x2C0E3B03
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Better Locational Damage - Valdacil''s Item Sorting - Patch.esp'
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
clean:
|
|
- crc: 0xBAB7FB03
|
|
util: 'FO4Edit v4.0.3'
|
|
- name: 'Better VATS - 0.75.esp'
|
|
msg: [ *alreadyIn_WSE_BLD_Patch ]
|
|
- name: 'BLD - Leveled Lists - DLC.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xB228B5D7
|
|
util: '[FO4Edit v4.0.3f](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
|
|
- name: 'Winter Overhaul.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/28665/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xFDDC0A09
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 104
|
|
udr: 63
|
|
clean:
|
|
- crc: 0xB748A59E
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'GRIM.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/46711/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x613CC196
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 227
|
|
udr: 2
|
|
|
|
- name: 'Compact - CroupManorBasementWorkshop.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/36614/'
|
|
name: 'Compact - Croup Manor Basement - Settlement Workshop'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xD9C4B791
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 13
|
|
udr: 53
|
|
clean:
|
|
- crc: 0xC5DC1B5E
|
|
util: 'FO4Edit v4.0.3'
|
|
|
|
- name: 'Be Exceptional.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/28222/'
|
|
name: 'Be Exceptional - Skills and Perk Overhaul'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x649BC85D
|
|
util: '[FO4Edit v4.0.3](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'Take It In - A Silent Radio Mod.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/54162/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x9A660617
|
|
util: '[FO4Edit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 5
|
|
clean:
|
|
- crc: 0xB0CE38E4
|
|
util: 'FO4Edit v4.0.3h (Hotfix 1)'
|
|
|
|
- name: 'Skip New Game Intro.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/28562/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xA99E0D9B
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 3
|
|
|
|
- name: 'ArmorWeight.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/51002/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x57DD6553
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'CheatTerminal.esp'
|
|
url: [ 'https://www.nexusmods.com/fallout4/mods/13285/' ]
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x6E9E192A
|
|
util: '[FO4Edit v4.0.4b](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 4
|
|
|
|
- name: '__Fortune_Finder_Leveling.esp'
|
|
url:
|
|
- link: 'https://www.afkmods.com/index.php?/files/file/2410-fortune-finder-leveling/'
|
|
name: 'Fortune Finder Leveling (AFK Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4241028/'
|
|
name: 'Fortune Finder Leveling (Bethesda.net Mods)'
|
|
clean:
|
|
- crc: 0x3336AF55
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
|
|
- name: '__Wheres_the_rum.esp'
|
|
url:
|
|
- link: 'https://www.afkmods.com/index.php?/files/file/2420-wheres-the-rum/'
|
|
name: 'Where''s The Rum (AFK Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4242093/'
|
|
name: 'Where''s The Rum (Bethesda.net Mods)'
|
|
clean:
|
|
- crc: 0xD05EEA03
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
|
|
- name: '__Working_Kitchen_Appliances.esp'
|
|
url:
|
|
- link: 'https://www.afkmods.com/index.php?/files/file/2414-working-kitchen-appliances/'
|
|
name: 'Working Kitchen Appliances (AFK Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4241177/'
|
|
name: 'Working Kitchen Appliances (Bethesda.net Mods)'
|
|
clean:
|
|
- crc: 0x693933C3
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
|
|
- name: '_Complete_Raider_Power_Armor.esp'
|
|
url:
|
|
- link: 'https://www.afkmods.com/index.php?/files/file/2415-re-spawning-raiders-in-full-power-armor/'
|
|
name: 'Re-Spawning Raiders in Full Power Armor (AFK Mods)'
|
|
- link: 'https://bethesda.net/en/mods/fallout4/mod-detail/4241257/'
|
|
name: 'Re-Spawning Raiders in Full Power Armor (Bethesda.net Mods)'
|
|
clean:
|
|
- crc: 0x17ED1071
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
|
|
- name: 'Another Pine Forest (Mod|Trees Only|Winter)\.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/54027/'
|
|
name: 'Another Pine Forest Mod'
|
|
inc: [ 'Boston Natural Surroundings.esp' ]
|
|
msg:
|
|
- <<: *useOnlyOneX
|
|
subs: [ 'Another Pine Forest plugin' ]
|
|
condition: 'many("Another Pine Forest (Mod|Trees Only|Winter)\.esp")'
|
|
- name: 'Another Pine Forest Mod.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x6ABC1475
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
- name: 'Another Pine Forest Trees Only.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0xC90068E2
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
- name: 'Another Pine Forest Winter.esp'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x5864E5A8
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 13
|
|
|
|
- name: '0_Vault120.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/58514/'
|
|
name: '20 Leagues Under the Sea - Vault 120'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x82C7B038
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'Swinging Meat Bags.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/users/3463396/'
|
|
name: 'Swinging Animated Meat Bags'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x70647AA7
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
udr: 1
|
|
|
|
- name: 'Grasslands - Healthy.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/11267/'
|
|
name: 'GRASSLANDS - A Fallout 4 Grass Overhaul'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x4F0BB9FE
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 2
|
|
|
|
- name: 'Vault-Tec Workshop Overhaul Redux.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/43643/'
|
|
name: 'Vault-Tec Workshop Overhaul Redux (VTWOR)'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x1C414628
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 1
|
|
|
|
- name: 'BetterCoastalWaves.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/58035/'
|
|
name: 'Flowing Rivers - Better Coastal Waves got an update'
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/47153/'
|
|
name: 'Better Coastal Waves - Wilder Water'
|
|
dirty:
|
|
# Flowing Rivers
|
|
- <<: *quickClean
|
|
crc: 0x4706BF27
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 21
|
|
# Better Coastal Waves
|
|
- <<: *quickClean
|
|
crc: 0xDDA9F5D3
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 18
|
|
- name: 'BetterCoastalWaves.esl'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/47153/'
|
|
name: 'Better Coastal Waves - Wilder Water'
|
|
dirty:
|
|
- <<: *quickClean
|
|
crc: 0x41510FF3
|
|
util: '[FO4Edit v4.0.4](https://www.nexusmods.com/fallout4/mods/2737)'
|
|
itm: 18
|
|
|
|
- name: 'DLC items to manufacturing.esp'
|
|
url:
|
|
- link: 'https://www.nexusmods.com/fallout4/mods/18345/'
|
|
name: 'Manufacturing Extended Expanded'
|
|
after: [ 'ManufacturingExtended.esp' ]
|
|
clean:
|
|
- crc: 0xB1359D8F
|
|
util: 'FO4Edit v4.0.4'
|