Tidy savegames?

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
Post Reply
User avatar
dogscoff
Posts: 59
Joined: June 20th, 2005, 9:08 am
Location: UK
Contact:

Tidy savegames?

Post by dogscoff »

Because I save at least once per map, my savegame list is getting kind of full. Later I'll delete a bunch of the older ones from the last campaign I did, but it occurred to me that some function to do it automatically would be nice. Some good options would be:

-Delete all save files from a given campaign.
-Delete all save files more than X days old. (Have an option to do this automatically every time you start the game.)
-Only keep the X most recent unprotected save files, (Have an option to do this automatically every time you start the game.)
-Protect save file (Make the file immune from automatic "tidying")
Nicolas
Posts: 349
Joined: May 18th, 2005, 4:41 pm
Location: In the isle of Anduin,chasing the Undead.

Post by Nicolas »

Good idea :) :) :) :D :D :D :lol: :lol: :lol: but are you skilled enough to do it? :lol: :lol:
Personally i cant do that
Great Mage Nicolas
User avatar
allefant
Units Database Administrator
Posts: 516
Joined: May 6th, 2005, 3:04 pm

Post by allefant »

Another option I'd like: Delete all manual savegames. I.e., keep all the auto-saves on the start of a szenario (in case I need to go back), and keep all the replays - but remove everything else.
User avatar
dogscoff
Posts: 59
Joined: June 20th, 2005, 9:08 am
Location: UK
Contact:

Post by dogscoff »

Allefant: Agreed, good idea.
but are you skilled enough to do it?
Nope. That's why I posted a suggestion rather than a patch.
User avatar
allefant
Units Database Administrator
Posts: 516
Joined: May 6th, 2005, 3:04 pm

Post by allefant »

Well, such a patch would be only a few lines if hacked in: https://savannah.nongnu.org/patch/index ... em_id=4265

But then, to do it proplerly would mean extending the GUI code to have multiple selection, and it also absolutely requires some help text to be displayed, which I couldn't figure out how to do as well.
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Re: Tidy savegames?

Post by HaJo »

dogscoff wrote:my savegame list is getting kind of full.
-Only keep the X most recent unprotected save files,
Maybe just a little script that moves all files matching "*Turn_*"
to another directory, say saves-old, where they can be archived/deleted ?
-HaJo
fmunoz
Founding Artist
Posts: 1469
Joined: August 17th, 2003, 10:04 am
Location: Spain
Contact:

Post by fmunoz »

You can try to use the CLI power!!!

Code: Select all

rm -i *Turn*
even on impaired systems (i.e. win) you could use "del *Turn*" (you can put it in a .BAT file if you are really lazy and do soooo many saves)
pacho
Posts: 72
Joined: February 7th, 2005, 7:42 pm
Location: Oviedo (Asturias), Spain

Post by pacho »

Great idea, I would use this controls because I have many, many saves :)
Post Reply