Skip to content

Alpha 0.2.3

Pre-release
Pre-release

Choose a tag to compare

@PostScriptReal PostScriptReal released this 26 Jun 10:22
· 43 commits to main since this release
8cf5737

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

  • Fixed a formatting issue on the Windows executable that caused decompiling to automatically fail (sorry, my bad).