(03-11-2012, 09:17 AM)AnyOldName3 Wrote: Actually, he didn't, he just asked if they were the same. He didn't suggest that it may be possible to change it, and he didn't specify how one could go about changing it. You are an admin, so shouldn't just skim read.
I guess I assumed that it went without saying.
Title ids are the same, save path is determined by title id, and dolphin uses banner from save path to determine game name.
for the games to show different names they must have different banner files, so they need different save paths, so they need different title ids.
The "title id" change from the first post was apparently done wrong.
(03-03-2012, 11:13 AM)LOCSTA Wrote: ("A: I've changed the titleID for this game from RCME01 to CKBE88 so you can hold both your original and your modded copy of Mario Kart on the same drive and they won't interfere with one another." -author)
EDIT:
First I should clarify there the game id, and the title id.
for the example of mario kart RCME is the game id. RCME01 is the game id + maker id
the title id which includes the game id for example mario kart is 0x00010000-0x52334D50 0x52 = R 0x33 = C, etc
The game id is stored at the start of the iso, followed by the maker id
I assume usb loaders use the start of the iso for this (check the iso in a hex editor, bytes 0-5)
the title id is stored in a few places, notably in the ticket, and the tmd
I assume the title id was not changed in the tmd.
It is certain that it was not changed in the ticket because that is what dolphin uses to find savepath.
