Savsender: Difference between revisions
From GameBrew
More actions
Tag: visualeditor |
No edit summary |
||
| Line 7: | Line 7: | ||
| author = brettk | | author = brettk | ||
| website = http://frodo.dyn.gno.org/~brettk/savsender | | website = http://frodo.dyn.gno.org/~brettk/savsender | ||
| download = | | download = https://dlhb.gamebrew.org/dshomebrew/savsender.7z | ||
| source = | | source = | ||
}} | }} | ||
| Line 22: | Line 22: | ||
* Your DS must already work with other wireless homebrew apps. | * Your DS must already work with other wireless homebrew apps. | ||
Ensure that file extensions are visible by default. In Windows Explorer, go to Tools > Folder Options > View > uncheck Hide extensions for known filetypes. | Ensure that file extensions are visible by default. In Windows Explorer, go to Tools> Folder Options> View> uncheck Hide extensions for known filetypes. | ||
Patch savsender.nds with the correct [[DLDI|DLDI]] patch for your device and place it on your media card. | Patch savsender.nds with the correct [[DLDI|DLDI]] patch for your device and place it on your media card. | ||
| Line 30: | Line 30: | ||
In this SETTINGS folder, create a new text document called savsender.conf and open it with Notepad. | In this SETTINGS folder, create a new text document called savsender.conf and open it with Notepad. | ||
Press Start > Run > type "CMD" and hit Enter. Type "IPCONFIG /all" and hit Enter. | Press Start> Run> type "CMD" and hit Enter. Type "IPCONFIG /all" and hit Enter. | ||
In the savsender.conf file, enter the IP address that ipconfig tells you, press Enter, and type the port number you wish to use. A sample config file may look like this: | In the savsender.conf file, enter the IP address that ipconfig tells you, press Enter, and type the port number you wish to use. A sample config file may look like this: | ||
192.168.1.123 | 192.168.1.123 | ||
5000 | 5000 | ||
Open router's settings page and find the section for Port Forwarding. Create a new setting that forwards all traffic on the designated port (for example, 5000) to your computer's IP address (for example, 192.168.1.123). | Open router's settings page and find the section for Port Forwarding. Create a new setting that forwards all traffic on the designated port (for example, 5000) to your computer's IP address (for example, 192.168.1.123). | ||
| Line 42: | Line 42: | ||
Put nc.exe on your desktop. | Put nc.exe on your desktop. | ||
Press Start > Run > Type "cmd" and hit Enter. | Press Start> Run> Type "cmd" and hit Enter. | ||
Type "cd desktop" and hit Enter. | Type "cd desktop" and hit Enter. | ||
| 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 | nc.exe -l -p 1234 > savefile.sav | ||
(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. | (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. | ||
| Line 65: | 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 | nc.exe -l -p 1234 < savefile.sav | ||
(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. | (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. | ||
| Line 90: | Line 90: | ||
==Media== | ==Media== | ||
'''How to use guide''' | '''How to use guide''' <br> | ||
<youtube>SUdH4UMoAUY</youtube> | <youtube>SUdH4UMoAUY</youtube> | ||
| Line 110: | Line 109: | ||
Thanks to Josath for providing a patch to libnds which provides more EEPROM support, and also makes it extremely easy to get EEPROM types and sizes. This code replaces the routines swiped from Etool, which made the initial release of this application possible. | Thanks to Josath for providing a patch to libnds which provides more EEPROM support, and also makes it extremely easy to get EEPROM types and sizes. This code replaces the routines swiped from Etool, which made the initial release of this application possible. | ||
==External links== | |||
* Author's website - http://frodo.dyn.gno.org/~brettk/savsender | |||
[[Category:DS homebrew applications]] | [[Category:DS homebrew applications]] | ||
[[Category:Utility homebrews on DS]] | [[Category:Utility homebrews on DS]] | ||
Revision as of 23:55, 4 September 2021
| Savsender | |
| File:Savenderds.jpg | |
| General | |
|---|---|
| Author(s) | brettk |
| Type | Utility |
| Version | 1.1b |
| Licence | Mixed |
| Links | |
| Download | |
| Website | |
<htmlet>adsense</htmlet>