Skip to content

Alpha 0.2.4

Pre-release
Pre-release

Choose a tag to compare

@PostScriptReal PostScriptReal released this 18 Jul 06:16
· 38 commits to main since this release
79b2d48

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

  • Added support for decompiling v6 (0.52 alpha) models, thanks to GeckoN's v6 MDL Decompiler!
  • Fixed a typo for the "GoldSRC compatibility" check in the decompiler menu.
  • Fixed the check for textures with a resolution higher than 512x512, when unsupported by the compiler, from appearing properly.
  • Rewrote the QC handling part of the compiling menu to work with directory structures that the decompiler doesn't output by default.