TiniVi

D Archive Format Notes

Jan 24th, 2015
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. File Start:
  2.  
  3. 0x00 - Number of Files in DARC
  4. 0x04 - Start of Filenames
  5.  
  6. Each filename gets 0x40 bytes of space
  7. This continues on until there is 0x40 for all the files
  8.  
  9. After Filenames End:
  10.  
  11. 0x00 - Number of Values?
  12. 0x04 - Start of Values?
  13.  
  14. No idea what these values are for, the work the same way as filenames, but with 0x20 bytes of room
  15.  
  16. DARC:
  17.  
  18. 0x00 - MAGIC: darc
  19. 0x04 - LE/BE
  20. 0x0C - Filesize
  21. 0x48 - Filesizes start here
  22.  
  23. After Filesizes are unicode copies of the Filenames.
  24. After that the files are stored in order.
Advertisement
Add Comment
Please, Sign In to add comment