Skip to content
New issue

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

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

Already on GitHub? # to your account

[Documentation] How to use compressed tiles and maps #24

Open
luque opened this issue Aug 6, 2024 · 1 comment
Open

[Documentation] How to use compressed tiles and maps #24

luque opened this issue Aug 6, 2024 · 1 comment

Comments

@luque
Copy link

luque commented Aug 6, 2024

Inspecting the source code for CODE-8, it seems it uses an strategy consisting in load game parts dynamically and tiles and maps compressed. It would be very useful some kind of explaination about these techniques and how to use them.

@Liquidream
Copy link
Owner

Hiya,
Apologies for the delay.
Yes, CODE-8 (and another game I made, UnDUNE II) use a technique of compressing multiple cart's worth of data into single carts, where they are decompressed at runtime before use.
I made a tool a while back to make this process easier and finally uploaded it and added some (minimal) documentation to support it in the following new Wiki page.
Hopefully, it is of some use, but if you have any further Q's using it, let me know and I'll try to assist.

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

No branches or pull requests

2 participants