View previous topic :: View next topic |
Author |
Message |
Rick74
Joined: 26 Sep 2012 Posts: 1 Location: United States
|
Posted: Wed Sep 26, 2012 3:07 am Post subject: Can anyone help me convert my .srm save to SuperUFO Pro8??? |
|
|
Hi.. I just got a SuperUFO Pro 8, and was hoping I could continue my game from where I left off on Snes9x, but the .srm file is incompatible...
I've searched and I've seen people mention...
ucon64.exe --pad -ufos FILENAME.SRM
but after trying for hours, I cannot figure out how to use ucon64 for this purpose...
Can anyone help...
I've attached my .srm file if someone can easily do it for me....
Thanks!
Description: |
|
Download |
Filename: |
Final Fantasy V (Japan) [En by RPGe v1.1].zip |
Filesize: |
1.64 KB |
Downloaded: |
363 Time(s) |
|
|
Back to top |
|
|
Mezmorizingmage
Joined: 02 Jul 2010 Posts: 13 Location: Click WWW for Super UFO Pro 8 SD downloads...
|
Posted: Mon Jul 15, 2013 3:55 am Post subject: |
|
|
I know this is an older topic, but for people who don't know how to use the command line do this:
1. Download ucon64 and place your save file into the same folder as ucon64.exe
2. Create a new Text document in the same folder.
3. Rename the .txt extension to .bat and paste in the following text:
Code: |
@ECHO OFF
ucon64.exe --pad -ufos "Final Fantasy V (Japan) [En by RPGe v1.1].SRM"
PAUSE
|
Now simply double click the .bat file to pad the save.
In the above example it will open the attached save above, named Final Fantasy V (Japan) [En by RPGe v1.1].SRM
If you want it to pad ANY save file located in the folder simply change the batch file like so:
Code: |
@ECHO OFF
ucon64.exe --pad -ufos "*.SRM"
PAUSE
|
(I tested to confirm that this works, but never loaded the save with an emulator or UFO device.)
|
|
Back to top |
|
|
gordo
Joined: 12 Jun 2022 Posts: 1
|
Posted: Sun Jun 12, 2022 5:12 am Post subject: |
|
|
Mezmorizingmage wrote: |
(I tested to confirm that this works, but never loaded the save with an emulator or UFO device.) |
I just tested it, it works for UFO device
|
|
Back to top |
|
|
|