If it was just a spelling update, maybe one could use an old-version save file, and things would be fine. However, with an update like this, it was probably best to start from scratch. Though, I do find it somewhat interesting to know that there’s a missing file report when one attempts to load an old-version save into this version, despite said files existing? I could see the actor graphics in battle simply not showing up, as they weren’t defined in the database before, and, the save data might indicate that there wouldn’t be graphics to begin with.
From what I understand, $dataActors
would store whatever is written in the database. However, since actor graphics can change mid-game, there’s probably a function/variable within $gameActors
to allow for graphics to be applied to the actor, and would be in the save data.
EDIT
Anyway, from what I can tell, the issue seems to be stemming from loading an old-version save into the new version? So, I’m going to stop worrying about it, and focus my energies elsewhere. I’ll hold back on updating the game for a little while longer, in case more spelling, text display, or other error, pops up.