• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Tutorial Batch Script to Remove Excess Quicksaves

Hotshot

Freebooter
Storm Modder
Is there a setting to make the game automatically delete quick saves if there are more then... 5 or so?
Because I'm filling up my save-slots pretty quickly!

thx :p
 
Ok, thx anyways!

On a side note: I've written a little batch script that I'll start via a makro key on my keayboard, that deletes the oldest 10 quicksaves.
I'm not sure how the game will react to that, but I don't think it will do any harm :)

Just start it like this:
Code:
d:\No Shell.vbs d:\DeleteExcess.bat

(the "no shell.vbs" is needed, so no command line window appears!)
 

Attachments

  • Del last 10 saves.zip
    754 bytes · Views: 103
Last edited:
This works really good!
As I said I've put this on command on a makro key and whenever the game says too many saves, I get out of the menus, hit the key and can save again :)

So no hour-long manual deletion of the last 50 quicksaves or so^^

To-do:
edit the following line in "DeleteExccessSaves.bat" to the directory of your game and your storyline! (Nathaniel is named "standard")
Code:
set DIR="D:\Games\Corsair 2 - Pirates of the Caribbean\SAVE\standard"
But without the doublequotes, or it wont work!!
Code:
set DIR=C:\path to your game\SAVE\storyline
 
Back
Top