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

Sticker generator woes #1

Closed
Dregu opened this issue Jan 1, 2021 · 3 comments
Closed

Sticker generator woes #1

Dregu opened this issue Jan 1, 2021 · 3 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@Dregu
Copy link
Contributor

Dregu commented Jan 1, 2021

A lot of editors and therefore character mods use transparent as rgba(255,255,255,0), although the game and presumably playlunky expect rgba(0,0,0,0). This causes the sticker generator to put all white squares instead of characters in the quick select etc... You should make sure all transparent or near transparent pixels are converted to black or weird things happen.

Also the custom tile positions (8x14 and 8x15, presumably 0-indexed XxY) for sticker and journal graphics make no sense. I assume you meant the two-or-so tiles to the right of petting, but currently they're both using 8x14, journal just using a larger area of it. 8x15 is not even possible. Exact pixel coordinates would be nice.

@Malacath-92
Copy link
Collaborator

  1. Right, I was taking care of that first issue you mentioned in the png->DDS conversion but not for the sticker gen.
  2. I will verify the tile positions and also give exact pixel coordinates. We will maybe move over to generating the merged sheets during extraction in Modlunky so this might not be an issue that really matters in the future.

@Malacath-92 Malacath-92 self-assigned this Jan 1, 2021
@Malacath-92 Malacath-92 added bug Something isn't working documentation Improvements or additions to documentation labels Jan 1, 2021
@Malacath-92
Copy link
Collaborator

You were absolutely right about the second issue, I mixed up X and Y when moving to the next tile so I wrote 8x15 rather than ´9x14´
I updated the wiki and readme.txt as well as included exact pixel coords.

@Malacath-92
Copy link
Collaborator

Fixed in v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants