Save Game Manager

If, like me, you like to play several different characters simultaneously rather than finishing one game and starting the next, you're probably annoyed at how SR3 doesn't let you name your save files. The next best thing is keeping your saves somewhere else on your computer, and switching the ones you want in and out to play as different characters.
This is what I did, but after a while it got tedious, so I wrote this php script to automate the process. Before using it, you have to sort your save files into folders for your characters manually.
The current version requires you to have php on your computer. (which is as simple as downloading it from php.net and putting it somewhere)
I don't know if anyone will want to use this, but I figure it won't hurt any if I put it up here.
 

Attachments

trying to get this installed but I cant get it to work, I installed PHP, unzipped the files, found that there was a readme.txt and a install.txt. (which one do i follow?) the install.txt has a step to set the SavePath,but the readme does not. (there is no Savepath in the confile. and adding one below GamePath does not help )
 
Ah! Looks like I changed the tool itself and forgot to update the readme files. I'm fixing that now, in the meantime for anyone with the wrong readme files, SavePath is now just the folder you put the scripts in. So you put everything from the archive into, say, C:/SR3Save and your save files in C:/SR3Save/Johnny. Does that make sense?

EDIT: OK, I uploaded a new version with the right documentation files (hopefully). The actual scripts are the same as before. If there's anythign else needs changing, please let me know.
 
Back
Top