Jayveer / Decima-Explorer

A program to unpack and pack files from games using the Decima engine.
MIT License
161 stars 23 forks source link

unpacked but still packed... in a way! #31

Open 4Brad-23 opened 3 years ago

4Brad-23 commented 3 years ago

Am I missing something 'cause all the unpacked files are still packed - Can I have readable files from these unpacked files like "FBX" for models or "TGA" for textures? - Thank you!

Jayveer commented 3 years ago

Hello, those aren't packed files, they are custom game files. Every game with its own engine has its own custom file types, it would be rare that a custom game engine would use a commonly used file type like FBX for models. The reason games do this is because they they want to optimise the DMA pipeline for sending this data to the GFX. Textures themselves use DDS format, but once again as they use custom file types they are packed in a different way for interpreting the data.

Really what you need is something that converts their game files into one that you're more familiar with. I'm not currently working on this project at the moment, I may in the future but I think a lot of other people are making similar tools for this game so I think at this point it's probably better to focus my efforts on other games where tools aren't as widespread.

testing2521995 commented 3 years ago

hi 4brad there is a person namde deamon1 who made a tool on xentax or zentax