ryan-cranfill / hl-paker

Make .pak files for Half-Life 1
6 stars 0 forks source link

HL-Paker

Make .pak files for Half-Life 1 for use with Lambda1VR!

Wizard usage

Requirements

Before running, use pip install -r requirements.txt

CLI version

Look at available presets with python cli.py --show-presets

python cli.py --preset <preset>

Building

python -m PyInstaller gui.py --onefile --noconsole
python -m PyInstaller wizard_gui.py --onefile --add-data="platform-tools.zip;."
# For Mac:
python -m PyInstaller wizard_gui.py --onefile