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

Asesinos de Heroes: screen goes black after event with tone change #3263

Open
fdelapena opened this issue Sep 2, 2024 · 2 comments
Open
Labels
Duplicate Event/Interpreter Graphics Maps Map content related. For map events please use event/interpreter instead

Comments

@fdelapena
Copy link
Contributor

Name of the game:

Asesinos de Heroes

Player platform:

Windows at least

Files

Asesinos de heroes.zip

RPG_RT:
RPG_RT video

Player:
Player video

Describe the issue in detail and how to reproduce it:

It happens during the intro. Things seem to happen at event 0001, first page:

370be92ab54fe7545ebbb6465c07ec0f4832c4cc1830233236169555968

Reported by @MudarraP (thanks!)

@Mimigris
Copy link

Mimigris commented Sep 2, 2024

The tone change doesn't seem to be the direct issue: if you delete entirely said common event, and then try to start the game, you will notice that EasyRPG doesn't display anything at all, unlike on RPG_RT. The first tint command changes the tint to a shade of red in both RPG_RT and EasyRPG, but then the other tint command at the end reverts to what it was before said command, and since for no reason EasyRPG had the screen black, it become black once again.

@jetrotal
Copy link
Contributor

jetrotal commented Sep 2, 2024

We discovered that the issue is related to the chipset's unusual Width or Height, as described here by @Mimigris: #3075

typical chipset images have 480x256, this one has 256x512.

original image size:
cave

an image size that easyRPG accepts without glitching its alpha:
cave_fix

@fdelapena fdelapena added Duplicate Maps Map content related. For map events please use event/interpreter instead labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Event/Interpreter Graphics Maps Map content related. For map events please use event/interpreter instead
Development

No branches or pull requests

3 participants