: If the file won't open, tools like WinRAR have built-in "Repair Archive" features to fix corrupted headers.
: These are the compiled versions that the game engine actually runs; while the .rar contains sources, the compiled files are what you eventually distribute in a mod.
: If you get errors stating a script cannot "extend" another (like ObjectReference ), it almost always means you haven't extracted the base scripts source files into the correct folder. [ch-scripts].rar
: Use an archive manager like WinRAR or 7-Zip to unzip the files.
: For Skyrim Special Edition, extract the .psc files to Data\Source\Scripts\ . : If the file won't open, tools like
: Ensure your Creation Kit has administrative privileges or the correct folder permissions, as Windows updates can sometimes block the compiler from accessing these newly extracted files. Common Issues
The archive contains the source files for every script in the base game. : These are the human-readable source code files. : Use an archive manager like WinRAR or
: Without extracting these scripts, the Creation Kit often fails to "see" base game functions, leading to errors like "The extends script does not exist" when trying to compile new work. How to Use It