DaveuRrr / MHFZ_FreeCam

Bare Bones Project for Miralis. Credits to AsteriskAmpersand for help of the valarray updateCamera
MIT License
1 stars 0 forks source link

How exactly do you get this working? #1

Open meudeth opened 1 year ago

meudeth commented 1 year ago

I'm assuming its a sort of freecam program for Monster Hunter Frontier

discord: Meudeth#0001

DaveuRrr commented 1 year ago

Hello meudeth,

it's a template to get free camera working for Monster Hunter Frontier Z. I originally made it for a friend who wanted to get free cam working for the game. Just need to provide the addresses for the camera axis in the file mhfz_ptr.cpp. The project is incomplete at it's current state and I don't own the game to get the addresses myself to get it working.

meudeth commented 1 year ago

Hello meudeth,

it's a template to get free camera working for Monster Hunter Frontier Z. I originally made it for a friend who wanted to get free cam working for the game. Just need to provide the addresses for the camera axis in the file mhfz_ptr.cpp. The project is incomplete at it's current state and I don't own the game to get the addresses myself to get it working.

It's a really cool project since I absolutely love some of the cinematic shots in the trailer for monster hunter! If you could get this project working sometime in the future it'd be awesome, the game is a little difficult to set up although with your knowledge it shouldn't be all too hard.

I could maybe attempt to find the camera axis within the game, how would I achieve this task?

DaveuRrr commented 1 year ago

Hello meudeth,

I unfortunately have zero interest in the game so I won't be updating it at all. As mentioned before it's a template to get the project off it's feet. You would need to find the X,Y,Z axis of the camera to get a perspective camera or free camera going. A simple way to do it through Cheat Engine is if you go up and down a ladder you could get the Y axis and that will get you in the ball park of where the rest of the camera matrix could be. There are a lot of tutorials out there, some really good ones from Guided Hacking which I've learned a bit from for this template. How to Hack Any Game C++ External Trainer Assault Cube 1/2

Good luck o7