The release of Skyrim Special Edition (SE) update 1.6 (the Anniversary Edition pre-patch) disrupted the modding community by updating the game's compiler. For many players, version 1.5.97 remains the definitive version for modding due to its unparalleled stability and legacy mod compatibility.
"RaceMenu.dll: plugins\RaceMenu.dll (00000001) reported as incompatible during load."
If you have the correct versions but still don't see the RaceMenu sliders: Delete Conflicting UI Files : Navigate to Data/Interface in your Skyrim folder and delete the file racesex_menu.swf racemenu for skyrim se 1597 work
Install RaceMenu OverlayFix and Various Mod Fixes . This mod fixes multiple RaceMenu crashes on both 1.6.1170 and 1.5.97, resolves morph application issues, and includes a workaround for corrupted RaceMenu saves. The author has also released an experimental skee64 backports release that backports normal recalculation features to 1.5.97.
; Find the scar overlay (slot 7 is typically the scar layer in overlay system) ; We'll apply to all overlays that contain "scar" in their name or path int numOverlays = NiOverride.GetNumOverlays(player, 7) ; 7 = Face overlay int i = 0 while i < numOverlays string overlayPath = NiOverride.GetOverlayPath(player, 7, i) if overlayPath != "" && StringUtil.Find(overlayPath, "scar", 0) != -1 ; Apply color multiply NiOverride.AddOverrideFloat(player, 7, i, 3, colorData[0]) ; Red mult NiOverride.AddOverrideFloat(player, 7, i, 4, colorData[1]) ; Green mult NiOverride.AddOverrideFloat(player, 7, i, 5, colorData[2]) ; Blue mult NiOverride.AddOverrideFloat(player, 7, i, 6, colorData[3]) ; Alpha mult endif i += 1 endWhile The release of Skyrim Special Edition (SE) update 1
If your game crashes or you see an error message upon starting a new game, check these common pitfalls:
. This specific version was the final release before the game's update to the "Anniversary Edition" (1.6.x) environment, which changed how the Script Extender (SKSE) interacts with the game's executable. Essential Setup Requirements This mod fixes multiple RaceMenu crashes on both 1
If you are reading this because you saw "1597" and "work" together, you might be on AE (1.6.640) trying to force RaceMenu to work.
Ensure you are using the corresponding version of the Skyrim Script Extender (SKSE64) for 1.5.97. Stability:
As the Skyrim community continues to evolve, it's likely that we'll see further updates and developments to the RaceMenu mod. The modder has already demonstrated a commitment to updating the mod to ensure compatibility with future versions of Skyrim SE. With the ongoing support and engagement from the community, it's exciting to think about what the future holds for this mod and the wider Skyrim modding scene.