hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.04k stars 2.15k forks source link

Monster Hunter Freedom Unite - Idea #1736

Closed vnctdj closed 11 years ago

vnctdj commented 11 years ago

Hello to all the developers :)

I thought about one thing that I want to tell you...

Monster Hunter Freedom Unite appears to have some problems with sound (ATRAC3+) and other things as you can see in the following issues :

https://github.com/hrydgard/ppsspp/issues/1078 https://github.com/hrydgard/ppsspp/issues/1699 https://github.com/hrydgard/ppsspp/issues/1728

So, my question is : Can it help to decrypt the game's files ? Maybe we can better understand how the game works ?

I found the following links about this, maybe some are interesting :

http://www.konosprod.fr/faire-son-propre-patch-pour-mhp3rd/ https://github.com/codestation/mhtools https://github.com/codestation/mhp3_patcher https://github.com/codestation/mhp3_patcher_pc http://lan.st/showthread.php?t=3330 https://github.com/svanheulen/mhef

Apparently, these tools work for several Monster Hunter games like Monster Hunter Portable 3rd or Monster Hunter Freedom 2, so don't be surprised if they don't speak about Monster Hunter Freedom Unite as I said just before...

I hope you can make something with these tools :)

vnctdj commented 11 years ago

I'm very surprised that nobody gave an opinion :-/

hrydgard commented 11 years ago

Picking apart game files is rarely useful for fixing emulation problems. The game executable itself loads these files, and if the game runs, loading them will simply work.

vnctdj commented 11 years ago

Hmm... OK... And what about looking how a PC game works ? I say that because Monster Hunter Frontier (we can download it here : http://cog.mhf-g.jp/start/) is a PC game which is very close to Monster Hunter Freedom Unite :)

hrydgard commented 11 years ago

It doesn't work that way.

vnctdj commented 11 years ago

OK... Excuse-me for my ignorance, I just want to do my best to help the development of PPSSPP ;)