Library Tutorials
Skip to main content
close
Font size options
Increase or decrease the font size for this website by clicking on the 'A's.
Contrast options
Choose a color combination to give the most comfortable contrast.

The game itself uses compiled .PEX files to run scripts, while the Creation Kit uses the human-readable .PSC files found in the zip for editing and compiling. Manual Extraction Creation Kit Installation for SE & AE

: SteamLibrary\steamapps\common\Skyrim Special Edition\Data\scripts.zip

The scripts.zip file (sometimes found as scripts.rar ) is an essential resource for Skyrim modding, containing the original Papyrus source code (.PSC files) for the game’s vanilla mechanics. Without these files, you cannot compile or edit any scripts that reference base game functions, as the Creation Kit (CK) needs them as a reference to understand the existing code. Locating the File

When you install the Creation Kit through Steam, scripts.zip is automatically placed in your Skyrim root directory's Data folder.

: In older Legendary Edition (LE) versions, it may be found as scripts.rar . How to Use the Scripts