Skip navigation
NintendoAge
Welcome, Guest! Please Login or Join
Loading...

SRM Renamer for SNES PowerPak I thought some of you might appreciate it. It's quite specific though.

Aug 15, 2011 at 5:56:26 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
I have a gift for all you NAers. Credit goes to Maurice of FacePunch. I wanted a program that could copy and rename a blank .srm called SAV.srm and make renamed copies for every .sfc and .smc file in the folder. The only problem is that the program only works if it is used in the folder c:\test. The .srm must also be called SAV.srm. I've used it myself for a batch of roughly 100 games and it worked perfectly. I'm sure some of you will appreciate this, even if it is quite limited with its options.

Basically, to use it, make a folder called 'test' in your C drive. Then put all the ROMs you want .srm files for into the folder, as well as the programs. Then put the blank .srm file from RetroUSB into the folder and name it SAV.srm. Then just run the programs once to get all your .srm files, depending on if your ROMs are .smc, .sfc or both. The two programs can be found here:

http://dl.dropbox.com/u/22278546/...


Edited: 02/13/2012 at 03:43 AM by GhostNinja

Aug 15, 2011 at 5:59:01 PM
removed04092017 (0)
This user has been banned -- click for more information.
< Bowser >
Posts: 7316 - Joined: 12/04/2010
Other
Profile
Pretty cool, although it only being usable with c:/test is pretty laughable, but if it works I guess it would be useful...


Edited: 08/15/2011 at 06:02 PM by removed04092017

Aug 15, 2011 at 6:00:09 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
Yeah, it's not the greatest program by any means but it does what it needs to. If I knew how to improve it to allow directory selection myself I would, but it has no GUI and my programming skills aren't good enough. It definitely works though, and it's much faster than doing it yourself.


Edited: 08/15/2011 at 06:05 PM by GhostNinja

Aug 15, 2011 at 6:31:11 PM
vladictivo (112)
avatar
(Vladi ) < Lolo Lord >
Posts: 1707 - Joined: 12/31/2010
Mexico
Profile
Do the new *.srm files get the same name as their *.sfc counterparts?

-------------------------
  Keeping it custom: vladictivo.deviantart.com

Aug 15, 2011 at 6:35:15 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
Yes. That's the whole point of the program. It does it for both .smc and .sfc depending on which program you use. It copies the .srm file for as many .smc/.sfc's you have in the folder and renames each one to the name of each ROM.

Aug 15, 2011 at 6:40:13 PM
vladictivo (112)
avatar
(Vladi ) < Lolo Lord >
Posts: 1707 - Joined: 12/31/2010
Mexico
Profile
Originally posted by: GhostNinja

Yes. That's the whole point of the program. It does it for both .smc and .sfc depending on which program you use. It copies the .srm file for as many .smc/.sfc's you have in the folder and renames each one to the name of each ROM.


Amazing! Thanks for sharing

-------------------------
  Keeping it custom: vladictivo.deviantart.com

Aug 15, 2011 at 6:51:09 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
No problem. I asked my friend if he knew anyone that could just make something simple for me so I didn't have to do all those games myself (I'd already done about 50 manually and it took me about 20 minutes) and Maurice from FacePunch took up the challenge. I mean it could be a lot better no doubt, but I'm not complaining, seeing as he took his free time to make it for nothing and it certainly gets the job done.


Edited: 08/15/2011 at 06:51 PM by GhostNinja

Aug 24, 2011 at 12:53:36 PM
NickRE2000 (1)
avatar
(Nick Lees) < Tourian Tourist >
Posts: 32 - Joined: 10/02/2007
Colorado
Profile
This is awesome, thanks! I've been looking for something like this

If anyone is interested, I found a similar thing for the NES powerpak on nesdev a while back, its a python script but essentially does the same thing.

-------------------------
 

Aug 24, 2011 at 1:24:40 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
No problem. I'll make one myself in Visual Basic at some point (Because it's the easiest option) with a GUI and a selectable path etc so that it's more user friendly.


Edited: 08/24/2011 at 01:26 PM by GhostNinja

Aug 24, 2011 at 3:13:15 PM
NickRE2000 (1)
avatar
(Nick Lees) < Tourian Tourist >
Posts: 32 - Joined: 10/02/2007
Colorado
Profile
It couldn't get much easier really, dump everything in a folder and run the app, works great

Only improvement would be if it had the intelligence to only create saves for the games that need them, but not sure how that would work

-------------------------
 

Aug 24, 2011 at 3:44:54 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
You probably could do that, but I'm not sure how to implement it easily.

Aug 24, 2011 at 4:08:25 PM
NickRE2000 (1)
avatar
(Nick Lees) < Tourian Tourist >
Posts: 32 - Joined: 10/02/2007
Colorado
Profile
Is there anything in the rom files (in the header or anything) to signify that the game has battery back-up ? could maybe write something to read the header and search on that or something


-------------------------
 

Aug 24, 2011 at 5:43:00 PM
GhostNinja (28)
avatar
(Josh B.) < El Ripper >
Posts: 1335 - Joined: 04/11/2011
United Kingdom
Profile
I don't actually know if it's stored anywhere. Someone else may be able to tell you that.