FOV-Changer is a simple tool written in modern C++ that can be used to extend your FOV limit from 103 up to 179 and down to 1.
Some players prefer to have a wider field of view in games for a more immersive experience or to gain a competitive advantage. I also cba for the Code(Clean Code etc) Also its not the safest method so use at your own risk!
- Download the tool from the release site.
- Execute the batch file.
- Start up Overwatch and enjoy the increased FOV!
Note: If you build the project yourself, it is recommended to use the same injector as the one used in the batch file or any injector of your choice.
Simple, Clone the Repository and open the Solution, you may need some SDK's as we are using C++ Version 17. To actually Build the Project all you have to do is select the Release Configuration and... well... build it.
Install DirectX9
Default Path:
$(DXSDK_DIR)Lib\x64\d3d9.lib;$(DXSDK_DIR)Lib\x64\d3dx9.lib;$(DXSDK_DIR)Lib\x86\d3d9.lib;$(DXSDK_DIR)Lib\x86\d3dx9.lib
- nefarius For the injector that the batch file uses.
I have decided to put this Project under Public Domain!