Tsubashi / botc_tokens

Tools for making custom BotC Tokens
8 stars 1 forks source link

Scripts created above a certain size break the spacing of the generated printable #2

Closed ErgoAsciiCat closed 8 months ago

ErgoAsciiCat commented 8 months ago

Scripts with more than 18 roles break the generating script. The first 18 are ignored or stacked upon each other and the script continues generating role tokens properly with a bad offset for the first row. The reminder tokens do not seem to have this issue but stress testing hasn't been done.

To recreate: On Windows 11 - use the botc_tokens group command on a script containing 19+ roles.

Version: ImageMagick 7.1.1-29 Q16-HDRI x64 0deac72:20240225 botc_tokens, Version '2024.3.1' Win 11 23H2

Tsubashi commented 8 months ago

Can you tell my personal use case is Teensyville scripts? I'm glad you reported this. I had added the capability for it to process multiple pages, but apparently forgot to increment the page count, so it just kept overwriting the previous one. It would happen with the reminders as well, if you ever needed a second page. I've push a commit to dev to fix this.