About this mod
A patch aimed at fixing some small issues in Additional Hearthfire Dolls.
- Requirements
- Permissions and credits
- Changelogs
All plugins are esl flagged.
Load Order:
AdditionalHearthfireDolls.esp
AdditionalHFDollsPassivesPatch.esp
(only if you want the passives)
AdditionalHearthfireDollsFixesPass.esp OR AdditionalHearthfireDollsFixesNoPass.esp
(must be above LOTD Official Patch so a few spelling changes get overwritten)
DBM_AdditionalHFDolls_Patch.esp
(LOTD users only)
Update Log:
1.3
Removed an ITM from both versions. Was originally meant for LOTD, but the load order given makes it no longer required.
Fixed a bug where the passives were pointing to the replacer version of this mod. They should now be working correctly.
1.2
Very small update, this is simply meant to improve mod compatibility by changing it into a patch rather than a replacer. Now, there are four files:
Chose one:
- Passives
- Non-passives
- FLM patch file
- FLM patch file for LOTD
To make sure it is working, check C:\Users\YourName\Documents\My
Games\Skyrim Special Edition\SKSE\FormListManipulator.log after running
the game once, where it should say 41 toys were added in boy and girl
toys each.
Scripts: Passives Only
HFD_AddSpellOnItemAdded
- Added a PlayerRef property to replace instances of Game.GetPlayer(). At minimum, it was being called twice every time it ran. In terms of efficiency, this change dropped it from an average 31 ms to 19 ms when going through an autosorter, a 33% decrease. While these gains are very unlikely to be noticed (with the current 24 dolls with passives, it saves like 0.288 seconds), this current implementation ensures more passives can be processed within the same amount of time.
- Removed true boolean from AddSpell function, as by default it is true. This has no performance impact.
- Oops, forgot to remove the Debug line in the script after uploading. Fixed. :l
The script and quest to add the dolls to formlist _GiftList has been removed. This was done as there are better ways to ensure formlist compatibility. The formlist _ItemList will remain to ensure compatibility with the LOTD Patch.As a consequence, FormList Manipulator - FLM will now be required. If it is not installed, the mod will still work, but the modded dolls will not be giftable.Note that the FLM patch in FormList Manipulator - Patch Collection 1.2.1 is currently missing several dolls, so you need to deselect that option in the FOMOD. This may change when it eventually updates.
1.0
USSEP 4.3.2 records forwarded in:
Cells:
- WindhelmPalaceUpstairs02
- Cells - DawnstarBarracks
- Cells - HighHrothgar
- Cells - BlackreachZCell08
- Cells - DushnikhYalLonghouse
- Cells - WindhelmBloodworks
- Cells - DawnstarSilussHouse
- Cells - FalkreathBarracks
- POIFallForest28
Doll Locations:
- Moved the Markarth Guard Doll slightly higher so it no longer spawns under the bed.
- Moved the Dragon Plate Doll to the left side of the table as it was placed on top of a book and potion spawn in vanilla.
Spelling:
Both versions
Archmage Doll
- Recover Magicka <25>% faster. -> Magicka regenerates <25>% faster.
- Note: Consistency with Skyrim's wording, e.g. Magicka regenerates <mag>% faster.
- Time between shouts is reduced <15>% and Carrying Capacity increased by <10> additional points. -> Time between shouts is reduced <15>% and carrying capacity increased by <10> additional points.
- Note: Space removed and lowercase was due to Fortify Carry Weight describing it as such.
- Provides +<5> point bonus to Two Handed -> Provides +<5> point bonus to Two-Handed.
- Note: Missing period and hyphen in accordance to Skyrim's spelling.
- Time between shouts is reduced <25>% -> Time between shouts is reduced <25>%.
- Note: Period added.
- Provides +<15>% Resistance to Frost. - > Provides +<15>% resistance to Frost.
- Note: Lowercase as Skyrim's Nord Passive is "Your Nord blood gives you 50% resistance to Frost."
- Carrying Capacity increased by <10> additional points. -> Carrying capacity increased by <10> additional points.
- Note: Lowercase was due to Fortify Carry Weight describing it as such.
- Recover Health in combat <20>% faster. -> Health regenerates in combat <20>% faster.
- Note: Consistency with Skyrim's wording, e.g. Magicka regenerates <mag>% faster.
- Carrying Capacity increased by <20> additional points. -> Carrying capacity increased by <20> additional points.
- Note: Lowercase was due to Fortify Carry Weight describing it as such.
- Psiijic and Psiijic Doll Bonus -> Psijic and Psijic Doll Bonus.
- Note: Spelling mistake.
- Provides +<5> point bonus to One Handed. -> Provides +<5> point bonus to One-Handed.
- Note: Hyphen in accordance to Skyrim's spelling.
- Steelplate -> Steel Plate.
- Note: Steel Plate is consistent with Skyrim's spelling. This fix already exists in the LOTD Patch.
- Recover Stamina <20>% faster. -> Stamina regenerates <20>% faster.
- Note: Consistency with Skyrim's wording, e.g. Magicka regenerates <mag>% faster.
- Recover Magicka and Stamina <10>% faster. -> Magicka and Stamina regenerates <10>% faster.
- Note: Consistency with Skyrim's wording, e.g. Magicka regenerates <mag>% faster.
Passives:
Frost Atronach Doll
- Magic item description was removed from the spell effect since you're not meant to see it.
- Magic Effect: Fortify Health Recovery was renamed to Fortify Health Recovery in Combat to better reflect the effect it had.
- While not bugged, it did not visually apply a bonus to Archery as the actor value affected was Marksman Modifier. As these two are outliers compared to the rest, the value was changed to Archery.
- Magic item description was removed from the spell effect since you're not meant to see it.
- While not bugged, it did not visually apply a bonus to Alteration as the actor value affected was Alteration Modifier. As these two are outliers compared to the rest, the value was changed to Alteration.
- Magic item description was removed from the spell effect since you're not meant to see it.
Spelling:
Reverted: Dragon Plate -> Dragonplate
- Note: The Dragon Plate change is because the items in-game are spelt "Dragonplate", which is consistent with the other Dragon themed items e.g. Dragonscale, Dragonbone. Creation Club - Alternate Armors does describe it as "Dragon Plate" in the title and description, but the items in-game are called "Dragonplate", as well as the items they were based off in the Blades mobile game. Other items with plate in their name do follow the spacing scheme e.g. Iron Plate, Orcish Plate. Based on the vanilla treatment of dragon items in Skyrim and Blades, the Dragon item naming scheme has a higher priority over the Plate item naming scheme, therefore "Dragonplate" seems to be the correct name. Thank you for coming to my TED talk.
- Note: Consistent with Skyrim's spelling.
Credits:
kelretu and contributors for the original mod
lecdabster for finding the doll's locations