Monster Hunter: World
0 of 0

File information

Last updated

Original upload

Created by

derfrak

Uploaded by

derfrak

Virus scan

Safe to use

About this mod

Change camera zoom/height

Permissions and credits
https://gfycat.com/CalmShyHypacrosaurus
I've managed to change the level of Zoom for the camera, allowing you to zoom out further.
Keep in mind that this also effects level of zoom for bow/bowgun/slinger aim since its an offset. This is just the first version so people know how to change it themselves to get the values they want.
Here's what I did, I looked for the values for the different camera options and changed "Close" option, meaning in this file, "Close" is actually further away than "Far".
If you want to change it yourself, use an HexEditor on setting_basic.cms.
I have no idea how any of this works and its just patchwork, so my description and usage of words might be complete crap, here it goes.
Goto Address:
00001C5C, there's a float value of -14 (000060c1 in hex), this is the height of the camera of "close"
00001C60, there's a float value of  70 (00008C42 in hex), this is the zoom of the camera of "close"
I changed the height to 10 (00002041 in hex) and zoom to -300 (000096c3 in hex)
"Far" uses 5 (0000A040) and -50 (000048C2), which I suspect you could change at Address 0001C80 and 0001C84, but I have not tested that.
"Default" uses 0 for both, no idea if thats changeable.
Change this to whatever you feel like. Would love to see comments what you guys think is better feel without breaking the game. Also, if anyone knows if this is just wrong to do, feel free to correct me. And if anyone wants to write a programm that changes this address with an easy GUI, feel free to do so and upload it, imma delete this then. I'm not a regual modder and don't care about credit, just wanted to share this.
Also, thanks to benzoingum for his CE table, that gave me the values to search for.

Use Hex WorkShop and FloattohexConverter (check Swap endianness) to get your own values

And note, that I have no idea if this break anything, barely tested it.

-Added optional file for slight increase, Height 5, Zoom -120