Ghost Recon Breakpoint
0 of 0

File information

Last updated

Original upload

Created by

BlackEagle011

Uploaded by

BlackEagle011

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

# Ghost Recon Breakpoint max zoom of binoculars

This mod allows you to change the maximum zoom value of the binoculars to the desired value.


## How to install
### Required
Disable BattlEye protection [(1)](##Credits)
1. Go to the BattlEye folder and run *Uninstall_BattlEye.bat*
2. Edit *BELauncher.ini* and set `SilentInstall=0`
3. In the Ubi Connect Launcher add these arguments under *Parameters* > *Game Launch Arguments* : `/belaunch -be`
When you launch the game from Ubi Connect, BattlEye installer pops up. Click cancel. Optionally tick the box to not be reminded again.

### Method 1: Cheat Engine
#### Installation [(1)](##Credits)
1. Install cheat engine, download from here : [https://www.cheatengine.org/downloads.php](https://www.cheatengine.org/downloads.php)
2. Make an exception if antivirus complains, it's completely safe

#### Run
1. Start the game
2. Before choosing the character, go back to the Windows desktop with ALT + TAB.
3. Double click on the .CT file to open it with Cheat Engine.
4. On the top left, click on *Select a process to open* (the logo with a screen and a magnifier).
5. Select Ghost Recon Breakpoint process.
6. In the bottom table, click on the square in the *Active* column. A red cross must appear.
7. Go back to the game.

### Method 2: inject in game file GRB.exe
This method modified the game file remains despite the restarts.
1. Run `install.bat` and answer to questions.

## Credits
- The anti-cheat bypass technique come from [vahndaar's amazing Spartan mod](https://www.nexusmods.com/ghostreconbreakpoint/mods/4)
- The built-in Python interpreter is the original release from the [official website](https://www.python.org/downloads/release/python-3105/)

## Useful ressource
- [Asm assemble et disassemble](https://defuse.ca/online-x86-assembler.htm)
- [Convert to IEEE754 float and hexadecimal](https://www.h-schmidt.net/FloatConverter/IEEE754.html)