More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Agbsave9 | |title=Agbsave9 | ||
|image=Agbsave9.png | |image=Agbsave9.png | ||
|description=Dump GBA VC savefiles to SD card | |description=Dump GBA VC savefiles to SD card. | ||
|author=alex34567 | |author=alex34567 | ||
|lastupdated=2016/05/07 | |lastupdated=2016/05/07 | ||
|type=Other Apps | |type=Other Apps | ||
|version=1.0.1 | |version=1.0.1 | ||
|license= | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/agbsave9.7z | ||
|website=https://github.com/alex34567/Agbsave9 | |website=https://github.com/alex34567/Agbsave9 | ||
|source=https://github.com/alex34567/Agbsave9 | |source=https://github.com/alex34567/Agbsave9 | ||
}} | }} | ||
Agbsave9 is a tool to extract and inject agb_firm saves. | |||
== | '''Note:'''Depreciated, it is advised to use [[GodMode9 3DS|GodMode9]] instead which comes with a native tool for [https://www.gamebrew.org/wiki/GodMode9_3DS#System_file_handling dumping and injecting GBA VC saves]. | ||
* Fix | |||
==user guide== | |||
Dumping save with Agbsave9: | |||
* Open the AGB_FIRM game you want to extract the save from. | |||
* Run the program and press A to dump the save as agb_dump.sav. | |||
* Record the title id and save type, and keep a backup of the save file. | |||
Injecting saves into the GBA VC (requires Python 3): | |||
* Open the gen_rom.py script in the agb_inject folder using Python 3 to generate a cia. | |||
* In CFW sysnand mode install the generated cia and run it. | |||
* When "AGB_FIRM save injector" appears, turn off your 3DS and go into the Nintendo 3ds folder on you SD card. | |||
* Depending on your cfw setup you will see 1 or 2 folders with random numbers. | |||
* Go into the folder with the smaller numbers, then /title/0040000/(title id)/. | |||
* Backup the data folder. | |||
* Reinstall your game. | |||
* Copy the data folder back into the same location. | |||
See also [https://gbatemp.net/threads/dumping-and-injecting-gba-vc-saves-with-agbsave9.421836 this tutorial] of how to dumping and inject GBA VC saves with AGBSave9 (by matpower). | |||
==Changelog== | |||
'''v1.0.1''' | |||
* Fix compatibility with all the new 3ds hacks. | |||
'''v1.0''' | |||
* EEPROM support has been added. Most GBA games should work now. | |||
==Credits== | |||
Thanks to the people who made Decrypt9 which this tool is a fork of and, to 3dbrew which had documentation on the AGB_FRIM save format. | |||
==External links== | |||
* GitHub - https://github.com/alex34567/Agbsave9 | |||
* GBAtemp - https://gbatemp.net/threads/pre-release-agbsave9-tool-to-extract-agb_firm-saves.410684 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:Other 3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] |
Revision as of 07:18, 2 December 2021
Agbsave9 | |
---|---|
File:Agbsave9.png | |
General | |
Author | alex34567 |
Type | Other Apps |
Version | 1.0.1 |
License | GPL-2.0 |
Last Updated | 2016/05/07 |
Links | |
Download | |
Website | |
Source | |
Agbsave9 is a tool to extract and inject agb_firm saves.
Note:Depreciated, it is advised to use GodMode9 instead which comes with a native tool for dumping and injecting GBA VC saves.
user guide
Dumping save with Agbsave9:
- Open the AGB_FIRM game you want to extract the save from.
- Run the program and press A to dump the save as agb_dump.sav.
- Record the title id and save type, and keep a backup of the save file.
Injecting saves into the GBA VC (requires Python 3):
- Open the gen_rom.py script in the agb_inject folder using Python 3 to generate a cia.
- In CFW sysnand mode install the generated cia and run it.
- When "AGB_FIRM save injector" appears, turn off your 3DS and go into the Nintendo 3ds folder on you SD card.
- Depending on your cfw setup you will see 1 or 2 folders with random numbers.
- Go into the folder with the smaller numbers, then /title/0040000/(title id)/.
- Backup the data folder.
- Reinstall your game.
- Copy the data folder back into the same location.
See also this tutorial of how to dumping and inject GBA VC saves with AGBSave9 (by matpower).
Changelog
v1.0.1
- Fix compatibility with all the new 3ds hacks.
v1.0
- EEPROM support has been added. Most GBA games should work now.
Credits
Thanks to the people who made Decrypt9 which this tool is a fork of and, to 3dbrew which had documentation on the AGB_FRIM save format.