Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Latest commit

 

History

History
55 lines (40 loc) · 1.23 KB

File metadata and controls

55 lines (40 loc) · 1.23 KB

stunpacka

stunpacka is a program for converting .st files to .lua files. fuck maintainers for being weird.

Build

  1. clone the repository.
  2. build:
    go build .

Usage

GUI

  1. run the program without arguments to enter interactive mode
  2. drag and drop .st files onto the console window, or type filenames (can be processed in bulk)
  3. available commands:
    • help: shows help dialogue
    • credits: shows credits
    • website: opens the discord server
    • exit: exits stunpacka

CLI

process files via command line arguments with various options:

stunpacka [options] [files...]

options:

  • -out <directory>: output directory for converted files
  • -verbose: enable verbose output
  • -workers <num>: maximum number of concurrent workers (default: CPU count)
  • -force: force overwrite existing files
  • -help: shows help dialogue

example

input

.st file

output

-- manifest & lua provided by: https://www.piracybound.com/discord
-- via manilua
[decrypted lua here]

stunpacka © 2025 by piracybound is licensed under CC BY-ND 4.0