This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // INFO ======================================================================== | |
| /* | |
| The Armed Forces of the Russian Federation are the military service of Russia, | |
| established after the dissolution of the Soviet Union. | |
| */ | |
| _factionID = "RUSSIA90"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================================================ | |
| // | | |
| // Use this script to call any functions or further scripts | | |
| // in order to create and spawn AI units into your mission. | | |
| // | | |
| // Keep in mind that only the AI Controller (server or HC) should run | | |
| // these scripts. | | |
| // | | |
| // A few DAC zones and camps have already been configured below. | | |
| // | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // INFO ======================================================================== | |
| /* | |
| The Ukrainian Ground Forces are the main land force component of the Armed Forces of Ukraine. | |
| Established initially in 1919, it was brought back to service in 1991 and has since been dilapidated until 2014's Ukraine Crisis. | |
| They retain most of their Soviet-era Arms and equipment. | |
| This is a Special Forces/Multicam Variant that uses the cool toys acquired from Israel and America. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Pasting this string into a box/object's init field should allow the use of ace arsenal via ACE interact. | |
| // This string contains basic equipment such as medical, faces, ACE tools, GPS, binoculars, cigs/succpops+lighter/matches and BLUfor Radios | |
| // Insert your loadout items after these basic items or change what basics are included in the Arsenal box (i don't care) | |
| [this, [ | |
| "ACE_fieldDressing", "ACE_packingBandage", "ACE_elasticBandage", "ACE_quikclot", "ACE_personalAidKit","ACE_tourniquet", "ACE_morphine", | |
| "ACE_epinephrine", "ACE_salineIV","ACE_salineIV_500", "ACE_salineIV_250", "ACE_bloodIV", "ACE_bloodIV_500", "ACE_bloodIV_250", "ACE_atropine", | |
| "ACE_plasmaIV", "ACE_plasmaIV_500", "ACE_plasmaIV_250", "ACE_surgicalKit", "ACE_bodyBag", "ACE_Defibrillator", "ACE_EarPlugs", | |
| "chemlight_red", "chemlight_green", "chemlight_blue", "ACE_HandFlare_White", "ACE_HandFlare_Red", "ACE_HandFlare_Green", "ACE_HandFlare_Yellow", | |