More actions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Zelda TP Converter | |title=Zelda TP Converter | ||
|image= | |image=zeldatpconverterwii2.png | ||
|description=Convert a Wii save of The Legend of Zelda: Twilight Princess to a GameCube or Wii version. | |description=Convert a Wii save of The Legend of Zelda: Twilight Princess to a GameCube or Wii version. | ||
|author=suloku | |author=suloku | ||
Line 9: | Line 9: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/zeldatpconverterwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/zeldatpconverterwii.7z | ||
|website=https://github.com/suloku/gcmm | |website=https://github.com/suloku/gcmm/releases/tag/1.0 | ||
|source= | |||
| | |||
}} | }} | ||
This program will either extract a Zelda Twilight Princess GameCube savegame from a GCI file or insert a Wii savegame (zeldaTp.dat) to an existing Zelda TP gci GameCube savegame. | |||
==User guide== | |||
'''Note:''' Always have a backup of your savegames, never use the original files. | |||
Extract GC savegame for wii: <code>zeldaTPconverter.exe zeldagamecube.gci</code> | |||
Insert Wii savegame to gamecube GCI: <code>zeldaTPconverter.exe zeldaTp.dat zeldagamecube.gci</code> | |||
The program doesn't mind the region of the savegame, it has been tested and works with PAL and NTSC-U savegames, so you can put your gamecube NTSC savegame into your PAL Wii Zelda Twilight Princess. | |||
==Extract GC savegame== | ===Extract GC savegame=== | ||
When zeldaTp.dat is extracted from a gci file | When zeldaTp.dat is extracted from a gci file, you can: | ||
* Put it in Dolphin; | |||
* Substitute it in an existing Savegame Manager, extracted savegame to install on Wii (or directly copy it to emulated nand if you know the savegame path). | |||
These are the paths: | These are the paths: | ||
*PAL save path - nand:/title/00010000/525a4450/data/zeldaTp.dat | |||
PAL | *NTSC-U save path - nand:/title/00010000/525a4445/data/zeldaTp.dat | ||
NTSC-U save path | *NTSC-J save path - nand:/title/00010000/525a444A/data/zeldaTp.dat | ||
NTSC-J save path | *NTSC-K save path - nand:/title/00010000/525a444B/data/zeldaTp.dat | ||
NTSC-K save path | |||
===Insert Wii savegame=== | |||
When inserted a new gci file is created, you can: | |||
* Put it in Dolphin with the memory card manager; | |||
* Insert to memory card with GCMM 1.2d, CTR-GCS 0.3b or original CTR-GCS over BBA. | |||
== | ==Screenshots== | ||
https://dlhb.gamebrew.org/wiihomebrews/zeldatpconverterwii2.png | |||
==External | ==External links== | ||
* | * GBAtemp - https://gbatemp.net/threads/convert-gc-twilight-princess-save-to-wii.333938/post-4386898 | ||
* GitHub - https://github.com/suloku/gcmm/releases/tag/1.0 |
Latest revision as of 11:57, 30 March 2023
Zelda TP Converter | |
---|---|
General | |
Author | suloku |
Type | PC Utilities |
Version | 0.1 |
License | GPL-3.0 |
Last Updated | 2012/09/13 |
Links | |
Download | |
Website | |
This program will either extract a Zelda Twilight Princess GameCube savegame from a GCI file or insert a Wii savegame (zeldaTp.dat) to an existing Zelda TP gci GameCube savegame.
User guide
Note: Always have a backup of your savegames, never use the original files.
Extract GC savegame for wii: zeldaTPconverter.exe zeldagamecube.gci
Insert Wii savegame to gamecube GCI: zeldaTPconverter.exe zeldaTp.dat zeldagamecube.gci
The program doesn't mind the region of the savegame, it has been tested and works with PAL and NTSC-U savegames, so you can put your gamecube NTSC savegame into your PAL Wii Zelda Twilight Princess.
Extract GC savegame
When zeldaTp.dat is extracted from a gci file, you can:
- Put it in Dolphin;
- Substitute it in an existing Savegame Manager, extracted savegame to install on Wii (or directly copy it to emulated nand if you know the savegame path).
These are the paths:
- PAL save path - nand:/title/00010000/525a4450/data/zeldaTp.dat
- NTSC-U save path - nand:/title/00010000/525a4445/data/zeldaTp.dat
- NTSC-J save path - nand:/title/00010000/525a444A/data/zeldaTp.dat
- NTSC-K save path - nand:/title/00010000/525a444B/data/zeldaTp.dat
Insert Wii savegame
When inserted a new gci file is created, you can:
- Put it in Dolphin with the memory card manager;
- Insert to memory card with GCMM 1.2d, CTR-GCS 0.3b or original CTR-GCS over BBA.
Screenshots