Hacking TutVid: Create a Unique Save ID

JasonP27

The Tile God
OP
Newcomer
Joined
Aug 5, 2010
Messages
34
Trophies
0
Age
42
Website
darkumbra.net
XP
109
Country
OLD *HARD* TUTORIAL IN RED - NEW *EASY* TUTORIAL IN GREEN

I made a video tutorial for changing the necessary files to make your custom games have a unique save.

You'll need:

WiiScrubber 1.30 or 1.4 (DO NOT USE 1.31).
Wii Partition.bin Changer. Put it in the same folder as WiiScrubber.
Hex editor. Any that works will do
ASCII to Hex converter. Just google for one.

WiiScrubber and Wii Partition.bin Changer are included in this WiiScrubber Kit download.
Code:
http://filetrip.net/f4399-Wiiscrubber-Kit-with-multiloader-1-40.html
(720p is available)


Make sure you use a backup copy of your ISO in case WiiScrubber kills it.

yaywii.gif


OR

ALTERNATIVELY YOU CAN USE THIS METHOD
So I posted this tutorial a couple places and, well, Wiimm shows me how easy it can be with WIT, so now I gotta update all my threads around the net! lol Thanks Wiimm.

Information about WIT and commands available etc.
[hide]http://wit.wiimm.de/info/cloning.html[/hide]

NEW TUTORIAL

OK Here is a new tutorial video I made for changing the TitleID using Wiimms ISO Tool + QtWitGUI
It is for people allergic to command-line tools like me. If you want to try it without the GUI check out the link above.

 

sr_corsario

Well-Known Member
Member
Joined
Jun 11, 2008
Messages
424
Trophies
1
Age
44
XP
1,267
Country
I did it time ago with Kustom MArio KArt and it works perfectlly
biggrin.gif


Nice to see a video with an explanation for others.

Sr Corsario
 

Wiimm

Developer
Member
Joined
Aug 11, 2009
Messages
2,292
Trophies
1
Location
Germany
Website
wiimmfi.de
XP
1,519
Country
Germany
It's so complicated ...

Each of these commands do the same:
Code:
wit copy source_image dest_image --id newid
wit edit source_and_dest_image --id newid
wwt --auto add source --id newid
If you want to change the disc title add: --name "new disc title"
And if "source_image" is an extracted file system (FST) then the disc is composed automatically in the background.

More details: Clone a disc
 

JasonP27

The Tile God
OP
Newcomer
Joined
Aug 5, 2010
Messages
34
Trophies
0
Age
42
Website
darkumbra.net
XP
109
Country
Wiimm said:
It's so complicated ...

Each of these commands do the same:
Code:
wit copy source_image dest_image --id newid
wit edit source_and_dest_image --id newid
wwt --auto add source --id newid
If you want to change the disc title add: --name "new disc title"
And if "source_image" is an extracted file system (FST) then the disc is composed automatically in the background.

More details: Clone a disc
ok

question.

Does that make the save file unique? Because simply changing the GameID will not give you a new save on NSMBWii for example. I am guessing your method does but I don't know. I (and quite a few others) have been looking for a method of creating a unique save ID for custom games and I couldn't find anything very good explaining how to do it. You just bust out with this Wit thing from nowhere LOL
laugh.gif
WHERE WERE YOU 12 HOURS AGO?!!!!?
nyanya.gif
Well I had fun doing it anyhow.
 

Wiimm

Developer
Member
Joined
Aug 11, 2009
Messages
2,292
Trophies
1
Location
Germany
Website
wiimmfi.de
XP
1,519
Country
Germany
It change the ID in disc header, boot.bin, ticket.bin and tmd.bin. Follow the link "Clone a disc" and read the details. I have already made clones for MKW, NSMB and Animal crossing because I needed more save slots.
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
yes, it works much easier in wit than in the tutorial video. plus, wit operates on pretty much all of the different storage containers for wii games. in this method yo are using, you are stuck with a .iso. you can do it in qtwitgui as well. just open an iso, check the boxes, type a new ID, and save it.
 

Slimmmmmm

GBAtemp MoNkEeE
Member
Joined
Nov 1, 2007
Messages
1,770
Trophies
0
Location
the land of lol
XP
528
Country
I've never had the need to use your tools Wiimm, so I've got a Q.

You are saying you can change the ID of a game + the save ID.
Can you change JUST the ID and not the save (so 2 version of a game use the same save file) I'm guessing yes...

I have changed IDs of games a long, long time ago using Dacks tools, but I read a lot and your tools seem to be much more feature rich.
 

Wiimm

Developer
Member
Joined
Aug 11, 2009
Messages
2,292
Trophies
1
Location
Germany
Website
wiimmfi.de
XP
1,519
Country
Germany
Slimmmmmm said:
I've never had the need to use your tools Wiimm, so I've got a Q.

You are saying you can change the ID of a game + the save ID.
Can you change JUST the ID and not the save (so 2 version of a game use the same save file) I'm guessing yes...

I have changed IDs of games a long, long time ago using Dacks tools, but I read a lot and your tools seem to be much more feature rich.
The old command "wit rename" will only change the ID in the disc header.

And with the option --modify object_list you can select the objects of change (header,boot,tmd,ticket).
Example:
wwt --auto add --id K --modify disc mkw.iso
will add a second Mario Kart to the WBFS and only the first letter of the id of the disc header (the WBFS relevant to distinguish the discs) is changed.

Here is a little docu about all patching options: http://wit.wiimm.de/options/patching.html

One last word:
You can change the ID in four places:
- disc header
- ticket
- tmd
- boot.bin

I don't know which ID are really relevant for the save game (ticket and/or tmd and/or boot.bin). With wit it's so easy to change only some IDs -- good for test series
wink.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @BakerMan, https://youtu.be/KaMSXIRReOo?si=2hRoijJtiwPUHXk5