Version: v0.32
Author: rudz
Copyright: ©2008–2011, Freeware
Info: Verify Quake III Arena & OpenArena .pk3 files with E+ support.
Download:
SHA1:06ed7af0b003ca1773f7e67ef4f6411f244fb949
SHA1:
57b8a1d9f7102b922462aacd9c839a9a3526cde5
Version History
v0.32 — 19.April.2011
- fixed a small bug where byte calculation in rare situation could show wrong size
- by accident i put the wrong exe file in the distribution, fixed (silly to have 40 exe’s anyways)
v0.31 — 15.April.2011
- added support for E+ v2.1 (can still check 2.0 but will report error on v2.1 pk3)
v0.3
- file names are now q3oav.exe and q3oav_x64.exe
- support for OpenArena through switch /oa (http://openarena.ws/)
- support for e+ 2.0a through switch /ep (both regular and open arena version)
- file size checks
- code optimized a bit
- also in 64 bit version, THIS is faster 😎
- support for pre-2.0 e+ versions
v0.2
- rewrote the crc32 check as the old one could produce faulty results
- sha1 sum check (http://www.ietf.org/rfc/rfc3174.txt) (very sensitive to file changes)
- md5 sum check (slowest, but many download sites use this one)
- silent mode — will not produce *any* output at all, only the return code
- console version
- code is now 99% portable to Linux/mac, a shame i don’t have any working boxes atm.
v0.11
- command line parsing of quake 3 location 🙂
v0.1
- First release.