Specifically, in there, every save has an INI file with the name of the save, along with several BMP images with the name of the save as well. Delete those to clear out the save, and then go into Index.ini of Metagames.rte to clear the save data from there. For example, from this:
Code:
DataModule
ModuleName = Metagame Saves
AddMetaSave = MetaSave
PresetName = AutoSave
SavePath = Metagames.rte/AutoSave.ini
SiteCount = 6
PlayerCount = 4
RoundCount = 0
AddMetaSave = MetaSave
PresetName = BlahBlah
SavePath = Metagames.rte/BlahBlah.ini
SiteCount = 6
PlayerCount = 4
RoundCount = 1
To this:
Code:
DataModule
ModuleName = Metagame Saves
AddMetaSave = MetaSave
PresetName = AutoSave
SavePath = Metagames.rte/AutoSave.ini
SiteCount = 6
PlayerCount = 4
RoundCount = 0
to clear it the "BlahBlah" save.