0 of 0

File information

Last updated

Original upload

Created by

Panda

Uploaded by

Evi1Panda

Virus scan

Safe to use

Tags for this mod

About this mod

Hook for F4SE functions ChangeHeadPart and ChangeHeadPartRemovePart to
1. Replace it with threadsafe implementation.
2. Implement base TESNPC searching.

Requirements
Permissions and credits
Changelogs
Fallout 4 1.10.163 (OLDGEN) ONLY!

I found this when I was making the Diverse Bodies Redux mod, and it has this fix already built in. But I thought it might be useful to someone else, so I made this separately.

Hook for F4SE functions ChangeHeadPart and ChangeHeadPartRemovePart to
1. Replace it with threadsafe implementation.
2. Implement base TESNPC searching.

Original ChangeHeadPart functions doesn't safe if you're using in threads. For example if you need to do something with many characters head - you will get crash. Most likely there will be lines "pendingActorHeadData" in log.

SOURCES