alexlawson
OpenDayZ Rockstar!
Binocular view distance
Version: 1.0
What it does: This is just a very simple script that add's some right click options to the Binocular item, the script gives options to change the view distance, the options are 250, 500, 750, 1000, 1250, 1500, 1750 and 2000.Version: 1.0
Requirements:
Easy = Blue <10
mission pbo
Install Steps:Easy = Blue <10
mission pbo
1. First open up init.sqf and change line 57 to this
Code:
call compile preprocessFileLineNumbers "custom\compiles.sqf";
2. Now add this line of code to the bottom of description.ext (its in the root of your mission file)
Code:
#include "custom\extra_rc.hpp"
3. Now add this FILE to the ROOT of your mission folder.
Now your done
I made it quite easy to install but if you need more specifics just message me.
PIC:

Credit:
Maca134 for his Right Click Menu
NOTE:
The extra right click script does not belong to me I only added in the code to change fog and added the right click option to binocular's.
And first release so be gentle.