Skip to content

Alpha 0.2.1

Pre-release
Pre-release

Choose a tag to compare

@PostScriptReal PostScriptReal released this 06 May 04:46
· 59 commits to main since this release
a0bc1de

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 the HLMV button in the Decomp Menu displaying improperly
  • Fixed multiple issues with changing the theme.
  • Updated MDLDec to the latest commit.
  • Fixed decompiled .qc files having no motion type.
  • Added the option to have textures not be placed in a subfolder in the Decompiler menu.