BUG FIX 1/KNOWN GLITCHES


>Fixed a bug with the loading after a save, where the text would sometimes not skip with the SHIFT key when New Game Plus was active

>Fixed the Part Select Character sometimes still being in the party after a save and load.

CURRENTLY KNOWN BUGS:

>Minor Graphical/Sound Glitches

>Sometimes the game can crash due to a conflict in one of the scripts. This seems to be a rather rare error (only happened one time literally during my last play through), though I will need to look into why this happens.

>Basic RPG Maker glitches. IE: sometimes the party does not stop moving and it requires a reload of the save.

>Lag in maps that really should not be lagging. (High performance mode is your best friend.)

Files

Refulgent (PARTS 1-2-3) v1.0.1.zip 442 MB
3 days ago

Get Refulgent (PARTS 1-2-3)

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Maps that shouldn't be lagging, but lagging anyway? Hm. Normally VX Ace runs pretty well, even with a lot of events and effects going on. (Though this does change when a ton of funky scripts are involved...)
I haven't looked at the data for the game myself, but I can only assume that somewhere there might be lag caused by a parallel event with a loop that doesn't have any wait frames. At the end of a parallel event there's a sort of implied wait frame, but if there's a loop then it never reaches the bottom of that event. Gotta manually place 1 wait frame yourself in those cases.