
Contents
Guide to Change FOV
Changing FOV wIth UUU


Once you inject the dll it will then allow you to open the console and simply type fov 90 or whatever you want.
To open the console after you inject the dll simple press the ` key known as the tilde key.
FOV 90

FOV 120

Cheat Engine
Then you need to use cheat engine.
- Select High On Life as the active process.
- If on gamepass this will show up as “Oregon-WinGDK-Shipping.exe”.
- Change your value type to ‘Array of Byte’ and then your scan type should be set to ‘Search for this Array’.
- Copy paste ‘CC CC CC CC CC CC CC CC CC F3 0F 11 89 3C 02 00 00 C3 CC CC CC CC CC CC CC’ into the search field.
- If you’ve done this all correctly, a single value should appear on the left. Double click the row and it should appear at the bottom.
- Double click on the ‘Value’ section in the bottom and you’ll get a text box to edit the memory. Make the changes listed.
Most of this is just trap instructions (all of the CC
), what we are actually interested in are these bytes: F3 0F 11 89 3C 02 00 00 C3
.
Replace them with the following: 90 90 90 90 90 90 90 90 C3
.
That should be all you need to get it working. Worth noting that UUU stopped working for me after I made the changes, since I imagine it changes FOV the same way the game does internally. Set the FOV you want first and then implement these changes.
Youtube Video of Me Doing It and It Working
Steam version
Gamepass version
Something Not Working?
Make sure to try unchecking writable and turning executable to a check it was the only way i was able to get it to work for me.
Be the first to comment