Skyrim Special Edition

File information

Last updated

Original upload

Created by

Janquel

Uploaded by

Janquel

Virus scan

Safe to use

Mod articles

  • How to modify the script to personal preference

    Gonna keep this one short and sweet, because there's only a couple places that you probably want to edit. This is based off version 1.2.2's script, line numbers may adjust slightly with future releases.

    Changing default mannequin type



    Change line 1493 from "true" to "false" if you would rather have male mannequins created for armor types which have both male and female forms.


    Changing number of hallways per cell



    Change line 1124 to have (hallwayCount = <number>) or ((hallwayCount = <number - 1>)...

    I highly recommend choosing a number which is divisible by 4, plus one - this will keep the floors balanced. The 1 is for the hallway directly opposite the entrance, and then otherwise there's...

  • How to Install (with pictures and stuff)

    Quick refresher of the basic steps


    Install like normal using your favorite mod manager. If you're not using a mod manager, honestly, it's probably better not to install. Sorry

    I'll be using MO2 for this (because I'm not sure how to set up xEdit in Vortex), but all steps should have equivalents in Vortex. This is EXTREMELY straightforward. Download -> Install. It's like any mod.

    


    Copy the contents of the "Edit Scripts" folder into the Edit Scripts folder in your xEdit installation

    So right click, find in explorer and get to the folder. Inside that folder, there's an Edit Scripts folder. There will be two files in it. Go into where you installed xEdit, and there should be another Edit Scripts folder there. Pa...

  • Detailed explanation of how the script works

    Very car.....nah, won't do that again.

    So this will be a walkthrough of the general algorithm. It'll hopefully answer some questions about how the whole thing works. I won't be putting in a bunch of screenshots, and once more I REALLY apologize for the state of the pascal. A lot of it is commented, but not all. There's junk variables re-used in places that don't make sense because they used to do one thing and I could use them for another, and.....yeah. I did some searching in the xEdit discord for how to do stuff and while I got a bunch of my questions answered, there's some things I do which they explicitly say to not do (but they worked, and the things which theoretically I was supposed to I couldn't get to work for me?).

    Anyway, some general stuff:

    ...