Switching nicknames

This commit is contained in:
Nicolás Badano 2015-03-24 01:18:00 -03:00
parent bc0dae63ca
commit 5e79970740
124 changed files with 133 additions and 133 deletions

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_IR_Strobe_Item"}; weapons[] = {"ACE_IR_Strobe_Item"};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"}; requiredAddons[] = {"ace_interaction"};
author[] = {"KoffeinFlummi","eRazeri","CAA-Picard"}; author[] = {"KoffeinFlummi","eRazeri","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/"; authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: eRazeri and CAA-Picard * Author: eRazeri and esteldunedain
* Attach an item to the unit * Attach an item to the unit
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: eRazeri and CAA-Picard * Author: eRazeri and esteldunedain
* Detach an item from a unit * Detach an item from a unit
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Converts ASL to Arma "Position" * Converts ASL to Arma "Position"
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Add line to draw on debug * Add line to draw on debug
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Adds a new setting at runtime, with all it's metadata. * Adds a new setting at runtime, with all it's metadata.
* If has only local effects. * If has only local effects.
* *

View File

@ -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 * Returns the result of the function and caches it up to a given time or event
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Returns a orthonormal system of reference aligned with the supplied vector * Returns a orthonormal system of reference aligned with the supplied vector
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Deletes a cached result * Deletes a cached result
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Executes a code on the next frame * Executes a code on the next frame
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Returns the metadata of a setting if it exists * Returns the metadata of a setting if it exists
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Load the user setable settings from the user profile. * Load the user setable settings from the user profile.
* Config < Server UserConfig < Mission Config < Client settings * Config < Server UserConfig < Mission Config < Client settings
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Load the parameters on the server. * Load the parameters on the server.
* Config < Server UserConfig < Mission Config * Config < Server UserConfig < Mission Config
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Converts Arma "Position" to ASL * Converts Arma "Position" to ASL
* *
* Arguments: * Arguments:

View File

@ -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. * 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. * Must be called on the server, effect is global.

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Removes a magazine from the unit that has an specific ammo count * Removes a magazine from the unit that has an specific ammo count
* *
* Argument: * Argument:

View File

@ -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. * Removes quotation marks to avoid exploits and optionally html tags from text to avoid conflicts with structured text.
* *

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"
if (isServer) then { if (isServer) then {

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Sets the value of an ACE_Parameter and makes it public. * Sets the value of an ACE_Parameter and makes it public.
* *

View File

@ -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. * 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 clients it has local effect.
* If executed on server it can have global effect if the last parameter is set to true. * If executed on server it can have global effect if the last parameter is set to true.

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Load a setting from config if it was not previosuly forced. Force if neccesary. * Load a setting from config if it was not previosuly forced. Force if neccesary.
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Schedules the publishment of an object variable to reduce network overhead * Schedules the publishment of an object variable to reduce network overhead
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
Author: commy2, CAA-Picard Author: commy2, esteldunedain
Description: Description:
Converts number to hexadecimal number Converts number to hexadecimal number

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Executes a code once with a given game time delay, using a PFH * Executes a code once with a given game time delay, using a PFH
* *

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"}; requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi", "CAA-Picard"}; author[] = {"KoffeinFlummi", "esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/"; authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: KoffeinFlummi and CAA-Picard * Author: KoffeinFlummi and esteldunedain
* Calculates average g-forces and triggers g-effects * Calculates average g-forces and triggers g-effects
* *
* Argument: * Argument:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_EarPlugs"}; weapons[] = {"ACE_EarPlugs"};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"}; requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"KoffeinFlummi", "CAA-Picard", "HopeJ", "commy2"}; author[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2"};
authorUrl = "https://github.com/KoffeinFlummi/"; authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Initializes the Map module. * Initializes the Map module.
* *
* Arguments: * Arguments:

View File

@ -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. * Updates and applys the current deafness. Called every 0.1 sec from a PFEH.
* *
* Arguments: * Arguments:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"}; requiredAddons[] = {"ace_common"};
author[] = {"NouberNou", "CAA-Picard"}; author[] = {"NouberNou", "esteldunedain"};
authorUrl = ""; authorUrl = "";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Insert an ACE action to a class, under a certain path * Insert an ACE action to a class, under a certain path
* Note: This function is NOT global. * Note: This function is NOT global.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Insert an ACE action to an object, under a certain config path * Insert an ACE action to an object, under a certain config path
* Note: This function is NOT global. * Note: This function is NOT global.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Collect a entire tree of active actions * Collect a entire tree of active actions
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: NouberNou and CAA-Picard * Author: NouberNou and esteldunedain
* Compile the action menu from config for an object's class * Compile the action menu from config for an object's class
* *
* Argument: * Argument:

View File

@ -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 * Compile the self action menu from config for an object's class
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Creates an isolated ACE action * Creates an isolated ACE action
* Note: This function is NOT global. * Note: This function is NOT global.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Return action point from path * Return action point from path
* Note: This function is NOT global. * Note: This function is NOT global.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Check if the first path is a subpath of the other * Check if the first path is a subpath of the other
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Removes an action from a class * Removes an action from a class
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2, NouberNou and CAA-Picard * Author: commy2, NouberNou and esteldunedain
* Removes an action from an object * Removes an action from an object
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: NouberNou and CAA-Picard * Author: NouberNou and esteldunedain
* Render all available nearby interactions * Render all available nearby interactions
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: NouberNou and CAA-Picard * Author: NouberNou and esteldunedain
* Render the interaction menu for a base action * Render the interaction menu for a base action
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: NouberNou and CAA-Picard * Author: NouberNou and esteldunedain
* Render a single interaction icon * Render a single interaction icon
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: NouberNou and CAA-Picard * Author: NouberNou and esteldunedain
* Render an interaction menu and it's children recursively * Render an interaction menu and it's children recursively
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Render a single interaction icon * Render a single interaction icon
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Take full path and split it between parent path and action name * Take full path and split it between parent path and action name
* *
* Argument: * Argument:

View File

@ -1,4 +1,4 @@
// by commy2 and CAA-Picard // by commy2 and esteldunedain
#include "script_component.hpp" #include "script_component.hpp"

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interact_menu"}; requiredAddons[] = {"ace_interact_menu"};
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard", "bux578"}; author[] = {"commy2", "KoffeinFlummi", "esteldunedain", "bux578"};
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Mount unit actions inside passenger submenu * Mount unit actions inside passenger submenu
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Create one action per passenger * Create one action per passenger
* *
* Argument: * Argument:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_Kestrel"}; weapons[] = {"ACE_Kestrel"};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_interaction"}; requiredAddons[] = {"ace_common","ace_interaction"};
author[] = {"Falke","commy2","KoffeinFlummi","CAA-Picard"}; author[] = {"Falke","commy2","KoffeinFlummi","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/"; authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,4 +1,4 @@
// by commy2 and CAA-Picard // by commy2 and esteldunedain
#include "script_component.hpp" #include "script_component.hpp"
EXPLODE_3_PVT(_this,_unit,_range,_isGreen); EXPLODE_3_PVT(_this,_unit,_range,_isGreen);

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"}; requiredAddons[] = {"ace_interaction"};
author[] = {"commy2","CAA-Picard"}; author[] = {"commy2","esteldunedain"};
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"}; requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"KoffeinFlummi","Rocko","CAA-Picard"}; author[] = {"KoffeinFlummi","Rocko","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/"; authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: Rocko and CAA-Picard * Author: Rocko and esteldunedain
* Calculates the current map illumination for a given unit * Calculates the current map illumination for a given unit
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Initializes the Map module. * Initializes the Map module.
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: Rocko and CAA-Picard * Author: Rocko and esteldunedain
* On map draw, updates the effects * On map draw, updates the effects
* *
* Arguments: * Arguments:

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_MapTools"}; weapons[] = {"ACE_MapTools"};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"}; requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"CAA-Picard"}; author[] = {"esteldunedain"};
authorUrl = "https://github.com/esteldunedain/"; authorUrl = "https://github.com/esteldunedain/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Add the line marker * Add the line marker
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Returns the equivalent of 100m in screen coordinates * Returns the equivalent of 100m in screen coordinates
* *

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Cancel the drawing of the current line marker * Cancel the drawing of the current line marker
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Copy recieved markers to map * Copy recieved markers to map
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Send Map markers to other player * Send Map markers to other player
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Send request to remote player * Send request to remote player
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Handle key down on map. * Handle key down on map.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Handle mouse buttons. * Handle mouse buttons.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Handle mouse movement over the map tool. * Handle mouse movement over the map tool.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Handle mouse wheel. * Handle mouse wheel.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Return true if the position is inside the map marker (to allow dragging). * Return true if the position is inside the map marker (to allow dragging).
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Opens or closes the gps on the map screen, showing coordinates * Opens or closes the gps on the map screen, showing coordinates
* *

View File

@ -1,4 +1,4 @@
//CAA-Picard //esteldunedain
//update gps display //update gps display
#include "script_component.hpp" #include "script_component.hpp"

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Remove the line marker * Remove the line marker
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Updates the line marker position and scale * Updates the line marker position and scale
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Update the map tool markers, position, size, rotation and visibility. * Update the map tool markers, position, size, rotation and visibility.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Create one unload action per unconscious passenger * Create one unload action per unconscious passenger
* *
* Argument: * Argument:

View File

@ -1,4 +1,4 @@
// by commy2 and CAA-Picard // by commy2 and esteldunedain
#include "script_component.hpp" #include "script_component.hpp"
[] call FUNC(initIsSpeaking); [] call FUNC(initIsSpeaking);

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = { "ace_main", "ace_common", "ace_interaction" }; requiredAddons[] = { "ace_main", "ace_common", "ace_interaction" };
author[] = { "commy2", "CAA-Picard" }; author[] = { "commy2", "esteldunedain" };
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2, CAA-Picard * Author: commy2, esteldunedain
* *
* Draw the nametag and rank icon. * Draw the nametag and rank icon.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* *
* Initializes the name tags module. * Initializes the name tags module.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2, PabstMirror and CAA-Picard * Author: commy2, PabstMirror and esteldunedain
* Update the ppEffects everytime something changes * Update the ppEffects everytime something changes
* *
* Arguments: * Arguments:

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"
if !(hasInterface) exitWith {}; if !(hasInterface) exitWith {};

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_SpareBarrel"}; weapons[] = {"ACE_SpareBarrel"};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"}; requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard"}; author[] = {"commy2", "KoffeinFlummi", "esteldunedain"};
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: Commy2 and CAA-Picard * Author: Commy2 and esteldunedain
* Make the player check the temperature of his weapon * Make the player check the temperature of his weapon
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: CAA-Picard * Author: esteldunedain
* Calculate cooling down of the weapon. * Calculate cooling down of the weapon.
* *
* Argument: * Argument:

View File

@ -1,5 +1,5 @@
/* /*
* Author: Commy2 and CAA-Picard * Author: Commy2 and esteldunedain
* Displays the weapon temperature * Displays the weapon temperature
* *
* Arguments: * Arguments:

View File

@ -1,5 +1,5 @@
/* /*
* Author: Commy2 and CAA-Picard * Author: Commy2 and esteldunedain
* Handle weapon fire, heat up the weapon * Handle weapon fire, heat up the weapon
* *
* Argument: * Argument:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"}; requiredAddons[] = {"ace_common"};
author[] = {"commy2","KoffeinFlummi","CAA-Picard"}; author[] = {"commy2","KoffeinFlummi","esteldunedain"};
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2 and CAA-Picard * Author: commy2 and esteldunedain
* *
* Handle fire of local launchers * Handle fire of local launchers
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2 and CAA-Picard * Author: commy2 and esteldunedain
* *
* Handle fire of local vehicle weapons creating overpressure zones * Handle fire of local vehicle weapons creating overpressure zones
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2 and CAA-Picard * Author: commy2 and esteldunedain
* *
* Calculate the distance to the first intersection of a line * Calculate the distance to the first intersection of a line
* *

View File

@ -1,5 +1,5 @@
/* /*
* Author: commy2 and CAA-Picard * Author: commy2 and esteldunedain
* *
* Calculate and apply backblast damage to potentially affected local units * Calculate and apply backblast damage to potentially affected local units
* *

View File

@ -1,4 +1,4 @@
// by CAA-Picard // by esteldunedain
#include "script_component.hpp" #include "script_component.hpp"
if !(hasInterface) exitWith {}; if !(hasInterface) exitWith {};

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"}; requiredAddons[] = {"ace_interaction"};
author[] = {"commy2","KoffeinFlummi","CAA-Picard"}; author[] = {"commy2","KoffeinFlummi","esteldunedain"};
authorUrl = "https://github.com/commy2/"; authorUrl = "https://github.com/commy2/";
VERSION_CONFIG; VERSION_CONFIG;
}; };

View File

@ -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 * Check if the target has an MG equiped with belt system that the player can link
* *
* Argument: * Argument:

View File

@ -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. * Count the ammo of the currently loaded magazine or count rifle grenades. Play animation and display message.
* *
* Argument: * Argument:

View File

@ -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. * Display the ammo of the currently loaded magazine of the target or count rifle grenades.
* *
* Argument: * Argument:

Some files were not shown because too many files have changed in this diff Show More