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

[suggestion] Support for Crackers/Chaotix and Ristar levels #162

Open
MDTravisYT opened this issue Nov 27, 2023 · 0 comments
Open

[suggestion] Support for Crackers/Chaotix and Ristar levels #162

MDTravisYT opened this issue Nov 27, 2023 · 0 comments

Comments

@MDTravisYT
Copy link

Converting formats, I've been able to get all three working in SonLVL (albeit with slight source modification for Ristar).
Ristar's level format is very similar to Sonic 1, although plenty of things are compressed into a unique "Star" format. DRX has more info on the format. Additionally, bit flags in the chunk blocks are assigned differently, such as flipping.
For Crackers and Chaotix, this is more similar to Sonic 2/3. Chunks and blocks can load just fine, but you'll need to manually define the level size in the program to load the level. The collision indexes are also inverted.
In all of these, the background is split off into it's own files.
I hope easy access to all of this can be done in the future!!

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