![]() |
|
More games hack - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Site (https://forums.dolphin-emu.org/Forum-dolphin-site) +--- Forum: Old Game Discussion (Archive) (https://forums.dolphin-emu.org/Forum-old-game-discussion-archive) +--- Thread: More games hack (/Thread-more-games-hack) |
More games hack - downloadaja - 06-06-2009 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; ...... RE: More games hack - jomofer - 06-08-2009 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. RE: More games hack - loladas - 06-08-2009 ya pls tell me how to put this. RE: More games hack - val532 - 06-08-2009 No use "A" because it's used for a pad plug-in try to use an other key. RE: More games hack - downloadaja - 06-09-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. RE: More games hack - loladas - 06-09-2009 when the devs release their bi-weekly emulator? RE: More games hack - death-droid - 06-10-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 RE: More games hack - downloadaja - 06-10-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 RE: More games hack - loladas - 06-11-2009 downloadaja can you make an yu-gi-oh wheelie breaker ntsc hack? you did a great job with the hacks for baten kaitos. RE: More games hack - downloadaja - 06-13-2009 (06-11-2009, 04:37 AM)loladas Wrote: downloadaja can you make an yu-gi-oh wheelie breaker ntsc hack? 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. |