gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.
MIT License
306 stars 25 forks source link

FOV Support #6

Closed zedseven closed 2 years ago

zedseven commented 2 years ago

Would it be possible to support different FOV values?

From a cursory search around it seems like Flawless Widescreen supports changing the FOV.

It would be really nice to have an option like --fov value if doable.

Thank you for the great tool!

gurrgur commented 2 years ago

Hi, I had a look how the FOV patch works in Flawless Widescreen and unfortunately the method they use is not straight forward to implement in er-patcher. They patch the game memory at runtime and essentially inject additional code whereas er-patcher in its current state can only modiify existing code. So unless someone figures out to adjust the fov without having to inject additional code/instructions, you have to make do without or just use FWS.

zedseven commented 2 years ago

Ah, I didn't realise it injected additional code. No problem, thank you for looking into it! I'll close this issue for now.