Jump to content

Step-by step guide to setting up a scripting enviornment in MO2 for Sexlab and SLA 1.0.0


About This File

So, after googling for hours and reading over old posts, I figured I should put together a guide on how to get the creation kit to work with MO2 with a focus on SL scripting.

(Download is just a word document version of this post)

 

  1. Install creation kit from bethesda.net, and point MO2 to the creation kit executable through this box:

1.jpg.9872febf74c5e54e151d7a899c21ea83.jpg

 

2) Install SSE creation kit fixes and multiple masters fix:

https://www.nexusmods.com/skyrimspecialedition/mods/2786

https://www.nexusmods.com/skyrimspecialedition/mods/20061

 

3) If you haven’t already, install SKSE and be sure to keep the .psc source files handy for the next part.

 

4)Now, create a new mod in MO2 by simply opening your MO2 profile dir and making a new folder. Inside, you will need to create 2 folders: scripts and scripts\source.

 

5)Move the SKSE .psc files into the \scripts\source folder

 

6)Now, go to your skyrim data folder (<skyrim installation path>\data\scripts) and grab a zip file called Scripts.zip. You will need to extract it into your new MO2 mod, and be sure to keep all the .psc files in the \scripts\source folder.

 

7) After that, you’re going to need a few more dependencies before you can start developing:

8 Now you need to unpack RaceMenu’s BSA, which you can do with Cathedral Asset Optimizer. Just open it up, and point it to RaceMenu’s mod dir:

2.PNG.559ed259b9a80098f4721bce318aff1f.PNG

You will need the RaceMenu source scripts when you are compiling.

9) Now you need to change the CK ini file to reflect your script directory:

 

[Papyrus]
bPerforceEnabled = 0
iMinMemoryPageSize = 128
iMaxMemoryPageSize = 512
sScriptSourceFolder = ".\Data\Scripts\Source"

 

After that, you just have to boot up the CK and load Sexlab and SLA as your master files, along with any other .esps you will need. Then you’re good to go for scripting!

 

I'm pretty sure I got everything covered, but its entirely possible I may have missed a step after getting everything working - so please let me know if I missed something.

 

Some mods with good example scripts that you can look at:

 

 

 



×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use