View Single Post
Old 12-25-21, 09:56 AM   #35
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,319
Downloads: 130
Uploads: 0


Default

Game Extractor will dump the dyn files.
It will not repack them.
Might be able to figure out how to repack by studying the format as the .dyn is not compressed.

http://www.watto.org/game_extractor.html

Here's the file format specs for the .dyn files

20 - Header (Dynamix Volume File) + null
2 - Unknown
4 - Unknown
2 - Unknown
2 - Unknown
2 - Unknown
4 - numFiles

// for each file
4 - Unknown

// for each file
13 - Filename (null)
4 - File Size
X - File Data
0-3 - null padding (to a multiple of 4 bytes)
__________________
I don't do Stupid. So don't ask.

Last edited by Jeff-Groves; 12-25-21 at 10:12 AM.
Jeff-Groves is offline   Reply With Quote