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

Improve sprite for the Hand of Evil #32

Open
Schizz opened this issue Apr 3, 2018 · 18 comments
Open

Improve sprite for the Hand of Evil #32

Schizz opened this issue Apr 3, 2018 · 18 comments

Comments

@Schizz
Copy link

Schizz commented Apr 3, 2018

I would say that the Hand of evil is the most pixelated element, which is quite shame given the fact that it is one of the most used sprite in the game.

Or maybe something is wrong on my side?

@spartahawk
Copy link
Collaborator

spartahawk commented Apr 3, 2018 via email

@Schizz
Copy link
Author

Schizz commented Apr 3, 2018

Yes but do you have any clue why? I understand that the hearth is upscaled so it makes it look pixelated as well but the hand?

@spartahawk
Copy link
Collaborator

spartahawk commented Apr 3, 2018 via email

@spartahawk
Copy link
Collaborator

spartahawk commented Apr 3, 2018 via email

@Loobinex
Copy link
Owner

Loobinex commented Apr 3, 2018

pixels

Left the sprites from the source files, right from ingame. Seems to me the size is consistent, it's just that the hand sprite is ugly.

@Loobinex
Copy link
Owner

Loobinex commented Apr 3, 2018

r1frame01
r1frame04

Would you like this one better? Or would it be out of place?

@spartahawk
Copy link
Collaborator

spartahawk commented Apr 3, 2018 via email

@Schizz
Copy link
Author

Schizz commented Apr 4, 2018

could it be just rescaled like this?

hand

@Loobinex
Copy link
Owner

Loobinex commented Apr 4, 2018

Everything can be done. What kind of rescaling did you do?

@Schizz
Copy link
Author

Schizz commented Apr 4, 2018

normal bicubic with some manual corrections.

So if I change dimensions of the source image, the size of the sprite remains same in the game?

@Loobinex
Copy link
Owner

Loobinex commented Apr 4, 2018

No. If you want to change the source file, you've got to write code to have it used properly.

Another option would be to leave the source files unchanged, and write code to give players to option to have the bicubic rescaling of the sprites in the game directly. Right now, it uses nearest neighbor.

Also, see this discussion we've had over on the official side.

@Schizz
Copy link
Author

Schizz commented Apr 4, 2018

Thanks, I will look into it.

@Loobinex Loobinex changed the title Does anyone know why is the Hand of evil so much ugly? Improve sprite for the Hand of Evil Aug 22, 2018
@Loobinex
Copy link
Owner

An idea: perhaps we can simply make it smaller.

@spartahawk
Copy link
Collaborator

spartahawk commented Nov 21, 2018 via email

@ghost
Copy link

ghost commented Apr 18, 2020

Would it also be possible to have alternative recolored Hands of Evil sprites?

@Loobinex
Copy link
Owner

I guess, but what would be the benefit of that?

@ghost
Copy link

ghost commented Apr 21, 2020

@Loobinex I was thinking perhaps some kind of palette color change to match the hand with the keeper color. The current hand would be for green keeper and the other keepers would get the best approximation. I am not sure if this feature is possible from code.

@Loobinex
Copy link
Owner

Everything is possible, and it would be quite a bit of work. Not to mention having to recolor all the hand sprites a few times within the limited DK pallet. And personally, I don't see that much benefit from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants