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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 37 38 39 40 41 ... 126 Next »

Hyrule Speed Hack on Android
View New Posts | View Today's Posts

Pages (4): 1 2 3 4 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Hyrule Speed Hack on Android
08-17-2018, 07:58 AM (This post was last modified: 08-17-2018, 08:34 AM by JusticleSalad.)
#1
JusticleSalad Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Aug 2018
Hello all,

First time poster here. I searched around a bit and wasn't able to find a solution, and I was hoping someone here who's smarter than me could weigh in.

I'm currently playing Zelda TP on my Moto Z2 Force, and I've been trying to activate the Hyrule Speed Hack in Dolphin (5-1984), but I haven't been able to get it working properly.

I've tried pasting the code in my GZ2E01.ini, but there's no difference in fps, or in the quality of my minimap.

Is there something I'm doing wrong or neglecting to do?
I'd really appreciate any help anyone can offer :]

Edit: I forgot to mention that I'm using the Vulkan backend!
Find
Reply
08-17-2018, 03:58 PM
#2
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,836
Threads: 7
Joined: Oct 2014
Could you show us the contents of your GZ2E01.ini file?

Also, I would suggest using an up-to-date version of Dolphin. Among other things, it makes it easier to enable the Hyrule Field Speed Hack because you only have to enable the code rather than pasting in the whole code yourself.
Find
Reply
08-17-2018, 04:21 PM
#3
JusticleSalad Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Aug 2018
(08-17-2018, 03:58 PM)JosJuice Wrote: Could you show us the contents of your GZ2E01.ini file?

Also, I would suggest using an up-to-date version of Dolphin. Among other things, it makes it easier to enable the Hyrule Field Speed Hack because you only have to enable the code rather than pasting in the whole code yourself.

Sure thing! I created GZ2E01.ini and put this inside:

[color=#009966][Controls][/color]

PadProfile1 = GCPadSC
[color=#009966][OnFrame][/color]
$Hyrule Field Speed Hack
0x8003D50C:dword:0x60000000
0x8003D528:dword:0x60000000
0x8003D540:dword:0x60000000
0x8003D55C:dword:0x60000000
0x8003D5B8:dword:0x60000000
0x8003D5D4:dword:0x60000000
0x8003D5EC:dword:0x60000000
0x8003D608:dword:0x60000000
[color=#009966][OnFrame_Enabled][/color]
$Hyrule Field Speed Hack 


I use an older version of Dolphin because it runs Wind Waker and Twilight Princess much better than the newer versions, although I'm really not sure why that is. I was able to enable the hack in OpenGL, but I get a lower FPS with OpenGL than I do with Vulkan. 
Find
Reply
08-17-2018, 04:50 PM (This post was last modified: 08-17-2018, 04:51 PM by JosJuice.)
#4
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,836
Threads: 7
Joined: Oct 2014
The Hyrule Field Speed Hack for GZ2E01 is supposed to look like this:

Code:
[OnFrame]
$Hyrule Field Speed Hack
0x8003D50C:dword:0x60000000
0x8003D528:dword:0x60000000
0x8003D540:dword:0x60000000
0x8003D55C:dword:0x60000000

0x8003D55C:dword:0x60000000
0x8003D560:dword:0x60000000
0x8003D564:dword:0x60000000
0x8003D568:dword:0x60000000
0x8003D56C:dword:0x60000000
0x8003D570:dword:0x60000000
0x8003D574:dword:0x60000000
0x8003D578:dword:0x60000000
0x8003D57C:dword:0x60000000
0x8003D580:dword:0x60000000
0x8003D584:dword:0x60000000
0x8003D588:dword:0x60000000
0x8003D58C:dword:0x60000000
0x8003D590:dword:0x60000000
0x8003D594:dword:0x60000000
0x8003D598:dword:0x60000000
0x8003D59C:dword:0x60000000
0x8003D5A0:dword:0x60000000
0x8003D5A4:dword:0x60000000
0x8003D5A8:dword:0x60000000
0x8003D5AC:dword:0x60000000
0x8003D5B0:dword:0x60000000

0x8003D5B8:dword:0x60000000
0x8003D5D4:dword:0x60000000
0x8003D5EC:dword:0x60000000
0x8003D608:dword:0x60000000

(Plus the [OnFrame_Enabled] part, of course.)

Maybe the code you entered works too, though? It might be an older version that just isn't as effective.

Not sure why it would work in OpenGL but not Vulkan. Dolphin loads the code in the same way regardless of which graphics backend you're using.
Find
Reply
08-17-2018, 05:34 PM
#5
JusticleSalad Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Aug 2018
(08-17-2018, 04:50 PM)JosJuice Wrote: The Hyrule Field Speed Hack for GZ2E01 is supposed to look like this:


Code:
[OnFrame]
$Hyrule Field Speed Hack
0x8003D50C:dword:0x60000000
0x8003D528:dword:0x60000000
0x8003D540:dword:0x60000000
0x8003D55C:dword:0x60000000

0x8003D55C:dword:0x60000000
0x8003D560:dword:0x60000000
0x8003D564:dword:0x60000000
0x8003D568:dword:0x60000000
0x8003D56C:dword:0x60000000
0x8003D570:dword:0x60000000
0x8003D574:dword:0x60000000
0x8003D578:dword:0x60000000
0x8003D57C:dword:0x60000000
0x8003D580:dword:0x60000000
0x8003D584:dword:0x60000000
0x8003D588:dword:0x60000000
0x8003D58C:dword:0x60000000
0x8003D590:dword:0x60000000
0x8003D594:dword:0x60000000
0x8003D598:dword:0x60000000
0x8003D59C:dword:0x60000000
0x8003D5A0:dword:0x60000000
0x8003D5A4:dword:0x60000000
0x8003D5A8:dword:0x60000000
0x8003D5AC:dword:0x60000000
0x8003D5B0:dword:0x60000000

0x8003D5B8:dword:0x60000000
0x8003D5D4:dword:0x60000000
0x8003D5EC:dword:0x60000000
0x8003D608:dword:0x60000000

(Plus the [OnFrame_Enabled] part, of course.)

Maybe the code you entered works too, though? It might be an older version that just isn't as effective.

Not sure why it would work in OpenGL but not Vulkan. Dolphin loads the code in the same way regardless of which graphics backend you're using.

Oh my god. 
After I swapped your code in I went from the lowest possible graphics settings at 12 FPS to a solid 30 FPS in 720p with anti-aliasing and anisotropic filtering on the highest settings.
I'm not sure what I was doing wrong before, but this code works perfectly with Vulkan. 
Thank you so much JosJuice, I really appreciate your help. 
Big Grin
Find
Reply
08-18-2018, 10:57 PM
#6
TheGamerPro Offline
Forky
Posts: 112
Threads: 14
Joined: Mar 2016
Wow, ty this worked really well! Went from 14fps on TP to a whopping 30fps. Was just looking for this code aswell!
Find
Reply
08-18-2018, 11:02 PM
#7
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,836
Threads: 7
Joined: Oct 2014
(08-18-2018, 10:57 PM)TheGamerPro Wrote: Wow, ty this worked really well! Went from 14fps on TP to a whopping 30fps. Was just looking for this code aswell!

The code already exists inside Dolphin if you're using a recent version. You just need to add this to the game INI:

Code:
[OnFrame_Enabled]
$Hyrule Field Speed Hack
Find
Reply
08-20-2018, 06:14 PM
#8
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
JosJuice: What do you think about enabling this speedhack by default? IMO the differences in the minimap are tiny, and it is needed on at least 90% of the used host systems, including desktop computers.
Find
Reply
08-20-2018, 06:38 PM
#9
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,836
Threads: 7
Joined: Oct 2014
I think the differences in the minimap are pretty noticeable, but they don't really affect the enjoyment of the game. I don't know which option I would prefer personally, but if others think having it enabled by default is a good idea, I don't mind having it that way.
Find
Reply
09-02-2018, 11:04 AM
#10
Sievn Offline
Member
***
Posts: 108
Threads: 10
Joined: Apr 2018
I think making it enabled by default is better, it makes the game much more playable and I was able to finish 50% of the game easily.
If any one complains well there is forums
Find
Reply
« Next Oldest | Next Newest »
Pages (4): 1 2 3 4 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