[RMMV] LOADING GAME BUG

Posts

Pages: 1
Hey guys,

I been reading in this forum for a while now. Since I was using rm2k3 for a decade now, I switched to MV a year ago. Since a month I am constantly working on my own game.

A "bug" or error I recognised:

I save the game on a map and when I load the game to this map all moved items are back to the normal position. To understand why I cannot solve this via switches or else -

I am using a big charset for a broken spaceship and using other charsets to animate fire and smoke on it. When I teleport to this map the animations "move" above the spaceship but when I am loading the game it does not work. Any clue how to solve this issue?

cheers,

Phryx
Are any Screenshots? Only text is not give enough picture :( .
And if you think that is bug then ask "custom support"...

save data includes all your global variables and switches, and the self switches on map events. The position of map events isn't saved.

Try using an autorun event on the map to set things up, which ends with the "erase event" command. That event will respawn when loading the game or re-entering the map.
Pages: 1