You guys notice this (attachment)? Not sure if it helps, but it appears to be the fields that are read from re7_config.ini. Oddly there's this 16:9 string lost in there...
Anyway, if we could make one of these FOV values from 0 to 4 behave like another arbitrary value I guess we'd be able to change the FOV without Cheat Engine.
EDIT: The formula appears to be 70 + PlayerFOV*5 (i.e. PlayerFOV=4 results in 70+4*5 = 90). Default FOV for invalid ini is 80 if it helps. I'm searching for anything resembling this...
EDIT 2: Well, there are 18 occurences of 00 00 8C 42 (float(70)) in the file. Some are near sequences ( 70.5, 71, 71.5, ...) so it's probably not these. I'm lazy to test every possible value right now.
