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

Post Moterm Thoughts #86

Open
kion-dgl opened this issue Oct 24, 2024 · 0 comments
Open

Post Moterm Thoughts #86

kion-dgl opened this issue Oct 24, 2024 · 0 comments

Comments

@kion-dgl
Copy link
Owner

It looks like the fist pass of the mod is complete. But there's more that can be done. I wanted to take this issue to think of ways that i could improve if i had known what i know now going in.

mkpsxiso

The largest one i think is using mkpsxiso. The ability to extract all of the files, edit them and rebuild is really powerful. This would have allowed me to decompress things that were compressed, and repack them without compression that would have saved me a lot of sanity with respect to trying to match the file length for compressed models.

Handling by File

The second most important aspect is that I oriented my code around packing types of assets. And this made it really hard for the scene files where there were multiple asset types in one archive.

UV Alignment

Need to make a test object to basically make a look up table for pixel alignment instead of trying to convert from a float back into a pixel.

GLTF Compatibility

GLTF compatibility would make it easier to bundle a model into one asset and then export and import everything in one scene file.

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

1 participant