Getting Started

This guide helps you run Safe Resource Packer in minutes.

Beginner (Windows) – Recommended:

If PowerShell blocks .ps1, use the .bat launcher or see [[Windows_Launcher_Guide]].

Prerequisites:

Quick install (dev mode):

git clone https://github.com/ReidenXerx/safe-resource-packer.git
cd safe-resource-packer
pip install -e .

One-command complete packaging:

safe-resource-packer --source ./Data --generated ./BodySlide_Output \
                     --package ./MyMod --mod-name "MyMod" \
                     --game-type skyrim

Interactive console UI:

safe-resource-packer
# or
safe-resource-packer-ui

Next steps: