This commit is contained in:
KoffeinFlummi 2015-01-12 11:24:50 +01:00
commit 53cb5d1028
6 changed files with 9 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.pbo
texHeaders.bin
*.swp
*.swo

View File

@ -5,7 +5,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
requiredAddons[] = {"ace_core"};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};

View File

@ -53,7 +53,7 @@ class CfgVehicles {
};
class GVAR(Detach) {
displayName = "$STR_AGM_Attach_Detach";
condition = QUOTE( [_player] call FUNC(canDetach );
condition = QUOTE( [_player] call FUNC(canDetach) );
statement = QUOTE( [_player] call FUNC(detach) );
exceptions[] = {"AGM_Drag_isNotDragging"};
showDisabled = 0;

View File

@ -1,5 +1,5 @@
#define COMPONENT core
#include "script_mod.hpp"
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
@ -11,4 +11,4 @@
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
#endif
#include "script_macros.hpp"
#include "\z\ace\addons\main\script_macros.hpp"

View File

@ -47,7 +47,7 @@
#define ACE_NOGRIP handAnim[] = {}
#define ACE_DISTANCE_DEFAULT distanceZoomMin = 300; distanceZoomMax = 300
#include "script_macros_optics.hpp"
// #include "script_macros_optics.hpp" //ToDo
#define ACE_NOZEROING discreteDistance[] = {}; \
discreteDistanceInitIndex = 0; \

View File

@ -17,7 +17,7 @@ class CfgVehicles {
class ViewOptics;
};
};
}
};
class ACE_M47_Static: ACE_M47_Static_Base {
scope = 1; // Hide it for now