Overhauled the scope adjustment module:

*Added configs for the new marksmen scopes
*Introduced minor and major steps
*Introcuded a new increment config (ACE_ScopeAdjust_Increment)
*Changed the default zero range to 100m
*Added a zero reference setting
*Added an interaction menu entry to update the zero reference setting
This commit is contained in:
ulteq
2015-04-11 14:02:44 +02:00
parent 127d100628
commit fee65cd56f
15 changed files with 267 additions and 116 deletions

View File

@ -1,6 +1,14 @@
#define COMPONENT scopes
#include "\z\ace\addons\main\script_mod.hpp"
#define ELEVATION_UP 0
#define ELEVATION_DOWN 1
#define WINDAGE_LEFT 2
#define WINDAGE_RIGHT 3
#define MINOR_INCREMENT false
#define MAJOR_INCREMENT true
#ifdef DEBUG_ENABLED_SCOPES
#define DEBUG_MODE_FULL
#endif