EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
1.01k stars 192 forks source link

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

Open fdelapena opened 2 months ago

fdelapena commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

We discovered that the issue is related to the chipset's unusual Width or Height, as described here by @Mimigris: https://github.com/EasyRPG/Player/issues/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