Creation Kit Skyrim | Se 1.5.97 New!
Creation Kit (CK) with Skyrim Special Edition 1.5.97
To successfully use the , you must synchronize the CK version with your game version, as modern Steam downloads provide a 1.6+ version that is incompatible with the older 1.5.97 executable. Essential Setup for 1.5.97
1. The Official Creation Kit (for SE)
- Create a clear workspace folder (e.g., Documents/SKSE/mods/MyMod).
- Launch Creation Kit with administrator rights. In the Data window, load only the masters your mod requires (e.g., Skyrim.esm, Update.esm). Avoid loading unnecessary DLC/ESMs to reduce memory/potential conflicts.
- Create a new plugin: File → New, then save as MyMod.esp. Set the Header with an author and description.
- Use Object Window to find and duplicate existing records when appropriate (right-click → Duplicate → edit). Duplicate rather than editing masters to maintain compatibility.
- Edit records: rename EditorIDs, set FormIDs, change stats, meshes, textures, and scripts. Keep EditorIDs unique and descriptive.
- Master dependencies: Declare required masters clearly in your mod description and packaging.
- SSE vs Oldrim: Assets created for SSE (64-bit) perform differently than Oldrim (32-bit). Porting requires attention to scripts and SKSE plugin dependencies.
- SKSE/Native plugins: If your mod needs SKSE or binary plugins, ensure compatibility with the specific SKSE and runtime versions. For v1.5.97-era SKSE, users must run matching SKSE builds.
- Packaging: Ship only what you changed. Keep asset folders organized (Meshes, Textures, Scripts) and use a clear README with install/load order instructions.
Recommended workflow