SkyrimSE:SKSE64: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 14: Line 14:
{{Recommendations
{{Recommendations
|enabledetailed=Yes
|enabledetailed=Yes
|detailed='''Root Files Installation'''
|detailed='''ROOT FILES INSTALLATION'''
# Download the "Current SE build" archive file.
# Download the "Current SE build" archive file.
# Open the archive and extract the following files to the Skyrim Special Edition root folder  <code>../Steam/steamapps/common/Skyrim Special Edition</code>:
# Open the archive and extract the following files to the Skyrim Special Edition root folder  <code>../Steam/steamapps/common/Skyrim Special Edition</code>:
Line 23: Line 23:




'''Data Files Installation'''
'''DATA FILES INSTALLATION'''
# Create a empty mod in the mod list of MO and name it ''SKSE64'', or anything similar.
# Create a empty mod in the mod list of MO and name it ''SKSE64'', or anything similar.
# Open the ''SKSE64'' mod folder (Ctrl+double-click).
# Open the ''SKSE64'' mod folder (Ctrl+double-click).
Line 29: Line 29:




'''INI File'''
'''INI FILE'''
# Within the ''SKSE'' folder, create a new file named ''SKSE.ini'' i.e. <code>..SKSE64/SKSE/SKSE.ini</code>
# Within the ''SKSE'' folder, create a new file named ''SKSE.ini'' i.e. <code>..SKSE64/SKSE/SKSE.ini</code>
# Open the new file and copy and paste the code in the box below
# Open the new file and copy and paste the code in the box below
Line 41: Line 41:




'''Scripts'''
'''SCRIPTS'''
# From the archive downloaded above, open the ''Data'' folder e.g. <code>SKSE64_x_x_x.7z/SKSE64_x_x_x/Data/</code>
# From the archive downloaded above, open the ''Data'' folder e.g. <code>SKSE64_x_x_x.7z/SKSE64_x_x_x/Data/</code>
# Extract the '''scripts''' folder from the archive to the SKSE64 folder i.e. <code>../SKSE64/scripts/</code>.
# Extract the '''scripts''' folder from the archive to the SKSE64 folder i.e. <code>../SKSE64/scripts/</code>.
Line 57: Line 57:




'''Launcher Configuration'''<br>
'''LAUNCHER CONFIGURATION'''<br>
Normally, MO should auto-detect that SKSE is installed upon a restart of the program, and it will auto-generate the SKSE game launcher.  This should be used for launching Skyrim going forward. Below are some recommendations for further configuration of the SKSE launcher ... or, if for some reason MO fails to configure this. Please ensure the following is correct for SKSEy:
Normally, MO should auto-detect that SKSE is installed upon a restart of the program, and it will auto-generate the SKSE game launcher.  This should be used for launching Skyrim going forward. Below are some recommendations for further configuration of the SKSE launcher ... or, if for some reason MO fails to configure this. Please ensure the following is correct for SKSEy:


# In MO, click the {{icon|type=moexe|size=30}} button at the top of the main Mod Organizer window.
# In MO, click the {{icon|type=moexe|size=30}} button at the top of the main Mod Organizer window.
# Over the left pane, click the '''[+]''' (add executable button) and select '''[Add from file...]'''.
# Over the left pane, click the '''[+]''' (add executable button) and select ['''Add from file...'''].
# Navigate to the '''skse64_loader.exe''' file (e.g., <code>../Steam/steamapps/common/Skyrim Special Edition/skse64_loader.exe</code>).
# Navigate to the '''skse64_loader.exe''' file (e.g., <code>../Steam/steamapps/common/Skyrim Special Edition/skse64_loader.exe</code>).
# "SKSE" can be renamed for clarity, however, if this is done, MO will automatically create the "SKSE" launcher again and place it at bottom of the list.
# "SKSE" can be renamed for clarity, however, if this is done, MO will automatically create the "SKSE" launcher again and place it at bottom of the list.
# Tick the '''Create files in mod instead of overwrite''' box and select the '''SKSE64''' mod created above.
# Tick ['''Create files in mod instead of overwrite'''] and select ''SKSE64'' from the list.
# Use this executable to launch Skyrim SE going forward.  
# Use this executable to launch Skyrim SE going forward.  



Revision as of 18:28, May 5, 2021

SKSE64

by The SKSE Team

Game:

SkyrimSE

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

No

PP Patch:

{{{pp}}}"{{{pp}}}" is not recognized as a Boolean (true/false) value.

ENB Option:

{{{enb}}}"{{{enb}}}" is not recognized as a Boolean (true/false) value.

Guide/Version-Specific Mod Recommendations

Existing Guides
0.3.0b
1.0.0
2.0.0
2.1.0
2.2.0
2.3
Type a version string using the format indicated by the placeholder text below. Copy/paste the intended guide version from the "Existing Guides" table above (if it exists) into the field below. For unofficial user-created guides, use the format indicated by the placeholder text. Editors: Please DO NOT use wiki headings inside of custom Recommendations and also avoid using templates if at all possible! Template calls add to the max threshold, and headings mess up the guide ToC.

Recommendations

ROOT FILES INSTALLATION

  1. Download the "Current SE build" archive file.
  2. Open the archive and extract the following files to the Skyrim Special Edition root folder ../Steam/steamapps/common/Skyrim Special Edition:
    • skse64_X_X_X.dll
    • skse64_loader.exe
    • skse64_steam_loader.dll
  3. Keep this archive open for the next steps.


DATA FILES INSTALLATION

  1. Create a empty mod in the mod list of MO and name it SKSE64, or anything similar.
  2. Open the SKSE64 mod folder (Ctrl+double-click).
  3. Create a new folder named SKSE and open it.


INI FILE

  1. Within the SKSE folder, create a new file named SKSE.ini i.e. ..SKSE64/SKSE/SKSE.ini
  2. Open the new file and copy and paste the code in the box below
  3. Save and close the file when finished.
[Display]
iTintTextureResolution=2048
[General]
ClearInvalidRegistrations=1


SCRIPTS

  1. From the archive downloaded above, open the Data folder e.g. SKSE64_x_x_x.7z/SKSE64_x_x_x/Data/
  2. Extract the scripts folder from the archive to the SKSE64 folder i.e. ../SKSE64/scripts/.
  3. Close archive and Windows Explorer sessions.

Once complete, the SKSE64 mod's folder structure should be:

  • ../SKSE64
    • /scripts
      • /Source
        • <file list>
      • <file list>
    • /SKSE
      • /skse.ini
    • /meta.ini


LAUNCHER CONFIGURATION
Normally, MO should auto-detect that SKSE is installed upon a restart of the program, and it will auto-generate the SKSE game launcher. This should be used for launching Skyrim going forward. Below are some recommendations for further configuration of the SKSE launcher ... or, if for some reason MO fails to configure this. Please ensure the following is correct for SKSEy:

  1. In MO, click the Gear MO.png button at the top of the main Mod Organizer window.
  2. Over the left pane, click the [+] (add executable button) and select [Add from file...].
  3. Navigate to the skse64_loader.exe file (e.g., ../Steam/steamapps/common/Skyrim Special Edition/skse64_loader.exe).
  4. "SKSE" can be renamed for clarity, however, if this is done, MO will automatically create the "SKSE" launcher again and place it at bottom of the list.
  5. Tick [Create files in mod instead of overwrite] and select SKSE64 from the list.
  6. Use this executable to launch Skyrim SE going forward.

Reference Image:
SKSE64MOSetup.png