README 869 B

1234567891011121314151617
  1. VisPatch is a tool for patching quake maps for transparent water in
  2. glquake. Original quake didn't have their maps water-vis'ed, so people
  3. did that by themselves and prepared patch data files. This tool is used
  4. for preparing and applying those patch files.
  5. At the time this tool was written, re-vis'ing maps took a lot of
  6. time, but applying a vispatch took less than minutes, so this was a
  7. necessity. Even today, if people don't want going into a 'complex' job
  8. of vising, this tool comes as a great convenience because there are a
  9. lot of vispatch data files around.
  10. This is a revised version of Andy Bay's 1.2a source code for unix
  11. (linux, freebsd, ...), as well as windows. It fixes a number of
  12. compilation issues, crashes and some other bugs, and resolves
  13. endianness issues. The source code is licensed under GPLv2, and is
  14. maintained here with portability in mind.