Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
arma_editing:missions:framework:gear [2017/11/04 03:42]
Theowningone
arma_editing:missions:framework:gear [2017/11/21 00:47]
Theowningone
Line 62: Line 62:
  
     eodClasses[] ​       = {"​Engineer"​};​     eodClasses[] ​       = {"​Engineer"​};​
- 
- 
  
     class Definitions     class Definitions
Line 76: Line 74:
 }; };
 </​sxh>​ </​sxh>​
 +
 +  * **displayName** - This is the name of equipment set that is used in menus, make it pretty!
 +  * **replaceGoggles** - Determines if a user's custom face object (glasses, mask, etc.) should be replaced with the equipment set's values.
 +  * **medicClasses** - An array of classes that will be flagged as medics. Medics have basic field training, and can perform some advanced medical treatment.
 +  * **doctorClasses** - An array of classes what will be flagged as doctors. Doctors can perform all advanced medical treatment.
 +  * **engineerClass** - 
 +
 +\\
 +\\
 +
 +
  
  
Line 82: Line 91:
  
  
 +==== Property List ====
 +=== List of properties that support randomization ===
 +
 +Each of these properties are defined as an array, supporting randomization. Some examples and their descriptions:​
 +
 +  * ''​primaryWeapon[] = {};''​ This soldier will not get a primary weapon.
 +
 +
 +  * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle"​};''​ This soldier will get an ''​rhs_weap_m16a4_carryhandle''​
 +
 +
 +  * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle",​ "​rhs_weap_m16a4_carryhandle_grip"​};''​ This soldier will get a ''​rhs_weap_m16a4_carryhandle''​ or a ''​rhs_weap_m16a4_carryhandle_grip''​
 +
 +
 +  * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle",""​};''​ This soldier has a chance to not get a primary weapon.
 +
 +  * ''​primaryWeapon''​
 +  * ''​primaryWeaponMagazine''​
 +  * ''​primaryWeaponMagazineSecondary''​
 +  * ''​primaryWeaponBipod''​
 +  * ''​primaryWeaponMuzzle''​
 +  * ''​primaryWeaponOptic''​
 +  * ''​primaryWeaponRailAttachment''​
 +  * ''​launcher''​
 +  * ''​launcherMagazine''​
 +  * ''​launcherOptic''​
 +  * ''​launcherRailAttachment''​
 +  * ''​sidearm''​
 +  * ''​sidearmMagazine''​
 +  * ''​sidearmMuzzle''​
 +  * ''​sidearmOptic''​
 +  * ''​sidearmRailAttachment''​
 +  * ''​binocular''​
 +  * ''​nightVision''​
 +  * ''​headgear''​
 +  * ''​uniform''​
 +  * ''​vest''​
 +  * ''​backpack''​
 +  * ''​facegear''​
  • Last modified: 7 years ago
  • (external edit)