Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
527 stars 139 forks source link

Testing #254

Open callomello opened 2 days ago

callomello commented 2 days ago

Hi there!

I was just testing CORPSE-PARTY -Rebuilt- via MKXP and it was working just fine until you switch the party. It doesn't throw up an error but the sprite for the next party doesn't appear. I'm not super knowledgable about Ruby but I'm able to mess around with it to fix small things but I couldn't think of anything for this. Is there any chance I could get some help?

Kind regards.

Ancurio commented 2 days ago

This will be nearly impossible to fix or even investigate unless isolated. You would need to find which part in the scripts (the chance it's implemented via events is low) is responsible for this party switching mechanism and based on that reproduce the issue in a simple script. Ie. "this 100 line script shows an image in the stock engine but doesn't in mkxp".