Jump to content

Open Community  ·  87 members

Hogwarts Legacy

Mod to zoom out the camera


dreamboy26

Recommended Posts

 

N

 

 

 

 

I can do it if you want. It'll be tomorrow online.

wow, that would be amazing. thanks for your help :smile: :smile: :smile: :smile:

 

Sadly, I was a bit too overjoying as I found exactly what to change to make the camera far but I don't find how to change it ;(. It's giving me headhaches.

 

 

Could you share which variables (or state or whatever) control camera distance please? There is a very nice LUA framework (https://github.com/UE4SS/UE4SS) that might be able to do that quite easily, I've tried it out a bit but am too inexperienced with UE to discover those variables on my own, but I can write LUA :smile:

 

Nevermind. I did it and it works great. Will definitely post it tomorrow. Enjoy :smile:

That is awesome! Thank you so much! Will it be possible to center the character in the middle of the screen as well? :D

 

That's something I will look into it in the near future. But one point to share: It "works" but not everywhere I see as I'm testing my mod. It only works outside for now :|

Link to comment
Share on other sites

Can you also include a way to center the camera on the character instead of the freaking side? it is also driving me insane.

 

 

 

 

I can do it if you want. It'll be tomorrow online.

wow, that would be amazing. thanks for your help :smile: :smile: :smile: :smile:

 

Sadly, I was a bit too overjoying as I found exactly what to change to make the camera far but I don't find how to change it ;(. It's giving me headhaches.

 

 

Could you share which variables (or state or whatever) control camera distance please? There is a very nice LUA framework (https://github.com/UE4SS/UE4SS) that might be able to do that quite easily, I've tried it out a bit but am too inexperienced with UE to discover those variables on my own, but I can write LUA :smile:

 

THANK YOU SO MUCH FOR THIS. THAT LUA API HAS DEFINITELY DONE THE TRICK AND MY MOD NOW WORKS LIKE A CHARM (huh sometimes the camera goes behind a wall). :happy: :cool:

Edited by YouYouTheBoxx
Link to comment
Share on other sites

Here is my ceneted camera, you can play with the X settings if you dont like it, will just have to edit the file.

 

Go to Hogwarts Legacy\Phoenix\Binaries\Win64\Saved

 

Then in the "CameraSettings.json" file (open with notepad)

 

Copy and paste the below under every single entry for internal_config and external_config sections.

 

"Y": -60,
"Z": 15,
"X": -150
Then save and play
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...