|
@@ -8,7 +8,7 @@ class EditorData
|
|
|
toggles=9;
|
|
|
class ItemIDProvider
|
|
|
{
|
|
|
- nextID=476;
|
|
|
+ nextID=487;
|
|
|
};
|
|
|
class MarkerIDProvider
|
|
|
{
|
|
@@ -16,14 +16,14 @@ class EditorData
|
|
|
};
|
|
|
class LayerIndexProvider
|
|
|
{
|
|
|
- nextID=3;
|
|
|
+ nextID=4;
|
|
|
};
|
|
|
class Camera
|
|
|
{
|
|
|
- pos[]={770.38324,67.314072,12051.984};
|
|
|
- dir[]={-0.39066085,-0.38661492,0.83547366};
|
|
|
- up[]={-0.1637821,0.92222089,0.35026592};
|
|
|
- aside[]={0.90591294,-2.5611371e-007,0.42359856};
|
|
|
+ pos[]={716.70703,55.991302,12157.28};
|
|
|
+ dir[]={-0.024212301,-0.65314656,-0.75692689};
|
|
|
+ up[]={-0.020881783,0.75720859,-0.65283918};
|
|
|
+ aside[]={-0.9995566,-9.5617725e-007,0.031972334};
|
|
|
};
|
|
|
};
|
|
|
binarizationWanted=0;
|
|
@@ -394,6 +394,25 @@ class CustomAttributes
|
|
|
{
|
|
|
name="Multiplayer";
|
|
|
class Attribute0
|
|
|
+ {
|
|
|
+ property="Enh_saveLoadout";
|
|
|
+ expression=" if (!is3DEN && hasInterface && _value) then { [] spawn { waitUntil {sleep 1; !isNull player}; if (isNil {player getVariable 'Enh_savedLoadout'}) then { player setVariable ['Enh_savedLoadout',getUnitloadout player]; player addEventHandler ['Respawn',{player setUnitLoadout (player getVariable 'Enh_savedLoadout')}]; }; }; }; ";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
{
|
|
|
property="RespawnTemplates";
|
|
|
expression="true";
|
|
@@ -429,25 +448,6 @@ class CustomAttributes
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- class Attribute1
|
|
|
- {
|
|
|
- property="Enh_saveLoadout";
|
|
|
- expression=" if (!is3DEN && hasInterface && _value) then { [] spawn { waitUntil {sleep 1; !isNull player}; if (isNil {player getVariable 'Enh_savedLoadout'}) then { player setVariable ['Enh_savedLoadout',getUnitloadout player]; player addEventHandler ['Respawn',{player setUnitLoadout (player getVariable 'Enh_savedLoadout')}]; }; }; }; ";
|
|
|
- class Value
|
|
|
- {
|
|
|
- class data
|
|
|
- {
|
|
|
- class type
|
|
|
- {
|
|
|
- type[]=
|
|
|
- {
|
|
|
- "BOOL"
|
|
|
- };
|
|
|
- };
|
|
|
- value=1;
|
|
|
- };
|
|
|
- };
|
|
|
- };
|
|
|
nAttributes=2;
|
|
|
};
|
|
|
class Category1
|
|
@@ -500,7 +500,7 @@ class Mission
|
|
|
};
|
|
|
class Entities
|
|
|
{
|
|
|
- items=69;
|
|
|
+ items=75;
|
|
|
class Item0
|
|
|
{
|
|
|
dataType="Group";
|
|
@@ -76904,71 +76904,1558 @@ class Mission
|
|
|
};
|
|
|
id=471;
|
|
|
};
|
|
|
- };
|
|
|
- class Connections
|
|
|
- {
|
|
|
- class LinkIDProvider
|
|
|
- {
|
|
|
- nextID=6;
|
|
|
- };
|
|
|
- class Links
|
|
|
+ class Item69
|
|
|
{
|
|
|
- items=6;
|
|
|
- class Item0
|
|
|
+ dataType="Logic";
|
|
|
+ class PositionInfo
|
|
|
{
|
|
|
- linkID=0;
|
|
|
- item0=225;
|
|
|
- item1=222;
|
|
|
- class CustomData
|
|
|
- {
|
|
|
- type="TriggerOwner";
|
|
|
- };
|
|
|
+ position[]={710.93933,29.827312,12091.689};
|
|
|
+ angles[]={0,5.908957,0};
|
|
|
};
|
|
|
- class Item1
|
|
|
+ id=476;
|
|
|
+ type="ModuleCurator_F";
|
|
|
+ atlOffset=0.86347961;
|
|
|
+ class CustomAttributes
|
|
|
{
|
|
|
- linkID=1;
|
|
|
- item0=297;
|
|
|
- item1=294;
|
|
|
- class CustomData
|
|
|
+ class Attribute0
|
|
|
{
|
|
|
- type="TriggerOwner";
|
|
|
+ property="ModuleCurator_F_Owner";
|
|
|
+ expression="_this setVariable ['Owner',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="a4";
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
- };
|
|
|
- class Item2
|
|
|
- {
|
|
|
- linkID=2;
|
|
|
- item0=366;
|
|
|
- item1=361;
|
|
|
- class CustomData
|
|
|
+ class Attribute1
|
|
|
{
|
|
|
- type="Sync";
|
|
|
+ property="ModuleCurator_F_Forced";
|
|
|
+ expression="_this setVariable ['Forced',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Name";
|
|
|
+ expression="_this setVariable ['Name',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Addons";
|
|
|
+ expression="_this setVariable ['Addons',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
+ nAttributes=4;
|
|
|
};
|
|
|
- class Item3
|
|
|
+ };
|
|
|
+ class Item70
|
|
|
+ {
|
|
|
+ dataType="Logic";
|
|
|
+ class PositionInfo
|
|
|
{
|
|
|
- linkID=3;
|
|
|
- item0=367;
|
|
|
- item1=360;
|
|
|
- class CustomData
|
|
|
+ position[]={716.80261,29.804043,12091.574};
|
|
|
+ angles[]={0,5.9089646,0};
|
|
|
+ };
|
|
|
+ id=477;
|
|
|
+ type="ModuleCurator_F";
|
|
|
+ atlOffset=0.84020996;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
{
|
|
|
- type="Sync";
|
|
|
+ property="ModuleCurator_F_Owner";
|
|
|
+ expression="_this setVariable ['Owner',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="a6";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Forced";
|
|
|
+ expression="_this setVariable ['Forced',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Name";
|
|
|
+ expression="_this setVariable ['Name',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Addons";
|
|
|
+ expression="_this setVariable ['Addons',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=4;
|
|
|
};
|
|
|
- class Item4
|
|
|
+ };
|
|
|
+ class Item71
|
|
|
+ {
|
|
|
+ dataType="Logic";
|
|
|
+ class PositionInfo
|
|
|
{
|
|
|
- linkID=4;
|
|
|
- item0=364;
|
|
|
- item1=363;
|
|
|
- class CustomData
|
|
|
+ position[]={715.21082,29.808674,12091.633};
|
|
|
+ angles[]={0,5.9089646,0};
|
|
|
+ };
|
|
|
+ id=478;
|
|
|
+ type="ModuleCurator_F";
|
|
|
+ atlOffset=0.844841;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
{
|
|
|
- type="Sync";
|
|
|
+ property="ModuleCurator_F_Owner";
|
|
|
+ expression="_this setVariable ['Owner',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="a5";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Forced";
|
|
|
+ expression="_this setVariable ['Forced',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Name";
|
|
|
+ expression="_this setVariable ['Name',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Addons";
|
|
|
+ expression="_this setVariable ['Addons',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
+ nAttributes=4;
|
|
|
};
|
|
|
- class Item5
|
|
|
+ };
|
|
|
+ class Item72
|
|
|
+ {
|
|
|
+ dataType="Group";
|
|
|
+ side="West";
|
|
|
+ class Entities
|
|
|
{
|
|
|
- linkID=5;
|
|
|
- item0=365;
|
|
|
- item1=362;
|
|
|
+ items=5;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ dataType="Object";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={708.75574,28.965271,12089.952};
|
|
|
+ angles[]={0,6.2242751,0};
|
|
|
+ };
|
|
|
+ side="West";
|
|
|
+ flags=7;
|
|
|
+ class Attributes
|
|
|
+ {
|
|
|
+ rank="MAJOR";
|
|
|
+ init="call{player enableFatigue false;}";
|
|
|
+ name="a2";
|
|
|
+ description="Zeus Operator";
|
|
|
+ isPlayable=1;
|
|
|
+ class Inventory
|
|
|
+ {
|
|
|
+ class primaryWeapon
|
|
|
+ {
|
|
|
+ name="SWOP_DC15";
|
|
|
+ class primaryMuzzleMag
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class binocular
|
|
|
+ {
|
|
|
+ name="ElectroBinocularsW_F";
|
|
|
+ };
|
|
|
+ class uniform
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_F_CombatUniform";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=5;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class ItemCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="FirstAidKit";
|
|
|
+ count=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class vest
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_armor";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=2;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ name="SWOP_termDet_G";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class backpack
|
|
|
+ {
|
|
|
+ typeName="SWOP_B_SnowBackpack_RTdv_Base";
|
|
|
+ isBackpack=1;
|
|
|
+ };
|
|
|
+ map="ItemMap";
|
|
|
+ compass="ItemCompass";
|
|
|
+ watch="ItemWatch";
|
|
|
+ radio="ItemRadio";
|
|
|
+ gps="ItemGPS";
|
|
|
+ headgear="SWOP_Clonetrooper_501appo_helmet";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ id=480;
|
|
|
+ type="SWOP_501_Appo";
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ace_isMedic";
|
|
|
+ expression="if (_value > -1) then {_this setVariable [""ace_medical_medicClass"", _value, true];};";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="acex_headless_blacklist";
|
|
|
+ expression="_this setVariable [""acex_headless_blacklist"",_value,true]";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ace_isEngineer";
|
|
|
+ expression="if (_value != -1) then {_this setVariable ['ace_isEngineer',_value, true];}";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="pitch";
|
|
|
+ expression="_this setpitch _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0.97000003;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute4
|
|
|
+ {
|
|
|
+ property="enableStamina";
|
|
|
+ expression="_this enablestamina _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=5;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ dataType="Object";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={710.66589,28.974777,12089.958};
|
|
|
+ angles[]={0,6.2571487,0};
|
|
|
+ };
|
|
|
+ side="West";
|
|
|
+ flags=5;
|
|
|
+ class Attributes
|
|
|
+ {
|
|
|
+ rank="MAJOR";
|
|
|
+ init="call{player enableFatigue false;}";
|
|
|
+ name="a4";
|
|
|
+ description="Zeus Operator ";
|
|
|
+ isPlayable=1;
|
|
|
+ class Inventory
|
|
|
+ {
|
|
|
+ class primaryWeapon
|
|
|
+ {
|
|
|
+ name="SWOP_DC15";
|
|
|
+ class primaryMuzzleMag
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class binocular
|
|
|
+ {
|
|
|
+ name="ElectroBinocularsW_F";
|
|
|
+ };
|
|
|
+ class uniform
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_F_CombatUniform";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=5;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class ItemCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="FirstAidKit";
|
|
|
+ count=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class vest
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_armor";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=2;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ name="SWOP_termDet_G";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class backpack
|
|
|
+ {
|
|
|
+ typeName="SWOP_B_SnowBackpack_RTdv_Base";
|
|
|
+ isBackpack=1;
|
|
|
+ };
|
|
|
+ map="ItemMap";
|
|
|
+ compass="ItemCompass";
|
|
|
+ watch="ItemWatch";
|
|
|
+ radio="ItemRadio";
|
|
|
+ gps="ItemGPS";
|
|
|
+ headgear="SWOP_Clonetrooper_501appo_helmet";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ id=481;
|
|
|
+ type="SWOP_501_Appo";
|
|
|
+ atlOffset=0.0095062256;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ace_isMedic";
|
|
|
+ expression="if (_value > -1) then {_this setVariable [""ace_medical_medicClass"", _value, true];};";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="acex_headless_blacklist";
|
|
|
+ expression="_this setVariable [""acex_headless_blacklist"",_value,true]";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ace_isEngineer";
|
|
|
+ expression="if (_value != -1) then {_this setVariable ['ace_isEngineer',_value, true];}";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="pitch";
|
|
|
+ expression="_this setpitch _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0.97000003;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute4
|
|
|
+ {
|
|
|
+ property="enableStamina";
|
|
|
+ expression="_this enablestamina _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=5;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item2
|
|
|
+ {
|
|
|
+ dataType="Object";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={712.69324,28.984062,12089.853};
|
|
|
+ angles[]={0,6.1628823,0};
|
|
|
+ };
|
|
|
+ side="West";
|
|
|
+ flags=5;
|
|
|
+ class Attributes
|
|
|
+ {
|
|
|
+ rank="MAJOR";
|
|
|
+ init="call{player enableFatigue false;}";
|
|
|
+ name="a3";
|
|
|
+ description="Zeus Operator";
|
|
|
+ isPlayable=1;
|
|
|
+ class Inventory
|
|
|
+ {
|
|
|
+ class primaryWeapon
|
|
|
+ {
|
|
|
+ name="SWOP_DC15";
|
|
|
+ class primaryMuzzleMag
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class binocular
|
|
|
+ {
|
|
|
+ name="ElectroBinocularsW_F";
|
|
|
+ };
|
|
|
+ class uniform
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_F_CombatUniform";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=5;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class ItemCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="FirstAidKit";
|
|
|
+ count=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class vest
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_armor";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=2;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ name="SWOP_termDet_G";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class backpack
|
|
|
+ {
|
|
|
+ typeName="SWOP_B_SnowBackpack_RTdv_Base";
|
|
|
+ isBackpack=1;
|
|
|
+ };
|
|
|
+ map="ItemMap";
|
|
|
+ compass="ItemCompass";
|
|
|
+ watch="ItemWatch";
|
|
|
+ radio="ItemRadio";
|
|
|
+ gps="ItemGPS";
|
|
|
+ headgear="SWOP_Clonetrooper_501appo_helmet";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ id=482;
|
|
|
+ type="SWOP_501_Appo";
|
|
|
+ atlOffset=0.018791199;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ace_isMedic";
|
|
|
+ expression="if (_value > -1) then {_this setVariable [""ace_medical_medicClass"", _value, true];};";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="acex_headless_blacklist";
|
|
|
+ expression="_this setVariable [""acex_headless_blacklist"",_value,true]";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ace_isEngineer";
|
|
|
+ expression="if (_value != -1) then {_this setVariable ['ace_isEngineer',_value, true];}";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="pitch";
|
|
|
+ expression="_this setpitch _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0.97000003;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute4
|
|
|
+ {
|
|
|
+ property="enableStamina";
|
|
|
+ expression="_this enablestamina _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=5;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item3
|
|
|
+ {
|
|
|
+ dataType="Object";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={716.87878,29.045921,12089.931};
|
|
|
+ angles[]={0,0.0206753,0};
|
|
|
+ };
|
|
|
+ side="West";
|
|
|
+ flags=5;
|
|
|
+ class Attributes
|
|
|
+ {
|
|
|
+ rank="MAJOR";
|
|
|
+ init="call{player enableFatigue false;}";
|
|
|
+ name="a6";
|
|
|
+ description="Zeus Operator [ Reserverd for Senior Zeus ]";
|
|
|
+ isPlayable=1;
|
|
|
+ class Inventory
|
|
|
+ {
|
|
|
+ class primaryWeapon
|
|
|
+ {
|
|
|
+ name="SWOP_DC15";
|
|
|
+ class primaryMuzzleMag
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class binocular
|
|
|
+ {
|
|
|
+ name="ElectroBinocularsW_F";
|
|
|
+ };
|
|
|
+ class uniform
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_F_CombatUniform";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=5;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class ItemCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="FirstAidKit";
|
|
|
+ count=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class vest
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_armor";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=2;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ name="SWOP_termDet_G";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class backpack
|
|
|
+ {
|
|
|
+ typeName="SWOP_B_SnowBackpack_RTdv_Base";
|
|
|
+ isBackpack=1;
|
|
|
+ };
|
|
|
+ map="ItemMap";
|
|
|
+ compass="ItemCompass";
|
|
|
+ watch="ItemWatch";
|
|
|
+ radio="ItemRadio";
|
|
|
+ gps="ItemGPS";
|
|
|
+ headgear="SWOP_Clonetrooper_501appo_helmet";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ id=483;
|
|
|
+ type="SWOP_501_Appo";
|
|
|
+ atlOffset=0.08065033;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ace_isMedic";
|
|
|
+ expression="if (_value > -1) then {_this setVariable [""ace_medical_medicClass"", _value, true];};";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="acex_headless_blacklist";
|
|
|
+ expression="_this setVariable [""acex_headless_blacklist"",_value,true]";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ace_isEngineer";
|
|
|
+ expression="if (_value != -1) then {_this setVariable ['ace_isEngineer',_value, true];}";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="pitch";
|
|
|
+ expression="_this setpitch _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0.97000003;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute4
|
|
|
+ {
|
|
|
+ property="enableStamina";
|
|
|
+ expression="_this enablestamina _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=5;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item4
|
|
|
+ {
|
|
|
+ dataType="Object";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={714.83972,29.008736,12089.825};
|
|
|
+ angles[]={0,6.2242799,0};
|
|
|
+ };
|
|
|
+ side="West";
|
|
|
+ flags=5;
|
|
|
+ class Attributes
|
|
|
+ {
|
|
|
+ rank="MAJOR";
|
|
|
+ init="call{player enableFatigue false;}";
|
|
|
+ name="a5";
|
|
|
+ description="Zeus Operator [ Reserverd for Head Zeus ]";
|
|
|
+ isPlayable=1;
|
|
|
+ class Inventory
|
|
|
+ {
|
|
|
+ class primaryWeapon
|
|
|
+ {
|
|
|
+ name="SWOP_DC15";
|
|
|
+ class primaryMuzzleMag
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class binocular
|
|
|
+ {
|
|
|
+ name="ElectroBinocularsW_F";
|
|
|
+ };
|
|
|
+ class uniform
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_F_CombatUniform";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=5;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class ItemCargo
|
|
|
+ {
|
|
|
+ items=1;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="FirstAidKit";
|
|
|
+ count=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class vest
|
|
|
+ {
|
|
|
+ typeName="SWOP_Clonetrooper_501_armor";
|
|
|
+ isBackpack=0;
|
|
|
+ class MagazineCargo
|
|
|
+ {
|
|
|
+ items=2;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ name="SWOP_DC15_Mag";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=60;
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ name="SWOP_termDet_G";
|
|
|
+ count=2;
|
|
|
+ ammoLeft=1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class backpack
|
|
|
+ {
|
|
|
+ typeName="SWOP_B_SnowBackpack_RTdv_Base";
|
|
|
+ isBackpack=1;
|
|
|
+ };
|
|
|
+ map="ItemMap";
|
|
|
+ compass="ItemCompass";
|
|
|
+ watch="ItemWatch";
|
|
|
+ radio="ItemRadio";
|
|
|
+ gps="ItemGPS";
|
|
|
+ headgear="SWOP_Clonetrooper_501appo_helmet";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ id=484;
|
|
|
+ type="SWOP_501_Appo";
|
|
|
+ atlOffset=0.043464661;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ace_isMedic";
|
|
|
+ expression="if (_value > -1) then {_this setVariable [""ace_medical_medicClass"", _value, true];};";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="acex_headless_blacklist";
|
|
|
+ expression="_this setVariable [""acex_headless_blacklist"",_value,true]";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ace_isEngineer";
|
|
|
+ expression="if (_value != -1) then {_this setVariable ['ace_isEngineer',_value, true];}";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="pitch";
|
|
|
+ expression="_this setpitch _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0.97000003;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute4
|
|
|
+ {
|
|
|
+ property="enableStamina";
|
|
|
+ expression="_this enablestamina _value;";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "BOOL"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=5;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attributes
|
|
|
+ {
|
|
|
+ };
|
|
|
+ id=479;
|
|
|
+ };
|
|
|
+ class Item73
|
|
|
+ {
|
|
|
+ dataType="Logic";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={709.15417,29.820095,12091.785};
|
|
|
+ angles[]={0,5.9089646,0};
|
|
|
+ };
|
|
|
+ id=485;
|
|
|
+ type="ModuleCurator_F";
|
|
|
+ atlOffset=0.85626221;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Owner";
|
|
|
+ expression="_this setVariable ['Owner',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="a2";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Forced";
|
|
|
+ expression="_this setVariable ['Forced',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Name";
|
|
|
+ expression="_this setVariable ['Name',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Addons";
|
|
|
+ expression="_this setVariable ['Addons',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=4;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item74
|
|
|
+ {
|
|
|
+ dataType="Logic";
|
|
|
+ class PositionInfo
|
|
|
+ {
|
|
|
+ position[]={713.17371,29.809162,12091.66};
|
|
|
+ angles[]={0,5.908957,0};
|
|
|
+ };
|
|
|
+ id=486;
|
|
|
+ type="ModuleCurator_F";
|
|
|
+ atlOffset=0.84532928;
|
|
|
+ class CustomAttributes
|
|
|
+ {
|
|
|
+ class Attribute0
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Owner";
|
|
|
+ expression="_this setVariable ['Owner',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="a3";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute1
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Forced";
|
|
|
+ expression="_this setVariable ['Forced',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute2
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Name";
|
|
|
+ expression="_this setVariable ['Name',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "STRING"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value="";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Attribute3
|
|
|
+ {
|
|
|
+ property="ModuleCurator_F_Addons";
|
|
|
+ expression="_this setVariable ['Addons',_value,true];";
|
|
|
+ class Value
|
|
|
+ {
|
|
|
+ class data
|
|
|
+ {
|
|
|
+ class type
|
|
|
+ {
|
|
|
+ type[]=
|
|
|
+ {
|
|
|
+ "SCALAR"
|
|
|
+ };
|
|
|
+ };
|
|
|
+ value=2;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ nAttributes=4;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Connections
|
|
|
+ {
|
|
|
+ class LinkIDProvider
|
|
|
+ {
|
|
|
+ nextID=11;
|
|
|
+ };
|
|
|
+ class Links
|
|
|
+ {
|
|
|
+ items=11;
|
|
|
+ class Item0
|
|
|
+ {
|
|
|
+ linkID=0;
|
|
|
+ item0=225;
|
|
|
+ item1=222;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="TriggerOwner";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item1
|
|
|
+ {
|
|
|
+ linkID=1;
|
|
|
+ item0=297;
|
|
|
+ item1=294;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="TriggerOwner";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item2
|
|
|
+ {
|
|
|
+ linkID=2;
|
|
|
+ item0=366;
|
|
|
+ item1=361;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item3
|
|
|
+ {
|
|
|
+ linkID=3;
|
|
|
+ item0=367;
|
|
|
+ item1=360;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item4
|
|
|
+ {
|
|
|
+ linkID=4;
|
|
|
+ item0=364;
|
|
|
+ item1=363;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item5
|
|
|
+ {
|
|
|
+ linkID=5;
|
|
|
+ item0=365;
|
|
|
+ item1=362;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item6
|
|
|
+ {
|
|
|
+ linkID=6;
|
|
|
+ item0=485;
|
|
|
+ item1=480;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item7
|
|
|
+ {
|
|
|
+ linkID=7;
|
|
|
+ item0=486;
|
|
|
+ item1=482;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item8
|
|
|
+ {
|
|
|
+ linkID=8;
|
|
|
+ item0=476;
|
|
|
+ item1=481;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item9
|
|
|
+ {
|
|
|
+ linkID=9;
|
|
|
+ item0=477;
|
|
|
+ item1=483;
|
|
|
+ class CustomData
|
|
|
+ {
|
|
|
+ type="Sync";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ class Item10
|
|
|
+ {
|
|
|
+ linkID=10;
|
|
|
+ item0=478;
|
|
|
+ item1=484;
|
|
|
class CustomData
|
|
|
{
|
|
|
type="Sync";
|