MDB Viewer Available on the
Mac App Store

MDB Viewer requires OS X 10.11 or later. Download exclusively from the Mac App Store (more info)
© 2011-2025 Jakob Egger

Script: Source.rar

The archive contains the building blocks for game logic and interaction:

It is typically found in the Data folder of your game directory (e.g., ...Steam\SteamApps\common\Skyrim\Data ). Script Source.rar

It holds .psc (Papyrus Script) files, which are the editable versions of the game's compiled .pex scripts. The archive contains the building blocks for game

These scripts define how NPCs behave, how quests progress, and how world objects (like doors or traps) react to player actions. how quests progress

Modders edit the .psc files and then "compile" them into .pex files, which the game engine actually executes.

Questions? Contact or read the docs.