Yeah, what kind of searching did you do to key in on the FOV value? Thats where I was stuck.
Maybe if I can have my old abilities kick in and I can look at the memory table and trace back the dependents and find the variable that is trying to refresh the FOV. Then again probably not lol since I have not done anything like this in a long time.
The game doesn't load the FOV into memory until a level loads. Default FOV is 90 (float), but as soon as I chose my plane and started flying it dropped to 82 (probably because the engine is Vert- for wider ARs and all surround resolutions default to 16:9). So:
-launch in a surround res
-start flying
-pause game, memory search for 82 (should be a few dozen values at most IIRC)
-switch to game, punch the booster with W and immediately pause again
-memory sub-search for an increased value. The boost will increase FOV into the high 80's. Actually, you might be able to see the specific FOV address in the address list without even doing a search.
-now you can set the FOV to whatever you want (as seen in my screenshot)
If you can find a solution for the FOV refresh behavior that would solve things. I'd be very interested in hearing the solution, as I'm still a relative padawan at the memory-editing trade. ;)