Savsender: Difference between revisions
From GameBrew
More actions
No edit summary |
Tag: visualeditor |
||
| Line 49: | Line 49: | ||
===Option A: Dumping Saves=== | ===Option A: Dumping Saves=== | ||
In the command prompt you just opened, type the following command: | In the command prompt you just opened, type the following command: | ||
nc.exe -l -p 1234 > savefile.sav <br> | nc.exe -l -p 1234 > savefile.sav <br> | ||
(that's a lowercase L in -l, not a number 1) where 1234 is the port number you specified in savsender.conf (in the example, 5000) and savefile.sav is the name of the file you wish to save as. If your firewall asks you to allow traffic by the program, accept it. Leave this window running even though it looks like it's doing nothing. | (that's a lowercase L in -l, not a number 1) where 1234 is the port number you specified in savsender.conf (in the example, 5000) and savefile.sav is the name of the file you wish to save as. | ||
If your firewall asks you to allow traffic by the program, accept it. Leave this window running even though it looks like it's doing nothing. | |||
Put your microSD card in your slot-1 device and boot it up. | Put your microSD card in your slot-1 device and boot it up. | ||
| Line 64: | Line 65: | ||
===Option B: Restoring Saves=== | ===Option B: Restoring Saves=== | ||
In the command prompt you just opened, type the following command: | In the command prompt you just opened, type the following command: | ||
nc.exe -l -p 1234 < savefile.sav <br> | nc.exe -l -p 1234 < savefile.sav <br> | ||
(that's a lowercase L in "-l", not a number 1) where 1234 is the port number you specified in savsender.conf (in the example, 5000) and savefile.sav is the name of the save file you wish to restore to your DS cartridge. If your firewall asks you to allow traffic by the program, accept it. Leave this window running even though it looks like it's doing nothing. | (that's a lowercase L in "-l", not a number 1) where 1234 is the port number you specified in savsender.conf (in the example, 5000) and savefile.sav is the name of the save file you wish to restore to your DS cartridge. | ||
If your firewall asks you to allow traffic by the program, accept it. Leave this window running even though it looks like it's doing nothing. | |||
Note that this looks nearly identical to the command for dumping saves, the only difference being that the > sign is flipped to a < sign. | Note that this looks nearly identical to the command for dumping saves, the only difference being that the > sign is flipped to a < sign. | ||
| Line 81: | Line 83: | ||
'''Note regarding restoration:''' | '''Note regarding restoration:''' | ||
In version 1.0, an older, less reliable method of detecting and dumping the EEPROM was used, and as such it may have produced overdumps, files larger than they need to be. Attempting to restore these overdumps with version 1.1 will give corruption, but by cropping the save file to the size it should be, you can restore it correctly. The use of a hex editor for this is recommended. | In version 1.0, an older, less reliable method of detecting and dumping the EEPROM was used, and as such it may have produced overdumps, files larger than they need to be. | ||
Attempting to restore these overdumps with version 1.1 will give corruption, but by cropping the save file to the size it should be, you can restore it correctly. The use of a hex editor for this is recommended. | |||
The method proposed in this guide, which uses NetCat, is confirmed to work on Windows Vista, which the tutorial can be found [http://www.scdev.org/forum/index.php/topic,9915.0.html here]. | The method proposed in this guide, which uses NetCat, is confirmed to work on Windows Vista, which the tutorial can be found [http://www.scdev.org/forum/index.php/topic,9915.0.html here]. | ||
Revision as of 14:02, 3 September 2021
| Savsender | |
| File:Savenderds.jpg | |
| General | |
|---|---|
| Author(s) | brettk |
| Type | Utility |
| Version | 1.1b |
| Licence | Mixed |
| Links | |
| [Media:Savsender11bds.rar Download] | |
| Website | |
<htmlet>adsense</htmlet>