ACE3/addons/fastroping
gpgpgpgp 0c28cd4413 add a line to get rid of 4 first aid kits in the invisible helper
The helper "ace_fastroping_helper" inherits from Helicopter_Base_F, and here's chain of inheritance.
class CfgVehicles
{
	class AllVehicles;
	class Air: AllVehicles
	{
		class TransportItems
		{
			class _xx_FirstAidKit
			{
				name = "FirstAidKit";
				count = 4;
			};
		};
	};
	class Helicopter: Air
	{
	};
	class Helicopter_Base_F: Helicopter
	{
	};
	class ace_fastroping_helper: Helicopter_Base_F
	{
		class TransportItems {};	// now overrides the first aid kits
	};
};
Was a happy and funny surprise to pick up some decent medical supplies from one end of a cut rope.
2016-06-08 17:26:23 +08:00
..
anim Removed TOH animations 2016-02-29 19:29:10 +01:00
data Modified fastroping thud sound 2016-05-11 21:05:59 +02:00
functions manual merge 2016-05-30 21:14:34 +02:00
UI Added deployment API and waypoint 2016-03-05 20:25:35 +01:00
$PBOPREFIX$ Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
CfgEventHandlers.hpp Switched to preStart + XEH_PREP 2016-03-05 23:19:53 +01:00
CfgMoves.hpp Use new QPATHTOF and QPATHTOEF macros 2016-04-08 20:34:50 +02:00
CfgSounds.hpp changed suggested lines to ace standards 2016-04-02 15:36:21 +02:00
CfgVehicles.hpp add a line to get rid of 4 first aid kits in the invisible helper 2016-06-08 17:26:23 +08:00
CfgWaypoints.hpp Use new QPATHTOF and QPATHTOEF macros 2016-04-08 20:34:50 +02:00
config.cpp Stringtable URL (#3855) 2016-06-01 23:45:51 +02:00
README.md Add module readme 2016-05-10 10:14:15 -05:00
script_component.hpp Fix Wildcat attach point 2016-04-12 12:28:48 -05:00
stringtable.xml Translated remaining strings 2016-06-03 23:11:40 -03:00
XEH_postInit.sqf Fixed broken ropeDetach 2016-03-18 00:16:31 +01:00
XEH_preInit.sqf Switched to preStart + XEH_PREP 2016-03-05 23:19:53 +01:00
XEH_PREP.hpp Merge branch 'fr-ai-deploy' of https://github.com/BaerMitUmlaut/ACE3 into BaerMitUmlaut-fr-ai-deploy 2016-03-08 15:13:50 -03:00
XEH_preStart.sqf Switched to preStart + XEH_PREP 2016-03-05 23:19:53 +01:00

ace_fastroping

Introducing the ability to fastrope out of heliocopters.

Maintainers

The people responsible for merging changes to this component or answering potential questions.