Florian Eßl (aka Spatzenfärber)

Results 10 comments of Florian Eßl (aka Spatzenfärber)

I was wondering, should this be another "feature" which could be officially supported in future versions of EasyRPG? Easy implementation: When a .wav file is not found the Player would...

For information about the "CommonThisEvent"-Patch..: https://www.makerpendium.de/index.php/CommonThisEventPatch https://dev.makerpendium.de/docs/patch_db/main-en.htm?page=common_this_event A port of this patch for the most recent Steam Rm2k release was also made rather recently. Currently I'm hacking around a bit...

Reported by PictoGuy on Rmarchiv Discord: "Hello. So I was playing Super Mario RPG The seven sages. But at one moment, something strange happened in the game. When I triggered...

I'm prototyping some enhanced debugging flags and stumbled upon this. One thing that sticks out, that this behaves exactly, as if it was the player was in front of the...

I think I found the problematic piece of code here: https://github.com/EasyRPG/Player/commit/e7c6e4161cc507a8f1cf66b825b41776d27bc9d5 In my fork, I just reverted these function calls back to Sprite.GetWidth() & Sprite.GetHeight() in case the spritesheet condition...

I'm getting a very weird crash on startup when trying to start a debug build of this branch on Windows: **"Error: Couldn't create -15x-855638032 image."** ('Release' seems to work fine)...

@Ghabry I did some more research and found that this crash only happens, when "NewGame=1" is set... But after doing a complete Clean and Rebuilding, everything seems to work fine...

Concercing these MapEventCache structs which I mentioned could also be just replaced with unordered sets: I do have some sort of Prefetcher in mind that would work hand in hand...

I played around with the Steam version of RM2K3 recently and while the new additions allow for more flexible and organized scripting there's one feature I'm still missing, requiring me...

Thanks, I haven't known about the "Get Event ID" command but it sounds like it isn't suited for my purpose. (Nostalgia compels me to do some highly advanced stuff in...