mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
re-path. Wtf safezones.
This commit is contained in:
parent
efaee770bb
commit
fb6c99d69b
@ -1 +1 @@
|
|||||||
z\ace\addons\wep_javelin
|
z\ace\addons\javelin
|
@ -1,4 +1,4 @@
|
|||||||
ace_wep_javelin
|
ace_javelin
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Adds the Javelin AT launcher.
|
Adds the Javelin AT launcher.
|
||||||
|
@ -28,10 +28,10 @@ class RscInGameUI {
|
|||||||
|
|
||||||
class ACE_TargetingConstrains: RscControlsGroup {
|
class ACE_TargetingConstrains: RscControlsGroup {
|
||||||
idc = 699100;
|
idc = 699100;
|
||||||
x = "SafezoneX";
|
x = "SafezoneX-SafezoneW";
|
||||||
y = "SafezoneY";
|
y = "SafezoneY-SafezoneH";
|
||||||
w = "SafezoneW-SafezoneX";
|
w = "SafezoneW";
|
||||||
h = "SafezoneH-SafezoneY";
|
h = "SafezoneH";
|
||||||
enabled = 0;
|
enabled = 0;
|
||||||
class VScrollbar {
|
class VScrollbar {
|
||||||
autoScrollSpeed = -1;
|
autoScrollSpeed = -1;
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "\z\ace\addons\wep_javelin\script_component.hpp"
|
#include "\z\ace\addons\javelin\script_component.hpp"
|
@ -1,6 +1,6 @@
|
|||||||
// by commy2
|
// 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};
|
if (GETGVAR(isLockKeyDown,false)) exitWith {false};
|
||||||
|
|
||||||
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
[15, [false, false, false]], false] call cba_fnc_addKeybind; //Tab Key
|
[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 },
|
{ false },
|
||||||
{
|
{
|
||||||
[ACE_player] call FUNC(cycleFireMode);
|
[ACE_player] call FUNC(cycleFireMode);
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#define COMPONENT wep_javelin
|
#define COMPONENT javelin
|
||||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
#include "\z\ace\Addons\main\script_mod.hpp"
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_WEP_JAVELIN
|
#ifdef DEBUG_ENABLED_JAVELIN
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG_SETTINGS_WEP_JAVELIN
|
#ifdef DEBUG_SETTINGS_JAVELIN
|
||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_WEP_JAVELIN
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_JAVELIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
#include "\z\ace\Addons\main\script_macros.hpp"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Edited with tabler - 2014-12-19 -->
|
<!-- Edited with tabler - 2014-12-19 -->
|
||||||
<Project name="ACE">
|
<Project name="ACE">
|
||||||
<Package name="WEP_JAVELIN">
|
<Package name="JAVELIN">
|
||||||
<Key ID="STR_ACE_WEP_JAVELIN_LockTarget">
|
<Key ID="STR_ACE_JAVELIN_LockTarget">
|
||||||
<English>Lock Target (Hold)</English>
|
<English>Lock Target (Hold)</English>
|
||||||
<German>Lock Target (Hold)</German>
|
<German>Lock Target (Hold)</German>
|
||||||
<French>Lock Target (Hold)</French>
|
<French>Lock Target (Hold)</French>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
<Spanish>Fijar objetivo (Mantener)</Spanish>
|
<Spanish>Fijar objetivo (Mantener)</Spanish>
|
||||||
<Russian>Lock Target (Hold)</Russian>
|
<Russian>Lock Target (Hold)</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_WEP_JAVELIN_CycleFireMode">
|
<Key ID="STR_ACE_JAVELIN_CycleFireMode">
|
||||||
<English>Cycle Fire Mode</English>
|
<English>Cycle Fire Mode</English>
|
||||||
<German>Cycle Fire Mode</German>
|
<German>Cycle Fire Mode</German>
|
||||||
<French>Cycle Fire Mode</French>
|
<French>Cycle Fire Mode</French>
|
||||||
|
Loading…
Reference in New Issue
Block a user