• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 391 392 393 394 395 ... 1190 Next »

How do I change the Game ID title as well as the maker?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
How do I change the Game ID title as well as the maker?
07-02-2016, 03:33 AM
#1
Sweezy Offline
Member
***
Posts: 54
Threads: 2
Joined: Jan 2015
I can't seem to figure it out. I tried using a Hex Editor but that has not helped at all when I tried changing it from there.
Find
Reply
07-02-2016, 03:37 AM
#2
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,843
Threads: 7
Joined: Oct 2014
If it's a regular ISO, edit the first six bytes of the ISO file. This won't affect the game ID inside the partitions in case it's a Wii game, but I don't think Dolphin uses that. Just make sure to clear the cache in Dolphin afterwards, otherwise you might not see any changes in the game list.
Find
Reply
07-02-2016, 04:09 AM
#3
Sweezy Offline
Member
***
Posts: 54
Threads: 2
Joined: Jan 2015
(07-02-2016, 03:37 AM)JosJuice Wrote: If it's a regular ISO, edit the first six bytes of the ISO file. This won't affect the game ID inside the partitions in case it's a Wii game, but I don't think Dolphin uses that. Just make sure to clear the cache in Dolphin afterwards, otherwise you might not see any changes in the game list.

define "first six bytes. sorry im a noobie and dont know what im doing
Find
Reply
07-02-2016, 04:17 AM
#4
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,843
Threads: 7
Joined: Oct 2014
When you use a hex editor, you see the file's data in groups of two like this:

47 4D 38 45 30 31 00 00 01 00 00 00 00 00 00 00

Each group of two is one byte. Usually, hex editors also display the same data in an equivalent character-based view, which in my example would look like:

GM8E01..........

In that case, each character is one byte. As you can see, the first six ones look like a game ID (including the maker ID).
Find
Reply
07-02-2016, 05:13 AM
#5
Sweezy Offline
Member
***
Posts: 54
Threads: 2
Joined: Jan 2015
(07-02-2016, 04:17 AM)JosJuice Wrote: When you use a hex editor, you see the file's data in groups of two like this:

47 4D 38 45 30 31 00 00 01 00 00 00 00 00 00 00

Each group of two is one byte. Usually, hex editors also display the same data in an equivalent character-based view, which in my example would look like:

GM8E01..........

In that case, each character is one byte. As you can see, the first six ones look like a game ID (including the maker ID).

What difference is it if I edit banner.bin instead of the actual .iso?
Find
Reply
07-02-2016, 05:24 AM
#6
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,843
Threads: 7
Joined: Oct 2014
The banner.bin in Wii saves? The game ID won't be read from there, so it won't work.

Also, sorry, I thought the title just said "game ID" at first, not "game ID title". Do you want to edit the game ID, the title, or both?
Find
Reply
07-02-2016, 05:36 AM
#7
Sweezy Offline
Member
***
Posts: 54
Threads: 2
Joined: Jan 2015
(07-02-2016, 05:24 AM)JosJuice Wrote: The banner.bin in Wii saves? The game ID won't be read from there, so it won't work.

Also, sorry, I thought the title just said "game ID" at first, not "game ID title". Do you want to edit the game ID, the title, or both?

I just want to edit the title of the game so Dolphin reads it as" New Super Mario Bros. Wii" instead of New SUPER MARIO BROS.

also would like to change the maker column so it says 20XX Nintendo
Find
Reply
07-02-2016, 05:45 AM (This post was last modified: 07-02-2016, 05:46 AM by JosJuice.)
#8
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,843
Threads: 7
Joined: Oct 2014
(07-02-2016, 05:36 AM)Sweezy Wrote: I just want to edit the title of the game so Dolphin reads it as" New Super Mario Bros. Wii" instead of New SUPER MARIO BROS.

Okay, then there are two ways. The first one is to hex edit the opening.bnr file inside the ISO. The second one, which is simpler, is to use titles.txt as described here: https://forums.dolphin-emu.org/Thread-how-to-edit-game-titles?pid=380969#pid380969

You used to be able to do this by editing banner.bin in the save, but nowadays Dolphin reads from opening.bnr instead.

(07-02-2016, 05:36 AM)Sweezy Wrote: also would like to change the maker column so it says 20XX Nintendo

That's impossible for Wii games. If it had been a GameCube games, you would've been able to do it by editing opening.bnr in the ISO. This will probably become overrideable when support for HBC-style XML metadata gets added to Dolphin.
Find
Reply
07-02-2016, 06:18 AM
#9
Sweezy Offline
Member
***
Posts: 54
Threads: 2
Joined: Jan 2015
(07-02-2016, 05:45 AM)JosJuice Wrote: Okay, then there are two ways. The first one is to hex edit the opening.bnr file inside the ISO. The second one, which is simpler, is to use titles.txt as described here: https://forums.dolphin-emu.org/Thread-how-to-edit-game-titles?pid=380969#pid380969

You used to be able to do this by editing banner.bin in the save, but nowadays Dolphin reads from opening.bnr instead.


That's impossible for Wii games. If it had been a GameCube games, you would've been able to do it by editing opening.bnr in the ISO. This will probably become overrideable when support for HBC-style XML metadata gets added to Dolphin.

He does it for Wii games here: https://www.youtube.com/watch?v=GypEbF5uaHg

I try to do it myself the same way he does and it does not work. Any explanation?
Find
Reply
07-02-2016, 06:26 AM (This post was last modified: 07-02-2016, 06:26 AM by JosJuice.)
#10
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,843
Threads: 7
Joined: Oct 2014
(07-02-2016, 06:18 AM)Sweezy Wrote: He does it for Wii games here: https://www.youtube.com/watch?v=GypEbF5uaHg

I try to do it myself the same way he does and it does not work. Any explanation?

That will work if you use the same version of Dolphin as in the video. If your version of Dolphin isn't over a year old, what I wrote in my previous post applies. (I don't remember the exact time the change was made in Dolphin, but it was probably somewhere around a year ago. It was definitely between 4.0 and 5.0.)
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode