Skip to content

Alpha 0.3.0

Pre-release
Pre-release

Choose a tag to compare

@PostScriptReal PostScriptReal released this 27 Jul 07:26
· 29 commits to main since this release
b7a018a

NOTES FOR USERS INSTALLING THE PROGRAM

If you are using Windows and your Antivirus program flags Snark as a virus, please put it in your exclusions as that is a false positive that's caused by the way Pyinstaller packages its programs. This tool is open sourced under the GPLv3 license, so you can see the source code itself and determine that it is not a virus.

If you are a Linux user and you get a 'wine: command not found' error when trying to compile a model, that means that you don't have Wine installed (or you have the Flatpak version installed, which is not supported). Wine is needed to interface with compilers as they are not native executables. To fix the error, install Wine either in the terminal (with apt or other package managers) or through your software store (PLEASE MAKE SURE YOU DON'T INSTALL THE FLATPAK).

Known Issues with this release

  • There's currently an issue on the Linux executable where the "Open model in HLMV" button won't work, I'm still currently investigating that.

Changelog for this release

  • You can now decompile and compile multiple models at once!
  • The 'scripts' tab has been replaced with the new Batch Manager menu, click here to learn more about it!
  • The file explorer will now open to the folder of the location of the qc/mdl file(s) you have selected, instead of always defaulting to the starting location.
  • You can now set the output path by pasting a path into the box (and making the box lose focus) just like the input box.
  • Input and output paths you have specified in the Decompile and Compile menu can now be saved, an option to disable this is there if you are on a storage device with low read/write speeds (30-40MB/s and lower).