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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Site › Old Game Discussion (Archive) v
« Previous 1 ... 106 107 108 109 110 ... 126 Next »

More games hack
View New Posts | View Today's Posts

Pages (4): 1 2 3 4 Next »
Thread Rating:
  • 7 Vote(s) - 2.14 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
More games hack
06-06-2009, 04:25 PM
#1
downloadaja Offline
Harvest Moon and Rune Factory Maniac
***
Posts: 158
Threads: 4
Joined: Mar 2009
Information 
Here is game hack for: Harvest Moon Magical Melody, Baten Kaitos and Baten Kaitos Origin.
Activated them after started the game.

// Show missing map
case OGL_HACK_HARVESTMOON_MM:
g_Config.bPhackvalue1 = 1;
g_Config.fhackvalue1 = 0.0075f;
g_Config.bPhackvalue2 = 0;
g_Config.bProjHack1 = 0;
// Show battle result
case OGL_HACK_BATEN_KAITOS:
g_Config.bPhackvalue1 = 1;
g_Config.fhackvalue1 = 0.0026f;
g_Config.bPhackvalue2 = 1;
g_Config.fhackvalue2 = 1.9974f;
g_Config.bProjHack1 = 1;
break;
// Show HP bar and other stuffs
case OGL_HACK_BATEN_KAITOS_ORIGIN:
g_Config.bPhackvalue1 = 1;
g_Config.fhackvalue1 = 0.0012f;
g_Config.bPhackvalue2 = 1;
g_Config.fhackvalue2 = 1.9988f;
g_Config.bProjHack1 = 1;
break;

Also, this is for Harvest Moon Tree of Tranquility, a hot key for safe texture cache (Windows 32bit only)
dolphin-emu\Source\Plugins\Plugin_VideoOGL\Src\OS\Win32.cpp

LRESULT CALLBACK WndProc( HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam )
{
....
case WM_KEYDOWN:
switch( LOWORD( wParam ))
{
.....

case 'A': // Safe texture cache hot key 'A'
g_Config.bSafeTextureCache = !g_Config.bSafeTextureCache;
break;

......
Find
06-08-2009, 07:57 PM
#2
jomofer
Unregistered
 
Thank you!

Can´t wait to see it in a new rev. Someone could tell how to add this in the code or could do a new rev with this?

Sorry for my English XD.
06-08-2009, 08:50 PM
#3
loladas Offline
Junior Member
**
Posts: 38
Threads: 6
Joined: May 2009
ya pls tell me how to put this.
Find
06-08-2009, 11:18 PM
#4
val532 Offline
A french
***
Posts: 98
Threads: 7
Joined: Mar 2009
No use "A" because it's used for a pad plug-in try to use an other key.
Excuse me for my bad English I'm a little French, which uses google translated most of the time.
Find
06-09-2009, 12:43 AM
#5
downloadaja Offline
Harvest Moon and Rune Factory Maniac
***
Posts: 158
Threads: 4
Joined: Mar 2009
This won't be implemented yet, since the devs are busy with other work.
Just be patient and wait until someone discover this hack and verified it.
Or maybe they are working with the graphic so won't need games hack anymore.

I use 'A' because I don't want to push two button to skip the conversation.
But that makes it custom build for playing Harvest Moon ToT only.
Find
06-09-2009, 04:32 AM
#6
loladas Offline
Junior Member
**
Posts: 38
Threads: 6
Joined: May 2009
when the devs release their bi-weekly emulator?
Find
06-10-2009, 12:25 AM (This post was last modified: 06-10-2009, 12:27 AM by death-droid.)
#7
death-droid Offline
Member
***
Posts: 180
Threads: 0
Joined: Apr 2009
Thanks downloadaja I've added the hacks to the SVN.
If you don't mind if you could when you post a hack send me a link to the topic/post.

Thanks


Cheres

Death-Droid
Find
06-10-2009, 03:19 AM (This post was last modified: 06-10-2009, 03:21 AM by downloadaja.)
#8
downloadaja Offline
Harvest Moon and Rune Factory Maniac
***
Posts: 158
Threads: 4
Joined: Mar 2009
Great job!
Thanks for adding them, but I don't find anymore graphic problems on the games I have.
Well, Baten kaitos Origin still have a little thing need to be fixed though.
Don't you think improving the vertex shading will be better than adding more games hack?
But that's still a long way to it, I think...

Oh, and this one too, please.

http://forums.dolphin-emu.org/thread-1712.html
Find
06-11-2009, 04:37 AM
#9
loladas Offline
Junior Member
**
Posts: 38
Threads: 6
Joined: May 2009
downloadaja can you make an yu-gi-oh wheelie breaker ntsc hack?

you did a great job with the hacks for baten kaitos.
Find
06-13-2009, 06:55 PM
#10
downloadaja Offline
Harvest Moon and Rune Factory Maniac
***
Posts: 158
Threads: 4
Joined: Mar 2009
(06-11-2009, 04:37 AM)loladas Wrote: downloadaja can you make an yu-gi-oh wheelie breaker ntsc hack?

you did a great job with the hacks for baten kaitos.

Sorry to disappointing you, but I don't have that game. So I can't help you finding the hack. And, I can fix graphical layer issue/glitch only, not the other problems.
Find
« 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