Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Glanzer

Uploaded by

Glanzer

Virus scan

Safe to use

Tags for this mod

About this mod

Small patch to a single Hunterborn script so that it recognizes that Skills of the Wild version 1.10 is installed so that the 2 mods work together.

Requirements
Permissions and credits
Changelogs
This is a small change to a single script (_DS_HB_MAIN.pex) in Hunterborn SE MCM so that it can detect that Skills of the Wild version 1.10 is installed. This ONLY works for version 1.10 of SOTW; using it with any other version won't work and will actually PREVENT the mods from working together.

Here is the change:

BEFORE:
dsGlobals.isSkillsOfTheWildLoaded = Game.GetFormFromFile(0x01007B, "SkillsOfTheWild.esp") ;_CCCookingScript [QUST: 0501007B]

AFTER:
dsGlobals.isSkillsOfTheWildLoaded = Game.GetFormFromFile(0x805, "SkillsOfTheWild.esp") ;_CCCookingScript [QUST: FExxx805]

Notice that the only difference is the formid. The formid changed when the SOTW plugin was compacted in version 1.10.


There are two versions of the script, be sure to download the one you need:

Hunterborn SE MCM + SOTW 1.10
 === OR ===
Hunterborn SE MCM + SOTW 1.10 + Hunterborn - Alchemy Requires Bottles Redux patch


HARD REQUIREMENTS:
Hunterborn SE MCM
Skills of the Wild - New Campfire Survival Skill Trees (VERSION 1.10)

OPTIONAL REQUIREMENT:
Hunterborn - Alchemy Requires Bottles Redux patch