SkyrimSE:Convert SkyrimLE plugins to SkyrimSE: Difference between revisions

From Step Mods | Change The Game
(Created page with "Category:SkyrimSE General Guides{{PageTitle |logo=skyrimse |title=Covert SkyrimLE plugins to SkyrimSE |subtitle=A guide on how to port mods to Skyrim Special Edition |auth...")
 
Line 27: Line 27:
#:: {{fc|instruction|Be aware this extracts vanilla scripts to the Data folder.}}
#:: {{fc|instruction|Be aware this extracts vanilla scripts to the Data folder.}}
# Once loaded, click '''File''' on the menu bar and select '''Data...'''
# Once loaded, click '''File''' on the menu bar and select '''Data...'''
# Find and select the ESP that will be converted
# Within the window that opens, find and select the ESP to be converted
# Click the {{ui|Set as Active File}} button and then click {{ui|OK}}
# Click the {{ui|Set as Active File}} button and then click {{ui|OK}}
# Once the file is loaded, click the '''save''' button on the tool bar, or click '''File''' on the menu bar and select '''Save'''
# Once the file is loaded, click the '''save''' button on the tool bar, or click '''File''' on the menu bar and select '''Save'''

Revision as of 05:09, March 3, 2022

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 within Bethesda's launcher
  2. Navigate to the root SkyrimSE directory (e.g. ..\Steam\steamapps\common\Skyrim Special Edition)
  3. Open CreationKit.ini
  4. Add or change the following lines and then save and close the file:
[GENERAL]
bAllowMultipleMasterLoads=1

[MESSAGES]
bBlockMessageBoxes=1

[Papyrus]
sScriptSourceFolder = ".\Data\Scripts\Source"

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. Load the newly saved ESP in xEdit
  2. Once loaded, right-click on the ESP and select Check of Errors
    No errors should be found, if there are fix them.
  3. Close xEdit, saving the ESP if applicable.
  4. Clean the error-free ESP with xEdit.

The ESP should now be converted for use on Skyrim Special Edition.