Skip to content

SPIRAL Rewrite - Now with scripts

Pre-release
Pre-release
Compare
Choose a tag to compare
@UnderMybrella UnderMybrella released this 29 May 05:37
· 682 commits to master since this release

After a bit more work (and a month or two), compilation and scripts have now been added!

What is currently supported:

  • Finding Steam files based on the default locations
  • Finding WAD files in a directory
  • Registering individual WAD files
  • Extracting files selectively from a WAD file
  • Extracting files nicely from a WAD file (auto converting to a nicer format)
  • Compiling files to a WAD file
  • Compiling files nicely to a WAD file (auto converting from nicer formats)
  • Listing files in a WAD
  • Converting between file formats
  • Identifying a file format

Ready to give it a shot? Well, grab the release and let's see what we can get!

To use this, you'll need to open your operating system's equivalent of a Terminal. For Windows, this is Command Prompt. For OSX, this is Terminal, and for Linux, it's your Terminal.

Type in "java -jar ", then drag in the downloaded SPIRAL jar file. This is standard JAR running mechanics, and it'll be the primary form of running SPIRAL for now, so get used to it!

From here, you'll be presented with a text menu of various options. To see the commands available, type "help", and you can look at what you can do.

Command parameters should be enclosed with speech marks when spaces are present. So to convert a file named DR1 File.pak, you should do convert "DR1 File.pak"

As usual, if you require assistance, or have a bug, or anything like that, feel free to jump into the Discord Server!