Okay, so there are dozens of save file mods that show the map name. But they also show a lot of other crap and I'm having a hard time stripping down these huge scripts to these few simple features.
The default save screen shows actors, play time, and a timestamp. I want to add the name of the map the player saved in right above those. Also the name and level of each actor under the icons. Finally I have nine icons that depict story progress--you collect nine amulets--so I want to list them on top of the save window and be able to change their position and filename depending on switches.
I downloaded the Chaos Project Save Layout (link below) and took away everything but the text and icon features, and now I'm trying to find a way to set the text string to the map name. Lots of places online say you can use $game_map.name, and one particular script used $game_map.map_name, but neither of these work for me--there is no such thing as .name or .map_name in the game_map class. Is there a way that I can fix that, or is there another way I can get around this?
A script that does what I want would be appreciated as well...
Chaos Project Save Layout
http://forum.chaos-project.com/index.php?topic=796.0