SkyrimSE:Convert SkyrimLE plugins to SkyrimSE

From Step Mods | Change The Game
Skyrimse flare.png

Covert SkyrimLE plugins to SkyrimSE

A guide on how to port mods to Skyrim Special Edition

by: The Step Team

This Guide covers the general process for converting Skyrim Legendary Edition mods to Skyrim Special Edition. It's provided for general knowledge and how-to. Since it lacks the level of detail our guides usually present, we consider it an advanced topic until greater level of detail is provided and the full topic is covered.

Creation Kit Setup[edit | edit source]

  1. Install Creation Kit from Steam: Skyrim Special Edition: Creation Kit
  2. Install Creation Kit Fixes from Nexus Mods into the root SkyrimSE directory (e.g. ..\Steam\steamapps\common\Skyrim Special Edition)
  3. Navigate to the root SkyrimSE directory (e.g. ..\Steam\steamapps\common\Skyrim Special Edition)
  4. Open skyrim64_test.ini
  5. Ensure the following settings match and then save and close:

    AllowMultipleMasters=true

  6. Open CreationKit.ini
  7. Add or change the following lines and then save and close the file:

    [GENERAL]
    bAllowMultipleMasterLoads=1

    [MESSAGES]
    bBlockMessageBoxes=1

When launching the Creation Kit, it is done so through Mod Organizer's drop-down excutable. Mod Organizer should auto detect it on a fresh start after the Creation Kit is installed.

Creation Kit Fixes[edit | edit source]

There are a couple common issues when running the Creation Kit. Below are possible fixes to some of these issues:

Fails to load with error V:0000065432[edit | edit source]

Most likely the Creation Kit will fail to load with the current version of SkyrimSE, due to Bethesda moving it from their launcher back to Steam. To fix this issue:

  1. Modify the Creation Kit executable in Mod Organizer.
  2. Tick the box for Overwrite Steam AppID
  3. Input: 1946180
  4. Apply and close

Render Window Flicker[edit | edit source]

When running the Creation Kit, the Render Window may flicker rapidly. The cause of this is usually the graphics driver. Thus, the only way to fix this flicker is to either update to or rollback to a version that doesn't cause the flickering.

Last known driver that didn't cause this on admin system: v512.95

Converting an ESP[edit | edit source]

Creation Kit[edit | edit source]

  1. Run the Creation Kit from MO's drop-down menu
    If a window appears asking about Scripts.zip, click [Yes]
    Be aware this extracts vanilla scripts to the Data folder.
  2. Once loaded, click File on the menu bar and select Data...
  3. Within the window that opens, find and select the ESP to be converted
  4. Click the [Set as Active File] button and then click [OK]
  5. Once the file is loaded, click the save button on the tool bar, or click File on the menu bar and select Save
  6. Close Creation Kit

xEdit[edit | edit source]

  1. Run xEdit from MO's drop-down menu
  2. One the plugin selection window, double-click on the new plugin from above
  3. Once loaded, on the left pane right-click on the new ESP and select [Check for Errors]
    No errors should be found, if there error, they will need to be fixed.
  4. Close xEdit, by clicked the close icon on the window and save the ESP, if applicable
  5. Clean the error-free ESP using xEditQuickAutoClean from MO's drop-down menu

The ESP has now been converted for use on Skyrim: Special Edition.