re-path. Wtf safezones.

This commit is contained in:
jaynus 2015-04-11 10:56:58 -07:00
parent efaee770bb
commit fb6c99d69b
7 changed files with 16 additions and 16 deletions

View File

@ -1 +1 @@
z\ace\addons\wep_javelin
z\ace\addons\javelin

View File

@ -1,4 +1,4 @@
ace_wep_javelin
ace_javelin
===============
Adds the Javelin AT launcher.

View File

@ -28,10 +28,10 @@ class RscInGameUI {
class ACE_TargetingConstrains: RscControlsGroup {
idc = 699100;
x = "SafezoneX";
y = "SafezoneY";
w = "SafezoneW-SafezoneX";
h = "SafezoneH-SafezoneY";
x = "SafezoneX-SafezoneW";
y = "SafezoneY-SafezoneH";
w = "SafezoneW";
h = "SafezoneH";
enabled = 0;
class VScrollbar {
autoScrollSpeed = -1;

View File

@ -1 +1 @@
#include "\z\ace\addons\wep_javelin\script_component.hpp"
#include "\z\ace\addons\javelin\script_component.hpp"

View File

@ -1,6 +1,6 @@
// by commy2
["ACE3", QGVAR(lockTarget), localize "STR_ACE_WEP_JAVELIN_LockTarget",
["ACE3", QGVAR(lockTarget), localize "STR_ACE_JAVELIN_LockTarget",
{
if (GETGVAR(isLockKeyDown,false)) exitWith {false};
@ -21,7 +21,7 @@
},
[15, [false, false, false]], false] call cba_fnc_addKeybind; //Tab Key
["ACE3", QGVAR(cycleFireMode), localize "STR_ACE_WEP_JAVELIN_CycleFireMode",
["ACE3", QGVAR(cycleFireMode), localize "STR_ACE_JAVELIN_CycleFireMode",
{ false },
{
[ACE_player] call FUNC(cycleFireMode);

View File

@ -1,12 +1,12 @@
#define COMPONENT wep_javelin
#define COMPONENT javelin
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_WEP_JAVELIN
#ifdef DEBUG_ENABLED_JAVELIN
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_WEP_JAVELIN
#define DEBUG_SETTINGS DEBUG_SETTINGS_WEP_JAVELIN
#ifdef DEBUG_SETTINGS_JAVELIN
#define DEBUG_SETTINGS DEBUG_SETTINGS_JAVELIN
#endif
#include "\z\ace\Addons\main\script_macros.hpp"

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Edited with tabler - 2014-12-19 -->
<Project name="ACE">
<Package name="WEP_JAVELIN">
<Key ID="STR_ACE_WEP_JAVELIN_LockTarget">
<Package name="JAVELIN">
<Key ID="STR_ACE_JAVELIN_LockTarget">
<English>Lock Target (Hold)</English>
<German>Lock Target (Hold)</German>
<French>Lock Target (Hold)</French>
@ -11,7 +11,7 @@
<Spanish>Fijar objetivo (Mantener)</Spanish>
<Russian>Lock Target (Hold)</Russian>
</Key>
<Key ID="STR_ACE_WEP_JAVELIN_CycleFireMode">
<Key ID="STR_ACE_JAVELIN_CycleFireMode">
<English>Cycle Fire Mode</English>
<German>Cycle Fire Mode</German>
<French>Cycle Fire Mode</French>