Skip to content

piracybound/stunpacka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a program for converting .st files to .lua files. stunpacka © 2025 by piracybound is licensed under CC BY-ND 4.0 (https://creativecommons.org/licenses/by-nd/4.0/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages