I spent this morning tracking down the reason that my followers' high heels end up in the ground most of the times when I load a game. There seems to be an interaction with the memory manager override that is causing the RaceMenu NIOverride functionality to fail for followers wearing high heeled boots/shoes.
Setting bOverrideMemoryManager = false makes the high heels work consistently.
As a programmer myself I am aware the root problem may be in RaceMenu, but I'm not sure if Expired6978 is active these days.
The issue is most noticeable when using Nether's Follower Framework to set up follower outfits that have high heeled footwear.
Note: If I try to update this in my main game (1200 mods or so, mostly followers) I get a CTD when I load the game from the main menu.
I spent this morning tracking down the reason that my followers' high heels end up in the ground most of the times when I load a game. There seems to be an interaction with the memory manager override that is causing the RaceMenu NIOverride functionality to fail for followers wearing high heeled boots/shoes.
Setting
bOverrideMemoryManager = falsemakes the high heels work consistently.As a programmer myself I am aware the root problem may be in RaceMenu, but I'm not sure if Expired6978 is active these days.
The issue is most noticeable when using Nether's Follower Framework to set up follower outfits that have high heeled footwear.
Note: If I try to update this in my main game (1200 mods or so, mostly followers) I get a CTD when I load the game from the main menu.