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


Dolphin, the GameCube and Wii emulator - Forums › Game Modifications › Cheats, Hacks, & Game Patches v
« Previous 1 ... 14 15 16 17 18

Zelda Twilight Princess v2 Hyrule Field Patch
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Zelda Twilight Princess v2 Hyrule Field Patch
01-20-2015, 08:06 AM
#1
TheWearyGamer
Unregistered
 
I was having some trouble with slowdown on Twilight Princess's Hyrule Field (Issue 7825). The usual patch led to a bunch of write access errors with the v2 rom at launch (being for v1) but I think I found the codepoints for v2. Please tell me if it works on your end as well.

Code:
$Hyrule Field Speed Hack for v2
0x80040C38:dword:0x60000000
0x80040C54:dword:0x60000000
0x80040C6C:dword:0x60000000
0x80040C88:dword:0x60000000
0x80040CE0:dword:0x60000000
0x80040CFC:dword:0x60000000
0x80040D14:dword:0x60000000
0x80040D30:dword:0x60000000
Reply
01-20-2015, 09:55 PM (This post was last modified: 01-20-2015, 10:40 PM by Link_to_the_past.)
#2
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
It seems to work here but i think it handles less addresses than the other similar hacks? For example the v1 hack is:

0x80040DE8:dword:0x60000000
0x80040E04:dword:0x60000000
0x80040E1C:dword:0x60000000
0x80040E38:dword:0x60000000

0x80040E3C:dword:0x60000000
0x80040E40:dword:0x60000000
0x80040E44:dword:0x60000000
0x80040E48:dword:0x60000000
0x80040E4C:dword:0x60000000
0x80040E50:dword:0x60000000
0x80040E54:dword:0x60000000
0x80040E58:dword:0x60000000
0x80040E5C:dword:0x60000000
0x80040E60:dword:0x60000000
0x80040E64:dword:0x60000000
0x80040E68:dword:0x60000000
0x80040E6C:dword:0x60000000
0x80040E70:dword:0x60000000
0x80040E74:dword:0x60000000
0x80040E78:dword:0x60000000
0x80040E7C:dword:0x60000000
0x80040E80:dword:0x60000000
0x80040E84:dword:0x60000000
0x80040E88:dword:0x60000000
0x80040E8C:dword:0x60000000

0x80040E90:dword:0x60000000
0x80040EAC:dword:0x60000000
0x80040EC4:dword:0x60000000
0x80040EE0:dword:0x60000000

Initially they were like yours but they were further optimized like above. See the conversation here:
https://code.google.com/p/dolphin-emu/issues/detail?id=2499#c48
Find
Reply
01-21-2015, 06:42 AM
#3
TheWearyGamer
Unregistered
 
(01-20-2015, 09:55 PM)Link_to_the_past Wrote: It seems to work here but i think it handles less addresses than the other similar hacks? For example the v1 hack is:

...

Initially they were like yours but they were further optimized like above. See the conversation here:
https://code.google.com/p/dolphin-emu/issues/detail?id=2499#c48

You're right. I was only looking at the initial post of that issue, and missed some of the later replies. The updated code would be below, but I haven't tested beyond starting the game yet. On a related note, both this and the final version of the original patch are (no surprise) pretty hacky.
Code:
$Hyrule Field Speed Hack for v2
0x80040C38:dword:0x60000000
0x80040C54:dword:0x60000000
0x80040C6C:dword:0x60000000
0x80040C88:dword:0x60000000

0x80040C88:dword:0x60000000
0x80040C8C:dword:0x60000000
0x80040C90:dword:0x60000000
0x80040C94:dword:0x60000000
0x80040C98:dword:0x60000000
0x80040C9C:dword:0x60000000
0x80040CA0:dword:0x60000000
0x80040CA4:dword:0x60000000
0x80040CA8:dword:0x60000000
0x80040CAC:dword:0x60000000
0x80040CB0:dword:0x60000000
0x80040CB4:dword:0x60000000
0x80040CB8:dword:0x60000000
0x80040CBC:dword:0x60000000
0x80040CC0:dword:0x60000000
0x80040CC4:dword:0x60000000
0x80040CC8:dword:0x60000000
0x80040CCC:dword:0x60000000
0x80040CD0:dword:0x60000000
0x80040CD4:dword:0x60000000
0x80040CD8:dword:0x60000000

0x80040CE0:dword:0x60000000
0x80040CFC:dword:0x60000000
0x80040D14:dword:0x60000000
0x80040D30:dword:0x60000000
Reply
01-21-2015, 08:13 AM
#4
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
It seems to be working fine from a bit of testing and does what it says, that is good enough i think compared to something that doesn't work at all. I will include it in my gameini pr, thanks TheWearyGamer.
Find
Reply
01-25-2015, 10:09 AM
#5
Habreno Offline
Junior Member
**
Posts: 20
Threads: 0
Joined: Jan 2015
I'm slightly confused. Which code is for NTSC 1.0?
Find
Reply
01-25-2015, 07:02 PM (This post was last modified: 01-25-2015, 07:04 PM by Link_to_the_past.)
#6
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
(01-25-2015, 10:09 AM)Habreno Wrote: I'm slightly confused. Which code is for NTSC 1.0?

Use vs1 and if it doesn't work for you vs2.
Find
Reply
02-02-2015, 10:47 PM (This post was last modified: 02-02-2015, 10:58 PM by Duke Nukem.)
#7
Duke Nukem Offline
Banned
Posts: 1,724
Threads: 48
Joined: Mar 2011
Let's put it this way:

vs1 of the patch for these

Spoiler: (Show Spoiler)
[Image: The_Legend_of_Zelda_Twilight_Princess_Game_Cover.jpg]

[Image: 1260995357_the-legend-of-zelda-twilight-...440020.jpg]

vs2 for this:

Spoiler: (Show Spoiler)
[Image: The-Legend-of-Zelda-Twilight-Princess-Ni...-Cover.jpg]
Find
Reply
02-03-2015, 12:13 AM
#8
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,835
Threads: 7
Joined: Oct 2014
(02-02-2015, 10:47 PM)Duke Nukem Wrote: Let's put it this way:

vs1 of the patch for these

http://upload.wikimedia.org/wikipedia/en/0/0e/The_Legend_of_Zelda_Twilight_Princess_Game_Cover.jpg
http://feedbackuniverse.com/files/object/2009-12-16/399/1260995357_the-legend-of-zelda-twilight-princess-45778.440020.jpg

vs2 for this:

http://www.sosgamers.com/wp-content/uploads/2011/08/The-Legend-of-Zelda-Twilight-Princess-Nintendo-Selects-Cover.jpg
I'm pretty sure that's wrong. Twilight Hack was compatible with v2 of Twilight Princess, so v2 of Twilight Princess must've existed back in 2008 when Twilight Hack was released. Nintendo Selects wasn't introduced until 2011.
Find
Reply
02-03-2015, 02:13 AM (This post was last modified: 02-03-2015, 02:15 AM by Duke Nukem.)
#9
Duke Nukem Offline
Banned
Posts: 1,724
Threads: 48
Joined: Mar 2011
(02-03-2015, 12:13 AM)JosJuice Wrote: I'm pretty sure that's wrong. Twilight Hack was compatible with v2 of Twilight Princess, so v2 of Twilight Princess must've existed back in 2008 when Twilight Hack was released. Nintendo Selects wasn't introduced until 2011.

Well I thought the older releases (v1.0) used the vs1 patch while the newer releases like the Nintendo Selects use the vs2 patch.
I bought my versions both GameCube and Wii at launch, so I must have 1.0 and I'm using the vs1 patch.
Find
Reply
05-20-2015, 09:24 PM
#10
nex86 Offline
Member
***
Posts: 127
Threads: 10
Joined: Oct 2013
what does this hack anyway? and why does it even slow down?

is there a new patch for the PAL version?
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