• 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 ... 199 200 201 202 203 ... 1192 Next »

Changing gamenames
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Changing gamenames
04-30-2014, 04:27 AM (This post was last modified: 03-07-2019, 10:51 AM by Belqua.)
#1
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
Is it possible to change gamenames games in dolphin?
Find
Reply
04-30-2014, 05:01 AM
#2
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,933
Threads: 4
Joined: Sep 2013
No, unless you hack the game itself. Dolphin is just reading a string of info off the game iso
Find
Reply
04-30-2014, 10:26 AM
#3
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,505
Threads: 55
Joined: Dec 2011
You don't have to hack the game. Simple hex editing will do. You should be able to replace it with ASCII text. The string length might have to be the same, but the header for the game disc image is well documented.
Website Find
Reply
05-02-2014, 12:41 AM
#4
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
What I mean is there a way to change the name of the game iso file so that it doesnt appear in capslock when loaded into dolphin.
Find
Reply
05-02-2014, 01:39 AM
#5
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,661
Threads: 8
Joined: Feb 2010
They knew what you meant.
Find
Reply
05-02-2014, 02:25 AM
#6
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,505
Threads: 55
Joined: Dec 2011
The gamename should be at the offset 0x20 in your disc image. Using a hex editor, you could just replace the bytes with the ASCII values (in hex of course) that you want.
Website Find
Reply
05-03-2014, 05:05 AM (This post was last modified: 05-03-2014, 05:05 AM by Belqua.)
#7
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
Is there a more simple way of doing it?

If there is not, how do I edit the hex?
Find
Reply
05-03-2014, 10:20 AM
#8
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,505
Threads: 55
Joined: Dec 2011
Editing hex values is as simple as it gets really imo (it's no different than a text editor in some ways). It's not nearly as complicated as most people try to make it out.

1) Download a hex editor (wxHexEditor is fine).
2) Open up the disc image in the hex editor. Go to the offset 0x20 (the 32nd value in the file). in wxHexEditor, you can use Edit -> Go to Offset. wxHexEditor by default has another window that shows all the values as human-readable characters, so it will be very obvious where the game title is.
3) Look up the hex values for the ASCII characters you want to replace: http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters, e.g. lowercase s = 73 in hex
4) Just type in the values. wxHexEditor will overwrite the current hex values.
5) Save.
Website Find
Reply
03-07-2019, 11:58 AM
#9
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
I have been using shunomis way of changing gamenames, but i would really like a simple way to change gamenames.

Is it possible it could be implemented?
Find
Reply
03-07-2019, 04:47 PM
#10
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,874
Threads: 7
Joined: Oct 2014
Shonumi's method shouldn't even work... I know it worked in the past for Wii games that don't have save files, though.

You can use this: https://forums.dolphin-emu.org/Thread-how-to-edit-game-titles?pid=380969#pid380969
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • 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