Hacking WiiFlow Custom Titles

JoelStickney

Member
OP
Newcomer
Joined
Mar 20, 2012
Messages
6
Trophies
0
XP
96
Country
United States
So after ripping my games into WiiFlow, I noticed that titles were all wibbly wobbly. Primary examples are Baten Kaitos and Resident Evil. They Show up as

Baten Kaitos Eternal Wings and the Lost Ocean
Baten Kaitos Eternal Wings and the Lost Ocean Disc 2
Resident Evil
Resident Evil Disc 2

What I want them to show up as are:

Baten Kaitos: Eternal Wings and the Lost Ocean (D1)
Baten Kaitos: Eternal Wings and the Lost Ocean (D2)
Resident Evil 1 (D1)
Resident Evil 1 (D2)

Now, I plugged the hard drive into my computer and found the where all the games were located and changed each and everyone one of their titles to the appropriate name using Wiims ISO Tools. I ended up doing all 60 gamecube games I own. Along with the 45 Wii games I own. Making their titles perfect.

I then deleted the WiiTDB/GameTDB files. & as it turns out, that made all my gamecube games use their custom 'titles' within the ISO image, but not Wii games. They're using their default titles (before I changed their titles using Wiims), which are horrible. I'm guessing there is another title field in the header of Wii games that Wiims isn't paying attention to that I need to change to get the titles to show up correctly? I also tried making a custom_titles.ini file in the settings folder but I may have formatted it wrong seeing as the wiki page on that file is no longer working, though I hope that I can just get WiiFlow to look at their header titles instead, that way I can continue to rip games to WiFlow without manually editing both the text file and the ISO title header on the drive.

Another quick thing, in the Gamecube section, it finds the second disc of whatever game has one automatically and adds "Disc 2" at the end of the name. That's really not needed seeing as I put either (D1) or (D2) in the title of the disc itself. I realize that's just a feature of how WiiFlow works so without changing the code, I can't get rid of that which really isn't a huge deal. I'm just curious if anyone knows how it's figuring out which disc is which. They both have the same ID6 so I can't figure out how Wiiflow is checking that data.

Thanks :)
 

marcioap1

Well-Known Member
Member
Joined
Sep 15, 2012
Messages
137
Trophies
0
XP
432
Country
Brazil
Now, I plugged the hard drive into my computer and found the where all the games were located and changed each and everyone one of their titles to the appropriate name using Wiims ISO Tools. I ended up doing all 60 gamecube games I own.
Hey! Thanks for the tip! Finally managed to change the titles of Gamecube games using this tool!
 

Maxternal

Peanut Gallery Spokesman
Member
Joined
Nov 15, 2011
Messages
5,210
Trophies
0
Age
40
Location
Deep in GBAtemp addiction
Website
gbadev.googlecode.com
XP
1,709
Country
Okay, that was a rather interesting issue with changing the internal name within the ISO itself. WiiFlow automatically adds the "disk 2" to the end because most people don't think of that and the name is otherwise always the same. (The internal name in the ISO is the same OR if they're using the GameTDB name, that goes by the ID6 so ends up with the same thing, too) It can tell the difference by actually reading the right after the ID6 on the disk. (The ID6 is the first 6 bytes on the disk. The 7th byte tells it which disk it is.)

The format for the custom_titles.ini is the following :
Code:
[TITLES]
GameID=new name
Game02=another new name
Just remember to leave the first line of the file blank and there's no space before or after the =
If you want a workaround you could always change the names like this :
disk 1 > game name disk 1
disk 2 > game name
so that way, when WiiFlow automatically adds the "disk 2" it end up like this
disk 1 > game name disk 1
disk 2 > game name disk 2

(Just an idea)
 

marcioap1

Well-Known Member
Member
Joined
Sep 15, 2012
Messages
137
Trophies
0
XP
432
Country
Brazil
Using custom_titles.ini to change the name of gamecube games makes the case color appear white instead of black... Better use WIT/Wiims ISO Tools in this case...
 

Maxternal

Peanut Gallery Spokesman
Member
Joined
Nov 15, 2011
Messages
5,210
Trophies
0
Age
40
Location
Deep in GBAtemp addiction
Website
gbadev.googlecode.com
XP
1,709
Country
Using custom_titles.ini to change the name of gamecube games makes the case color appear white instead of black... Better use WIT/Wiims ISO Tools in this case...
Sorry, I didn't realize giving you the simple version would cause that problem. Here's the rest of the details.
You can change the color with the custom_titles.ini, too. There are only red, white, and black as options. White will be used if you don't specify one of the other two.
Code:
[TITLES]
GameID=RED game
Game02=BLACK game
Other1=WHITE game

[COVERS]
GameID=#FF0000FF
Game02=#000000FF
Note : those 0 are number zero's and not letter O's
Just in case, here's the WiiFloWiki page about that file.
https://sites.google.com/site/wiiflowiki4/custom-titles
 

marcioap1

Well-Known Member
Member
Joined
Sep 15, 2012
Messages
137
Trophies
0
XP
432
Country
Brazil
I'm aware of this... In fact, there are more colors we can use:


// For RED use #FF0000FF
// For BLACK use #000000FF
// For YELLOW use #FCFF00
// For GreenOne use #01A300
// For GreenTwo use #00E360

However, for gamecube games, when you set the title of a game then the case color becomes white and you can't change it to black. Other colors works but not black.
 

marcioap1

Well-Known Member
Member
Joined
Sep 15, 2012
Messages
137
Trophies
0
XP
432
Country
Brazil
In Wiiflow the default case color for gamecube games is black. But when you change de title of the game, the case color becomes white. I tried using both ID6 and ID3.
That's why I used the Wit Tool for renaming the title within the ISO of the game. Just in case someone wants to use it, these are the commands:

Wit List -T0
List the titles in the header of the ISO's.

Wit Rename -s game.iso id6=,"New Title"
Rename the title of a specific ISO.
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
sorry too bump this thread. but out of all the things ive used in wiiflow this is the only thing giving me grief lol. i have put a custom_title.ini and then put 2 new named games in there (with a space on the first top line and no space after the =) i have left the original title dump in the settings folder as well as the custom titles ini and either way my custom titles are not showing ive tried a few times now and its becoming annoying now. any help would be appriciated thankss
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
home -> reload cache, done.

thanks for the reply. i managed to get it working last nyt :)

@ fix 94 would there be any chance of having a covers pack for dvds? as i use the plugins on wiiflow its brilliant. but can be abit of a drag finding my own covers with the right dimensions exc. sorry if this has already been asked
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • The Real Jdbye @ The Real Jdbye:
    i think i heard of that, it's a good idea, shouldn't need a dedicated GPU just to run a LLM or video upscaling
  • The Real Jdbye @ The Real Jdbye:
    even the nvidia shield tv has AI video upscaling
  • The Real Jdbye @ The Real Jdbye:
    LLMs can be run on cpu anyway but it's quite slow
  • BakerMan @ BakerMan:
    Have you ever been beaten by a wet spaghetti noodle by your girlfriend because she has a twin sister, and you got confused and fucked her dad?
  • Psionic Roshambo @ Psionic Roshambo:
    I had a girlfriend who had a twin sister and they would mess with me constantly.... Until one chipped a tooth then finally I could tell them apart.... Lol
  • Psionic Roshambo @ Psionic Roshambo:
    They would have the same hair style the same clothes everything... Really messed with my head lol
  • Psionic Roshambo @ Psionic Roshambo:
    @The Real Jdbye, I could see AMD trying to pull off the CPU GPU tandem thing, would be a way to maybe close the gap a bit with Nvidia. Plus it would kinda put Nvidia at a future disadvantage since Nvidia can't make X86/64 CPUs? Intel and AMD licensing issues... I wonder how much that has held back innovation.
  • The Real Jdbye @ The Real Jdbye:
    i don't think nvidia wants to get in the x64 cpu market anyways
  • The Real Jdbye @ The Real Jdbye:
    you've seen how much intel is struggling getting into the gpu market
  • The Real Jdbye @ The Real Jdbye:
    and nvidia is already doing ARM
  • The Real Jdbye @ The Real Jdbye:
    i don't think they want to take more focus away from their gpus
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah I think Nvidia s future lays in AI GPU acceleration stuff if they can get that going it's going to be super interesting in the long term
  • Psionic Roshambo @ Psionic Roshambo:
    AI assisted game creation might become a thing
  • Psionic Roshambo @ Psionic Roshambo:
    At least that's something I think would be pretty cool.
  • Psionic Roshambo @ Psionic Roshambo:
    Don some VR glasses and gloves and talk to the computer and paint entire worlds
  • Psionic Roshambo @ Psionic Roshambo:
    "OK Cortana I want that mountain a little taller and more snow on top, and I would like some random ancient pine forest around the bottom"
  • Psionic Roshambo @ Psionic Roshambo:
    "Now we need a spring fed river flowing down the north side and add some wild life appropriate for the biome"
  • Psionic Roshambo @ Psionic Roshambo:
    Many TBs of assets and the programming of something like that is going to be tough but I think it's something we might see in 20 years maybe sooner
  • The Real Jdbye @ The Real Jdbye:
    @Psionic Roshambo AI assisted game creation is kinda already here, there was recently that AI that can turn any 2D image into a fully modeled 3D object, it's not perfect, but it's a starting point, beats starting from zero
  • The Real Jdbye @ The Real Jdbye:
    before that there was one to generate a fully modeled scene from a 2D image
  • The Real Jdbye @ The Real Jdbye:
    but most recently, there was one that actually generates a working unity scene with terrain and textures already set up that you can import right into unity, that's a huge time saver right there
  • The Real Jdbye @ The Real Jdbye:
    and using LLMs to generate NPC dialogue and even dynamically generated quests is something i'm sure is already happening
  • The Real Jdbye @ The Real Jdbye:
    will just take some time for games made using those things to be completed and released
  • K3Nv2 @ K3Nv2:
    @The Real Jdbye, it's bed bath and beyond you nitwit
    K3Nv2 @ K3Nv2: @The Real Jdbye, it's bed bath and beyond you nitwit