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

Import graphics, music and more #191

Open
mills32 opened this issue Nov 1, 2023 · 1 comment
Open

Import graphics, music and more #191

mills32 opened this issue Nov 1, 2023 · 1 comment

Comments

@mills32
Copy link

mills32 commented Nov 1, 2023

Great software. I just wanted to ask for some features.

I read the info and comments, but I could not find any info about this.

  • Can I import graphics to edit tiles and sprites?.
  • Can I change the palette used by blocks?. (For example, the wood block uses palette 1, and the question block uses palette 2).
  • Edit block properties (make a block solid, or water etc).
  • Import music.

Thanks.

@mchlnix
Copy link
Owner

mchlnix commented May 4, 2024

Sorry for the late answer.

You cannot import or edit the graphics. I started on it and it's not impossible, but too much work for now (= didn't feel like it). There are other established tools, though.

You cannot change the color palette a block uses, because that is coded into its index. Blocks from 0 - 63 use palette 1, 64 - 127 use palette 2, etc. That's a game limitation.

That would probably need a change in the code, which is out of scope for this project. There are lookup tables with some block attributes, but I would have to look deeper into it. And the bigger challenge is not finding where to change something, but how to present it to the user in a way that make sense.

Music is out of scope, but there seem to be other programs.

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

2 participants