soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
39 stars 4 forks source link

Write an asset extractor #9

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 9 years ago

This would resolve the issue of distributing asset packs manually. It would need to understand the structure and contents of (the multiple versions of) Anims.j2a, pull sprites as mandated by some resource list and reconstruct them in the formats the game understands.

Partially blocked by #3, as actually using the gunpoint etc. metadata from Anims.j2a as well would be sane, but that data could only be used after the graphics system is fixed.

soulweaver91 commented 8 years ago

Done.