mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Switching nicknames
This commit is contained in:
parent
bc0dae63ca
commit
5e79970740
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {"ACE_IR_Strobe_Item"};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_interaction"};
|
||||
author[] = {"KoffeinFlummi","eRazeri","CAA-Picard"};
|
||||
author[] = {"KoffeinFlummi","eRazeri","esteldunedain"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: eRazeri and CAA-Picard
|
||||
* Author: eRazeri and esteldunedain
|
||||
* Attach an item to the unit
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: eRazeri and CAA-Picard
|
||||
* Author: eRazeri and esteldunedain
|
||||
* Detach an item from a unit
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Converts ASL to Arma "Position"
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Add line to draw on debug
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Adds a new setting at runtime, with all it's metadata.
|
||||
* If has only local effects.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard and Jaynus
|
||||
* Author: esteldunedain and Jaynus
|
||||
* Returns the result of the function and caches it up to a given time or event
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Returns a orthonormal system of reference aligned with the supplied vector
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Deletes a cached result
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Executes a code on the next frame
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Returns the metadata of a setting if it exists
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Load the user setable settings from the user profile.
|
||||
* Config < Server UserConfig < Mission Config < Client settings
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Load the parameters on the server.
|
||||
* Config < Server UserConfig < Mission Config
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Converts Arma "Position" to ASL
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Reads a setting value from a module, set it and force it. Logs if the setting is missing from the module.
|
||||
* Must be called on the server, effect is global.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Removes a magazine from the unit that has an specific ammo count
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard, based on Killzone-Kid code
|
||||
* Author: esteldunedain, based on Killzone-Kid code
|
||||
*
|
||||
* Removes quotation marks to avoid exploits and optionally html tags from text to avoid conflicts with structured text.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
#include "script_component.hpp"
|
||||
|
||||
if (isServer) then {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Sets the value of an ACE_Parameter and makes it public.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Change the value of an existing setting if it was not previously forced. Force if neccesary.
|
||||
* If executed on clients it has local effect.
|
||||
* If executed on server it can have global effect if the last parameter is set to true.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Load a setting from config if it was not previosuly forced. Force if neccesary.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Schedules the publishment of an object variable to reduce network overhead
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Author: commy2, CAA-Picard
|
||||
Author: commy2, esteldunedain
|
||||
|
||||
Description:
|
||||
Converts number to hexadecimal number
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Executes a code once with a given game time delay, using a PFH
|
||||
*
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"KoffeinFlummi", "CAA-Picard"};
|
||||
author[] = {"KoffeinFlummi", "esteldunedain"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: KoffeinFlummi and CAA-Picard
|
||||
* Author: KoffeinFlummi and esteldunedain
|
||||
* Calculates average g-forces and triggers g-effects
|
||||
*
|
||||
* Argument:
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {"ACE_EarPlugs"};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common", "ace_interaction"};
|
||||
author[] = {"KoffeinFlummi", "CAA-Picard", "HopeJ", "commy2"};
|
||||
author[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Initializes the Map module.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
* Updates and applys the current deafness. Called every 0.1 sec from a PFEH.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"NouberNou", "CAA-Picard"};
|
||||
author[] = {"NouberNou", "esteldunedain"};
|
||||
authorUrl = "";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Insert an ACE action to a class, under a certain path
|
||||
* Note: This function is NOT global.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Insert an ACE action to an object, under a certain config path
|
||||
* Note: This function is NOT global.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Collect a entire tree of active actions
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: NouberNou and CAA-Picard
|
||||
* Author: NouberNou and esteldunedain
|
||||
* Compile the action menu from config for an object's class
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: NouberNou and CAA-Picard
|
||||
* Author: NouberNou and esteldunedain
|
||||
* Compile the self action menu from config for an object's class
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Creates an isolated ACE action
|
||||
* Note: This function is NOT global.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Return action point from path
|
||||
* Note: This function is NOT global.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Check if the first path is a subpath of the other
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Removes an action from a class
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2, NouberNou and CAA-Picard
|
||||
* Author: commy2, NouberNou and esteldunedain
|
||||
* Removes an action from an object
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: NouberNou and CAA-Picard
|
||||
* Author: NouberNou and esteldunedain
|
||||
* Render all available nearby interactions
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: NouberNou and CAA-Picard
|
||||
* Author: NouberNou and esteldunedain
|
||||
* Render the interaction menu for a base action
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: NouberNou and CAA-Picard
|
||||
* Author: NouberNou and esteldunedain
|
||||
* Render a single interaction icon
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: NouberNou and CAA-Picard
|
||||
* Author: NouberNou and esteldunedain
|
||||
* Render an interaction menu and it's children recursively
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Render a single interaction icon
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Take full path and split it between parent path and action name
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by commy2 and CAA-Picard
|
||||
// by commy2 and esteldunedain
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_interact_menu"};
|
||||
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard", "bux578"};
|
||||
author[] = {"commy2", "KoffeinFlummi", "esteldunedain", "bux578"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Mount unit actions inside passenger submenu
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Create one action per passenger
|
||||
*
|
||||
* Argument:
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {"ACE_Kestrel"};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common","ace_interaction"};
|
||||
author[] = {"Falke","commy2","KoffeinFlummi","CAA-Picard"};
|
||||
author[] = {"Falke","commy2","KoffeinFlummi","esteldunedain"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by commy2 and CAA-Picard
|
||||
// by commy2 and esteldunedain
|
||||
#include "script_component.hpp"
|
||||
|
||||
EXPLODE_3_PVT(_this,_unit,_range,_isGreen);
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_interaction"};
|
||||
author[] = {"commy2","CAA-Picard"};
|
||||
author[] = {"commy2","esteldunedain"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common", "ace_interaction"};
|
||||
author[] = {"KoffeinFlummi","Rocko","CAA-Picard"};
|
||||
author[] = {"KoffeinFlummi","Rocko","esteldunedain"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: Rocko and CAA-Picard
|
||||
* Author: Rocko and esteldunedain
|
||||
* Calculates the current map illumination for a given unit
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Initializes the Map module.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: Rocko and CAA-Picard
|
||||
* Author: Rocko and esteldunedain
|
||||
* On map draw, updates the effects
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {"ACE_MapTools"};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common", "ace_interaction"};
|
||||
author[] = {"CAA-Picard"};
|
||||
author[] = {"esteldunedain"};
|
||||
authorUrl = "https://github.com/esteldunedain/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Add the line marker
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Returns the equivalent of 100m in screen coordinates
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Cancel the drawing of the current line marker
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Copy recieved markers to map
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Send Map markers to other player
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Send request to remote player
|
||||
*
|
||||
@ -15,7 +15,7 @@
|
||||
* Return value:
|
||||
* Return
|
||||
*/
|
||||
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
PARAMS_1(_player,_target);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Handle key down on map.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Handle mouse buttons.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Handle mouse movement over the map tool.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Handle mouse wheel.
|
||||
*
|
||||
@ -24,7 +24,7 @@ _handled = false;
|
||||
// If drawing, change line color
|
||||
|
||||
|
||||
//@todo AGM bug:
|
||||
//@todo AGM bug:
|
||||
// ACE_Map_drawColors is never defined
|
||||
|
||||
/* if (count GVAR(drawing_tempLineMarker) > 0) then {
|
||||
@ -37,7 +37,7 @@ _handled = false;
|
||||
};
|
||||
GVAR(drawing_tempLineMarker) set [3, ACE_Map_drawColor];
|
||||
GVAR(drawing_tempLineMarker) call ACE_Map_fnc_updateLineMarker;
|
||||
|
||||
|
||||
_handled = true;
|
||||
}; */
|
||||
_handled
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Return true if the position is inside the map marker (to allow dragging).
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Opens or closes the gps on the map screen, showing coordinates
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
//CAA-Picard
|
||||
//esteldunedain
|
||||
//update gps display
|
||||
|
||||
#include "script_component.hpp"
|
||||
@ -11,7 +11,7 @@ disableSerialization;
|
||||
|
||||
_mapGpsDisplay = uiNamespace getVariable [QGVAR(ui_mapGpsDisplay), displayNull];
|
||||
_ctrl = _mapGpsDisplay displayCtrl 913590;
|
||||
_ctrl ctrlSetText str(round(getDir player)); //set Heading
|
||||
_ctrl ctrlSetText str(round(getDir player)); //set Heading
|
||||
_ctrl = _mapGpsDisplay displayCtrl 913591;
|
||||
_ctrl ctrlSetText str(round((getPosASL player) select 2)); //set Altitude
|
||||
_ctrl = _mapGpsDisplay displayCtrl 913592;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Remove the line marker
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Updates the line marker position and scale
|
||||
*
|
||||
@ -19,7 +19,7 @@
|
||||
_startPos = _this select 1;
|
||||
_difPos = (_this select 2) vectorDiff _startPos ;
|
||||
_color = _this select 3;
|
||||
|
||||
|
||||
_name setMarkerShapeLocal "RECTANGLE";
|
||||
_name setMarkerAlphaLocal 1;
|
||||
_name setMarkerColorLocal GVAR(drawing_drawColor);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Update the map tool markers, position, size, rotation and visibility.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Create one unload action per unconscious passenger
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by commy2 and CAA-Picard
|
||||
// by commy2 and esteldunedain
|
||||
#include "script_component.hpp"
|
||||
|
||||
[] call FUNC(initIsSpeaking);
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = { "ace_main", "ace_common", "ace_interaction" };
|
||||
author[] = { "commy2", "CAA-Picard" };
|
||||
author[] = { "commy2", "esteldunedain" };
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
@ -46,7 +46,7 @@ class ACE_Settings {
|
||||
typeName = "BOOL";
|
||||
isClientSetable = 1;
|
||||
displayName = "$STR_ACE_NameTags_ShowNamesForAI";
|
||||
};
|
||||
};
|
||||
class GVAR(showCursorTagForVehicles) {
|
||||
value = 0;
|
||||
typeName = "BOOL";
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2, CAA-Picard
|
||||
* Author: commy2, esteldunedain
|
||||
*
|
||||
* Draw the nametag and rank icon.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
*
|
||||
* Initializes the name tags module.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2, PabstMirror and CAA-Picard
|
||||
* Author: commy2, PabstMirror and esteldunedain
|
||||
* Update the ppEffects everytime something changes
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
#include "script_component.hpp"
|
||||
|
||||
if !(hasInterface) exitWith {};
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {"ACE_SpareBarrel"};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common", "ace_interaction"};
|
||||
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard"};
|
||||
author[] = {"commy2", "KoffeinFlummi", "esteldunedain"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: Commy2 and CAA-Picard
|
||||
* Author: Commy2 and esteldunedain
|
||||
* Make the player check the temperature of his weapon
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Calculate cooling down of the weapon.
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: Commy2 and CAA-Picard
|
||||
* Author: Commy2 and esteldunedain
|
||||
* Displays the weapon temperature
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: Commy2 and CAA-Picard
|
||||
* Author: Commy2 and esteldunedain
|
||||
* Handle weapon fire, heat up the weapon
|
||||
*
|
||||
* Argument:
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"commy2","KoffeinFlummi","CAA-Picard"};
|
||||
author[] = {"commy2","KoffeinFlummi","esteldunedain"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
*
|
||||
* Handle fire of local launchers
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
*
|
||||
* Handle fire of local vehicle weapons creating overpressure zones
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
*
|
||||
* Calculate the distance to the first intersection of a line
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
*
|
||||
* Calculate and apply backblast damage to potentially affected local units
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// by CAA-Picard
|
||||
// by esteldunedain
|
||||
#include "script_component.hpp"
|
||||
|
||||
if !(hasInterface) exitWith {};
|
||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_interaction"};
|
||||
author[] = {"commy2","KoffeinFlummi","CAA-Picard"};
|
||||
author[] = {"commy2","KoffeinFlummi","esteldunedain"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: CAA-Picard
|
||||
* Author: esteldunedain
|
||||
* Check if the target has an MG equiped with belt system that the player can link
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
* Count the ammo of the currently loaded magazine or count rifle grenades. Play animation and display message.
|
||||
*
|
||||
* Argument:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: commy2 and CAA-Picard
|
||||
* Author: commy2 and esteldunedain
|
||||
* Display the ammo of the currently loaded magazine of the target or count rifle grenades.
|
||||
*
|
||||
* Argument:
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user