BuildLib v0.3 (12/29/2002) -About- BuildLib is a C++ library for accessing Build-Engine file formats such as Group, Art, and Map files. -Compiling- run 'make' done. -Use- 'buildlib ' ex: 'buildlib duke3d.grp' Look at the buildlib.cpp source file for examples on how to use the library. If you run into any questions, please let me know. (dave@rancidmeat.com) -Current Progress- Groupfile ->Load(done) ->Save(done) ->Add file ->Extract file(done) ->Remove file ->Modify file MapFile ->Load ->from memory(done) ->from disk ->Save ->to memory ->to disk ->Modify ArtFile ->Load ->from memory(done) ->from disk ->Save ->to memory ->to disk ->Modify Palette ->Load ->from memory(done) ->from disk ->Save ->to memory ->to disk ->Modify Note: Load from memory means it's being loaded straight out of the GRP file.