Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4Brad-23 opened this issue Oct 26, 2020 · 2 comments
Open

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

4Brad-23 opened this issue Oct 26, 2020 · 2 comments

Comments

@4Brad-23
Copy link

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
Copy link
Owner

Jayveer commented Oct 28, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants