description.ext\=hull3\blue.h\hull3\briefing\blufor.sqf\hull3\briefing\civilian.sqf)Vhull3\briefing\indfor.sqf)Vhull3\briefing\opfor.sqf\hull3\hull3.h\hull3\plunk.hahull3\red.hU\initPlayerLocal.sqfr`initServer.sqf0Hb~ mission.sqmHb#include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={2,4,6}; disabledAI = 1; onLoadName = "Dodge This"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = TDM; minPlayers = 1; maxPlayers = 28; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 3; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 0; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; class blue { class Rifleman { headGear = "CUP_H_Navy_CrewHelmet_Blue"; goggles = "CUP_G_Oakleys_Embr"; uniform = "CUP_B_USMC_Navy_Blue"; vest = "CUP_V_B_LHDVest_Blue_ARM"; backpack = ""; }; };// BLUFOR Notes // Mission player createDiaryRecord ["Diary", ["Mission","
Don't get hit with the shitters, splatter the other coloured guys (RED) with your toilets. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]];// CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Mission player createDiaryRecord ["Diary", ["Mission","
Don't get hit with the shitters, splatter the other coloured guys (BLUE) with your toilets. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]];class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Uniform { #include "blue.h" #include "red.h" }; class Gear { #include "plunk.h" }; class Faction { class BLU_F { gear = "plunk"; uniform = "blue"; languages[] = { {"west", 100} }; }; class OPF_F { gear = "plunk"; uniform = "red"; languages[] = { {"west", 100} }; }; }; };class plunk { class Rifleman { primaryWeapon = "CUP_glaunch_M79"; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; addHandgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"CUP_1Rnd_HE_M203", 10}, {"CUP_20Rnd_B_AA12_Pellets", 2} }; vestMagazines[] = {}; backpackMagazines[] = {}; basicAssignItems[] = {}; assignItems[] = {}; binocular = ""; uniformItems[] = {}; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_morphine", 5} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; // These will override the uniform template, if not empty headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; };class red { class Rifleman { headGear = "CUP_H_Navy_CrewHelmet_Red"; goggles = "CUP_G_Oakleys_Drk"; uniform = "CUP_B_USMC_Navy_Red"; vest = "CUP_V_B_LHDVest_Red_ARM"; backpack = ""; }; };player enableFatigue false; player enableStamina false; player addEventHandler ["Fired", { params ["_unit", "", "", "", "", "", "_projectile"]; if (local _unit) then { [_unit,_projectile] call ark_dt_fnc_shitter; }; }]; player addEventHandler ["Reloaded", { params ["", "", "", "", "_oldMagazine"]; player addMagazine (_oldMagazine #0); }]; ["ace_unconscious", { params ["_unit"]; if (local _unit) then { [_unit, "Skipping uncon"] call ace_medical_status_fnc_setDead; // or_unit setDamage 1; }; }] call CBA_fnc_addEventHandler; ark_dt_fnc_shitter = { params ["_unit", "_projectile"]; private _vel = velocity _projectile; private _pos = _projectile modelToWorld [0,5,0]; deleteVehicle _projectile; private ["_loo"]; if (side player isEqualTo west) then { _loo = "Land_ToiletBox_F"; } else { _loo = "Land_FieldToilet_F"; }; private _shell = createVehicle [_loo, _pos, [], 0, "CAN_COLLIDE"]; _shell allowDamage false; _shell setVectorDirAndUp [[random 1, random 1, random 1],[random 1, random 1, random 1]]; _shell setVelocity _vel; [{deleteVehicle _this}, _shell, 10] call CBA_fnc_waitAndExecute; };ark_dt_fnc_createObjects = { params ["_zone"]; for "_" from 0 to 250 do { private _pos = ATLToASL (_zone call CBA_fnc_randPosArea); private _objectArr = [ "Land_VR_CoverObject_01_kneelHigh_F", "Land_VR_CoverObject_01_standHigh_F", "Land_VR_CoverObject_01_kneel_F", "Land_VR_CoverObject_01_kneelLow_F", "Land_VR_CoverObject_01_stand_F", "Land_VR_Shape_01_cube_1m_F", "Land_VR_CoverObject_01_kneelHigh_F", "Land_VR_CoverObject_01_standHigh_F", "Land_VR_CoverObject_01_kneel_F", "Land_VR_CoverObject_01_kneelLow_F", "Land_VR_CoverObject_01_stand_F", "Land_VR_Shape_01_cube_1m_F", "Land_VR_CoverObject_01_kneelHigh_F", "Land_VR_CoverObject_01_standHigh_F", "Land_VR_CoverObject_01_kneel_F", "Land_VR_CoverObject_01_kneelLow_F", "Land_VR_CoverObject_01_stand_F", "Land_VR_Shape_01_cube_1m_F", "Land_VR_CoverObject_01_kneelHigh_F", "Land_VR_CoverObject_01_standHigh_F", "Land_VR_CoverObject_01_kneel_F", "Land_VR_CoverObject_01_kneelLow_F", "Land_VR_CoverObject_01_stand_F", "Land_VR_Shape_01_cube_1m_F", "Land_VR_Target_MRAP_01_F", "Land_VR_Target_MBT_01_cannon_F", "Land_VR_Target_APC_Wheeled_01_F" ]; private _obj = createSimpleObject [(selectRandom _objectArr), _pos]; _obj setDir (selectRandom [0,90,180,270]); private _colour = selectRandom [ "#(argb,8,8,3)color(0.9,0.1,0,1)", //default "#(argb,8,8,3)color(0,0.1,1,1)", //blue "#(argb,8,8,3)color(1,0,1,1)", //red "#(argb,8,8,3)color(0,1,0,1)", //green "#(argb,8,8,3)color(1,1,1,1)" //white ]; _obj setObjectMaterialGlobal [ 0, "\a3\data_f\default.rvmat"]; _obj setObjectTextureGlobal [ 0, _colour]; if (random 1 > 0.75) then { _obj setPos [(_pos #0),(_pos #1),((_pos #2) + random 10)]; }; }; }; ark_dt_fnc_addGun = { params ["_box"]; _box call ark_clear_cargo_fnc_doClearVehicle; _box addWeaponCargoGlobal ["CUP_sgun_AA12", 1]; }; theBox call ark_dt_fnc_addGun; objectZone call ark_dt_fnc_createObjects;raPversion6EditorData sourceNameark_gtvt28_dodge_thisaddonsA3_Characters_FA3_Structures_F_Bootcamp_VR_BlocksA3_Structures_F_Exp_A_VR_Blocksace_fastropingAddonsMetaData)randomSeed6'ScenarioDataMissionmoveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderLayerIndexProviderCamera)nextIDBnextIDposImBeACdir%= #U?upUx="wV?d ?asidej~?1d)List9itemsItem0wItem1Item2Item34classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_BootcampnameArma 3 Bootcamp Update - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_Exp_AnameArma 3 Nexus Update - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com4classNameace_fastropingnameACE3 - FastropingauthorACE-Teamurlhttp://ace3mod.com/authorCyruzIntelEntitiesJbriefingNameark_gtvt28_dodge_thisoverviewTextYou're in a shitty situationtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTItem12M@Item13AItem147CItem15~EItem16FItem17hHItem18IItem19RKItem20LItem21C6disableSimulation6Attribute0 7nAttributes7propertyallowDamageexpression_this allowdamage _value;Value[77datak77singleTypeBOOLvalue7dataTypeObjectPositionInfo8sideEmptyflagsAttributes;8idtypeLand_VR_Block_01_FCustomAttributesY89positionf5CA+C;8disableSimulationY8Attribute08nAttributes9propertyallowDamageexpression_this allowdamage _value;Value89data89singleTypeBOOLvalue9dataTypeObjectPositionInfo9sideEmptyflagsAttributes9idtypeLand_VR_Block_01_FCustomAttributes9y:position=5CATC9disableSimulation9Attribute09nAttributesy:propertyallowDamageexpression_this allowdamage _value;ValueE:y:dataU:y:singleTypeBOOLvaluey:dataTypeObjectPositionInfo;sideEmptyflagsAttributes%;idtypeLand_VR_Block_01_FCustomAttributesC;;position5CAR^C%;disableSimulationC;Attribute0k;nAttributes;propertyallowDamageexpression_this allowdamage _value;Value;;data;;singleTypeBOOLvalue;dataTypeObjectPositionInfoz<sideEmptyflagsAttributes<idtypeLand_VR_Block_01_FCustomAttributes<c=positiond5CALB<disableSimulation<Attribute0<nAttributesc=propertyallowDamageexpression_this allowdamage _value;Value/=c=data?=c=singleTypeBOOLvaluec=dataTypeObjectPositionInfo=sideEmptyflagsAttributes>idtypeLand_VR_Block_01_FCustomAttributes->>positionx5CAzB>disableSimulation->Attribute0U>nAttributes>propertyallowDamageexpression_this allowdamage _value;Value>>data>>singleTypeBOOLvalue>dataTypeObjectPositionInfod?sideEmptyflagsAttributes?idtypeLand_VR_Block_01_FCustomAttributes?M@position5CAB?disableSimulation?Attribute0?nAttributesM@propertyallowDamageexpression_this allowdamage _value;Value@M@data)@M@singleTypeBOOLvalueM@dataTypeObjectPositionInfo@sideEmptyflagsAttributes@idtypeLand_VR_Block_01_FCustomAttributesAAposition5CAOB@disableSimulationAAttribute0?AnAttributesApropertyallowDamageexpression_this allowdamage _value;ValueAAdataAAsingleTypeBOOLvalueAdataTypeObjectPositionInfoNBsideEmptyflagsAttributesnBidtypeLand_VR_Block_01_FCustomAttributesB7Cposition@5CAXBnBdisableSimulationBAttribute0BnAttributes7CpropertyallowDamageexpression_this allowdamage _value;ValueC7CdataC7CsingleTypeBOOLvalue7CdataTypeObjectPositionInfoCsideEmptyflagsAttributesCidtypeLand_VR_Block_01_FCustomAttributesD~Eposition5CA|?ACdisableSimulationDAttribute09DAttribute1DnAttributes~EpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueDDdataDDsingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0.75,0.75,1.0,co)DpropertyallowDamageexpression_this allowdamage _value;ValueJE~EdataZE~EsingleTypeBOOLvalue~EdataTypeObjectPositionInfo FsideEmptyflagsAttributes*FidtypeLand_VR_Block_01_FCustomAttributesHFFposition?(BAŒC*FdisableSimulationHFAttribute0pFnAttributesFpropertyallowDamageexpression_this allowdamage _value;ValueFFdataFFsingleTypeBOOLvalueFdataTypeObjectPositionInfoGsideEmptyflagsAttributesGidtypeLand_VR_Block_01_FCustomAttributesGhHposition(BACGdisableSimulationGAttribute0GnAttributeshHpropertyallowDamageexpression_this allowdamage _value;Value4HhHdataDHhHsingleTypeBOOLvaluehHdataTypeObjectPositionInfoHsideEmptyflagsAttributesIidtypeLand_VR_Block_01_FCustomAttributes2IIposition(BA~CIdisableSimulation2IAttribute0ZInAttributesIpropertyallowDamageexpression_this allowdamage _value;ValueIIdataIIsingleTypeBOOLvalueIdataTypeObjectPositionInfoiJsideEmptyflagsAttributesJidtypeLand_VR_Block_01_FCustomAttributesJRKposition_)BAHjCJdisableSimulationJAttribute0JnAttributesRKpropertyallowDamageexpression_this allowdamage _value;ValueKRKdata.KRKsingleTypeBOOLvalueRKdataTypeObjectPositionInfoKsideEmptyflagsAttributesKidtypeLand_VR_Block_01_FCustomAttributesLLposition)BAVCKdisableSimulationLAttribute0DLnAttributesLpropertyallowDamageexpression_this allowdamage _value;ValueLLdataLLsingleTypeBOOLvalueLdataTypeObjectPositionInfoSMsideEmptyflagsAttributessMidtypeLand_VR_Block_01_FCustomAttributesMgnAttributesgpropertyallowDamageexpression_this allowdamage _value;ValueggdataggsingleTypeBOOLvaluegdataTypeObjectPositionInfoMhsideEmptyflagsAttributeshidtypeLand_VR_Block_01_FCustomAttributeshNipositionDCAZCangles?hdisableSimulationhAttribute0hnAttributesNipropertyallowDamageexpression_this allowdamage _value;ValueiNidata*iNisingleTypeBOOLvalueNidataTypeObjectPositionInfoisideEmptyflagsAttributesjidtypeLand_VR_Block_01_FCustomAttributes0jjpositionz BALCangles?jdisableSimulation0jAttribute0XjnAttributesjpropertyallowDamageexpression_this allowdamage _value;ValuejjdatajjsingleTypeBOOLvaluejdataTypeObjectPositionInfogksideEmptyflagsAttributeskidtypeLand_VR_Block_01_FCustomAttributeskhlpositionzBA{Cangles?kdisableSimulationkAttribute0knAttributeshlpropertyallowDamageexpression_this allowdamage _value;Value4lhldataDlhlsingleTypeBOOLvaluehldataTypeObjectPositionInfolsideEmptyflagsAttributes,midtypeLand_VR_Block_01_FCustomAttributesJmmpositionBACangles?,mdisableSimulationJmAttribute0rmnAttributesmpropertyallowDamageexpression_this allowdamage _value;ValuemmdatammsingleTypeBOOLvaluemdataTypeObjectPositionInfonsideEmptyflagsAttributesnidtypeLand_VR_Block_01_FCustomAttributesnopositionNzBACangles?ndisableSimulationnAttribute0nnAttributesopropertyallowDamageexpression_this allowdamage _value;ValueNoodata^oosingleTypeBOOLvalueodataTypeObjectPositionInfopsideEmptyflagsAttributesFpidtypeLand_VR_Block_01_FCustomAttributesdpqposition+BACangles?FpdisableSimulationdpAttribute0pnAttributesqpropertyallowDamageexpression_this allowdamage _value;ValuepqdatapqsingleTypeBOOLvalueqdataTypeObjectPositionInfoqsideEmptyflagsAttributesqidtypeLand_VR_Block_01_FCustomAttributesqrposition+CAR@angles?qdisableSimulationqAttribute0rnAttributesrpropertyallowDamageexpression_this allowdamage _value;ValuehrrdataxrrsingleTypeBOOLvaluerdataTypeObjectPositionInfo(ssideEmptyflagsAttributes`sidtypeLand_VR_Block_01_FCustomAttributes~s)tposition CA@@angles?`sdisableSimulation~sAttribute0snAttributes)tpropertyallowDamageexpression_this allowdamage _value;Values)tdatat)tsingleTypeBOOLvalue)tdataTypeLayernameSlopesstateEntitiestidatlOffset>[&items%Item0EvItem1wItem2yItem3I{Item4|Item5~Item6MItem7Item8Item9QItem10Item11Item12UItem13Item14Item15YItem16Item17Item18-Item19Item20UItem21Item22}Item23Item24Item259Item26͠Item27yItem28%Item29ѥItem30}Item319Item32Item33Item34mItem35)Item36[dataTypeObjectPositionInfovsideEmptyflagsAttributes widtypeLand_VR_Block_05_FCustomAttributeswwpositionB@@RCanglesR? wwAttribute07wnAttributeswpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuewwdatawwsingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)wdataTypeObjectPositionInfo}xsideEmptyflagsAttributesxidtypeLand_VR_Block_05_FCustomAttributesxyposition C@RCanglesR?xxAttribute0xnAttributesypropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueIyydataYyysingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)ydataTypeObjectPositionInfo)zsideEmptyflagsAttributesazidtypeLand_VR_Block_05_FCustomAttributesgzI{position_B@2CanglesR?azgzAttribute0znAttributesI{propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuezI{data{I{singleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)I{dataTypeObjectPositionInfo{sideEmptyflagsAttributes |idtypeLand_VR_Block_05_FCustomAttributes||position C@BanglesR? ||Attribute0;|nAttributes|propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value||data||singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)|dataTypeObjectPositionInfo}sideEmptyflagsAttributes}id typeLand_VR_Block_05_FCustomAttributes}~positionbB@&̚BanglesR?}}Attribute0}nAttributes~propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueM~~data]~~singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)~dataTypeObjectPositionInfo-sideEmptyflagsAttributeseid typeLand_VR_Block_05_FCustomAttributeskMpositionB@ BanglesR?ekAttribute0nAttributesMpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueMdata MsingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)MdataTypeObjectPositionInfoـsideEmptyflagsAttributesidtypeLand_VR_Block_05_FCustomAttributespositionoB@4z3BanglesR?Attribute0?nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Block_05_FCustomAttributesÂpositionO!C@ 3BanglesR?ÂAttribute0nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueQdataasingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfo1sideEmptyflagsAttributesiidtypeLand_VR_Block_05_FCustomAttributesoQposition C@rCanglesR?ioAttribute0nAttributesQpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueQdata QsingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)QdataTypeObjectPositionInfo݅sideEmptyflagsAttributesidtypeLand_VR_Block_05_FCustomAttributespositione~B@OhrCanglesR?Attribute0CnAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributesLJpositionB@OYCanglesI@LJAttribute0nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueUdataesingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)dataTypeObjectPositionInfo5sideEmptyflagsAttributesmidtypeLand_VR_Slope_01_FCustomAttributessUposition8B@gYCanglesI@msAttribute0nAttributesUpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueUdataUsingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)UdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributespositioncC@\YCanglesI@Attribute0GnAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)dataTypeObjectPositionInfosideEmptyflagsAttributesŌidtypeLand_VR_Slope_01_FCustomAttributesˌpositionR^ C@xYCanglesI@ŌˌAttribute0nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueYdataisingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)dataTypeObjectPositionInfo9sideEmptyflagsAttributesqidtypeLand_VR_Slope_01_FCustomAttributeswYpositionB@r9CanglesI@qwAttribute0nAttributesYpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueYdataYsingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)YdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributes#positionB@ :CanglesI@#Attribute0KnAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributesposition) C@GϋBAttribute0ߑnAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueEdataUsingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfo%sideEmptyflagsAttributesEidtypeLand_VR_Slope_01_FCustomAttributesK-positionlC@.׋BEKAttribute0snAttributes-propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valueٓ-data-singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)-dataTypeObjectPositionInfosideEmptyflagsAttributesٔidtypeLand_VR_Slope_01_FCustomAttributesߔpositionfyB@BٔߔAttribute0nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valuemdata}singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfoMsideEmptyflagsAttributesmid typeLand_VR_Slope_01_FCustomAttributessUposition{B@BmsAttribute0nAttributesUpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueUdataUsingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)UdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_VR_Slope_01_FCustomAttributespositionB@BAttribute0/nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfousideEmptyflagsAttributesid typeLand_VR_Slope_01_FCustomAttributes}positionB@BAttribute0ÙnAttributes}propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value)}data9}singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)}dataTypeObjectPositionInfo sideEmptyflagsAttributes)idtypeLand_VR_Slope_01_FCustomAttributes/positionmyB@B)/Attribute0WnAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valuedata͛singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributesÜpositionreB@XBÜAttribute0nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValueQdataasingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)dataTypeObjectPositionInfo1sideEmptyflagsAttributesQidtypeLand_VR_Slope_01_FCustomAttributesW9positionm$C@aBQWAttribute0nAttributes9propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value9data9singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)9dataTypeObjectPositionInfoşsideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributes͠positionoC@/BAttribute0nAttributes͠propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valuey͠data͠singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)͠dataTypeObjectPositionInfoYsideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributesyposition^C@yCanglesI@Attribute0nAttributesypropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value%ydata5ysingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)ydataTypeObjectPositionInfosideEmptyflagsAttributes=idtypeLand_VR_Slope_01_FCustomAttributesC%positionY#C@zCanglesI@=CAttribute0knAttributes%propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valueѣ%data%singleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)%dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributesѥpositiontB@yCanglesI@Attribute0nAttributesѥpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value}ѥdataѥsingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)ѥdataTypeObjectPositionInfo]sideEmptyflagsAttributesidtypeLand_VR_Slope_01_FCustomAttributes}positionLB@5yCanglesI@Attribute0ænAttributes}propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value)}data9}singleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)} dataTypeObjectPositionInfosideEmptyflagsAttributesQid,typeLand_VR_Block_05_FatlOffsetPAԿCustomAttributesW9positionMB@ Cangles?QWAttribute0nAttributes9propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value9data9singleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co)9 dataTypeObjectPositionInfoթsideEmptyflagsAttributes id-typeLand_VR_Slope_01_FatlOffsetPAԿCustomAttributespositionB@Cangles@ Attribute0;nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co) dataTypeObjectPositionInfosideEmptyflagsAttributesɫid.typeLand_VR_Slope_01_FatlOffsetPAԿCustomAttributesϫpositionB@sCangles@ɫϫAttribute0nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value]datamsingleTypeSTRINGvalue#(argb,8,8,3)color(0,0,0.75,1,co) dataTypeObjectPositionInfoMsideEmptyflagsAttributesid/typeLand_VR_Block_05_FatlOffset3տCustomAttributesmpositionFB@msCanglesR?Attribute0nAttributesmpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valuemdata)msingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)m dataTypeObjectPositionInfo sideEmptyflagsAttributesAid0typeLand_VR_Slope_01_FatlOffset3տCustomAttributesG)positionjB@8CanglesI@AGAttribute0onAttributes)propertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valueկ)data)singleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)) dataTypeObjectPositionInfoŰsideEmptyflagsAttributesid1typeLand_VR_Slope_01_FatlOffset3տCustomAttributespositionB@RCanglesI@Attribute0+nAttributespropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]ValuedatasingleTypeSTRINGvalue#(argb,8,8,3)color(0.75,0,0,1,co)dataTypeObjectPositionInfo|sideEmptyAttributesidAtypeACE_fastropingSupplyCrateatlOffsetT@CustomAttributes[position9BACnametheBoxAttribute0زnAttributes[propertyallowDamageexpression_this allowdamage _value;Value'[data7[singleTypeBOOLvalue[dataTypeTriggerpositionB@5~CAttributesóidtypeEmptyDetectorAreaR50nameobjectZonesizeAԀBsizeBBsizeCisRectangleTN%}r 7|Q