You can edit and play your game at the same time, and most of your edits come into effect instantly. This feature is unfinished, so many of your edits will have no in-game effect (see the lists below) and there are lots of caveats: -"Test Game" does NOT save your game! You still have to do that in the normal way! -Reloading will not happen while you are in most builtin menus in Game (e.g. `Status'). -Game can't reload data until Custom saves it. As a general rule of thumb you'll either need to exit whatever menu you're using in Custom for changes to be saved, or change record (e.g. switch to a different enemy, hero, textbox...) -If Custom freezes, try quitting Game. -Resizing a map while you're on it is a bad idea; it's not handled correctly. You can press Ctrl+S in the map editor proper and maptile editor to force immediate saving of data. While playing, press the new F5 debug key (currently only works on maps) for lots of options about reloading map state. Instant reloading of the following things currently works: -All map data, including NPCs, general map settings, and doors -Sprites, tilesets, and tile animations -16 color palettes -The font -Music -Attacks, as long as they haven't been queued already (?) -Preference bitsets and other General Game Data -Unequipped items (stat bonuses and the like are read from file when you equip them) The following things will reload, but normally only after leaving and re-entering a menu or battle: -Enemies (leave and re-enter the battle first) -Formations (ditto) -Global text strings -Backdrops The following things do not currently reload at all: -Hero definitions for heroes which are already in the party (this is a problem with saved games too!) -Shop stocks (problem with saved games too) -Sound effects (not with music_sdl anyway) -Scripts -Master palette -Default palettes (which palette is the default for a sprite) -Equipped items You can force a manual reload of scripts from the F5 menu but currently running scripts will not be reloaded, and may even throw errors. For that reason, reloading is not automatic.