If you look up "zoom" in the forum search, many people are upset that the advanced zoom is so lousy. These people get called names and are flamed for mentioning that they wasted time and money on the Advanced Zoom module. It's even been stated that the Cryengine 3 engine can't accomplish certain tasks regarding zooming. (I've even been called a liar on these forums over this)
So what is the truth? Can we have a perfectly working Cryengine 3 based zoom that shows more than we currently have?
The answer is yes, (proof below) so why don't we? My answer to this question is a guess that it's purely a game designers choice. Why? Because you can simply alter the value of one variable to accomplish zoom. It's technically trivial, and is already implemented. (read below about adding your own zoom to cryengine 3 games)
Is this about PIP (picture in picture)? No, this is about a standard zoom.
NOTES ON TESTS
Anyone can download the Cryengine 3 SDK and do these tests themselves.
http://www.crydev.ne...detail.php?id=4
Just load up the sandbox and click "Tools>Preferences>Viewport>General>FOV" and change the setting to a different number and click "ok".
Here's the proof:
This is about the default FOV of 65

And the rest of : 30,1 and 2



Does this work LIVE in the game? YES


In Game Testing
In game, (using the loader they provide in the SDK) press the tilde key (looks like this ~) and the in game console opens. Here you can enter commands. To change the FOV (field of view) enter:
cl_fov 30
Press enter and this will change the FOV to 30 (from the default of about 65).
Press the TILDE, and enter the command, it looks like this:

Program Your Own Zoom
In quake 3 games, you could literally open the console and key bind your own zoom keys. You can do the same with Cryengine 3.

By entering this into the console, you bind the 8 and 9 keys with your own custom zoom in/zoom out to whatever value you want.
(Press TILDE ~ to open console) bind 9 cl_fov 30 bind 8 cl_fov 65
(note, resizing the images seemed to not work great... sorry if they are huge)
What does this all mean? I could add my own custom zoom right now to MWO, if the console was enabled and the game configs allowed modifying these settings.
Edited by Megachromulent, 11 February 2013 - 09:11 PM.