home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / games / quakefs / ReadMe
Text File  |  1997-08-07  |  1KB  |  34 lines

  1. This is prerelease v0.10 of QuakeFS. This version implements proper
  2. reverse-canonicalisation, so you see a nice hierarchy of directories
  3. and files instead of a single directory full of ghastly pathnames.
  4. Reading of files is now also supported, and is virtually identical in
  5. speed to that of the local filing-system on which the PACK is stored.
  6. You can check out the `sounds' directory for a laugh. :-)
  7.  
  8.  To use it, run !QuakeFS, and set the filetype of your PACK file to
  9. `QuakePAK' (or 0x070). Then double-click on the PACK, and it should open
  10. up. You can now read all files inside the PACK as normal, but you cannot
  11. write to the PACK file yet.
  12.  
  13.  If you want to use the debug version of QuakeFS, run the file `QuakeFSdbg'
  14. inside the !QuakeFS directory, and load !SysLog (by Jon Ribbens). Now press
  15. F12 and enter the command
  16.  
  17.     *SysLog QuakeFS 256
  18.  
  19. to ensure you see all the nitty gritty logging. If something goes wrong,
  20. post *both* the !SysLog.Logs.Old.QuakeFS *and* the !SysLog.Logs.QuakeFS
  21. files to me (archived, please!) so I can examine them.
  22.  
  23.  Future improvements include:
  24.  
  25.     * auto-filetyping of files based on extension
  26.     * writing of files and directories
  27.     * auto-compaction
  28.     * workspace storage in a dynamic area.
  29.  
  30.  Once this is all working of course, you might even see a beta of our 3D
  31. Quake level editing software...
  32.  
  33. Chris Rutter,
  34. 8th August 1997.