mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change name
This commit is contained in:
parent
cca691622c
commit
88c6f6816f
@ -1,7 +1,7 @@
|
|||||||
class CfgMagazines {
|
class CfgMagazines {
|
||||||
class Titan_AT;
|
class Titan_AT;
|
||||||
class GVAR(lr): Titan_AT {
|
class GVAR(lr): Titan_AT {
|
||||||
author = "Brandon (TCVM)";
|
author = "Dani (TCVM)";
|
||||||
ammo = QGVAR(lr);
|
ammo = QGVAR(lr);
|
||||||
|
|
||||||
displayName = CSTRING(LR);
|
displayName = CSTRING(LR);
|
||||||
|
@ -8,5 +8,5 @@ Adds SPIKE LR guided missile
|
|||||||
|
|
||||||
The people responsible for merging changes to this component or answering potential questions.
|
The people responsible for merging changes to this component or answering potential questions.
|
||||||
|
|
||||||
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
|
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ class CfgPatches {
|
|||||||
requiredVersion = REQUIRED_VERSION;
|
requiredVersion = REQUIRED_VERSION;
|
||||||
requiredAddons[] = {"ace_common"};
|
requiredAddons[] = {"ace_common"};
|
||||||
author = ECSTRING(common,ACETeam);
|
author = ECSTRING(common,ACETeam);
|
||||||
authors[] = {"Brandon (TCVM)"};
|
authors[] = {"Dani (TCVM)"};
|
||||||
url = ECSTRING(main,URL);
|
url = ECSTRING(main,URL);
|
||||||
VERSION_CONFIG;
|
VERSION_CONFIG;
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Decreases zoom of current camera
|
* Decreases zoom of current camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Cycles camera thermal mode (if avaliable)
|
* Cycles camera thermal mode (if avaliable)
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Destroys camera attaches to projectile
|
* Destroys camera attaches to projectile
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Updates camera with inputs
|
* Updates camera with inputs
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Initializes camera for player to view missile from its nose
|
* Initializes camera for player to view missile from its nose
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Cycles camera thermal mode (if avaliable)
|
* Cycles camera thermal mode (if avaliable)
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Decreases zoom of current camera
|
* Decreases zoom of current camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Switches away from the currently controlled camera
|
* Switches away from the currently controlled camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Switches to the currently controlled camera
|
* Switches to the currently controlled camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Updates camera to be on a fixed point
|
* Updates camera to be on a fixed point
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Switches away from the currently controlled camera
|
* Switches away from the currently controlled camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Switches away from the currently controlled camera
|
* Switches away from the currently controlled camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Return the position of a potential EO target via a "edge detection" algorithm. Compares object bounding boxes to see what we are most likely hitting
|
* Return the position of a potential EO target via a "edge detection" algorithm. Compares object bounding boxes to see what we are most likely hitting
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Handle key presses
|
* Handle key presses
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Handles the map helper's draw event
|
* Handles the map helper's draw event
|
||||||
* Resets arguments if not run recently
|
* Resets arguments if not run recently
|
||||||
* And starts a watchdog to detect when weapon display unloaded
|
* And starts a watchdog to detect when weapon display unloaded
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Condition to switch to next navigation profile
|
* Condition to switch to next navigation profile
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Sets up a top-attack profile. If we don't have a target: coast
|
* Sets up a top-attack profile. If we don't have a target: coast
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Initialises SPIKE camera
|
* Initialises SPIKE camera
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Brandon (TCVM)
|
* Author: Dani (TCVM)
|
||||||
* Seeker Type: Spike Optical
|
* Seeker Type: Spike Optical
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
Loading…
Reference in New Issue
Block a user