Hacking Yu-Gi-Oh! GX Tag Force 3 - Changing main character sprite

krystalkris

New Member
OP
Newbie
Joined
Jan 10, 2023
Messages
1
Trophies
0
Age
31
XP
46
Country
United Kingdom
Hiya everyone!

So I'm not a particularly talented modder, I've dipped my toes into it in the past, but I decided to replay some of my favourite Yu-Gi-Oh! games I used to play way back when, which are the tag force games. One thing that really annoyed me about these games though is that you can't change the gender (or anything, really) of the character you play as, you just gotta be this red hat wearing dingus among a cast of colourful characters. So I decided to see if I could do a simple sprite swap, couldn't be that hard, surely, it's just a 2D game!

So I used UMDGen to browse the files of the ISO, and for Tag Force 4 I successfully found the players sprite, exported one of the sprites from a different character, renamed it to the file name of the player and overwritten it, rebuild the ISO, and it all worked flawlessly. So I know it can work that way - but the 5D's games are my least favourite, the GX ones are the games I prefer to play, so i set out to do the same in Yu-Gi-Oh! GX Tag Force 3.

If I hadnt had such simple success in Tag Force 4 I would have just given up easily, but this has become a many, many hours worth of a project that I just can't seem to get working, and it seemed a shame to just put it to rest given everything I'd done so far.

So I found the player's sprite in the UMD for Tag Force 3, it's in PSP_GAME/USRDIR/field/sdchr/sd_play_sla.gim (and sd_play_ver.gim - every character has two sprites for up/down/left/right and diagonal movement). For EVERY other character, changing their file to another changes their sprite accordingly, so I know it's the right place.

But changing the players file does nothing!
Theres a seperate folder for the sprites used in the minigames (PSP_GAME/USRDIR/minigame/) and changes those sprites that the player uses works fine, but I have no idea why the field sprite doesnt change when I change it. Maybe the game uses another version of the sprite that's located somewhere else?
Sadly, this is where my knowledge sort of ends - I've checked through every single characters sprite in the field folder to make sure there isn't another player sprite and there isn't one there. I've changed all the bust up sprites to check to see if the player sprite is stored in there, and theres nothing. I used GimConv to convert all the .gim files in that folder to png's and checked them all myself. There are other compressed files containing .gims that I used TextER or a program called ehppack to look through, but no dice.

I don't know what I'm missing, but it seemed a shame not to record my findings thus far, hence this thread! I don't know how memory viewers really work but I imagine there may be a way to find the origin of the player sprite used in game via emulator and a memory viewer?

I dunno. If anyone is interested in helping, I can share anything else I might have missed. Seems like a bit of a dumb project, but I'm too curious at this point in finding out exactly whats going on, lol.
 

CyberRoby

New Member
Newbie
Joined
Mar 22, 2024
Messages
1
Trophies
0
Age
23
XP
6
Country
Italy
Hiya everyone!

So I'm not a particularly talented modder, I've dipped my toes into it in the past, but I decided to replay some of my favourite Yu-Gi-Oh! games I used to play way back when, which are the tag force games. One thing that really annoyed me about these games though is that you can't change the gender (or anything, really) of the character you play as, you just gotta be this red hat wearing dingus among a cast of colourful characters. So I decided to see if I could do a simple sprite swap, couldn't be that hard, surely, it's just a 2D game!

So I used UMDGen to browse the files of the ISO, and for Tag Force 4 I successfully found the players sprite, exported one of the sprites from a different character, renamed it to the file name of the player and overwritten it, rebuild the ISO, and it all worked flawlessly. So I know it can work that way - but the 5D's games are my least favourite, the GX ones are the games I prefer to play, so i set out to do the same in Yu-Gi-Oh! GX Tag Force 3.

If I hadnt had such simple success in Tag Force 4 I would have just given up easily, but this has become a many, many hours worth of a project that I just can't seem to get working, and it seemed a shame to just put it to rest given everything I'd done so far.

So I found the player's sprite in the UMD for Tag Force 3, it's in PSP_GAME/USRDIR/field/sdchr/sd_play_sla.gim (and sd_play_ver.gim - every character has two sprites for up/down/left/right and diagonal movement). For EVERY other character, changing their file to another changes their sprite accordingly, so I know it's the right place.

But changing the players file does nothing!
Theres a seperate folder for the sprites used in the minigames (PSP_GAME/USRDIR/minigame/) and changes those sprites that the player uses works fine, but I have no idea why the field sprite doesnt change when I change it. Maybe the game uses another version of the sprite that's located somewhere else?
Sadly, this is where my knowledge sort of ends - I've checked through every single characters sprite in the field folder to make sure there isn't another player sprite and there isn't one there. I've changed all the bust up sprites to check to see if the player sprite is stored in there, and theres nothing. I used GimConv to convert all the .gim files in that folder to png's and checked them all myself. There are other compressed files containing .gims that I used TextER or a program called ehppack to look through, but no dice.

I don't know what I'm missing, but it seemed a shame not to record my findings thus far, hence this thread! I don't know how memory viewers really work but I imagine there may be a way to find the origin of the player sprite used in game via emulator and a memory viewer?

I dunno. If anyone is interested in helping, I can share anything else I might have missed. Seems like a bit of a dumb project, but I'm too curious at this point in finding out exactly whats going on, lol.
Hi! I'm trying to do the same thing. I'd like to change the appearance of the main character in the first 3 games. I've seen that someone made a female character mod that apparently works (haven't tested yet, but it is shown in the yt video). So I know that this is possible. The creator (Fem Protag Mods on YouTube) doesn't remember how she/he did this, but posted in the comments the GitHub page of a person who made the tools she used. Since I'm not expert I'd like your help understanding these tools.

What I've been able to do so far is extract e .gim file, convert it to png, change the clothes colors on Photoshop, convert it again in .gim using gimconv and rebuild the iso file.

I have 2 problems:
1) I can't preview the gim in noesis (the program I used to extract it);
2) in game the character is invisible.
So I guess the two file that you found in the field folder are the one we are looking for, but I don't know how to make a .gim readable by the game again.
Would you like to talk about this little project on discord? Let me know ;)
 

hiyuusha

New Member
Newbie
Joined
May 10, 2024
Messages
1
Trophies
0
Age
31
XP
6
Country
United States
Hi! I'm trying to do the same thing. I'd like to change the appearance of the main character in the first 3 games. I've seen that someone made a female character mod that apparently works (haven't tested yet, but it is shown in the yt video). So I know that this is possible. The creator (Fem Protag Mods on YouTube) doesn't remember how she/he did this, but posted in the comments the GitHub page of a person who made the tools she used. Since I'm not expert I'd like your help understanding these tools.

What I've been able to do so far is extract e .gim file, convert it to png, change the clothes colors on Photoshop, convert it again in .gim using gimconv and rebuild the iso file.

I have 2 problems:
1) I can't preview the gim in noesis (the program I used to extract it);
2) in game the character is invisible.
So I guess the two file that you found in the field folder are the one we are looking for, but I don't know how to make a .gim readable by the game again.
Would you like to talk about this little project on discord? Let me know ;)
I have some limited experience with this if you wanna hit me up on discord
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @mthrnite, Cheetah Girls, the sequel to Action 52's Cheetah Men.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Pokemon Black I played that one a lot
  • K3Nv2 @ K3Nv2:
    Honestly never messed with Pokémon on ds much
  • mthrnite @ mthrnite:
    I played pokemon once, was bored, never tried again
  • Psionic Roshambo @ Psionic Roshambo:
    Oh Dragon Quest IX
  • K3Nv2 @ K3Nv2:
    Spent like 5 hours on switch one never touched it again
  • Psionic Roshambo @ Psionic Roshambo:
    Sentinel of the stary skies
  • K3Nv2 @ K3Nv2:
    Ds is 20 years old this year
  • Psionic Roshambo @ Psionic Roshambo:
    So MJ no longer wants to play with it?
  • K3Nv2 @ K3Nv2:
    He put it down when the 3ds came out
  • SylverReZ @ SylverReZ:
    @K3Nv2, RIP Felix does great videos on the PS3 yellow-light-of-death.
  • Jayro @ Jayro:
    Eventhough the New 3DS XL is more powerful, I still feel like the DS Lite was a more polished system. It's a real shame that it never got an XL variant keeping the GBA slot. You'd have to go on AliExpress and buy an ML shell to give a DS phat the unofficial "DS Lite" treatment, and that's the best we'll ever get I'm afraid.
    +1
  • Jayro @ Jayro:
    The phat model had amazingly loud speakers tho.
    +1
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
    Veho @ Veho: +1