Here’s a helpful, concise review for on Skyrim Special Edition (version 1.5.97) — which corresponds to Game version 1.5.97 (pre-AE, the final SSE build before the Anniversary Edition update).
For many Skyrim Special Edition (SSE) players, version remains the "Golden Era." It is the last version before the Anniversary Edition (AE) updates fundamentally changed the Script Extender (SKSE) landscape. Because 1.5.97 is the most stable base for many legacy mods, getting RaceMenu to work correctly is the top priority for character customization. racemenu for skyrim se 1597 work
RaceMenu is a foundational mod for Skyrim Special Edition (SSE), but version 1.5.97 requires specific attention due to the "Anniversary Edition" update split. The Compatibility Conflict In late 2021, Bethesda updated Skyrim SE to version 1.6+. Version 1.5.97 is known as "Pre-AE." Version 1.6+ is known as "Anniversary Edition" (AE). RaceMenu relies on Plugins for 1.6+ will work on 1.5.97. Required Versions for 1.5.97 🛡️ Getting RaceMenu to Work on Skyrim SE 1
For game version 1.5.97, install the following specific files: You need Version 0.4.16 (released Oct 4, 2020). Go to the RaceMenu Nexus page (Mod ID: 29624)
Before installing RaceMenu, you must have the correct version of . The Version: You need SKSE64 version 2.0.17 or 2.0.19 .
Event OnSliderRequest(int sliderKey, bool selected) ; Called when RaceMenu loads values if sliderKey == 200 SetSliderValue(200, colorData[0]) elseif sliderKey == 201 SetSliderValue(201, colorData[1]) elseif sliderKey == 202 SetSliderValue(202, colorData[2]) elseif sliderKey == 203 SetSliderValue(203, colorData[3]) endif EndEvent