diff --git a/Changelogs/0.3.7.0.txt b/Changelogs/0.3.7.0.txt index 04f1b162..3a3650ed 100644 --- a/Changelogs/0.3.7.0.txt +++ b/Changelogs/0.3.7.0.txt @@ -1,7 +1,72 @@ -WIP -[Added] Hotwire Kit -[Added] Key Makers Kit -[Added] Keys in colors: (Black,Red,Green,Blue,Yellow) -[Added] 55 Gallon Fuel Barrel (Full/Empty) -[Added] Metal Pipes -[Added] Documents (Trash,Vehicle Upgrades) +**Client** +[Added] Drinking a Soda now returns a Empty Soda Can (ItemSodaEmpty). +[Added] Eating a can of food now returns a Empty Tin Can (ItemEmptyTin). +[Added] Repack magazines feature. Simply select a magazine and press the "Repack" button. +[Added] 55 Gallon (210 liters) Fuel Barrel that can be used to refill/siphon vehicles. (Full - ItemBarrelF,Empty - ItemBarrelE). +[Added] Ability to siphon fuel from other fuel sources like gas stations and gas tanks (transportFuel > 0). +[Added] Crafting Burlap (ItemBurlap) from 2x Hemp (ItemKiloHemp) while at a workbench. +[Added] Crafting of Plywood sheets (ItemPlywoodPack) from 3x Wood Log (WoodLog_EPOCH). +[Added] Crafting of Aluminum Bars (ItemAluminumBar) from 6x Empty Soda Cans (ItemSodaEmpty) and one jar of water (water_epoch). Also requires a fire nearby. +[Added] Crafting of Tin Bars (ItemTinBar) from 6x Empty Soda Cans (ItemEmptyTin) and one jar of water (water_epoch). Also requires a fire nearby. +[Added] Copper Bars (ItemCopperBar) that can be crafted from cables (ItemCables) nearby a fire. Cables can also be made from Copper Bars at a workbench. +[Added] Briefcase Full (ItemBriefcaseGold100oz) crafted from ten 10oz Gold bars and a Empty Briefcase (ItemBriefcaseE). +[Added] Crafting of Bars (ItemGoldBar and ItemSilverBar) from Gold (PartOreGold) and Silver (PartOreSilver) Ores. +[ADDED-WIP] Pack/unpack empty backpacks into carryable magazine items. +[ADDED-WIP] Hotwire Kit (ItemHotwire). +[ADDED-WIP] Key Makers Kit (ItemKeyKit). +[ADDED-WIP] Keys in colors: (Black ItemKey,ItemKeyRed,ItemKeyGreen,ItemKeyBlue,ItemKeyYellow). +[ADDED-WIP] Metal Pipes (ItemPipe). +[ADDED-WIP] Documents (Trash,Books,Vehicle Upgrades) (ItemDoc1-8, ItemVehDoc1-4). +[ADDED-WIP] Light Bulb (ItemBulb). +[Changed] Upgrading wood Stud wall and Tower to Plywood covered versions requires Plywood (ItemPlywoodPack). +[Changed] Debug monitor now shows all custom stats dynamically based on 'customVarsDefaults' config. +[Changed] Increased angle that the player is able to aim up. +[Changed] Drinking Alcohol increases the new "Alcohol" stat instead of directly effecting blood pressure. +[Changed] Crafting Hesco barrier now require 3x Burlap. +[Changed] Crafting wood and metal spike traps now also require Sticks and a Hydraulic Jack. +[Changed] Change all publicVariableServer calls to use remoteExec calls for better performance. +[Fixed] Previous patch had incorrectly reduced armor values of the Cultist. +[Fixed] Male(Female) characters lose vest items after equipping opposite sex's vest. +[Fixed] Secure storage locking mechanism improvements should prevent any unwanted intrusions. +[Fixed] Reworked login to prevent getting stuck at "waiting for inventory". +[Fixed] Prevented death just after revive due still having high blood pressure. +[Fixed] Incorrectly being able to sell/buy items from a dead trader. +[Fixed] Snakes now require line of sight to bite player. +[Fixed] Custom epoch swing animations for Hatchet and sledge now work correctly. +[Fixed] Boss Sapper incorrectly cleaned up before detonation. + + +**Server** +[Added] Newly world spawned vehicles now have randomized damage. +[Added] if 5th array element is true 'telePos' config array can now use world position for teleport pads location. +[Added] Setting to control random magazine ammo counts in loot spawner. CfgEpochClient -> randomizeMagazineAmmoCount (default: true) +[Added] Debug box now dynamically spawns with flood lights to help players see inside the box at night. +[Added] CfgEpochClient 'WorldInteractions' config now stores all environmental loot classes and types for all supported maps. +[Added] CUP terrain pack support added: +- Sahrani +- Southern Sahrani +- United Sahrani +- Porto +- Utes +- Chernarus +- Chernarus Summer +- Desert +- Takistan +- Zargabad +- Shapur +- Proving Grounds +- Bukovina +- Bystrica +- Takistan Mountains +[Info] For CUP, use double quotes around mod for spaces in folder Example: -mod="@Epoch;@CUP Terrains - Core;@CUP Terrains - Maps;" +[Changed] Removed support for AIA terrain pack in favor of CUP terrain pack. +[Changed] Empty fuel barrel added to large trash and vehicle loot tables. +[Changed] Earthquakes with mineral veins spawn chances increased with less players. +[Changed] Driver or passengers of a driverless can now control vehicle locks. Also only the owner can control locks from outside of a occupied vehicle. +[Changed] Commented out Halloween masks from loot tables. +[Changed] Player positions in database now use Epoch precision position functions. +[Updated] New Battleye remoteExec.txt for added remoteExec calls. +[Fixed] Admin tools map AI markers not working. +[Fixed] Static propPos campfires not working on Takistan due to disabled simulation. +[Fixed] When killed instead of saving blank array delete (object,trader,vehicle) data from database. +[Info] Removed old .bikey and added new one for 0370. diff --git a/LICENSE.txt b/LICENSE.txt index e3d82bb7..4cc4615e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,2 +1,9 @@ -Arma 3: Epoch Mod is licensed under: -http://creativecommons.org/licenses/by-nc-nd/4.0/ \ No newline at end of file +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this github are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/README.md b/README.md index 740a1d8c..e0e98968 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ https://github.com/EpochModTeam/Epoch/releases License: ===== -Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. -http://creativecommons.org/licenses/by-nc-nd/4.0/ +Arma Public License Share Alike (APL-SA). +http://www.bistudio.com/community/licenses/arma-public-license-share-alike Developers ===== diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo index 5390db93..f83c2abf 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo differ diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo index 121f4354..fa37ce04 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo differ diff --git a/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo b/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo index 656e67e7..125fb19a 100644 Binary files a/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo and b/Server_Install_Pack/@epochhive/addons/epoch_server_core.pbo differ diff --git a/Server_Install_Pack/@epochhive/epochah.hpp b/Server_Install_Pack/@epochhive/epochah.hpp index 38ed95cf..1058e6ae 100644 --- a/Server_Install_Pack/@epochhive/epochah.hpp +++ b/Server_Install_Pack/@epochhive/epochah.hpp @@ -4,7 +4,7 @@ antihack_cfgPatchesCheck = true; // cfgPatches (AddOn Check) antihack_PVSPrefix = "EPAH_"; // used to help whitelist pveh variables in BE without BEC and watchdog, leave blank to use no prefix. antihack_cfgPatchesCfg[] = {0}; // 0 == BAN - 1 = LOG antihack_ahInitAuthCfg[] = {0,180}; // 0 == BAN - 1 = LOG, 60 = ban or log if anti hack is not started in 180 seconds -antihack_whitelistedCfgPatches[] = {"A3_AIR_F_RTD","AiA_Worlds_Author","AiA_Worlds_Grid","AiA_BaseConfig_F","AiA_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","AiA_cba_xeh_a2_Dummy","AiA_CBA_A2_xeh_Dummy","AiA_cba_xeh_oa_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_CA_Data","AiA_A10_Data","AiA_Afghan_Data","AiA_Air2_Data","AiA_Air3_Data","AiA_Air_Data","AiA_Air_e_Data","AiA_Animations_Data","AiA_Animations_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Data","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Data","AiA_Buildings_Data","AiA_Ca_acr_Data","AiA_CA_Config","CAData","AiA_CA_Config_Data_ParticleEffects","CAData_ParticleEffects","AiA_Ca_e_Data","AiA_Ca_pmc_Data","AiA_Characters2_Data","AiA_Chernarus_Data","AiA_Chernarus_Data_Data","AiA_Chernarus_Data_Layers_Data","AiA_Chernarus_Summer_Data","AiA_Cti_buildings_Data","AiA_CA_Data_Data_ParticleEffects","AiA_Data_baf_Data","AiA_Desert2_Data","Desert2_Objects","AiA_Desert_Data","AiA_Desert_e_Data","AiA_Hotfix_Data","AiA_Introanims_Data","CALanguage","AiA_Language_acr_Data","AiA_Language_baf_Data","AiA_Language_e_Data","AiA_Language_pmc_Data","CALanguage_missions","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Data","CALanguage_missions_e","AiA_Languagemissions_pmc_Data","AiA_Misc2_Data","AiA_Misc3_Data","AiA_Misc_Data","AiA_Misc_acr_Data","AiA_Misc_e_Data","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Data","AiA_Plants_Data","AiA_Plants_Config","CAPlants","AiA_Plants_e2_Data","AiA_Plants_e_Data","AiA_Plants_pmc_Data","AiA_Provinggrounds_pmc_Data","AiA_Roads2_Data","AiA_Roads2_Config","CARoads2","CARoads2Bridge","CARoads2Dam","AiA_Roads_Data","AiA_Roads_Config","CARoads","AiA_Roads_e_Data","AiA_Roads_pmc_Data","AiA_Roads_pmc_Config","CARoads_PMC_Bridge","AiA_Rocks2_Data","AiA_Rocks2_Config","CARocks2","AiA_Rocks_Data","AiA_Rocks_Config","CARocks","AiA_Rocks_e_Data","AiA_Sara_Data","AiA_Saralite_Data","AiA_Shapur_baf_Data","AiA_Signs2_Data","AiA_Signs2_Config","CASigns2","AiA_Signs_Data","AiA_Signs_Config","CASigns","AiA_Signs_e_Data","AiA_Sounds_Data","AiA_Sounds_Config","CASounds","AiA_Sounds_e_Data","AiA_Structures_Data","pond_test","AiA_Structures_e_Data","AiA_Structures_pmc_Data","AiA_Takistan_Data","AiA_Takistan_Data_Data","AiA_Takistan_Data_Layers_Data","AiA_Tracked2_Data","AiA_Tracked_Data","AiA_Tracked_e_Data","AiA_Ui_Data","AiA_Utes_Data","AiA_Utes_Config","Utes","AiA_Water2_Data","CAWater2_LHD","AiA_Water_Data","AiA_Weapons2_Data","AiA_Weapons_Data","AiA_Weapons_e_Data","AiA_Weapons_pmc_Data","AiA_Wheeled2_Data","AiA_Wheeled_Data","AiA_Wheeled_e_Data","AiA_Zargabad_Data","AiA_Models_DBE1_Data","Music_DBE1","ploty_DBE1","Roads_DBE1","AiA_Sara_dbe1_Data","Disable_XEH_Logging","AiA_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","Hsim_Language_H","Hsim_Language_missions_H","AiA_StandaloneTerrainPack_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAUI","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAFonts","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMP_Armory_Misc","CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Direction","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","AiA_Buildings_Config","CABuildings","CABuildings_Misc","Desert2_Buildings","CA_desert2_Characters","DBE1_Hotfix","AiA_Language_acr_Config","CALanguage_ACR","AiA_Language_e_Config","CALanguage_e","AiA_Language_pmc_Config","CALanguage_PMC","AiA_Languagemissions_acr_Config","CALanguage_missions_ACR","AiA_Languagemissions_pmc_Config","CALanguage_missions_PMC","AiA_Misc_Config","CAMisc","CAWater2_seafox_EP1","AiA_Roads_e_Config","CARoads_E","AiA_Rocks_e_Config","CARocks_E","AiA_Sara_Config","Sara","AiA_Saralite_Config","SaraLite","AiA_Structures_Config","CAStructures","CAStructures_A_BuildingWIP","CAStructures_A_CraneCon","CAStructuresLand_A_MunicipalOffice","CAStructuresBarn_W","CAStructures_Castle","CAStructuresHouse","CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office02","CAStructuresHouse_a_stationhouse","CAStructuresHouse_Church_02","CAStructuresHouse_Church_03","CAStructuresHouse_Church_05R","CAStructuresHouse_HouseBT","CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV","CAStructuresLand_Ind_Stack_Big","CAStructures_IndPipe1","CAStructuresInd_Quarry","Ind_SawMill","CAStructures_Mil","CAStructures_Misc","CAStructures_Misc_Armory","CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Powerlines","CAStructures_Nav","CAStructuresLand_Nav_Boathouse","CAStructures_Proxy_BuildingParts","CAStructures_Proxy_Ruins","CAStructures_Rail","CAStructuresHouse_rail_station_big","CAStructures_Ruins","CAStructuresShed_Small","CAStructuresHouse_Shed_Ind","CAStructures_Wall","AiA_Models_DBE1_Config","Models_DBE1","Anims_DBE1","HMMWV_DBE1","Kamenolom_DBE1","Mercenary_DBE1","Misc_DBE1","NPCs_DBE1","Pila_DBE1","Prisoners_DBE1","UH60Desert","UI_DBE1","Vysilac_DBE1","Zakladna_DBE1","AiA_Sara_dbe1_Config","Sara_dbe1","AiA_Buildings2_Config","CABuildings2","A_Crane_02","A_GeneralStore_01","CABuildings2_A_Pub","A_statue","Barn_Metal","CABuildingParts","CABuildingParts_Signs","CATEC","Church_01","Farm_Cowshed","Farm_WTower","CAHouseBlock_A","CAHouseBlock_B","CAHouseBlock_C","CAHouseBlock_D","HouseRuins","Ind_Dopravnik","Ind_Expedice","Ind_MalyKomin","Ind_Mlyn","Ind_Pec","ind_silomale","Ind_SiloVelke","Ind_Vysypka","Ind_Garage01","CAStructures_IndPipe1_todo_delete","IndPipe2","Ind_Shed_01","Ind_Shed_02","Ind_Tank","Ind_Workshop01","CABuildings2_Misc_Cargo","Misc_PowerStation","Misc_WaterStation","Rail_House_01","Shed_small","Shed_wooden","particle_effects","AiA_Chernarus_Config","Chernarus","AiA_Chernarus_Summer_Config","Chernarus_Summer","AiA_Desert2_Config","Porto","AiA_Desert_Config","Desert","AiA_Hotfix_Config","CA_Hotfix","CA_QGClutterHotfix","CA_Hotfix_vez_ropa","AiA_Misc2_Config","CAMisc2","AiA_Misc3_Config","CAMisc3","WarfareBuildings","AiA_Misc_e_Config","CAMisc_E","CAMisc_E_WF","AiA_Signs_e_Config","CASigns_E","A_TVTower","CAStructures_Nav_pier","CAStructures_Railway","AiA_Structures_e_Config","CAStructures_E","CAStructures_E_HouseA","CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseC","CAStructures_E_HouseK","CAStructures_E_HouseL","CAStructures_E_Ind","CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Ind_Shed","CAStructures_E_Mil","CAStructures_E_Misc","CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Well","CAStructures_E_Wall","CAStructures_E_Wall_Wall_L","AiA_Structures_pmc_Config","CAStructures_PMC","CAStructures_PMC_Buildings","CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Ind","CAStructures_PMC_FuelStation","CAStructures_PMC_Misc","CAStructures_PMC_Misc_Shed","CAStructures_PMC_Ruins","CAStructures_PMC_Walls","AiA_Takistan_Config","Takistan","AiA_Zargabad_Config","zargabad","AiA_Afghan_Config","Mountains_ACR","AiA_Bohemia_Config","Woodland_ACR","AiA_Bootcamp_acr_Config","Bootcamp_ACR","AiA_Data_baf_Config","CA_BAF","AiA_Desert_e_Config","Desert_E","AiA_Language_baf_Config","CALanguage_Baf","AiA_Languagemissions_baf_Config","CALanguageMissions_baf","AiA_Misc_acr_Config","CAMisc_ACR","CAMisc_ACR_3DMarkers","CAMisc_ACR_Container","CAMisc_ACR_Dog","CAMisc_ACR_Helpers","CAMisc_ACR_PBX","CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_Shooting_range","CAMisc_ACR_Sign_Mines","CAMisc_ACR_Targets","CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_TestSphere","AiA_Provinggrounds_pmc_Config","ProvingGrounds_PMC","AiA_Shapur_baf_Config","Shapur_BAF","AiA_Core","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_PictureMap","AiA_Worlds_PictureShot","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrainPack_Core_Faction","AiA_StandaloneTerrainPack_Core_VehicleClass"}; //whitelisted cfgPatches for AiA TP +antihack_whitelistedCfgPatches[] = {"A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","A3_Language_F_MP_Mark","A3_LanguageMissions_F_MP_Mark","Map_VR","A3_Map_VR_Scenes","CUP_A10_Data","CUP_Afghan_Data","CUP_Air2_Data","CUP_Air3_Data","CUP_Air_Data","CUP_Air_d_baf_Data","CUP_Air_e_Data","CUP_Air_pmc_Data","CUP_CA_animals2","CA_animals2","CUP_Animations_Data","CUP_Animations_Config","CUP_Bohemia_Data","CUP_Bootcamp_acr_Data","CUP_Buildings2_Data","CUP_Buildings2_Ind_Cementworks_Data","CUP_Buildings_Data","CUP_Ca_acr_Data","CUP_CA_Config","CAData","CUP_Ca_e_Data","CUP_Ca_pmc_Data","CUP_Characters2_Data","CUP_Chernarus_Data","CUP_Chernarus_Summer_Data","CUP_Cti_buildings_Data","CUP_CA_Data","CUP_CAData_ParticleEffects","CAData_ParticleEffects","CUP_Data_baf_Data","CUP_dbe1_data","CUP_Desert2_Data","CUP_Desert2_Objects","Desert2_Objects","CUP_Desert_Data","CUP_Desert_e_Data","CUP_Hotfix_Data","CUP_L39_Data","CUP_CALanguage","CALanguage","CUP_CALanguage_ACR","CALanguage_ACR","CUP_CALanguage_missions","CALanguage_missions","CUP_CALanguage_missions_e","CALanguage_missions_e","CUP_Misc3_Data","CUP_CAMisc","CUP_Misc_Data","CAMisc","CUP_Misc_acr_Data","CUP_Misc_e_Data","CUP_CA_MPA","CA_MPA","CUP_CA_Plants2_Clutter","CA_Plants2_Clutter","CUP_CAPlants","CAPlants","CUP_CA_Plants_E_Clutter","CA_Plants_E_Clutter","CUP_Provinggrounds_pmc_Data","CUP_CARoads2","CARoads2","CUP_CARoads2Dam","CARoads2Dam","CUP_CARoads","CARoads","CUP_CARoads_E","CARoads_E","CUP_CARoads_PMC","CARoads_PMC","CUP_CARocks2","CARocks2","CUP_CARocks","CARocks","CUP_CARocks_E","CARocks_E","CUP_Sara_Data","CUP_Saralite_Data","CUP_Shapur_baf_Data","CUP_CASigns","CASigns","CUP_CASigns_E","CASigns_E","CUP_Sounds_Data","CUP_Sounds_Config","CASounds","CUP_Sounds_e_Data","CUP_Structures_Data","CUP_pond_test","pond_test","CUP_Structures_e_Data","CUP_Structures_pmc_Data","CUP_Takistan_Data","CUP_Tracked2_Data","CUP_Tracked_Data","CUP_Tracked_e_Data","CUP_CAFonts","CAFonts","CUP_Utes_Data","CUP_Water2_Data","CUP_Water_Data","CUP_Weapons2_Data","CUP_Weapons_Data","CUP_Weapons_e_Data","CUP_Weapons_pmc_Data","CUP_Wheeled2_Data","CUP_Wheeled_Data","CUP_Wheeled_e_Data","CUP_Zargabad_Data","CUP_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","CUP_AiA_compat","AiA_A1AlwaysDummy","AiA_Afghan_Config","AiA_Afghan_Data","AiA_BaseConfig_F","AiA_Bohemia_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Config","AiA_Bootcamp_acr_Data","AiA_Buildings_Config","AiA_Buildings_Data","AiA_Buildings2_Config","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Config","AiA_Buildings2_Ind_Cementworks_Data","AiA_Ca_acr_Config","AiA_Ca_acr_Data","AiA_CA_Config","AiA_CA_Config_Data_ParticleEffects","AiA_CA_Data","AiA_Ca_e_Config","AiA_Ca_e_Data","AiA_Ca_pmc_Config","AiA_Ca_pmc_Data","AiA_CBA_A2_xeh_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_cba_xeh_a2_Dummy","AiA_cba_xeh_oa_Dummy","AiA_Chernarus_Config","AiA_Chernarus_Data","AiA_Chernarus_Summer_Config","AiA_Chernarus_Summer_Data","AiA_Core","AiA_Cti_buildings_Config","AiA_Cti_buildings_Data","AiA_Data_baf_Config","AiA_Data_baf_Data","AiA_Desert_Config","AiA_Desert_Data","AiA_Desert_e_Config","AiA_Desert_e_Data","AiA_Desert2_Config","AiA_Desert2_Data","AiA_Hotfix_Config","AiA_Hotfix_Data","AiA_Language_acr_Config","AiA_Language_acr_Data","AiA_Language_baf_Config","AiA_Language_baf_Data","AiA_Language_e_Config","AiA_Language_e_Data","AiA_Language_pmc_Config","AiA_Language_pmc_Data","AiA_Languagemissions_acr_Config","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Config","AiA_Languagemissions_baf_Data","AiA_Languagemissions_pmc_Config","AiA_Languagemissions_pmc_Data","AiA_Misc_acr_Config","AiA_Misc_acr_Data","AiA_Misc_Config","AiA_Misc_Data","AiA_Misc_e_Config","AiA_Misc_e_Data","AiA_Misc2_Config","AiA_Misc2_Data","AiA_Misc3_Config","AiA_Misc3_Data","AiA_Models_DBE1_Config","AiA_Models_DBE1_Data","AiA_Plants_Config","AiA_Plants_Data","AiA_Plants_e_Config","AiA_Plants_e_Data","AiA_Plants_e2_Config","AiA_Plants_e2_Data","AiA_Plants_pmc_Config","AiA_Plants_pmc_Data","AiA_Plants2_Bush_Config","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Config","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Config","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Config","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Config","AiA_Plants2_Tree_Data","AiA_Provinggrounds_pmc_Config","AiA_Provinggrounds_pmc_Data","AiA_Roads_Config","AiA_Roads_Data","AiA_Roads_e_Config","AiA_Roads_e_Data","AiA_Roads_pmc_Config","AiA_Roads_pmc_Data","AiA_Roads2_Config","AiA_Roads2_Data","AiA_Rocks_Config","AiA_Rocks_Data","AiA_Rocks_e_Config","AiA_Rocks_e_Data","AiA_Rocks2_Config","AiA_Rocks2_Data","AiA_Sara_Config","AiA_Sara_Data","AiA_Sara_dbe1_Config","AiA_Sara_dbe1_Data","AiA_Saralite_Config","AiA_Saralite_Data","AiA_Shapur_baf_Config","AiA_Shapur_baf_Data","AiA_Signs_Config","AiA_Signs_Data","AiA_Signs_e_Config","AiA_Signs_e_Data","AiA_Signs2_Config","AiA_Signs2_Data","AiA_Sounds_Config","AiA_Sounds_Data","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrains_Core","AiA_Structures_Config","AiA_Structures_Data","AiA_Structures_e_Config","AiA_Structures_e_Data","AiA_Structures_pmc_Config","AiA_Structures_pmc_Data","AiA_Takistan_Config","AiA_Takistan_Data","AiA_Ui_Config","AiA_Ui_Data","AiA_Utes_Config","AiA_Utes_Data","AiA_Water_Config","AiA_Water_Data","AiA_Water2_Config","AiA_Water2_Data","AiA_Weapons_Config","AiA_Weapons_Data","AiA_Weapons_e_Config","AiA_Weapons_e_Data","AiA_Weapons_pmc_Config","AiA_Weapons_pmc_Data","AiA_Weapons2_Config","AiA_Weapons2_Data","AiA_Wheeled_Config","AiA_Wheeled_Data","AiA_Wheeled_e_Config","AiA_Wheeled_e_Data","AiA_Wheeled2_Config","AiA_Wheeled2_Data","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Author","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Grid","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_Zargabad_Config","AiA_Zargabad_Data","CUP_StandaloneTerrains_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","CUP_Models_DBE1_Data","CUP_Anims_DBE1","Anims_DBE1","CUP_HMMWV_DBE1","HMMWV_DBE1","CUP_Mercenary_DBE1","Mercenary_DBE1","CUP_Misc_DBE1","Misc_DBE1","CUP_Music_DBE1","Music_DBE1","CUP_NPCs_DBE1","NPCs_DBE1","CUP_ploty_DBE1","ploty_DBE1","CUP_Prisoners_DBE1","Prisoners_DBE1","CUP_Roads_DBE1","Roads_DBE1","CUP_UH60Desert","UH60Desert","CUP_Sara_dbe1_Data","CUP_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","CUP_Hsim_Language_H","Hsim_Language_H","CUP_Hsim_Language_missions_H","Hsim_Language_missions_H","Enhanced_Epoch_AiASupport","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","Underground_Epoch","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Exp_A","A3_Data_F_Kart_ParticleEffects","A3_Data_F_Mark","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Exp_A","A3_Functions_F_Heli","A3_Functions_F_Mark","A3_Functions_F_MP_Mark","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_Language_F_Mark","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Modules_F_Mark","A3_Modules_F_Mark_FiringDrills","A3_Modules_F_MP_Mark","A3_Modules_F_Mark_Objectives","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Music_F_Mark","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Sounds_F_Exp_A","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Exp_A","A3_Structures_F_Exp_A_VR_Blocks","A3_Structures_F_Exp_A_VR_Helpers","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_Structures_F_Mark_Items_Military","A3_Structures_F_Mark_Items_Sport","A3_Structures_F_Mark_Mil_Flags","A3_Structures_F_Mark_Training","A3_Structures_F_Mark_VR_Helpers","A3_Structures_F_Mark_VR_Shapes","A3_Structures_F_Mark_VR_Targets","A3_UIFonts_F","CUP_Buildings_Config","CABuildings","CUP_CABuildings_Misc","CABuildings_Misc","CUP_Desert2_Buildings","Desert2_Buildings","CUP_CA_desert2_Characters","CA_desert2_Characters","CUP_Desert_Config","Desert","CUP_DBE1_Hotfix","DBE1_Hotfix","CUP_CALanguage_e","CALanguage_e","CUP_CALanguage_PMC","CALanguage_PMC","CUP_CALanguage_missions_PMC","CALanguage_missions_PMC","CUP_CAWater2_seafox_EP1","CAWater2_seafox_EP1","CUP_CA_Plants2","CA_Plants2","CUP_CA_Plants2_Plant","CA_Plants2_Plant","CUP_CA_Plants2_Tree","CA_Plants2_Tree","CUP_CA_Plants_E2","CA_Plants_E2","CUP_CA_Plants_E","CA_Plants_E","CUP_CA_Plants_E_Misc","CA_Plants_E_Misc","CUP_CA_Plants_E_Plant","CA_Plants_E_Plant","CUP_CA_Plants_E_Tree","CA_Plants_E_Tree","CUP_Sara_Config","Sara","CUP_Saralite_Config","SaraLite","CUP_CASigns2","CASigns2","CUP_Structures_Config","CAStructures","CUP_CAStructures_A_BuildingWIP","CAStructures_A_BuildingWIP","CUP_CAStructures_A_CraneCon","CAStructures_A_CraneCon","CUP_CAStructuresLand_A_MunicipalOffice","CAStructuresLand_A_MunicipalOffice","CUP_CAStructuresBarn_W","CAStructuresBarn_W","CUP_CAStructures_Castle","CAStructures_Castle","CUP_CAStructuresHouse","CAStructuresHouse","CUP_CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_FuelStation","CUP_CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Hospital","CUP_CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office01","CUP_CAStructuresHouse_A_Office02","CAStructuresHouse_A_Office02","CUP_CAStructuresHouse_a_stationhouse","CAStructuresHouse_a_stationhouse","CUP_CAStructuresHouse_Church_02","CAStructuresHouse_Church_02","CUP_CAStructuresHouse_Church_03","CAStructuresHouse_Church_03","CUP_CAStructuresHouse_Church_05R","CAStructuresHouse_Church_05R","CUP_CAStructuresHouse_HouseBT","CAStructuresHouse_HouseBT","CUP_CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV2","CUP_CAStructuresHouse_HouseV","CAStructuresHouse_HouseV","CUP_CAStructuresLand_Ind_Stack_Big","CAStructuresLand_Ind_Stack_Big","CUP_CAStructures_IndPipe1","CAStructures_IndPipe1","CUP_CAStructuresInd_Quarry","CAStructuresInd_Quarry","CUP_Ind_SawMill","Ind_SawMill","CUP_CAStructures_Mil","CAStructures_Mil","CUP_CAStructures_Misc","CAStructures_Misc","CUP_CAStructures_Misc_Armory","CAStructures_Misc_Armory","CUP_CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Armory_Armor_Popuptarget","CUP_CAStructures_Misc_Powerlines","CAStructures_Misc_Powerlines","CUP_CAStructures_Nav","CAStructures_Nav","CUP_CAStructuresLand_Nav_Boathouse","CAStructuresLand_Nav_Boathouse","CUP_CAStructures_Proxy_BuildingParts","CAStructures_Proxy_BuildingParts","CUP_CAStructures_Proxy_Ruins","CAStructures_Proxy_Ruins","CUP_CAStructures_Rail","CAStructures_Rail","CUP_CAStructuresHouse_rail_station_big","CAStructuresHouse_rail_station_big","CUP_CAStructures_Ruins","CAStructures_Ruins","CUP_CAStructuresShed_Small","CAStructuresShed_Small","CUP_CAStructuresHouse_Shed_Ind","CAStructuresHouse_Shed_Ind","CUP_CAStructures_Wall","CAStructures_Wall","CUP_CAUI","CAUI","CUP_CAWater2_LHD","CAWater2_LHD","CUP_Models_DBE1_Config","Models_DBE1","CUP_Kamenolom_DBE1","Kamenolom_DBE1","CUP_Pila_DBE1","Pila_DBE1","CUP_UI_DBE1","UI_DBE1","CUP_Vysilac_DBE1","Vysilac_DBE1","CUP_Zakladna_DBE1","Zakladna_DBE1","CUP_Sara_dbe1_Config","Sara_dbe1","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Exp_A","A3_Anims_F_Kart","A3_Anims_F_Mark_Deployment","A3_Language_F_Bootcamp","A3_Language_F_Exp_A","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Props_F_Exp_A","A3_Props_F_Exp_A_Military","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_UI_F_Mark","A3_UI_F_MP_Mark","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","A3_Weapons_F_Mark_LongRangeRifles_DMR_01","A3_Weapons_F_Mark_EBR","A3_Weapons_F_Mark_LongRangeRifles_GM6","A3_Weapons_F_Mark_LongRangeRifles_GM6_camo","A3_Weapons_F_Mark_LongRangeRifles_M320","A3_Weapons_F_Mark_LongRangeRifles_M320_camo","A3_Weapons_F_Mark_Machineguns_M200","A3_Weapons_F_Mark_Machineguns_Zafir","A3_Weapons_F_Mark_Rifles_Khaybar","A3_Weapons_F_Mark_Rifles_Mk20","A3_Weapons_F_Mark_Rifles_MX","A3_Weapons_F_Mark_Rifles_SDAR","A3_Weapons_F_Mark_Rifles_TRG20","CUP_Buildings2_Config","CABuildings2","CUP_A_Crane_02","A_Crane_02","CUP_A_GeneralStore_01","A_GeneralStore_01","CUP_CABuildings2_A_Pub","CABuildings2_A_Pub","CUP_A_statue","A_statue","CUP_Barn_Metal","Barn_Metal","CUP_CABuildingParts","CABuildingParts","CUP_CABuildingParts_Signs","CABuildingParts_Signs","CUP_CATEC","CATEC","CUP_Church_01","Church_01","CUP_Farm_Cowshed","Farm_Cowshed","CUP_Farm_WTower","Farm_WTower","CUP_CAHouseBlock_A","CAHouseBlock_A","CUP_CAHouseBlock_B","CAHouseBlock_B","CUP_CAHouseBlock_C","CAHouseBlock_C","CUP_CAHouseBlock_D","CAHouseBlock_D","CUP_HouseRuins","HouseRuins","CUP_Ind_Dopravnik","Ind_Dopravnik","CUP_Ind_Expedice","Ind_Expedice","CUP_Ind_MalyKomin","Ind_MalyKomin","CUP_Ind_Mlyn","Ind_Mlyn","CUP_Ind_Pec","Ind_Pec","CUP_ind_silomale","ind_silomale","CUP_Ind_SiloVelke","Ind_SiloVelke","CUP_Ind_Vysypka","Ind_Vysypka","CUP_Ind_Garage01","Ind_Garage01","CUP_CAStructures_IndPipe1_todo_delete","CAStructures_IndPipe1_todo_delete","CUP_IndPipe2","IndPipe2","CUP_Ind_Shed_01","Ind_Shed_01","CUP_Ind_Shed_02","Ind_Shed_02","CUP_Ind_Tank","Ind_Tank","CUP_Ind_Workshop01","Ind_Workshop01","CUP_CABuildings2_Misc_Cargo","CABuildings2_Misc_Cargo","CUP_Misc_PowerStation","Misc_PowerStation","CUP_Misc_WaterStation","Misc_WaterStation","CUP_Rail_House_01","Rail_House_01","CUP_Shed_small","Shed_small","CUP_Shed_wooden","Shed_wooden","CUP_particle_effects","particle_effects","CUP_Chernarus_Config","Chernarus","CUP_Chernarus_Summer_Config","Chernarus_Summer","CUP_Desert2_Config","Porto","CUP_Hotfix_Config","CA_Hotfix","CUP_CA_QGClutterHotfix","CA_QGClutterHotfix","CUP_CA_Hotfix_vez_ropa","CA_Hotfix_vez_ropa","CUP_CAMisc2","CAMisc2","CUP_Misc3_Config","CAMisc3","CUP_WarfareBuildings","WarfareBuildings","CUP_Misc_e_Config","CAMisc_E","CUP_CAMisc_E_WF","CAMisc_E_WF","CUP_CAMP_Armory_Misc","CAMP_Armory_Misc","CUP_CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Concrete_Wall","CUP_CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Entrance_Gate","CUP_CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Info_Board","CUP_CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Infostands","CUP_CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Laptop","CUP_CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Loudspeakers","CUP_CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Plasticpole","CUP_CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Red_Light","CUP_CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Armex","CUP_CAMP_Armory_Misc_Sign_Direction","CAMP_Armory_Misc_Sign_Direction","CUP_CA_Plants2_Bush","CA_Plants2_Bush","CUP_CA_Plants2_Misc","CA_Plants2_Misc","CUP_CA_Plants_E_Bush","CA_Plants_E_Bush","CUP_CA_Plants_PMC","CA_Plants_PMC","CUP_CARoads2Bridge","CARoads2Bridge","CUP_CARoads_PMC_Bridge","CARoads_PMC_Bridge","CUP_A_TVTower","A_TVTower","CUP_CAStructures_Nav_pier","CAStructures_Nav_pier","CUP_CAStructures_Railway","CAStructures_Railway","CUP_Structures_e_Config","CAStructures_E","CUP_CAStructures_E_HouseA","CAStructures_E_HouseA","CUP_CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_BuildingWIP","CUP_CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_CityGate1","CUP_CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret","CUP_CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Minaret_Porto","CUP_CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_big","CUP_CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Mosque_small","CUP_CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_A_Office01","CUP_CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_a_stationhouse","CUP_CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Statue","CUP_CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseA_A_Villa","CUP_CAStructures_E_HouseC","CAStructures_E_HouseC","CUP_CAStructures_E_HouseK","CAStructures_E_HouseK","CUP_CAStructures_E_HouseL","CAStructures_E_HouseL","CUP_CAStructures_E_Ind","CAStructures_E_Ind","CUP_CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_Coltan_Mine","CUP_CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_FuelStation","CUP_CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Ind_Garage01","CUP_CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_Oil_Mine","CUP_CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_IndPipes","CUP_CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Misc_PowerStation","CUP_CAStructures_E_Ind_Ind_Shed","CAStructures_E_Ind_Ind_Shed","CUP_CAStructures_E_Mil","CAStructures_E_Mil","CUP_CAStructures_E_Misc","CAStructures_E_Misc","CUP_CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_cables","CUP_CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Construction","CUP_CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Garbage","CUP_CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Interier","CUP_CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Lamp","CUP_CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_Market","CUP_CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_powerline","CUP_CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Water","CUP_CAStructures_E_Misc_Misc_Well","CAStructures_E_Misc_Misc_Well","CUP_CAStructures_E_Wall","CAStructures_E_Wall","CUP_CAStructures_E_Wall_Wall_L","CAStructures_E_Wall_Wall_L","CUP_Structures_pmc_Config","CAStructures_PMC","CUP_CAStructures_PMC_Buildings","CAStructures_PMC_Buildings","CUP_CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_Bunker","CUP_CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_GeneralStore_PMC","CUP_CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Buildings_Ruin_Cowshed","CUP_CAStructures_PMC_Ind","CAStructures_PMC_Ind","CUP_CAStructures_PMC_FuelStation","CAStructures_PMC_FuelStation","CUP_CAStructures_PMC_Misc","CAStructures_PMC_Misc","CUP_CAStructures_PMC_Misc_Shed","CAStructures_PMC_Misc_Shed","CUP_CAStructures_PMC_Ruins","CAStructures_PMC_Ruins","CUP_CAStructures_PMC_Walls","CAStructures_PMC_Walls","CUP_Takistan_Config","Takistan","CUP_Utes_Config","Utes","CUP_Zargabad_Config","zargabad","CUP_ibr_plants","ibr_plants","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Characters_F_Mark","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","3DEN","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Exp_A","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Props_F_Exp_A_Military_Equipment","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Static_F_Mark_Designator_01","A3_Static_F_Mark_Designator_02","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_Supplies_F_Mark","A3_UI_F_Bootcamp","A3_UI_F_Exp_A","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Weapons_F_Mark_Acc","CUP_Afghan_Config","Mountains_ACR","CUP_Bohemia_Config","Woodland_ACR","CUP_Bootcamp_acr_Config","Bootcamp_ACR","CUP_Data_baf_Config","CA_BAF","CUP_Desert_e_Config","Desert_E","CUP_CALanguage_Baf","CALanguage_Baf","CUP_CALanguageMissions_baf","CALanguageMissions_baf","CUP_Misc_acr_Config","CAMisc_ACR","CUP_CAMisc_ACR_3DMarkers","CAMisc_ACR_3DMarkers","CUP_CAMisc_ACR_Container","CAMisc_ACR_Container","CUP_CAMisc_ACR_Dog","CAMisc_ACR_Dog","CUP_CAMisc_ACR_Helpers","CAMisc_ACR_Helpers","CUP_CAMisc_ACR_PBX","CAMisc_ACR_PBX","CUP_CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_ScaffoldingSmall","CUP_CAMisc_ACR_Shooting_range","CAMisc_ACR_Shooting_range","CUP_CAMisc_ACR_Sign_Mines","CAMisc_ACR_Sign_Mines","CUP_CAMisc_ACR_Targets","CAMisc_ACR_Targets","CUP_CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_Targets_InvisibleTarget","CUP_CAMisc_ACR_TestSphere","CAMisc_ACR_TestSphere","CUP_CAMisc_BAF","CAMisc_BAF","CUP_Provinggrounds_pmc_Config","ProvingGrounds_PMC","CUP_Shapur_baf_Config","Shapur_BAF","CUP_BaseConfig_F","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Exp_A_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Exp_A","A3_Missions_F_Heli","A3_Missions_F_Mark","A3_Missions_F_MP_Mark","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_Weapons_F_Mark","A3_Weapons_F_Mark_LongRangeRifles_DMR_02","A3_Weapons_F_Mark_LongRangeRifles_DMR_03","A3_Weapons_F_Mark_LongRangeRifles_DMR_04","A3_Weapons_F_Mark_LongRangeRifles_DMR_05","A3_Weapons_F_Mark_LongRangeRifles_DMR_06","A3_Weapons_F_Mark_Machineguns_MMG_01","A3_Weapons_F_Mark_Machineguns_MMG_02","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","CUP_Core","CUP_StandaloneTerrains_Core","CUP_StandaloneTerrains_Core_Faction","CUP_StandaloneTerrains_Core_VehicleClass","CUP_Worlds","CUP_Worlds_Ambient","CUP_Worlds_Author","CUP_Worlds_Clutter","CUP_Worlds_ClutterDist","CUP_Worlds_Delete","CUP_Worlds_DisableInfiniteTerrain","CUP_Worlds_DustEffects","CUP_Worlds_EnvSounds","CUP_Worlds_FullDetailDist","CUP_Worlds_Grid","CUP_Worlds_Intros","CUP_Worlds_Lighting","CUP_Worlds_Lighting_Chernarus","CUP_Worlds_Lighting_Desert","CUP_Worlds_MapSize","CUP_Worlds_MidDetailTexture","CUP_Worlds_NoDetailDist","CUP_Worlds_PictureMap","CUP_Worlds_PictureShot","CUP_Worlds_Seabed","CUP_Worlds_SkyTexture","CUP_Worlds_StreetLamp","CUP_Worlds_Surfaces","CUP_Worlds_Water","A3_epoch_config","CUP_A1_EditorObjects","CUP_A2_EditorObjects","A3_epoch_code","A3_epoch_functions"}; //whitelisted cfgPatches for CUP terrains antihack_InvOpenCheck[] = {}; // blank array disables, enable with {6} distance in meters disallows gear access if another player is within this range also disables gear access in vehicles. antihack_banReason = "EpochMod.com Autoban"; antihack_checkFiles[] = { //script check, leave it blank to disable it diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index 833c433c..698a60a8 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -5,7 +5,7 @@ StorageSlotsLimit = 1500; // Max storage slots allowed. Warning! Higher the numb BuildingSlotsLimit = 1500; // Max building slots allowed. Warning! Higher the number lower performance. // Time based -StaticDateTime[] = {2035,6,10,7,0}; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change. +StaticDateTime[] = {}; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change. timeDifference = 0; // Server uses real time this will allow you to offset just the hour. timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container. diff --git a/Server_Install_Pack/Tools/InstallArma.cmd b/Server_Install_Pack/Tools/InstallArma.cmd new file mode 100644 index 00000000..a6367bbd --- /dev/null +++ b/Server_Install_Pack/Tools/InstallArma.cmd @@ -0,0 +1,17 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server + +::(Full client\server package) +SET ARMAAPPID=107410 + +::(Dedicated server package) +::SET ARMAAPPID=233780 + +::(Development version) +::SET ARMAAPPID=107410 -beta development + +:: more info https://community.bistudio.com/wiki/Arma_3_Dedicated_Server + +steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID%" validate +quit diff --git a/Server_Install_Pack/Tools/InstallBornholm.cmd b/Server_Install_Pack/Tools/InstallBornholm.cmd new file mode 100644 index 00000000..2d1f6e85 --- /dev/null +++ b/Server_Install_Pack/Tools/InstallBornholm.cmd @@ -0,0 +1,22 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server +SET ARMAAPPID=107410 + +:: Use -mod line with quotes to support spaces in folder +:: Example: -mod=@Epoch;@bornholm; + +:: Install Bornholm + +SET MODFOLDER=@bornholm +SET ARMAWORKSHOPID=428181330 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" diff --git a/Server_Install_Pack/Tools/InstallCUPTerrainPack.cmd b/Server_Install_Pack/Tools/InstallCUPTerrainPack.cmd new file mode 100644 index 00000000..81ffa9d7 --- /dev/null +++ b/Server_Install_Pack/Tools/InstallCUPTerrainPack.cmd @@ -0,0 +1,37 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server +SET ARMAAPPID=107410 + +:: Use -mod line with quotes to support spaces in folder +:: Example: -mod="@Epoch;@CUP Terrains - Core;@CUP Terrains - Maps;" + +:: Install CUP CORE + +SET MODFOLDER=@CUP Terrains - Core +SET ARMAWORKSHOPID=583496184 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" + + +:: Install CUP MAPS + +SET MODFOLDER=@CUP Terrains - Maps +SET ARMAWORKSHOPID=583544987 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" diff --git a/Server_Install_Pack/Tools/InstallEpoch.cmd b/Server_Install_Pack/Tools/InstallEpoch.cmd index 458e8741..7b909c17 100644 --- a/Server_Install_Pack/Tools/InstallEpoch.cmd +++ b/Server_Install_Pack/Tools/InstallEpoch.cmd @@ -3,12 +3,17 @@ SET STEAMUN=admin@youremail.net SET STEAMPW=chamgeme SET ARMASVRPATH=C:\Arma3Server SET ARMAAPPID=107410 + +:: Workshop IDs: +:: EpochExperimental = 455221958 +:: Normal Epoch = 421839251 SET ARMAWORKSHOPID=421839251 :: remove mod folder rd /s/q "%ARMASVRPATH%\@Epoch" + :: update workshop mod START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% validate +quit -:: copy files back to server + +:: copy mod from steamcmd cache to server xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\@Epoch" -:: steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID%" validate +quit diff --git a/Server_Install_Pack/Tools/InstallEsseker.cmd b/Server_Install_Pack/Tools/InstallEsseker.cmd new file mode 100644 index 00000000..aae74b21 --- /dev/null +++ b/Server_Install_Pack/Tools/InstallEsseker.cmd @@ -0,0 +1,23 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server +SET ARMAAPPID=107410 + +:: Requires CUP CORE and MAPS! +:: Use -mod line with quotes to support spaces in folder +:: Example: -mod="@Epoch;@CUP Terrains - Core;@CUP Terrains - Maps;@esseker" + +:: Install Esseker + +SET MODFOLDER=@esseker +SET ARMAWORKSHOPID=498101407 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" diff --git a/Server_Install_Pack/keys/aia_tp_2015_01_01.bikey b/Server_Install_Pack/keys/aia_tp_2015_01_01.bikey deleted file mode 100644 index 57b4950d..00000000 Binary files a/Server_Install_Pack/keys/aia_tp_2015_01_01.bikey and /dev/null differ diff --git a/Server_Install_Pack/keys/aia_tp_lite_2015_01_01.bikey b/Server_Install_Pack/keys/aia_tp_lite_2015_01_01.bikey deleted file mode 100644 index 31521677..00000000 Binary files a/Server_Install_Pack/keys/aia_tp_lite_2015_01_01.bikey and /dev/null differ diff --git a/Server_Install_Pack/keys/epoch0360.bikey b/Server_Install_Pack/keys/epoch0360.bikey deleted file mode 100644 index 808c59e1..00000000 Binary files a/Server_Install_Pack/keys/epoch0360.bikey and /dev/null differ diff --git a/Server_Install_Pack/keys/epoch0370.bikey b/Server_Install_Pack/keys/epoch0370.bikey new file mode 100644 index 00000000..5a08bd86 Binary files /dev/null and b/Server_Install_Pack/keys/epoch0370.bikey differ diff --git a/Server_Install_Pack/mpmissions/epoch.Altis.pbo b/Server_Install_Pack/mpmissions/epoch.Altis.pbo index 3ea57af4..d8d329cc 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Altis.pbo and b/Server_Install_Pack/mpmissions/epoch.Altis.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Australia.pbo b/Server_Install_Pack/mpmissions/epoch.Australia.pbo index 3de5645d..f5acc6eb 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Australia.pbo and b/Server_Install_Pack/mpmissions/epoch.Australia.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo b/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo new file mode 100644 index 00000000..f5b18e13 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Bootcamp_ACR.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo b/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo index 9112b60f..b2dd08be 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo and b/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo b/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo index a6af5e20..f11b8a5c 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo and b/Server_Install_Pack/mpmissions/epoch.Chernarus.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo b/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo index 4e0aa2fb..7cf73d84 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo and b/Server_Install_Pack/mpmissions/epoch.Chernarus_Summer.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo b/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo new file mode 100644 index 00000000..3fa3094d Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Desert_E.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Esseker.pbo b/Server_Install_Pack/mpmissions/epoch.Esseker.pbo index 89835ead..4fca7d94 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Esseker.pbo and b/Server_Install_Pack/mpmissions/epoch.Esseker.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo b/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo new file mode 100644 index 00000000..94a77356 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Mountains_ACR.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Porto.pbo b/Server_Install_Pack/mpmissions/epoch.Porto.pbo new file mode 100644 index 00000000..ccc72668 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Porto.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo b/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo new file mode 100644 index 00000000..1b2e4730 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.ProvingGrounds_PMC.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Sara.pbo b/Server_Install_Pack/mpmissions/epoch.Sara.pbo new file mode 100644 index 00000000..573ccb2b Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Sara.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo b/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo new file mode 100644 index 00000000..a24b6862 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.SaraLite.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo b/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo new file mode 100644 index 00000000..1559c708 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Sara_dbe1.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo b/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo new file mode 100644 index 00000000..eab6da3f Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Shapur_BAF.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Stratis.pbo b/Server_Install_Pack/mpmissions/epoch.Stratis.pbo index d990fbda..a7a2cc96 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Stratis.pbo and b/Server_Install_Pack/mpmissions/epoch.Stratis.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Takistan.pbo b/Server_Install_Pack/mpmissions/epoch.Takistan.pbo index 30e3d361..59bdad99 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Takistan.pbo and b/Server_Install_Pack/mpmissions/epoch.Takistan.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.VR.pbo b/Server_Install_Pack/mpmissions/epoch.VR.pbo index 3339b03c..c96c6431 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.VR.pbo and b/Server_Install_Pack/mpmissions/epoch.VR.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo b/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo new file mode 100644 index 00000000..476e9f44 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Woodland_ACR.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo b/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo new file mode 100644 index 00000000..1fb33d28 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.Zargabad.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.utes.pbo b/Server_Install_Pack/mpmissions/epoch.utes.pbo new file mode 100644 index 00000000..08941d49 Binary files /dev/null and b/Server_Install_Pack/mpmissions/epoch.utes.pbo differ diff --git a/Server_Install_Pack/sc/battleye/remoteexec.txt b/Server_Install_Pack/sc/battleye/remoteexec.txt index 131be11c..2697320d 100644 --- a/Server_Install_Pack/sc/battleye/remoteexec.txt +++ b/Server_Install_Pack/sc/battleye/remoteexec.txt @@ -1 +1 @@ -5 "" !="epoch_server_save_vehicles \[.+\]" +5 "" !="epoch_server_checkplayer [A-Z]{1} [A-Za-z]{4,10} [0-9]{1,3}-[0-9]{1,3}:[0-9]{1,3} \(.+\) REMOTE" !="epoch_server_(save(_vehicles|building)|(lock|pack)Storage|(upgrade|remove|paint|maint)build) \[.+\]" !="epoch_server_((load|respawn|dead|invite|revive|teleport)Player|(upgrade|updateplayer|create|delete)Group) \[.+\]" !="epoch_server_(knockDownTree|mineRocks|lootAnimal|handle_(say3d|switchmove|sapperObjs)) \[.+\]" !="epoch_server_((repair|fill|lock)Vehicle|(loot|fill)Container|(store|take)Crypto|make(NPC|)Trade) \[.+\]" !="epoch_server_(tradeRequest|equippeditem|packJack|create(object|AirDrop)|airDropCrate|destroytrash|unpackBackpack) \[.+\]" !="epoch_(localcleanup|fnc_saveplayer) \[.+\]" diff --git a/Server_Install_Pack/sc/battleye/scripts.txt b/Server_Install_Pack/sc/battleye/scripts.txt index fc477658..5304ef66 100644 --- a/Server_Install_Pack/sc/battleye/scripts.txt +++ b/Server_Install_Pack/sc/battleye/scripts.txt @@ -1,8 +1,7 @@ //new2 7 EPOCH_C_SET !="!isNil \"EPOCH_C_SET\"" !="_array = EPOCH_C_SET;" !="EPOCH_C_SET = nil;" -7 EPOCH_GROUP_Delete_PVS !="EPOCH_GROUP_Delete_PVS = [player,Epoch_personalToken];" 7 "BIS_fnc_dynamictext" !="\"BIS_fnc_dynamictext"\" !", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext;" !", 0, 0.4, 5, 2, 0, 2] spawn bis_fnc_dynamictext;" !", 0, 1, 6, 2, 0, 1] spawn bis_fnc_dynamictext;" !"snil '_fnc_scriptName') then {_fnc_scriptName}" -7 forceRespawn +7 forceRespawn !="reviveHandleForceRespawnAction" 7 setFriend 7 setAmmo 7 RscDebugConsole_watch !="RscDebugConsole_watchSave = [true,true,true,true];" @@ -22,9 +21,9 @@ 7 allowDamage !="_unit allowDamage false;" !="_unit allowDamage true;" !="player allowDamage true;" !="vehicle player allowDamage true;" !="player allowDamage false;" 7 addWeaponCargo !="_acceptHolder addWeaponCargo [_wWeapon, 1] ;" 7 onMapSingleClick !="onMapSingleClick '';" -7 addMagazine !"addMagazineCargo" !="player addMagazine _craftItem;" !="player addMagazine \"jerrycanE_epoch\";" !="player addMagazine \"emptyjar_epoch\";" !="player addMagazine \"jerrycan_epoch\";" !="player addMagazine \"Hatchet_swing\";" !="player addMagazine [(_x select 0),(_x select 1)]" !="player addMagazine _x;" !="if !(player canAdd (_x select 0)) exitWith {};\nplayer addMagazine[_x select 0, _x select 1];" +7 addMagazine !"addMagazineCargo" !="player addMagazine [_item, _magazineSizeMax];" !="player addMagazine [_item, floor (_magazineSize % _magazineSizeMax)];" !="player addMagazine [(_x select 0),(_x select 1)]" !="player addMagazine \"sledge_swing\";" !="player addMagazine \"Hatchet_swing\";" !="player addMagazine \"stick_swing\";" 7 addMagazineCargo !"_dogHolder addMagazineCargo [\"RabbitCarcass_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"Pelt_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"Venom_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"SnakeCarcass_EPOCH\", 1]" !"_dogHolder addMagazineCargo [\"ChickenCarcass_EPOCH\", 1]" !="_acceptHolder addMagazineCargo [_wAmmo, 1] ;" -7 addItem !="player addItem _item;" !="player addItem _craftItem;" !="player addItem _x;" !="_plyr addItemToVest _missionItem;" !="axeVIP addItemToVest _item;" !="_plyr addItemToVest _missionItem;" !="EPOCH_fnc_addItemOverflow" +7 addItem !="{player addItemToVest _x} forEach _vestItems;" !="player addItem _item;" !="_plyr addItemToVest _missionItem;" !="axeVIP addItemToVest _item;" !="_plyr addItemToVest _missionItem;" !="EPOCH_fnc_addItemOverflow" 7 addBackPack 7 addMissionEventHandler !="addMissionEventHandler ['Draw3D',_var + \"call Epoch_gui3DCooldownEH;\"];" !="addMissionEventHandler ['Draw3D',_var + \"call epoch_gui3dModelPosEH;\"];" !="addMissionEventHandler ['Draw3D',_var + \"call epoch_gui3dWorldPosEH;\"];" !="addMissionEventHandler [\n"ended",\n{\n\nBIS_fnc_missionHandlers_end = _this;" 7 removeMissionEventHandler !="removeMissionEventHandler [\"Draw3D\", _id];" @@ -32,7 +31,7 @@ 7 removeAllItems 7 removeAllActions 7 setViewDistance !"setViewDistance 1600" -7 createGroup !="_grp = createGroup RESISTANCE;" !="if (isserver) then {\n_group = creategroup sidelogic;" !="grpVIPGeneral = createGroup RESISTANCE;" !="_grp = createGroup side _plyr;" !="_grp = createGroup side player;" !="_grp = createGroup _side;" !="_grp = createGroup (side _plyr);" !="createcenter sidelogic;\n_grpLogic = creategroup sidelogic;\nbis_functions_mainscope" +7 createGroup !="EPOCH_server_createGroup" !="_grp = createGroup RESISTANCE;" !="if (isserver) then {\n_group = creategroup sidelogic;" !="grpVIPGeneral = createGroup RESISTANCE;" !="_grp = createGroup side _plyr;" !="_grp = createGroup side player;" !="_grp = createGroup _side;" !="_grp = createGroup (side _plyr);" !="createcenter sidelogic;\n_grpLogic = creategroup sidelogic;\nbis_functions_mainscope" 7 createVehicleCrew 7 createVehicleLocal !"\"#particlesource\" createVehicleLocal" !"\"#lightpoint\" createVehicleLocal" !"\"BloodSplat\" createVehicleLocal" !"[\"lightning1_F\", \"lightning2_F\"] call BIS_fnc_selectRandom;\n_lighting = _class createVehicleLocal" 7 createUnit !="_unit = _grp createUnit[(_arrUnits select _i), _pos, [], 0, \"FORM\"];" !="_driver = _grp createUnit[\"I_UAV_AI\", position _unit, [], 0, \"CAN_COLLIDE\"];" !="axeGeneral = grpVIPGeneral createUnit ["I_officer_F", axeGeneralPos, [], 1, "CAN_COLLIDE"];" @@ -51,8 +50,8 @@ 7 displaySetEventHandler 7 ctrlSetEventHandler !"BIS_fnc_guiMessage_status" !"ctrlSetEventHandler ['LBDblClick', '_this call" !="_buttonRespawn ctrlseteventhandler [\"buttonclick\",\"with uinamespace do {['buttonRespawn'," !="_ctrl ctrlSetEventHandler [\"mouseEnter\"" 7 addMPEventHandler -7 addEventHandler !"displayAddEventHandler" !"ctrlAddEventHandler" !"FiredNear" !"EpeContactStart" !"InventoryClosed" !"GetOut" !"InventoryOpened" !"local" !"Respawn" !"Put" !"Take" !"Fired" !"Killed" !" [\"PostReset\",{BIS_EnginePPReset = true;} ];" !"_logic addeventhandler [\n\"local\"" -7 displayAddEventHandler !"[_display] call _fnc_animate;" !"tVersion select 4) == \"Development\") then" !"_display displayaddeventhandler\n[\n\"mousemoving\"," !"(findDisplay 46) displayAddEventHandler [\"KeyDown\",\"true\"];" !"(findDisplay 46) displayAddEventHandler [\"KeyDown\",\"_this call EPOCH_KeyDown\"];" !="_addCase = _display46 displayAddEventHandler ['KeyDown',{_this call EPOCH_KeyDown;}];" !"_display displayaddeventhandler [\"unload\",\"uinamespace setvariable ['BIS_fnc_guiMess" !="findDisplay -1337 displayAddEventHandler ['Unload'" !="_display displayaddeventhandler [\"keydown\",\"with uinamespace do {['keyDown'" +7 addEventHandler !"displayAddEventHandler" !"ctrlAddEventHandler" !"[\"FiredNear"\" !"[\"EpeContactStart"\" !"[\"GetOut"\" !"[\"local"\" !"[\"PostReset"\" !"[\"TaskSetAsCurrent"\" !="player addEventHandler [_x,([\"CfgEpochClient\", _x, \"\"] call EPOCH_fnc_returnConfigEntryV2)];" +7 displayAddEventHandler !="(findDisplay 46) displayAddEventHandler [\"KeyDown\",\"true\"];" !="_display displayAddEventHandler [_x,([\"CfgEpochClient\", _x, \"\"] call EPOCH_fnc_returnConfigEntryV2)];" !"[_display] call _fnc_animate;" !"tVersion select 4) == \"Development\") then" !"_display displayaddeventhandler\n[\n\"mousemoving\"," !="_addCase = _display46 displayAddEventHandler ['KeyDown',{_this call EPOCH_KeyDown;}];" !"_display displayaddeventhandler [\"unload\",\"uinamespace setvariable ['BIS_fnc_guiMess" !="findDisplay -1337 displayAddEventHandler ['Unload'" !="_display displayaddeventhandler [\"keydown\",\"with uinamespace do {['keyDown'" 7 ctrlAddEventHandler !"rCfg >> \"refreshDelay\");" !" [\n\"draw\"," !" [\"buttonclick\"," !="(uiNamespace getVariable 'ESP_map') ctrlAddEventHandler['Draw', '_esp_targets = EPOCH_ESPMAP_TARGETS;" !="ctrlAddEventHandler ['MouseButtonDown'" !="(_display displayctrl _idc) ctrlAddEventHandler [\"LBSelChanged\"," !="_ctrl ctrlSetEventHandler [\"mouseEnter\", (format [\"_c = _this select 0;" !="_ctrl ctrlSetEventHandler [\"mouseExit\", (format [\"_c = _this select 0;" !="_ctrl ctrlSetEventHandler [\"mouseButtonDown\", (format [\"call %1;\",(_buttonSettings select _e select 2)])];" 7 removeAllEventHandlers !="ctrlRemoveAllEventHandlers" !="_vehicle removeAllEventHandlers \"GetOut\";" !="_sapper removeAllEventHandlers \"Hit\";\n_sapper removeAllEventHandlers \"FiredNear\";" !="_unit removeAllEventHandlers \"Hit\";\n_unit removeAllEventHandlers \"FiredNear\";" !="_display46 displayRemoveAllEventHandlers 'KeyDown';" 7 removeAllMissionEventHandlers diff --git a/Server_Install_Pack/sc/config.cfg b/Server_Install_Pack/sc/config.cfg index 71b83586..b3e34de6 100644 --- a/Server_Install_Pack/sc/config.cfg +++ b/Server_Install_Pack/sc/config.cfg @@ -1,14 +1,14 @@ // EPOCH SERVER CONFIG // GLOBAL SETTINGS -hostname = "EpochMod.com (0.3.6|1.54) ID02 YourHost"; +hostname = "EpochMod.com (0.3.7|1.54) ID02 YourHost"; password = ""; passwordAdmin = "!CHANGE_THIS_PASSWORD!"; serverCommandPassword = "!CHANGE_THIS_PASSWORD!"; logFile = "A3Master.log"; verifySignatures = 2; BattlEye = 1; -requiredBuild = 133570; +requiredBuild = 133741; // WHITELIST FILE TYPES allowedLoadFileExtensions[] = {:}; diff --git a/Sources/epoch_code/System/Animal_brain.fsm b/Sources/epoch_code/System/Animal_brain.fsm index 7557c5d7..97c34055 100644 --- a/Sources/epoch_code/System/Animal_brain.fsm +++ b/Sources/epoch_code/System/Animal_brain.fsm @@ -222,7 +222,7 @@ class FSM " _sound = _sounds select (floor (random (count _sounds)));" \n " _animalAgent say3D _sound;" \n " EPOCH_say3D_PVS = [player, _animalAgent, (EPOCH_sounds find _sound),Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_say3D_PVS"";" \n + " EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n " };" \n "};" \n "" \n @@ -358,7 +358,7 @@ class FSM " if (_isDog) then {" \n " _animalAgent say3D ""dog_cry"";" \n " EPOCH_say3D_PVS = [player, _animalAgent, 3,Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_say3D_PVS"";" \n + " EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n " };" \n " };" \n " _courageTest = false;" \n @@ -369,7 +369,7 @@ class FSM " if (_isDog) then {" \n " _animalAgent say3D ""dog_bark"";" \n " EPOCH_say3D_PVS = [player, _animalAgent, 2,Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_say3D_PVS"";" \n + " EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n " _animalAgent playMoveNow ""Dog_Bark""; " \n " };" \n " _animalAgent setDir _dirTo; " \n @@ -379,7 +379,7 @@ class FSM " if (random 1 < 0.5) then { " \n " _animalAgent say3D ""dog_bark"";" \n " EPOCH_say3D_PVS = [player, _animalAgent, 2,Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_say3D_PVS"";" \n + " EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n " };" \n " };" \n "};"/*%FSM*/; diff --git a/Sources/epoch_code/System/Copter_brain.fsm b/Sources/epoch_code/System/Copter_brain.fsm index 388ad7ea..fd5793b6 100644 --- a/Sources/epoch_code/System/Copter_brain.fsm +++ b/Sources/epoch_code/System/Copter_brain.fsm @@ -451,7 +451,7 @@ class FSM "" \n "_copter say3D ""drone_alert0"";" \n "EPOCH_say3D_PVS = [player, _copter, 10,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "" \n "_troopsOnGround = true;" \n "(driver _copter) action [""lightOn"", _copter];" \n diff --git a/Sources/epoch_code/System/Dog_Brain.fsm b/Sources/epoch_code/System/Dog_Brain.fsm index 8ea05674..a88920bb 100644 --- a/Sources/epoch_code/System/Dog_Brain.fsm +++ b/Sources/epoch_code/System/Dog_Brain.fsm @@ -688,7 +688,7 @@ class FSM "if((random 100) < (_countNrPlyrs * 10))then{" \n "[_dog, _plyr] say3D ""dog_cry"";" \n "EPOCH_say3D_PVS = [player, _dog, 17,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n ""/*%FSM*/; @@ -730,7 +730,7 @@ class FSM "if (floor(random 100)< 8) then {" \n "[_dog, _plyr] say3D ""dog_cry"";" \n "EPOCH_say3D_PVS = [player, _dog, 17,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "_hunger = _hunger + 2;" \n "};" \n "" \n @@ -790,7 +790,7 @@ class FSM "if (floor(random 100)<_dogNoise) then {" \n "[_dog, _plyr] say3D ""dog_cry"";" \n "EPOCH_say3D_PVS = [player, _dog, 17,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "" \n @@ -850,7 +850,7 @@ class FSM "if (floor(random 100) < 6) then {" \n "[_dog, _plyr] say3D ""dog_bark"";" \n "EPOCH_say3D_PVS = [player, _dog, 2,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "if (floor(random 100)<_forgive) then {" \n @@ -976,7 +976,7 @@ class FSM "if (floor(random 100)<_dogNoise) then {" \n "[_dog, _plyr] say3D ""dog_cry"";" \n "EPOCH_say3D_PVS = [player, _dog, 17,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "_criteria = ""(moveToCompleted _dog) || (_dog distance _moveTo < 1.5)"";" \n @@ -1052,7 +1052,7 @@ class FSM "if (floor(random 75)<_dogNoise) then {" \n "[_dog, _plyr] say3D ""dog_cry_quiet"";" \n "EPOCH_say3D_PVS = [player, _dog, 17,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "_dirTo = [_dog, getPos (_nrPlyrs select 1)] call BIS_fnc_dirTo;" \n @@ -1092,7 +1092,7 @@ class FSM "if (_rnd < 42) then {" \n "[_dog, _plyr] say3D ""dog_bark"";" \n "EPOCH_say3D_PVS = [player, _dog, 18,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "if (_rnd < 6) then {" \n @@ -1226,20 +1226,20 @@ class FSM "if (_rnd< 12) then {" \n "[_dog, _plyr] say3D ""dog_bark"";" \n "EPOCH_say3D_PVS = [player, _dog, 2,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "if (_rnd < 6) then {" \n "_hunger = _hunger + 1;" \n "[_dog, _plyr] say3D ""dog_cry"";" \n "EPOCH_say3D_PVS = [player, _dog, 3,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "if ((_hunger > 56) && (_rnd < 48)) then {" \n "[_dog, _plyr] say3D ""dog_cry"";" \n "EPOCH_say3D_PVS = [player, _dog, 2,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "" \n @@ -1319,8 +1319,8 @@ class FSM init = /*%FSM*/"{" \n " if !(alive _x) then {" \n " if ((_x isKindOf ""Animal_Base_F"" && !(_x isKindOf ""Dog_Base_F"")) || (typeOf _x) in[""Epoch_Sapper_F"", ""Epoch_SapperB_F"", ""Epoch_Cloak_F"", ""I_UAV_01_F""]) then {" \n - " EPOCH_lootAnimal = [_x, player, Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_lootAnimal"";" \n + " [_x, player, Epoch_personalToken] remoteExec [""EPOCH_server_lootAnimal"",2];" \n + "" \n " };" \n " };" \n "" \n diff --git a/Sources/epoch_code/System/Event_Air_Drop.fsm b/Sources/epoch_code/System/Event_Air_Drop.fsm index fff46f69..872d3d4c 100644 --- a/Sources/epoch_code/System/Event_Air_Drop.fsm +++ b/Sources/epoch_code/System/Event_Air_Drop.fsm @@ -387,8 +387,8 @@ class FSM { name = "do_drop"; init = /*%FSM*/"" \n - "EPOCH_airDropCrate_PVS = [_axeCopter,_plyr,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_airDropCrate_PVS"";" \n + "" \n + "[_axeCopter,_plyr,Epoch_personalToken] remoteExec [""EPOCH_server_airDropCrate"",2];" \n "" \n "_dropDone = true;" \n "" \n @@ -467,8 +467,8 @@ class FSM "" \n "_dropPos = _plyrPos;" \n "" \n - "EPOCH_createAirDrop_PVS = [player,Epoch_personalToken,_startPos];" \n - "publicVariableServer ""EPOCH_createAirDrop_PVS"";" \n + "" \n + "[player,Epoch_personalToken,_startPos] remoteExec [""EPOCH_Server_createAirDrop"",2];" \n "" \n "" \n "_axeCopter = objNull;" \n @@ -717,4 +717,4 @@ class FSM "end" }; }; -/*%FSM*/ \ No newline at end of file +/*%FSM*/ diff --git a/Sources/epoch_code/System/Sapper_Brain.fsm b/Sources/epoch_code/System/Sapper_Brain.fsm index 69cfa926..ce5ee55d 100644 --- a/Sources/epoch_code/System/Sapper_Brain.fsm +++ b/Sources/epoch_code/System/Sapper_Brain.fsm @@ -320,7 +320,7 @@ class FSM "" \n "_sapper say3D _sound;" \n "EPOCH_say3D_PVS = [player, _sapper,(EPOCH_sounds find _sound), Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "_doInterrupt = {" \n @@ -739,7 +739,7 @@ class FSM "_sound = ""sapper_explode"";" \n "_sapper say3D _sound;" \n "EPOCH_say3D_PVS = [player,_sapper,(EPOCH_sounds find _sound),Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "_sapper playMoveNow ""Unconscious"";" \n "" \n ""/*%FSM*/; @@ -1206,8 +1206,8 @@ class FSM "_bomb = createVehicle [""Sapper_Charge_Ammo"", (getposATL _nestMate), [], 0, ""CAN_COLLIDE""] ; " \n "_bomb attachTo [_nestMate, [0,0,0],""Pelvis""];" \n "_nestMate setVariable [""bomb"",_bomb];" \n - "EPOCH_TEMPOBJ_PVS = _nestMate;" \n - "publicVariableServer ""EPOCH_TEMPOBJ_PVS"";" \n + "" \n + "[_nestMate] remoteExec [""EPOCH_localCleanup"",2];" \n "_nestMate disableAI ""TARGET"";" \n "_nestMate disableAI ""AUTOTARGET"";" \n "_nestMate disableAI ""FSM"";" \n @@ -1246,8 +1246,8 @@ class FSM "" \n "[_nrBuild, _sapper] spawn {" \n "sleep 6;" \n - "EPOCH_SapperObjs_PVS = [_this select 0, player, Epoch_personalToken,_this select 1];" \n - "publicVariableServer ""EPOCH_SapperObjs_PVS"";" \n + "" \n + "[_this select 0, player, Epoch_personalToken,_this select 1] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n "};" \n "" \n "{" \n @@ -1255,15 +1255,15 @@ class FSM "_sound = ""sapper_explode"";" \n "_x say3D _sound;" \n "EPOCH_say3D_PVS = [player,_x,(EPOCH_sounds find _sound),Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "_x playMoveNow ""Unconscious"";" \n "" \n "_x spawn {" \n "sleep floor (random 3);" \n "_sBomb = _this getVariable [""bomb"",objNull];" \n "" \n - "EPOCH_SapperObjs_PVS = [_sBomb, player, Epoch_personalToken,_this,_this];" \n - "publicVariableServer ""EPOCH_SapperObjs_PVS"";" \n + "" \n + "[_sBomb, player, Epoch_personalToken,_this,_this] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n "" \n "_finalPos = getPosATL _this;" \n "_finalDir = getDir _this;" \n @@ -1369,8 +1369,8 @@ class FSM class do_boom { name = "do_boom"; - init = /*%FSM*/"EPOCH_SapperObjs_PVS = [_sBomb, player, Epoch_personalToken,_sapper,_sapper];" \n - "publicVariableServer ""EPOCH_SapperObjs_PVS"";" \n + init = /*%FSM*/"" \n + "[_sBomb, player, Epoch_personalToken,_sapper,_sapper] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n "" \n "_sBomb = objNull;" \n "_finalPos = getPosATL _sapper;" \n @@ -1636,7 +1636,7 @@ class FSM " _sound = ""sapper_groan2"";" \n " _sapper say3D _sound;" \n " EPOCH_say3D_PVS = [player, _sapper,(EPOCH_sounds find _sound), Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_say3D_PVS"";" \n + " EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n ""/*%FSM*/; }; diff --git a/Sources/epoch_code/System/Sapper_Brain2.fsm b/Sources/epoch_code/System/Sapper_Brain2.fsm index f1d7cafc..6c3e0b99 100644 --- a/Sources/epoch_code/System/Sapper_Brain2.fsm +++ b/Sources/epoch_code/System/Sapper_Brain2.fsm @@ -1,4 +1,4 @@ -/*%FSM*/ +/*%FSM*/ /*%FSM*/ /* item0[] = {"sapper",0,250,-225.000000,-325.000000,-125.000000,-275.000000,0.000000,"sapper"}; @@ -35,12 +35,12 @@ item30[] = {"stalking",4,218,-50.000000,50.000000,50.000000,100.000000,5.000000, item31[] = {"Wait_random",4,218,-225.000000,-200.000000,-125.000000,-150.000000,10.000000,"Wait random"}; item32[] = {"groan",4,218,200.000000,375.000000,300.000000,425.000000,5.000000,"groan"}; item33[] = {"detonate",4,218,125.000000,-350.000000,225.000000,-300.000000,70.000000,"detonate"}; -item34[] = {"end",1,250,975.000000,0.000000,1075.000000,50.000000,0.000000,"end"}; -item35[] = {"Wait_to_delete",4,218,975.000000,150.000000,1075.000000,200.000000,10.000000,"Wait to delete"}; +item34[] = {"end",1,250,1050.000000,-25.000000,1150.000000,25.000000,0.000000,"end"}; +item35[] = {"Wait_to_delete",4,218,1050.000000,125.000000,1150.000000,175.000000,10.000000,"Wait to delete"}; item36[] = {"handle_dispose",2,250,525.000000,125.000000,625.000000,175.000000,0.000000,"handle dispose"}; -item37[] = {"Wait_1_5_sec",4,218,650.000000,300.000000,750.000000,350.000000,0.000000,"Wait" \n "1.5 sec"}; -item38[] = {"do_boom",2,4346,650.000000,225.000000,750.000000,275.000000,0.000000,"do boom"}; -item39[] = {"_",8,218,800.000000,300.000000,850.000000,325.000000,0.000000,""}; +item37[] = {"Wait_1_5_sec",4,218,525.000000,350.000000,625.000000,400.000000,0.000000,"Wait" \n "1.5 sec"}; +item38[] = {"do_boom",2,250,650.000000,225.000000,750.000000,275.000000,0.000000,"do boom"}; +item39[] = {"_",8,218,800.000000,225.000000,875.000000,275.000000,0.000000,""}; item40[] = {"do_groan",2,250,225.000000,500.000000,325.000000,550.000000,0.000000,"do groan"}; item41[] = {"do_stalk",2,250,-200.000000,50.000000,-100.000000,100.000000,0.000000,"do stalk"}; item42[] = {"do_loiter_big",2,250,350.000000,500.000000,450.000000,550.000000,0.000000,"do loiter big"}; @@ -63,7 +63,9 @@ item58[] = {"feeling",4,218,775.000000,-50.000000,875.000000,0.000000,50.000000, item59[] = {"charging",4,218,-50.000000,225.000000,50.000000,275.000000,5.000000,"charging"}; item60[] = {"stalk",4,218,375.000000,-275.000000,475.000000,-225.000000,20.000000,"stalk"}; item61[] = {"not_shot",4,218,900.000000,125.000000,1000.000000,175.000000,10.000000,"not shot"}; -item62[] = {"finished_boom",2,250,900.000000,225.000000,1000.000000,275.000000,0.000000,"finished boom"}; +item62[] = {"finished_boom",2,250,900.000000,300.000000,1000.000000,350.000000,0.000000,"finished boom"}; +item63[] = {"Wait_for_Explosi",4,218,650.000000,350.000000,750.000000,400.000000,0.000000,"Wait for Explosion"}; +item64[] = {"Remove_corpse",2,4346,775.000000,300.000000,875.000000,350.000000,0.000000,"Remove corpse"}; link0[] = {0,31}; link1[] = {1,2}; link2[] = {2,3}; @@ -126,7 +128,7 @@ link58[] = {35,34}; link59[] = {36,57}; link60[] = {36,61}; link61[] = {37,38}; -link62[] = {38,39}; +link62[] = {38,63}; link63[] = {39,62}; link64[] = {40,6}; link65[] = {41,30}; @@ -154,8 +156,10 @@ link86[] = {59,4}; link87[] = {60,2}; link88[] = {61,62}; link89[] = {62,35}; -globals[] = {25.000000,1,0,0,16777215,640,480,1,248,6316128,1,-343.543304,1069.998291,679.913574,-353.385406,1000,731,1}; -window[] = {2,-1,-1,-1,-1,542,56,1081,17,3,1018}; +link90[] = {63,64}; +link91[] = {64,39}; +globals[] = {25.000000,1,0,0,16777215,640,480,1,253,6316128,1,-209.204178,1204.337524,679.913574,-353.385406,1000,880,1}; +window[] = {2,-1,-1,-1,-1,655,130,1155,130,3,1018}; *//*%FSM*/ class FSM { @@ -267,7 +271,7 @@ class FSM "" \n "_sapper say3D _sound;" \n "EPOCH_say3D_PVS = [player, _sapper,(EPOCH_sounds find _sound), Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "_doInterrupt = {" \n @@ -633,7 +637,7 @@ class FSM "_sound = ""sapper_explode"";" \n "_sapper say3D _sound;" \n "EPOCH_say3D_PVS = [player,_sapper,(EPOCH_sounds find _sound),Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "_sapper playMoveNow ""Unconscious"";" \n "" \n ""/*%FSM*/; @@ -1040,25 +1044,19 @@ class FSM class do_boom { name = "do_boom"; - init = /*%FSM*/"EPOCH_SapperObjs_PVS = [_sBomb, player, Epoch_personalToken,_sapper,_sapper];" \n - "publicVariableServer ""EPOCH_SapperObjs_PVS"";" \n - "" \n - "_sBomb = objNull;" \n - "" \n - "deleteVehicle _sapper;" \n - "" \n + init = /*%FSM*/"[_sBomb, player, Epoch_personalToken,_sapper,_sapper] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n "_doneBoom = true;" \n ""/*%FSM*/; precondition = /*%FSM*/""/*%FSM*/; class Links { - /*%FSM*/ - class _ + /*%FSM*/ + class Wait_for_Explosi { priority = 0.000000; - to="finished_boom"; + to="Remove_corpse"; precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"isNull(_sBomb)"/*%FSM*/; action=/*%FSM*/""/*%FSM*/; }; /*%FSM*/ @@ -1269,7 +1267,7 @@ class FSM " _sound = ""sapper_groan2"";" \n " _sapper say3D _sound;" \n " EPOCH_say3D_PVS = [player, _sapper,(EPOCH_sounds find _sound), Epoch_personalToken];" \n - " publicVariableServer ""EPOCH_say3D_PVS"";" \n + " EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n ""/*%FSM*/; }; @@ -1409,11 +1407,32 @@ class FSM }; }; /*%FSM*/ + /*%FSM*/ + class Remove_corpse + { + name = "Remove_corpse"; + init = /*%FSM*/"deleteVehicle _sapper;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class _ + { + priority = 0.000000; + to="finished_boom"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ }; initState="sapper"; finalStates[] = { - "end" + "end", }; }; -/*%FSM*/ +/*%FSM*/ \ No newline at end of file diff --git a/Sources/epoch_code/System/Trader_Missions_Delivery.fsm b/Sources/epoch_code/System/Trader_Missions_Delivery.fsm index 033c273e..8a34b6f7 100644 --- a/Sources/epoch_code/System/Trader_Missions_Delivery.fsm +++ b/Sources/epoch_code/System/Trader_Missions_Delivery.fsm @@ -974,8 +974,8 @@ class FSM "" \n "_plyr spawn {" \n "uiSleep 12;" \n - "EPOCH_FillContainer_PVS = [_this,Epoch_personalToken,objNull,false,15];" \n - "publicVariableServer ""EPOCH_FillContainer_PVS"";" \n + "" \n + "[_this,Epoch_personalToken,objNull,false,15] remoteExec [""EPOCH_server_fillContainer"",2];" \n "//hint ""Paying Out"";" \n "};" \n "" \n diff --git a/Sources/epoch_code/System/Trader_Missions_UAV.fsm b/Sources/epoch_code/System/Trader_Missions_UAV.fsm index b5bad7af..f58732b4 100644 --- a/Sources/epoch_code/System/Trader_Missions_UAV.fsm +++ b/Sources/epoch_code/System/Trader_Missions_UAV.fsm @@ -1021,8 +1021,8 @@ class FSM init = /*%FSM*/"titleText [_wDiag,""PLAIN"", 6];" \n "" \n "" \n - "EPOCH_FillContainer_PVS = [_plyr,Epoch_personalToken,objNull,false,25];" \n - "publicVariableServer ""EPOCH_FillContainer_PVS"";" \n + "" \n + "[_plyr,Epoch_personalToken,objNull,false,25] remoteExec [""EPOCH_server_fillContainer"",2];" \n "" \n "if (_act != """") then {" \n "call compile _act;" \n @@ -1319,8 +1319,8 @@ class FSM "" \n "_copterPos = (getPosATL _plyr) findEmptyPosition [1,500,""I_Heli_light_03_unarmed_EPOCH""];" \n "" \n - "EPOCH_createObject_PVS = [player,Epoch_personalToken,_uavclass,true,_copterPos,""CAN_COLLIDE"","""","""","""","""",true];" \n - "publicVariableServer ""EPOCH_createObject_PVS"";" \n + "" \n + "[player,Epoch_personalToken,_uavclass,true,_copterPos,""CAN_COLLIDE"","""","""","""","""",true] remoteExec [""EPOCH_Server_createObject"",2];" \n "" \n "" \n "" \n diff --git a/Sources/epoch_code/System/Trader_Missions_VIP.fsm b/Sources/epoch_code/System/Trader_Missions_VIP.fsm index 85820fd5..b290ac61 100644 --- a/Sources/epoch_code/System/Trader_Missions_VIP.fsm +++ b/Sources/epoch_code/System/Trader_Missions_VIP.fsm @@ -502,8 +502,8 @@ class FSM "_boats = [];" \n "_findTimer = diag_TickTime;" \n "" \n - "EPOCH_createObject_PVS = [player,Epoch_personalToken,""I_Boat_Armed_01_minigun_F"",true,axeGeneralBoatPos,""CAN_COLLIDE"","""","""","""","""",true];" \n - "publicVariableServer ""EPOCH_createObject_PVS"";" \n + "" \n + "[player,Epoch_personalToken,""I_Boat_Armed_01_minigun_F"",true,axeGeneralBoatPos,""CAN_COLLIDE"","""","""","""","""",true] remoteExec [""EPOCH_Server_createObject"",2];" \n "" \n "" \n ""/*%FSM*/; @@ -877,8 +877,8 @@ class FSM "_wDiag = """";" \n "_wDiag2 = """";" \n "" \n - "EPOCH_FillContainer_PVS = [_plyr,Epoch_personalToken,axeGeneralsBoat,false,25];" \n - "publicVariableServer ""EPOCH_FillContainer_PVS"";" \n + "" \n + "[_plyr,Epoch_personalToken,axeGeneralsBoat,false,25] remoteExec [""EPOCH_server_fillContainer"",2];" \n "" \n "_sWait = 1.5;" \n "_actionDone = true;" \n @@ -914,8 +914,8 @@ class FSM "axeVIP = _grp createUnit [""Epoch_Female_CamoRed_F"",_pos,[],0,""FORM""];" \n "" \n "if !(isNull axeVIP) then {" \n - " EPOCH_TEMPOBJ_PVS = axeVIP;" \n - " publicVariableServer ""EPOCH_TEMPOBJ_PVS"";" \n + "" \n + " [axeVIP] remoteExec [""EPOCH_localCleanup"",2];" \n "};" \n "" \n "_grp setCombatMode ""BLUE"";" \n @@ -1038,8 +1038,8 @@ class FSM " removeAllWeapons axeGeneral;" \n "" \n "if !(isNull axeGeneral) then {" \n - " EPOCH_TEMPOBJ_PVS = axeGeneral;" \n - " publicVariableServer ""EPOCH_TEMPOBJ_PVS"";" \n + "" \n + " [axeGeneral] remoteExec [""EPOCH_localCleanup"",2];" \n "};" \n "" \n " for ""_i"" from 1 to 3 step 1 do" \n @@ -1051,8 +1051,8 @@ class FSM " _unit addEventHandler [""FiredNear"", ""group (_this select 0) setVariable[""""shotsFired"""",[(_this select 1),(_this select 2)]]""];" \n " _unit addEventHandler [""Killed"", ""group (_this select 0) setVariable[""""killer"""",_this select 1]""];" \n " if !(isNull _unit) then {" \n - " EPOCH_TEMPOBJ_PVS = _unit;" \n - " publicVariableServer ""EPOCH_TEMPOBJ_PVS"";" \n + "" \n + " [_unit] remoteExec [""EPOCH_localCleanup"",2];" \n " };" \n " [_unit,axeGeneral] execFSM ""\x\addons\a3_epoch_code\System\Mission_VIP_Militia.fsm"";" \n "" \n diff --git a/Sources/epoch_code/System/cloak.fsm b/Sources/epoch_code/System/cloak.fsm index 4afecf44..46b820e8 100644 --- a/Sources/epoch_code/System/cloak.fsm +++ b/Sources/epoch_code/System/cloak.fsm @@ -668,7 +668,7 @@ class FSM "if(diag_tickTime - _lastAlert > 480 && random 100 < _cAggression)then{" \n "_unit say3D ""cultist_laugh"";" \n "EPOCH_say3D_PVS = [player, _unit, 8,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "_lastAlert = diag_tickTime;" \n "" \n "" \n @@ -676,7 +676,7 @@ class FSM "" \n "_unit say3D ""cultist_talk"";" \n "EPOCH_say3D_PVS = [player, _unit, 7,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "" \n "};" \n "" \n diff --git a/Sources/epoch_code/System/cloakHover.fsm b/Sources/epoch_code/System/cloakHover.fsm index 471635cb..297d8f0b 100644 --- a/Sources/epoch_code/System/cloakHover.fsm +++ b/Sources/epoch_code/System/cloakHover.fsm @@ -40,7 +40,7 @@ class FSM "" \n "_unit say3D ""cultist_laugh"";" \n "EPOCH_say3D_PVS = [player, _unit, 8,Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "" \n "" \n "" \n diff --git a/Sources/epoch_code/System/gender_selection.fsm b/Sources/epoch_code/System/gender_selection.fsm index a0e86f9d..bcdb8571 100644 --- a/Sources/epoch_code/System/gender_selection.fsm +++ b/Sources/epoch_code/System/gender_selection.fsm @@ -1,4 +1,4 @@ -/*%FSM*/ +/*%FSM*/ /*%FSM*/ /* item0[] = {"INIT",0,250,-250.000000,-150.000000,-150.000000,-100.000000,0.000000,"INIT"}; @@ -12,12 +12,12 @@ item7[] = {"Process",2,250,-400.000000,75.000000,-300.000000,125.000000,0.000000 item8[] = {"same_gender",4,218,-250.000000,75.000000,-150.000000,125.000000,10.000000,"same" \n "gender"}; item9[] = {"other_gender",4,218,-400.000000,150.000000,-300.000000,200.000000,0.000000,"other" \n "gender"}; item10[] = {"Send_To_Server",3,250,-125.000000,75.000000,-25.000000,125.000000,0.000000,"Send To Server"}; -item11[] = {"TODO__ADD_TIMEOUT",4,4314,-275.000000,250.000000,-175.000000,300.000000,0.000000,"TODO:" \n "ADD TIMEOUT" \n "AND LOBBY KICK"}; +item11[] = {"TODO__ADD_TIMEOUT",4,218,-275.000000,250.000000,-175.000000,300.000000,0.000000,"TODO:" \n "ADD TIMEOUT" \n "AND LOBBY KICK"}; item12[] = {"END",1,250,0.000000,450.000000,100.000000,500.000000,0.000000,"END"}; item13[] = {"Send_new_selection",2,250,-400.000000,250.000000,-300.000000,300.000000,0.000000,"Send new" \n "selection to" \n "server"}; item14[] = {"Select_Model",2,250,-400.000000,350.000000,-300.000000,400.000000,0.000000,"Select Model"}; item15[] = {"new_model____pla",4,218,-525.000000,400.000000,-425.000000,450.000000,0.000000,"new model" \n "==" \n "player"}; -item16[] = {"Setup_EH",2,250,-400.000000,450.000000,-300.000000,500.000000,0.000000,"Setup EH"}; +item16[] = {"Setup_EH",2,4346,-400.000000,450.000000,-300.000000,500.000000,0.000000,"Setup EH"}; item17[] = {"true",8,218,-125.000000,450.000000,-25.000000,500.000000,0.000000,"true"}; item18[] = {"____FAKE____",9,720,0.000000,0.000000,0.000000,0.000000,0.000000,"____FAKE____"}; link0[] = {0,2}; @@ -41,8 +41,8 @@ link17[] = {15,16}; link18[] = {16,17}; link19[] = {17,12}; link20[] = {11,18}; -globals[] = {25.000000,1,0,0,0,640,480,1,250,6316128,1,-786.968628,194.189285,571.765747,-266.728790,1066,911,1}; -window[] = {2,-1,-1,-1,-1,753,25,1063,25,3,1084}; +globals[] = {25.000000,1,0,0,0,640,480,1,250,6316128,1,-825.287720,232.508224,685.682007,60.530540,687,630,1}; +window[] = {2,-1,-1,-1,-1,884,156,1194,156,3,705}; *//*%FSM*/ class FSM { @@ -156,8 +156,8 @@ class FSM class Send_To_Server { name = "Send_To_Server"; - init = /*%FSM*/"EPOCH_respawnPlayer_PVS = [player, Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_respawnPlayer_PVS"";"/*%FSM*/; + init = /*%FSM*/"[player, Epoch_personalToken] remoteExec [""EPOCH_server_respawnPlayer"",2];" \n + """;"/*%FSM*/; precondition = /*%FSM*/""/*%FSM*/; class Links { @@ -190,8 +190,8 @@ class FSM class Send_new_selection { name = "Send_new_selection"; - init = /*%FSM*/"EPOCH_respawnPlayer_PVS = [player, Epoch_personalToken,EPOCH_PlayerIsMale];" \n - "publicVariableServer ""EPOCH_respawnPlayer_PVS"";"/*%FSM*/; + init = /*%FSM*/"[player, Epoch_personalToken,EPOCH_PlayerIsMale] remoteExec [""EPOCH_server_respawnPlayer"",2];" \n + ""/*%FSM*/; precondition = /*%FSM*/""/*%FSM*/; class Links { @@ -246,13 +246,9 @@ class FSM class Setup_EH { name = "Setup_EH"; - init = /*%FSM*/"player addEventHandler [""Respawn"", {(_this select 0) call EPOCH_clientRespawn}];" \n - "player addEventHandler [""Put"", {(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler}];" \n - "player addEventHandler [""Take"", {(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck}];" \n - "player addEventHandler [""InventoryClosed"", {if !(EPOCH_arr_interactedObjs isEqualTo[]) then {EPOCH_arr_interactedObjs remoteExec[""EPOCH_server_save_vehicles"", 2]; EPOCH_arr_interactedObjs = [];};}];" \n - "player addEventHandler [""InventoryOpened"", {_this spawn EPOCH_initUI; (locked (_this select 1) in [2, 3] || (_this select 1) getVariable[""EPOCH_Locked"", false])}];" \n - "player addEventHandler [""Fired"", {_this call EPOCH_fnc_playerFired}];" \n - "player addEventHandler [""Killed"", {_this call EPOCH_fnc_playerDeath}];"/*%FSM*/; + init = /*%FSM*/"{" \n + " player addEventHandler [_x,([""CfgEpochClient"", _x, """"] call EPOCH_fnc_returnConfigEntryV2)];" \n + "} forEach ([""CfgEpochClient"", ""addEventHandler"", []] call EPOCH_fnc_returnConfigEntryV2);"/*%FSM*/; precondition = /*%FSM*/""/*%FSM*/; class Links { @@ -284,7 +280,7 @@ class FSM initState="INIT"; finalStates[] = { - "END" + "END", }; }; -/*%FSM*/ +/*%FSM*/ \ No newline at end of file diff --git a/Sources/epoch_code/System/player_login.fsm b/Sources/epoch_code/System/player_login.fsm index 222a0409..dd8c87e1 100644 --- a/Sources/epoch_code/System/player_login.fsm +++ b/Sources/epoch_code/System/player_login.fsm @@ -1,8 +1,8 @@ -/*%FSM*/ +/*%FSM*/ /*%FSM*/ /* item0[] = {"INIT",0,250,-25.000000,-375.000000,75.000000,-325.000000,0.000000,"INIT"}; -item1[] = {"FINISH",1,4346,-25.000000,1475.000000,75.000000,1525.000000,0.000000,"FINISH"}; +item1[] = {"FINISH",1,250,-25.000000,1475.000000,75.000000,1525.000000,0.000000,"FINISH"}; item2[] = {"true",8,218,-150.000000,-125.000000,-50.000000,-75.000000,0.000000,"true"}; item3[] = {"Version_Check",2,250,-25.000000,-75.000000,75.000000,-25.000000,0.000000,"Version Check"}; item4[] = {"Player_Object_Re",4,218,-150.000000,75.000000,-50.000000,125.000000,0.000000,"Player" \n "Object Ready"}; @@ -28,7 +28,7 @@ item23[] = {"Wrong_Server_Ver",4,218,125.000000,475.000000,225.000000,525.000000 item24[] = {"true",8,218,-150.000000,1125.000000,-50.000000,1175.000000,0.000000,"true"}; item25[] = {"ERROR_Wrong_Server",2,250,275.000000,475.000000,375.000000,525.000000,0.000000,"ERROR" \n "Wrong" \n "Server Version"}; item26[] = {"Display_Message",4,218,600.000000,1150.000000,700.000000,1200.000000,0.000000,"" \n "Display Message" \n "Wait..."}; -item27[] = {"Setup_Player_Obj",2,250,-25.000000,975.000000,75.000000,1025.000000,0.000000,"Setup Player" \n "Object"}; +item27[] = {"Setup_Player_Obj",2,4346,-25.000000,975.000000,75.000000,1025.000000,0.000000,"Setup Player" \n "Object"}; item28[] = {"Check_if_Player",4,218,750.000000,1225.000000,850.000000,1275.000000,0.000000,"Check if" \n "Player got Kicked"}; item29[] = {"Preload_done",8,218,-150.000000,1425.000000,-50.000000,1475.000000,0.000000,"Preload" \n "done"}; item30[] = {"",7,210,471.000000,796.000000,479.000000,804.000000,0.000000,""}; @@ -62,7 +62,7 @@ item57[] = {"Select_Weapon",2,250,150.000000,1300.000000,250.000000,1350.000000, item58[] = {"true",8,218,225.000000,1375.000000,325.000000,1425.000000,0.000000,"true"}; item59[] = {"Do_nothing",2,250,300.000000,1300.000000,400.000000,1350.000000,0.000000,"Do nothing"}; item60[] = {"Check_New_Player",2,250,-25.000000,875.000000,75.000000,925.000000,0.000000,"Check" \n "New Player" \n "Setup"}; -item61[] = {"Wait_mag_count_m",4,218,-150.000000,925.000000,-50.000000,975.000000,0.000000,"Wait" \n "mag count match"}; +item61[] = {"check_new__player",4,218,-150.000000,925.000000,-50.000000,975.000000,0.000000,"check new " \n "player not null"}; item62[] = {"true",8,218,-150.000000,-325.000000,-50.000000,-275.000000,0.000000,"true"}; item63[] = {"Process_1",2,250,-25.000000,-275.000000,75.000000,-225.000000,0.000000,"Process"}; item64[] = {"Wait_ArmA_Loading",4,218,-150.000000,-225.000000,-50.000000,-175.000000,0.000000,"Wait ArmA" \n "Loading Screen" \n "Done"}; @@ -190,1298 +190,1205 @@ link97[] = {85,79}; link98[] = {86,16}; link99[] = {86,22}; link100[] = {87,31}; -globals[] = {0.000000,0,0,0,0,640,480,1,244,6316128,1,-494.255402,984.732300,1761.360352,737.509033,585,832,1}; -window[] = {0,-1,-1,-1,-1,1079,713,2114,75,1,603}; +globals[] = {0.000000,0,0,0,0,640,480,1,244,6316128,1,-207.564026,582.257507,1595.816406,409.736633,586,880,1}; +window[] = {2,-1,-1,-1,-1,890,78,1370,78,3,604}; *//*%FSM*/ class FSM { - fsmName = "Epoch Login"; - class States + fsmName = "Epoch Login"; + class States + { + /*%FSM*/ + class INIT + { + name = "INIT"; + init = /*%FSM*/"titleCut ["""", ""BLACK FADED"", 1337];" \n + "0 fadeSound 0;" \n + "player enableSimulation false;" \n + "" \n + "_debug = true;" \n + "_myTime = diag_tickTime;" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Init"";" \n + "};" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true { - /*%FSM*/ - class INIT - { - name = "INIT"; - itemno = 0; - init = /*%FSM*/"titleCut ["""", ""BLACK FADED"", 1337];" \n - "0 fadeSound 0;" \n - "player enableSimulation false;" \n - "" \n - "_debug = true;" \n - "_myTime = diag_tickTime;" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Init"";" \n - "};" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 62; - priority = 0.000000; - to="Process_1"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class FINISH - { - name = "FINISH"; - itemno = 1; - init = /*%FSM*/"[] spawn {" \n - " waitUntil{!isNull (findDisplay 46)};" \n - " (findDisplay 46) displayAddEventHandler [""KeyDown"",""_this call EPOCH_KeyDown""];" \n - " (findDisplay 46) displayAddEventHandler [""KeyUp"",""_this call EPOCH_KeyUp""];" \n - "};" \n - "" \n - "3 fadeSound 1;" \n - "" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Finish!"";" \n - "};" \n - "" \n - "" \n - "player enableSimulation true;" \n - "" \n - "titleCut ["""", ""BLACK IN"", 1];" \n - "1338 cutText ["""",""PLAIN"",0]; " \n - "" \n - "progressLoadingScreen 1.0;" \n - "" \n - "endLoadingScreen;" \n - "EPOCH_loadingScreenDone = true;" \n - "" \n - "player switchMove """";"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - }; - }; - /*%FSM*/ - /*%FSM*/ - class Version_Check - { - name = "Version_Check"; - itemno = 3; - init = /*%FSM*/"if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Version Check"";" \n - "};" \n - "" \n - "// SHOULD BE:" \n - "_epoch_assets0 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets"");" \n - "_epoch_assets1 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets_1"");" \n - "_epoch_assets2 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""epoch_objects"");" \n - "_epoch_assets3 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets_3"");" \n - "_epoch_config = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_config"");" \n - "_epoch_language = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_language"");" \n - "_epoch_underground = getText(configFile >> ""Epoch"" >> ""Version"" >> ""Underground_Epoch"");" \n - "_epoch_vehicles = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_vehicles"");" \n - "_epoch_weapons = getText(configFile >> ""Epoch"" >> ""Version"" >> ""a3_epoch_weapons"");" \n - "" \n - "" \n - "// IS:" \n - "_my_epoch_assets0 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets"" >> ""epochVersion"");" \n - "_my_epoch_assets1 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets_1"" >> ""epochVersion"");" \n - "_my_epoch_assets2 = getText(configFile >> ""CfgPatches"" >> ""epoch_objects"" >> ""epochVersion"");" \n - "_my_epoch_assets3 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets_3"" >> ""epochVersion"");" \n - "_my_epoch_config = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_config"" >> ""epochVersion"");" \n - "_my_epoch_language = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_language"" >> ""epochVersion"");" \n - "_my_epoch_underground = getText(configFile >> ""CfgPatches"" >> ""Underground_Epoch"" >> ""epochVersion"");" \n - "_my_epoch_vehicles = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_vehicles"" >> ""epochVersion"");" \n - "_my_epoch_weapons = getText(configFile >> ""CfgPatches"" >> ""a3_epoch_weapons"" >> ""epochVersion"");" \n - "" \n - "progressLoadingScreen 0.1;" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Wrong_Version - { - itemno = 7; - priority = 10.000000; - to="ERROR_Wrong_Version"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_epoch_assets0 != _epoch_assets0 ||" \n - "_my_epoch_assets1 != _epoch_assets1 ||" \n - "_my_epoch_assets2 != _epoch_assets2 ||" \n - "_my_epoch_assets3 != _epoch_assets3 ||" \n - "_my_epoch_config != _epoch_config ||" \n - "_my_epoch_language != _epoch_language ||" \n - "_my_epoch_underground != _epoch_underground ||" \n - "_my_epoch_vehicles != _epoch_vehicles ||" \n - "_my_epoch_weapons != _epoch_weapons"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class true - { - itemno = 44; - priority = 0.000000; - to="Arma_Version_Che"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Check_Player_UID - { - name = "Check_Player_UID"; - itemno = 5; - init = /*%FSM*/"if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Check PlayerUID"";" \n - "};" \n - "" \n - "_playerUID = getPlayerUID player;" \n - "" \n - "progressLoadingScreen 0.2;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class PlayerUID_Okay - { - itemno = 6; - priority = 10.000000; - to="Check_Server_1"; - precondition = /*%FSM*/"!isNil ""_playerUID"""/*%FSM*/; - condition=/*%FSM*/"_playerUID != """""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Empty_PlayerUID - { - itemno = 12; - priority = 0.000000; - to="ERROR_PlayerUID"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Wrong_Version - { - name = "ERROR_Wrong_Version"; - itemno = 9; - init = /*%FSM*/"_msg = ""You have an outdated version of Epoch"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_EPOCHVERSION = true;" \n - " publicVariableServer ""PLAYER_REJECT_EPOCHVERSION"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Disconnect - { - name = "Disconnect"; - itemno = 10; - init = /*%FSM*/"endLoadingScreen;" \n - "1338 cutText [_msg,""PLAIN"",0]; " \n - "deleteVehicle player;" \n - "call _rejectPlayer;" \n - "diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n - "_myTime = diag_tickTime;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Check_if_Player - { - itemno = 28; - priority = 0.000000; - to="Reject_without_B"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 2"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_PlayerUID - { - name = "ERROR_PlayerUID"; - itemno = 13; - init = /*%FSM*/"_msg = ""Can not setup Player Object! (Error 01)"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_UID = true;" \n - " publicVariableServer ""PLAYER_REJECT_UID"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Setup_Player_Var - { - name = "Setup_Player_Var"; - itemno = 17; - init = /*%FSM*/"diag_log format[""DEBUG TIME WAITED: %1"", (diag_tickTime - _myTime)];" \n - "{" \n - " missionNamespace setVariable[(format[""EPOCH_player%1"", EPOCH_customVars select _forEachIndex]), _x];" \n - "} forEach _playerVariables;" \n - "" \n - """Loading Player Variables... Please wait!"" call Epoch_updateLoadingScreen;" \n - "" \n - "EPOCH_lastPlayerPos = getPosATL vehicle player;" \n - "" \n - "progressLoadingScreen 0.7;" \n - "" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Setup Player Variables"";" \n - "};" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 24; - priority = 0.000000; - to="Setup_EH_s_and_H"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Request_Hive - { - name = "Request_Hive"; - itemno = 18; - init = /*%FSM*/"_myTime = diag_tickTime;" \n - "" \n - "Epoch_my_Group = [];" \n - "" \n - "EPOCH_checkPlayer_PVS = player;" \n - "publicVariableServer ""EPOCH_checkPlayer_PVS"";" \n - "" \n - "" \n - """Loading Player Data... Please wait!"" call Epoch_updateLoadingScreen;" \n - "progressLoadingScreen 0.5;" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Hive_Response - { - itemno = 78; - priority = 0.000000; - to="Process_2"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!isNil ""EPOCH_checkPlayer_PVC"""/*%FSM*/; - action=/*%FSM*/"_newChar = EPOCH_checkPlayer_PVC;" \n - "EPOCH_checkPlayer_PVC = nil;"/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Timeout_No_Respo - { - itemno = 19; - priority = 0.000000; - to="ERROR_Server_not_3"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 120"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Server_not - { - name = "ERROR_Server_not"; - itemno = 20; - init = /*%FSM*/"_msg = ""Authentication Failed, Disconnect and try again"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_NoResponse2 = true;" \n - " publicVariableServer ""PLAYER_REJECT_NoResponse2"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Wrong_Server - { - name = "ERROR_Wrong_Server"; - itemno = 25; - init = /*%FSM*/"_msg = format[""Server and Client running with different Version! (You: %1 // Server: %2)"",getText(configFile >> ""CfgMods"" >> ""Epoch"" >> ""version""),_serverVersion];" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_ServerVersion = true;" \n - " publicVariableServer ""PLAYER_REJECT_ServerVersion"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Setup_Player_Obj - { - name = "Setup_Player_Obj"; - itemno = 27; - init = /*%FSM*/"_ply = player;" \n - "_group = group player;" \n - "selectPlayer _playerObject;" \n - "" \n - "deleteVehicle _ply;" \n - "deleteGroup _group;" \n - "" \n - """Loading Player Body... Please wait!"" call Epoch_updateLoadingScreen;" \n - "progressLoadingScreen 0.8;" \n - "" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Setup Player Object"";" \n - "};" \n - "" \n - "_myTime = diag_tickTime;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Timeout_ - { - itemno = 69; - priority = 0.000000; - to="ERROR_Player_Setup"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 60"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class new_player_____p - { - itemno = 49; - priority = 0.000000; - to="Setup_Player_Var"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_playerObject == player"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Display_Message - { - name = "Display_Message"; - itemno = 33; - init = /*%FSM*/"[] spawn {" \n - " waitUntil{!isNull (findDisplay 46)};" \n - " (findDisplay 46) displayAddEventHandler [""KeyDown"",""true""];" \n - " (findDisplay 46) displayAddEventHandler [""KeyUp"",""true""];" \n - "};" \n - "diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n - "_myTime = diag_tickTime;" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Display_Message - { - itemno = 26; - priority = 0.000000; - to="Disconnect"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 10"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Check_Server - { - name = "Check_Server"; - itemno = 35; - init = /*%FSM*/"_myTime = diag_tickTime;" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Check Server"";" \n - "};" \n - """Checking Server... Please wait!"" call Epoch_updateLoadingScreen;" \n - "progressLoadingScreen 0.4;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Server_not_worki - { - itemno = 36; - priority = 10.000000; - to="ERROR_Server_not_1"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!isNil ""EPOCH_BADHIVE""" \n - ""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Server_Okay - { - itemno = 11; - priority = 0.000000; - to="Server_Version_C"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!isNil ""Epoch_ServerVersion"""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Server_not_1 - { - name = "ERROR_Server_not_1"; - itemno = 37; - init = /*%FSM*/"_msg = ""Server not Ready (Error 03)"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_NotReady2 = true;" \n - " publicVariableServer ""PLAYER_REJECT_NotReady2"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Check_Server_1 - { - name = "Check_Server_1"; - itemno = 39; - init = /*%FSM*/"progressLoadingScreen 0.3;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Timeout_No_Respo - { - itemno = 40; - priority = 0.000000; - to="ERROR_Server_not_2"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 180"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class freshServer - { - itemno = 66; - priority = 0.000000; - to="Update_Loadingscreen"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"uiNamespace getVariable ['Epoch_freshServer', false]"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Server_Ready - { - itemno = 34; - priority = 0.000000; - to="Check_Server"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!isNil ""EPOCH_SERVER"""/*%FSM*/; - action=/*%FSM*/"_serverUptime = EPOCH_SERVER;" \n - "EPOCH_SERVER = nil;"/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Server_not_2 - { - name = "ERROR_Server_not_2"; - itemno = 41; - init = /*%FSM*/"_msg = ""Server not Ready (Error 02)"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_NotReady1 = true;" \n - " publicVariableServer ""PLAYER_REJECT_NotReady1"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Reject_without_B - { - name = "Reject_without_B"; - itemno = 43; - init = /*%FSM*/"[] spawn {" \n - " waitUntil{!isNull (findDisplay 46)};" \n - " waitUntil {" \n - " (findDisplay 46) closeDisplay 0;" \n - " isNull (findDisplay 46)" \n - " };" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - }; - }; - /*%FSM*/ - /*%FSM*/ - class Arma_Version_Che - { - name = "Arma_Version_Che"; - itemno = 45; - init = /*%FSM*/"progressLoadingScreen 0.15;" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Outdated_Version - { - itemno = 46; - priority = 10.000000; - to="ERROR_Wrong_Version_1"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"productVersion select 2 < getNumber(configFile >> ""CfgMods"" >> ""Epoch"" >> ""ArmAVersion"")"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Player_Object_Re - { - itemno = 4; - priority = 0.000000; - to="Check_Player_UID"; - precondition = /*%FSM*/"!isNull player"/*%FSM*/; - condition=/*%FSM*/"player == player"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Wrong_Version_1 - { - name = "ERROR_Wrong_Version_1"; - itemno = 47; - init = /*%FSM*/"_msg = ""You have an outdated version of ArmA 3"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_ARMAVERSION = true;" \n - " publicVariableServer ""PLAYER_REJECT_ARMAVERSION"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Setup_EH_s_and_H - { - name = "Setup_EH_s_and_H"; - itemno = 50; - init = /*%FSM*/"player addEventHandler [""Respawn"", {(_this select 0) call EPOCH_clientRespawn}];" \n - "player addEventHandler [""Put"", {(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler}];" \n - "player addEventHandler [""Take"", {(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck}];" \n - "player addEventHandler [""InventoryClosed"", {if !(EPOCH_arr_interactedObjs isEqualTo[]) then {EPOCH_arr_interactedObjs remoteExec[""EPOCH_server_save_vehicles"", 2]; EPOCH_arr_interactedObjs = [];};}];" \n - "player addEventHandler [""InventoryOpened"", {_this spawn EPOCH_initUI; (locked (_this select 1) in [2, 3] || (_this select 1) getVariable[""EPOCH_Locked"", false])}];" \n - "player addEventHandler [""Fired"", {_this call EPOCH_fnc_playerFired}];" \n - "player addEventHandler [""Killed"", {_this call EPOCH_fnc_playerDeath}];" \n - "" \n - "if (count EPOCH_playerHitPoints isEqualTo count ((getAllHitPointsDamage player) param [0,[]])) then {" \n - " {" \n - " player setHitIndex [_forEachIndex, _x];" \n - " }forEach EPOCH_playerHitPoints;" \n - "};" \n - "" \n - "[] spawn EPOCH_masterLoop;" \n - "true call EPOCH_fnc_Weather;" \n - "[5,100] spawn EPOCH_niteLight;" \n - "" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Setup EH's"";" \n - "};" \n - "" \n - """Loading... Please wait!"" call Epoch_updateLoadingScreen;" \n - "progressLoadingScreen 0.9;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Has_Current_Weap - { - itemno = 53; - priority = 10.000000; - to="Find_Active_Weap"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_currentWeapon != """""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class no_weapons - { - itemno = 51; - priority = 0.000000; - to="Process"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_currentWeapon == """""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Process - { - name = "Process"; - itemno = 52; - init = /*%FSM*/"progressLoadingScreen 0.975;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Preload_done - { - itemno = 29; - priority = 0.000000; - to="FINISH"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"preloadCamera (getposATL player)"/*%FSM*/; - action=/*%FSM*/"call compile _playerGroupOnline;"/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Find_Active_Weap - { - name = "Find_Active_Weap"; - itemno = 54; - init = /*%FSM*/"_activeWeapon = currentWeapon player;" \n - "progressLoadingScreen 0.95;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Current_Weapon_S - { - itemno = 56; - priority = 0.000000; - to="Do_nothing"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_activeWeapon == _currentWeapon"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Current_Weapon_Not - { - itemno = 55; - priority = 0.000000; - to="Select_Weapon"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_activeWeapon != _currentWeapon"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Select_Weapon - { - name = "Select_Weapon"; - itemno = 57; - init = /*%FSM*/"_currentWeapon spawn {" \n - " uiSleep 1; " \n - " player selectWeapon _this;" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 58; - priority = 0.000000; - to="Process"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Do_nothing - { - name = "Do_nothing"; - itemno = 59; - init = /*%FSM*/""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 58; - priority = 0.000000; - to="Process"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Check_New_Player - { - name = "Check_New_Player"; - itemno = 60; - init = /*%FSM*/"_myTime = diag_tickTime;" \n - "" \n - "// player reveal [_playerObject, 4];" \n - "" \n - "" \n - """Loading Player Inventory... Please wait!"" call Epoch_updateLoadingScreen;" \n - "progressLoadingScreen 0.6;" \n - ""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Wait_mag_count_m - { - itemno = 61; - priority = 0.000000; - to="Setup_Player_Obj"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_magCount == count (magazines _playerObject)"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Timeout_No_Respo - { - itemno = 15; - priority = 0.000000; - to="ERROR_Server_not"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 120"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Process_1 - { - name = "Process_1"; - itemno = 63; - init = /*%FSM*/""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Wait_ArmA_Loading - { - itemno = 64; - priority = 0.000000; - to="Start_Loading_Sc"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"{!isnull _x} count ((uinamespace getvariable ""loading_displays"") - [finddisplay 18]) == 0"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Start_Loading_Sc - { - name = "Start_Loading_Sc"; - itemno = 65; - init = /*%FSM*/"startLoadingScreen ["""",""EpochLoadingScreen""];" \n - "if (_debug) then {" \n - " diag_log ""EPOCH-LOGIN: Start Loadingscreen"";" \n - "};" \n - """Starting Epoch... Please wait!"" call Epoch_updateLoadingScreen;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 2; - priority = 0.000000; - to="Version_Check"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Update_Loadingscreen - { - name = "Update_Loadingscreen"; - itemno = 67; - init = /*%FSM*/"uiNamespace setVariable ['Epoch_freshServer', false];" \n - "" \n - """Server initializing... Please wait!"" call Epoch_updateLoadingScreen;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 68; - priority = 0.000000; - to="Check_Server_1"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Player_Setup - { - name = "ERROR_Player_Setup"; - itemno = 70; - init = /*%FSM*/"_msg = ""Problem setting up player"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_InvaildSetup = true;" \n - " publicVariableServer ""PLAYER_REJECT_InvaildSetup"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Server_Version_C - { - name = "Server_Version_C"; - itemno = 72; - init = /*%FSM*/""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Wrong_Server_Ver - { - itemno = 23; - priority = 10.000000; - to="ERROR_Wrong_Server"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"Epoch_ServerVersion != getText(configFile >> ""CfgMods"" >> ""Epoch"" >> ""version"")"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Version_Okay - { - itemno = 73; - priority = 0.000000; - to="Request_Hive"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Server_not_3 - { - name = "ERROR_Server_not_3"; - itemno = 75; - init = /*%FSM*/"_msg = ""Authentication Failed, Disconnect and try again"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_HiveNotResponse = true;" \n - " publicVariableServer ""PLAYER_REJECT_HiveNotResponse"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Process_2 - { - name = "Process_2"; - itemno = 80; - init = /*%FSM*/""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class new_character - { - itemno = 77; - priority = 10.000000; - to="Open_Gender_Selection"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"_newChar"/*%FSM*/; - action=/*%FSM*/"endLoadingScreen;" \n - "_myGenderTime = diag_tickTime;"/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class load_old_charact - { - itemno = 79; - priority = 0.000000; - to="Process_3"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; - action=/*%FSM*/"_myTime = diag_tickTime;"/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Open_Gender_Selection - { - name = "Open_Gender_Selection"; - itemno = 81; - init = /*%FSM*/"createdialog ""SelectGender"";"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Gender_Selected - { - itemno = 83; - priority = 10.000000; - to="Send_character_s"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!isNil ""EPOCH_PlayerIsMale"""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Timeout - { - itemno = 84; - priority = 0.000000; - to="Send_character_s"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"((diag_tickTime - _myGenderTime) > 30)"/*%FSM*/; - action=/*%FSM*/"EPOCH_PlayerIsMale = true;" \n - "closeDialog 0;"/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Reopen_when_client - { - itemno = 82; - priority = 0.000000; - to="Open_Gender_Selection"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!dialog && isNil ""EPOCH_PlayerIsMale"""/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Send_character_s - { - name = "Send_character_s"; - itemno = 85; - init = /*%FSM*/"startLoadingScreen ["""",""EpochLoadingScreen""];" \n - """Gender Selected... Please wait!"" call Epoch_updateLoadingScreen;" \n - "" \n - "" \n - "EPOCH_selectedGender_PVS = [player,EPOCH_PlayerIsMale];" \n - "publicVariableServer ""EPOCH_selectedGender_PVS"";" \n - "EPOCH_selectedGender_PVS = nil;" \n - "EPOCH_PlayerIsMale = nil;"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class load_old_charact - { - itemno = 79; - priority = 0.000000; - to="Process_3"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; - action=/*%FSM*/"_myTime = diag_tickTime;"/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class Process_3 - { - name = "Process_3"; - itemno = 86; - init = /*%FSM*/""/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class Timeout_No_Respo - { - itemno = 22; - priority = 0.000000; - to="ERROR_Server_not_4"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"(diag_tickTime - _myTime) > 120"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - /*%FSM*/ - class Response - { - itemno = 16; - priority = 0.000000; - to="Check_New_Player"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"!isNil ""EPOCH_C_SET"""/*%FSM*/; - action=/*%FSM*/"_array = EPOCH_C_SET;" \n - "EPOCH_C_SET = nil;" \n - "_playerObject = _array deleteAt 0;" \n - "_playerVariables = _array deleteAt 0;" \n - "_currentWeapon = _array deleteAt 0;" \n - "_magCount = _array deleteAt 0;" \n - "Epoch_my_GroupUID = _array deleteAt 0;" \n - "Epoch_canBeRevived = _array deleteAt 0;" \n - "Epoch_personalToken = _array deleteAt 0;" \n - "reverse _serverUptime;" \n - "_serverUptime pushBack (_array deleteAt 0);" \n - "reverse _serverUptime;" \n - "_serverUptime call EPOCH_client_publicEH;" \n - "_playerGroupOnline = _array deleteAt 0;" \n - "" \n - ""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ - /*%FSM*/ - class ERROR_Server_not_4 - { - name = "ERROR_Server_not_4"; - itemno = 87; - init = /*%FSM*/"_msg = ""Authentication Failed, Disconnect and try again"";" \n - "_msg call Epoch_updateLoadingScreen;" \n - "diag_log _msg;" \n - "" \n - "_rejectPlayer = {" \n - " PLAYER_REJECT_HiveLoadChar = true;" \n - " publicVariableServer ""PLAYER_REJECT_HiveLoadChar"";" \n - "};"/*%FSM*/; - precondition = /*%FSM*/""/*%FSM*/; - class Links - { - /*%FSM*/ - class true - { - itemno = 32; - priority = 0.000000; - to="Display_Message"; - precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"true"/*%FSM*/; - action=/*%FSM*/""/*%FSM*/; - }; - /*%FSM*/ - }; - }; - /*%FSM*/ + priority = 0.000000; + to="Process_1"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; }; - initState="INIT"; - finalStates[] = + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class FINISH + { + name = "FINISH"; + init = /*%FSM*/"[] spawn {" \n + " disableSerialization;" \n + " waitUntil{!isNull (findDisplay 46)};" \n + " _display = findDisplay 46;" \n + " {" \n + " _display displayAddEventHandler [_x,([""CfgEpochClient"", _x, """"] call EPOCH_fnc_returnConfigEntryV2)];" \n + " } forEach ([""CfgEpochClient"", ""displayAddEventHandler"", []] call EPOCH_fnc_returnConfigEntryV2);" \n + " " \n + " player switchMove """";" \n + "};" \n + "" \n + "3 fadeSound 1;" \n + "" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Finish!"";" \n + "};" \n + "" \n + "player enableSimulation true;" \n + "" \n + "titleCut ["""", ""BLACK IN"", 1];" \n + "1338 cutText ["""",""PLAIN"",0]; " \n + "" \n + "progressLoadingScreen 1.0;" \n + "" \n + "endLoadingScreen;" \n + "EPOCH_loadingScreenDone = true;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + }; + }; + /*%FSM*/ + /*%FSM*/ + class Version_Check + { + name = "Version_Check"; + init = /*%FSM*/"if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Version Check"";" \n + "};" \n + "" \n + "// SHOULD BE:" \n + "_epoch_assets0 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets"");" \n + "_epoch_assets1 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets_1"");" \n + "_epoch_assets2 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""epoch_objects"");" \n + "_epoch_assets3 = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_assets_3"");" \n + "_epoch_config = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_config"");" \n + "_epoch_language = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_language"");" \n + "_epoch_underground = getText(configFile >> ""Epoch"" >> ""Version"" >> ""Underground_Epoch"");" \n + "_epoch_vehicles = getText(configFile >> ""Epoch"" >> ""Version"" >> ""A3_epoch_vehicles"");" \n + "_epoch_weapons = getText(configFile >> ""Epoch"" >> ""Version"" >> ""a3_epoch_weapons"");" \n + "" \n + "" \n + "// IS:" \n + "_my_epoch_assets0 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets"" >> ""epochVersion"");" \n + "_my_epoch_assets1 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets_1"" >> ""epochVersion"");" \n + "_my_epoch_assets2 = getText(configFile >> ""CfgPatches"" >> ""epoch_objects"" >> ""epochVersion"");" \n + "_my_epoch_assets3 = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_assets_3"" >> ""epochVersion"");" \n + "_my_epoch_config = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_config"" >> ""epochVersion"");" \n + "_my_epoch_language = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_language"" >> ""epochVersion"");" \n + "_my_epoch_underground = getText(configFile >> ""CfgPatches"" >> ""Underground_Epoch"" >> ""epochVersion"");" \n + "_my_epoch_vehicles = getText(configFile >> ""CfgPatches"" >> ""A3_epoch_vehicles"" >> ""epochVersion"");" \n + "_my_epoch_weapons = getText(configFile >> ""CfgPatches"" >> ""a3_epoch_weapons"" >> ""epochVersion"");" \n + "" \n + "progressLoadingScreen 0.1;" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Wrong_Version { - "FINISH", - "Reject_without_B", + priority = 10.000000; + to="ERROR_Wrong_Version"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_epoch_assets0 != _epoch_assets0 ||" \n + "_my_epoch_assets1 != _epoch_assets1 ||" \n + "_my_epoch_assets2 != _epoch_assets2 ||" \n + "_my_epoch_assets3 != _epoch_assets3 ||" \n + "_my_epoch_config != _epoch_config ||" \n + "_my_epoch_language != _epoch_language ||" \n + "_my_epoch_underground != _epoch_underground ||" \n + "_my_epoch_vehicles != _epoch_vehicles ||" \n + "_my_epoch_weapons != _epoch_weapons"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; }; + /*%FSM*/ + /*%FSM*/ + class true + { + priority = 0.000000; + to="Arma_Version_Che"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Check_Player_UID + { + name = "Check_Player_UID"; + init = /*%FSM*/"if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Check PlayerUID"";" \n + "};" \n + "" \n + "_playerUID = getPlayerUID player;" \n + "" \n + "progressLoadingScreen 0.2;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class PlayerUID_Okay + { + priority = 10.000000; + to="Check_Server_1"; + precondition = /*%FSM*/"!isNil ""_playerUID"""/*%FSM*/; + condition=/*%FSM*/"_playerUID != """""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Empty_PlayerUID + { + priority = 0.000000; + to="ERROR_PlayerUID"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Wrong_Version + { + name = "ERROR_Wrong_Version"; + init = /*%FSM*/"_msg = ""You have an outdated version of Epoch"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_EPOCHVERSION = true;" \n + " publicVariableServer ""PLAYER_REJECT_EPOCHVERSION"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Disconnect + { + name = "Disconnect"; + init = /*%FSM*/"endLoadingScreen;" \n + "1338 cutText [_msg,""PLAIN"",0]; " \n + "deleteVehicle player;" \n + "call _rejectPlayer;" \n + "diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n + "_myTime = diag_tickTime;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Check_if_Player + { + priority = 0.000000; + to="Reject_without_B"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 2"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_PlayerUID + { + name = "ERROR_PlayerUID"; + init = /*%FSM*/"_msg = ""Can not setup Player Object! (Error 01)"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_UID = true;" \n + " publicVariableServer ""PLAYER_REJECT_UID"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Setup_Player_Var + { + name = "Setup_Player_Var"; + init = /*%FSM*/"diag_log format[""DEBUG TIME WAITED: %1"", (diag_tickTime - _myTime)];" \n + "{" \n + " missionNamespace setVariable[(format[""EPOCH_player%1"", EPOCH_customVars select _forEachIndex]), _x];" \n + "} forEach _playerVariables;" \n + "" \n + """Loading Player Variables... Please wait!"" call Epoch_updateLoadingScreen;" \n + "" \n + "EPOCH_lastPlayerPos = getPosATL vehicle player;" \n + "" \n + "progressLoadingScreen 0.7;" \n + "" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Setup Player Variables"";" \n + "};" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Setup_EH_s_and_H"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Request_Hive + { + name = "Request_Hive"; + init = /*%FSM*/"_myTime = diag_tickTime;" \n + "" \n + "Epoch_my_Group = [];" \n + "" \n + "player remoteExec [""EPOCH_server_checkPlayer"",2];" \n + "" \n + "" \n + """Loading Player Data... Please wait!"" call Epoch_updateLoadingScreen;" \n + "progressLoadingScreen 0.5;" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Hive_Response + { + priority = 0.000000; + to="Process_2"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!isNil ""EPOCH_checkPlayer_PVC"""/*%FSM*/; + action=/*%FSM*/"_newChar = EPOCH_checkPlayer_PVC;" \n + "EPOCH_checkPlayer_PVC = nil;"/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Timeout_No_Respo + { + priority = 0.000000; + to="ERROR_Server_not_3"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 120"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Server_not + { + name = "ERROR_Server_not"; + init = /*%FSM*/"_msg = ""Authentication Failed, Disconnect and try again"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_NoResponse2 = true;" \n + " publicVariableServer ""PLAYER_REJECT_NoResponse2"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Wrong_Server + { + name = "ERROR_Wrong_Server"; + init = /*%FSM*/"_msg = format[""Server and Client running with different Version! (You: %1 // Server: %2)"",getText(configFile >> ""CfgMods"" >> ""Epoch"" >> ""version""),_serverVersion];" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_ServerVersion = true;" \n + " publicVariableServer ""PLAYER_REJECT_ServerVersion"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Setup_Player_Obj + { + name = "Setup_Player_Obj"; + init = /*%FSM*/"_ply = player;" \n + "_group = group player;" \n + "" \n + "player reveal _playerObject;" \n + "_playerPos = getposATL _playerObject;" \n + "" \n + "selectPlayer _playerObject;" \n + "" \n + "deleteVehicle _ply;" \n + "deleteGroup _group;" \n + "" \n + """Loading Player Body... Please wait!"" call Epoch_updateLoadingScreen;" \n + "progressLoadingScreen 0.8;" \n + "" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Setup Player Object"";" \n + "};" \n + "" \n + "_myTime = diag_tickTime;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Timeout_ + { + priority = 0.000000; + to="ERROR_Player_Setup"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 60"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class new_player_____p + { + priority = 0.000000; + to="Setup_Player_Var"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_playerObject == player"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Display_Message + { + name = "Display_Message"; + init = /*%FSM*/"[] spawn {" \n + " waitUntil{!isNull (findDisplay 46)};" \n + " (findDisplay 46) displayAddEventHandler [""KeyDown"",""true""];" \n + " (findDisplay 46) displayAddEventHandler [""KeyUp"",""true""];" \n + "};" \n + "diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n + "_myTime = diag_tickTime;" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Display_Message + { + priority = 0.000000; + to="Disconnect"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 10"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Check_Server + { + name = "Check_Server"; + init = /*%FSM*/"_myTime = diag_tickTime;" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Check Server"";" \n + "};" \n + """Checking Server... Please wait!"" call Epoch_updateLoadingScreen;" \n + "progressLoadingScreen 0.4;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Server_not_worki + { + priority = 10.000000; + to="ERROR_Server_not_1"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!isNil ""EPOCH_BADHIVE""" \n + ""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Server_Okay + { + priority = 0.000000; + to="Server_Version_C"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!isNil ""Epoch_ServerVersion"""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Server_not_1 + { + name = "ERROR_Server_not_1"; + init = /*%FSM*/"_msg = ""Server not Ready (Error 03)"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_NotReady2 = true;" \n + " publicVariableServer ""PLAYER_REJECT_NotReady2"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Check_Server_1 + { + name = "Check_Server_1"; + init = /*%FSM*/"progressLoadingScreen 0.3;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Timeout_No_Respo + { + priority = 0.000000; + to="ERROR_Server_not_2"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 180"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class freshServer + { + priority = 0.000000; + to="Update_Loadingscreen"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"uiNamespace getVariable ['Epoch_freshServer', false]"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Server_Ready + { + priority = 0.000000; + to="Check_Server"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!isNil ""EPOCH_SERVER"""/*%FSM*/; + action=/*%FSM*/"_serverUptime = EPOCH_SERVER;" \n + "EPOCH_SERVER = nil;"/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Server_not_2 + { + name = "ERROR_Server_not_2"; + init = /*%FSM*/"_msg = ""Server not Ready (Error 02)"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_NotReady1 = true;" \n + " publicVariableServer ""PLAYER_REJECT_NotReady1"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Reject_without_B + { + name = "Reject_without_B"; + init = /*%FSM*/"[] spawn {" \n + " waitUntil{!isNull (findDisplay 46)};" \n + " waitUntil {" \n + " (findDisplay 46) closeDisplay 0;" \n + " isNull (findDisplay 46)" \n + " };" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + }; + }; + /*%FSM*/ + /*%FSM*/ + class Arma_Version_Che + { + name = "Arma_Version_Che"; + init = /*%FSM*/"progressLoadingScreen 0.15;" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Outdated_Version + { + priority = 10.000000; + to="ERROR_Wrong_Version_1"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"productVersion select 2 < getNumber(configFile >> ""CfgMods"" >> ""Epoch"" >> ""ArmAVersion"")"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Player_Object_Re + { + priority = 0.000000; + to="Check_Player_UID"; + precondition = /*%FSM*/"!isNull player"/*%FSM*/; + condition=/*%FSM*/"player == player"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Wrong_Version_1 + { + name = "ERROR_Wrong_Version_1"; + init = /*%FSM*/"_msg = ""You have an outdated version of ArmA 3"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_ARMAVERSION = true;" \n + " publicVariableServer ""PLAYER_REJECT_ARMAVERSION"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Setup_EH_s_and_H + { + name = "Setup_EH_s_and_H"; + init = /*%FSM*/"{" \n + " player addEventHandler [_x,([""CfgEpochClient"", _x, """"] call EPOCH_fnc_returnConfigEntryV2)];" \n + "} forEach ([""CfgEpochClient"", ""addEventHandler"", []] call EPOCH_fnc_returnConfigEntryV2);" \n + "" \n + "if (count EPOCH_playerHitPoints isEqualTo count ((getAllHitPointsDamage player) param [0,[]])) then {" \n + " {" \n + " player setHitIndex [_forEachIndex, _x];" \n + " }forEach EPOCH_playerHitPoints;" \n + "};" \n + "" \n + "[] spawn EPOCH_masterLoop;" \n + "true call EPOCH_fnc_Weather;" \n + "[5,100] spawn EPOCH_niteLight;" \n + "" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Setup EH's"";" \n + "};" \n + "" \n + """Loading... Please wait!"" call Epoch_updateLoadingScreen;" \n + "progressLoadingScreen 0.9;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Has_Current_Weap + { + priority = 10.000000; + to="Find_Active_Weap"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_currentWeapon != """""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class no_weapons + { + priority = 0.000000; + to="Process"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_currentWeapon == """""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Process + { + name = "Process"; + init = /*%FSM*/"progressLoadingScreen 0.975;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Preload_done + { + priority = 0.000000; + to="FINISH"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"preloadCamera _playerPos"/*%FSM*/; + action=/*%FSM*/"call compile _playerGroupOnline;"/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Find_Active_Weap + { + name = "Find_Active_Weap"; + init = /*%FSM*/"_activeWeapon = currentWeapon player;" \n + "progressLoadingScreen 0.95;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Current_Weapon_S + { + priority = 0.000000; + to="Do_nothing"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_activeWeapon == _currentWeapon"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Current_Weapon_Not + { + priority = 0.000000; + to="Select_Weapon"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_activeWeapon != _currentWeapon"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Select_Weapon + { + name = "Select_Weapon"; + init = /*%FSM*/"_currentWeapon spawn {" \n + " uiSleep 1; " \n + " player selectWeapon _this;" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Process"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Do_nothing + { + name = "Do_nothing"; + init = /*%FSM*/""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Process"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Check_New_Player + { + name = "Check_New_Player"; + init = /*%FSM*/"_myTime = diag_tickTime;" \n + "" \n + """Loading Player Inventory... Please wait!"" call Epoch_updateLoadingScreen;" \n + "progressLoadingScreen 0.6;" \n + ""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class check_new__player + { + priority = 0.000000; + to="Setup_Player_Obj"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!(isNull _playerObject)"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Timeout_No_Respo + { + priority = 0.000000; + to="ERROR_Server_not"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 120"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Process_1 + { + name = "Process_1"; + init = /*%FSM*/""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Wait_ArmA_Loading + { + priority = 0.000000; + to="Start_Loading_Sc"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"{!isnull _x} count ((uinamespace getvariable ""loading_displays"") - [finddisplay 18]) == 0"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Start_Loading_Sc + { + name = "Start_Loading_Sc"; + init = /*%FSM*/"startLoadingScreen ["""",""EpochLoadingScreen""];" \n + "if (_debug) then {" \n + " diag_log ""EPOCH-LOGIN: Start Loadingscreen"";" \n + "};" \n + """Starting Epoch... Please wait!"" call Epoch_updateLoadingScreen;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Version_Check"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Update_Loadingscreen + { + name = "Update_Loadingscreen"; + init = /*%FSM*/"uiNamespace setVariable ['Epoch_freshServer', false];" \n + "" \n + """Server initializing... Please wait!"" call Epoch_updateLoadingScreen;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Check_Server_1"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Player_Setup + { + name = "ERROR_Player_Setup"; + init = /*%FSM*/"_msg = ""Problem setting up player"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_InvaildSetup = true;" \n + " publicVariableServer ""PLAYER_REJECT_InvaildSetup"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Server_Version_C + { + name = "Server_Version_C"; + init = /*%FSM*/""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Wrong_Server_Ver + { + priority = 10.000000; + to="ERROR_Wrong_Server"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"Epoch_ServerVersion != getText(configFile >> ""CfgMods"" >> ""Epoch"" >> ""version"")"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Version_Okay + { + priority = 0.000000; + to="Request_Hive"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Server_not_3 + { + name = "ERROR_Server_not_3"; + init = /*%FSM*/"_msg = ""Authentication Failed, Disconnect and try again"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_HiveNotResponse = true;" \n + " publicVariableServer ""PLAYER_REJECT_HiveNotResponse"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Process_2 + { + name = "Process_2"; + init = /*%FSM*/""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class new_character + { + priority = 10.000000; + to="Open_Gender_Selection"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"_newChar"/*%FSM*/; + action=/*%FSM*/"endLoadingScreen;" \n + "_myGenderTime = diag_tickTime;"/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class load_old_charact + { + priority = 0.000000; + to="Process_3"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/"_myTime = diag_tickTime;"/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Open_Gender_Selection + { + name = "Open_Gender_Selection"; + init = /*%FSM*/"createdialog ""SelectGender"";"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Gender_Selected + { + priority = 10.000000; + to="Send_character_s"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!isNil ""EPOCH_PlayerIsMale"""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Timeout + { + priority = 0.000000; + to="Send_character_s"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"((diag_tickTime - _myGenderTime) > 30)"/*%FSM*/; + action=/*%FSM*/"EPOCH_PlayerIsMale = true;" \n + "closeDialog 0;"/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Reopen_when_client + { + priority = 0.000000; + to="Open_Gender_Selection"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!dialog && isNil ""EPOCH_PlayerIsMale"""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Send_character_s + { + name = "Send_character_s"; + init = /*%FSM*/"startLoadingScreen ["""",""EpochLoadingScreen""];" \n + """Gender Selected... Please wait!"" call Epoch_updateLoadingScreen;" \n + "" \n + "[player,EPOCH_PlayerIsMale] remoteExec [""EPOCH_server_loadPlayer"",2];" \n + "EPOCH_PlayerIsMale = nil;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class load_old_charact + { + priority = 0.000000; + to="Process_3"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/"_myTime = diag_tickTime;"/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class Process_3 + { + name = "Process_3"; + init = /*%FSM*/""/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class Timeout_No_Respo + { + priority = 0.000000; + to="ERROR_Server_not_4"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"(diag_tickTime - _myTime) > 120"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + /*%FSM*/ + class Response + { + priority = 0.000000; + to="Check_New_Player"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"!isNil ""EPOCH_C_SET"""/*%FSM*/; + action=/*%FSM*/"_array = EPOCH_C_SET;" \n + "EPOCH_C_SET = nil;" \n + "_playerObject = _array deleteAt 0;" \n + "_playerVariables = _array deleteAt 0;" \n + "_currentWeapon = _array deleteAt 0;" \n + "_magCount = _array deleteAt 0;" \n + "Epoch_my_GroupUID = _array deleteAt 0;" \n + "Epoch_canBeRevived = _array deleteAt 0;" \n + "Epoch_personalToken = _array deleteAt 0;" \n + "reverse _serverUptime;" \n + "_serverUptime pushBack (_array deleteAt 0);" \n + "reverse _serverUptime;" \n + "_serverUptime call EPOCH_client_publicEH;" \n + "_playerGroupOnline = _array deleteAt 0;" \n + "" \n + ""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + /*%FSM*/ + class ERROR_Server_not_4 + { + name = "ERROR_Server_not_4"; + init = /*%FSM*/"_msg = ""Authentication Failed, Disconnect and try again"";" \n + "_msg call Epoch_updateLoadingScreen;" \n + "diag_log _msg;" \n + "" \n + "_rejectPlayer = {" \n + " PLAYER_REJECT_HiveLoadChar = true;" \n + " publicVariableServer ""PLAYER_REJECT_HiveLoadChar"";" \n + "};"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class true + { + priority = 0.000000; + to="Display_Message"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"true"/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ + }; + initState="INIT"; + finalStates[] = + { + "FINISH", + "Reject_without_B", + }; }; -/*%FSM*/ +/*%FSM*/ \ No newline at end of file diff --git a/Sources/epoch_code/System/sapperSwarmMember.fsm b/Sources/epoch_code/System/sapperSwarmMember.fsm index 66ded764..5fbc061c 100644 --- a/Sources/epoch_code/System/sapperSwarmMember.fsm +++ b/Sources/epoch_code/System/sapperSwarmMember.fsm @@ -49,8 +49,8 @@ class FSM "" \n "" \n "if !(isNull _unit) then {" \n - " EPOCH_TEMPOBJ_PVS = _unit;" \n - " publicVariableServer ""EPOCH_TEMPOBJ_PVS"";" \n + "" \n + " [_unit] remoteExec [""EPOCH_localCleanup"",2];" \n "};" \n "" \n "_randomGroan = {" \n @@ -59,7 +59,7 @@ class FSM "" \n "_unit say3D _sound;" \n "EPOCH_say3D_PVS = [player, _unit,(EPOCH_sounds find _sound), Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "};" \n "" \n "_sMarker = objNull;" \n @@ -610,4 +610,4 @@ class FSM { "end" }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/System/sapperSwarmMemberDispose.fsm b/Sources/epoch_code/System/sapperSwarmMemberDispose.fsm index 99295352..ba7e6129 100644 --- a/Sources/epoch_code/System/sapperSwarmMemberDispose.fsm +++ b/Sources/epoch_code/System/sapperSwarmMemberDispose.fsm @@ -95,7 +95,7 @@ class FSM "_sound = ""sapper_explode"";" \n "_unit say3D _sound;" \n "EPOCH_say3D_PVS = [player,_unit,(EPOCH_sounds find _sound),Epoch_personalToken];" \n - "publicVariableServer ""EPOCH_say3D_PVS"";" \n + "EPOCH_say3D_PVS remoteExec [""EPOCH_server_handle_say3D"",2];" \n "_unit playMoveNow ""Unconscious"";" \n "" \n ""; @@ -174,8 +174,8 @@ class FSM { name = "do_boom"; itemno = ; - init = "EPOCH_SapperObjs_PVS = [_bomb, player, Epoch_personalToken,_unit,_unit];" \n - "publicVariableServer ""EPOCH_SapperObjs_PVS"";" \n + init = "" \n + "[_bomb, player, Epoch_personalToken,_unit,_unit] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n "" \n "_bomb = objNull;" \n "_finalPos = getPosATL _unit;" \n @@ -285,4 +285,4 @@ class FSM { "end" }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf b/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf index a853cdd2..634fefaa 100644 --- a/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf +++ b/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf @@ -13,6 +13,5 @@ https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf */ if !(isNull _this) then{ - EPOCH_oneWayTP = [player,_this,Epoch_personalToken]; - publicVariableServer "EPOCH_oneWayTP"; + [player,_this,Epoch_personalToken] remoteExec ["EPOCH_server_teleportPlayer",2]; }; diff --git a/Sources/epoch_code/compile/EPOCH_LootIT.sqf b/Sources/epoch_code/compile/EPOCH_LootIT.sqf index 7430979c..6c9ce005 100644 --- a/Sources/epoch_code/compile/EPOCH_LootIT.sqf +++ b/Sources/epoch_code/compile/EPOCH_LootIT.sqf @@ -13,8 +13,7 @@ https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_LootIT.sqf */ if (!isNull _this) then { - EPOCH_lootContainer = [_this,player,Epoch_personalToken]; - publicVariableServer "EPOCH_lootContainer"; + [_this,player,Epoch_personalToken] remoteExec ["EPOCH_server_lootContainer",2]; if (typeof _this == "wardrobe_EPOCH") then { if !(_this getVariable["MIRROR_SETUP", false]) then { diff --git a/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf b/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf index a5b397a5..fe60c2eb 100644 --- a/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf +++ b/Sources/epoch_code/compile/EPOCH_UnisexCheck.sqf @@ -17,67 +17,6 @@ _woman = getNumber(configFile >> "CfgVehicles" >> (typeOf player) >> "woman"); _class = _this select 2; _config = configfile >> "cfgweapons" >> _class; -/* -_sleepAndCheck = { - _good = true; - _failcount = 0; - switch _this do { - case 0: { - while {true} do { - if !(local(backpackContainer player)) then { - _good = false; - _failcount = _failcount + 1; - } else { - _good = true; - }; - if (_good) exitWith {}; - if (_failcount > 5) exitWith { removeBackpack player; }; - sleep 0.5; - }; - }; - case 1: { - while {true} do { - if !(local(vestContainer player)) then { - _good = false; - _failcount = _failcount + 1; - } else { - _good = true; - }; - if (_good) exitWith{}; - if (_failcount > 5) exitWith{ removeVest player; }; - sleep 0.5; - }; - }; - case 2: { - while {true} do { - if !(local(uniformContainer player)) then { - _good = false; - _failcount = _failcount + 1; - } else { - _good = true; - }; - if (_good) exitWith{}; - if (_failcount > 5) exitWith{ removeUniform player; }; - sleep 0.5; - }; - }; - }; -}; - - -if (isclass _config) then { - _infoType = getnumber(_config >> "itemInfo" >> "type"); - switch _infoType do { - case 701: { 1 spawn _sleepAndCheck; }; - case 801: { 2 spawn _sleepAndCheck; }; - }; -} else { - if (getNumber(configFile >> "CfgVehicles" >> _class >> "isbackpack") == 1) then { - 0 spawn _sleepAndCheck; - }; -}; -*/ - _mags = (magazines player) + (handgunMagazine player); // TODO optimize @@ -115,28 +54,14 @@ if (_woman == 1) then { _vest = vest player; if (_class == _vest) then { if (_femaleVariant != _vest) then { - - /* // everyContainer not working in 1.20 - _holder = _this select 1; - _containers = (everyContainer _holder) select 0; - _mags = magazinesAmmoFull _container; - _weps = weaponCargo vestContainer _container; - _item = itemCargo vestContainer _container; - */ + // get items in existing vest + _vestItems = vestItems player; + // remove vest removeVest player; + // replace with female variant player addVest _femaleVariant; - /* - { - if ((_x select 4) == "Vest") then { - player addMagazine [(_x select 0),(_x select 1)] - } - } forEach _mags; - - { - player addItemToVest _x; - } forEach (_weps+_item); - */ - + // readd items to players vest + {player addItemToVest _x} forEach _vestItems; }; }; }; diff --git a/Sources/epoch_code/compile/EPOCH_chopWood.sqf b/Sources/epoch_code/compile/EPOCH_chopWood.sqf index 93513101..dfd9c930 100644 --- a/Sources/epoch_code/compile/EPOCH_chopWood.sqf +++ b/Sources/epoch_code/compile/EPOCH_chopWood.sqf @@ -25,19 +25,26 @@ _object = objNull; _type = 0; _config = 'CfgEpochClient' call EPOCH_returnConfig; -_treesLootList = getArray(_config >> worldname >> "Trees"); -_bushesLootList = getArray(_config >> worldname >> "Bushes"); { - _strObj = str _x; + _str = str _x; _sel_object = _x; - _findStart = _strObj find ": "; + _findStart = _str find ": "; if (_findStart != -1) then{ - _p3dName = _strObj select[_findStart + 2, 999]; - if (_p3dName in _treesLootList) then{ + + _start = _findStart + 2; + _end = (_str find ".") - _start; + _p3dName = _str select[_start, _end]; + // diag_log format ["DEBUG: _p3dName %1",_p3dName]; + if (_p3dName find " " != -1) then { + (_p3dName splitString " ") joinString "_"; // replace spaces with underscores + }; + _finalConfig = (_config >> "WorldInteractions" >> (_p3dName + "_p3d")); + + if (getNumber(_finalConfig >> "tree") == 1) then{ _object = _sel_object; }; - if (_p3dName in _bushesLootList) then{ + if (getNumber(_finalConfig >> "bush") == 1) then{ _type = 1; _object = _sel_object; }; @@ -47,7 +54,6 @@ _bushesLootList = getArray(_config >> worldname >> "Bushes"); if (!isNull _object) then { if (alive _object) then { - EPOCH_knockDownTree = [_object,_type,player,EPOCH_personalToken]; - publicVariableServer "EPOCH_knockDownTree"; + [_object,_type,player,EPOCH_personalToken] remoteExec ["EPOCH_server_knockDownTree",2]; }; }; diff --git a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf index 2eb2d719..57f9705e 100644 --- a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf +++ b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf @@ -61,8 +61,6 @@ _giveAttributes = { _return = format["Immunity: %1%2 (%3/%4)
", _addPlus, _data, EPOCH_playerImmunity, 100]; }; case 6: { - // EPOCH_playerToxicity = ((EPOCH_playerToxicity + _data) min 100) max 0; - // new random tox _randomData = round(random _data); EPOCH_playerToxicity = ((EPOCH_playerToxicity + _randomData) min 100) max 0; _return = format["Toxicity: %1%2 (%3/%4)
", _addPlus, _randomData, EPOCH_playerToxicity, 100]; @@ -72,6 +70,7 @@ _giveAttributes = { _return = format["Stamina: %1%2 (%3/%4)
", _addPlus, _data, EPOCH_playerStamina, EPOCH_playerStaminaMax]; }; case 8: { + // this is handled server side //EPOCH_playerCrypto = ((EPOCH_playerCrypto + _data) min 25000) max 0; //_return = format["Krypto: %1%2 (%3)
", _addPlus, _data, EPOCH_playerCrypto]; }; @@ -79,6 +78,20 @@ _giveAttributes = { EPOCH_playerBloodP = ((EPOCH_playerBloodP + _data) min 190) max 0; _return = format["Blood Pressure: %1%2 (%3/%4)
", _addPlus, _data, EPOCH_playerBloodP, 100]; }; + case 10: { + EPOCH_playerKarma = ((EPOCH_playerKarma + _data) min 50000) max -50000; + _return = format["Karma: %1%2 (%3/%4)
", _addPlus, _data, EPOCH_playerKarma, 50000]; + }; + case 11: { + EPOCH_playerAlcohol = ((EPOCH_playerAlcohol + _data) min 100) max 0; + _return = format["Alcohol: %1%2 (%3/%4)
", _addPlus, _data, EPOCH_playerAlcohol, 100]; + }; + case 12: { + EPOCH_playerRadiation = ((EPOCH_playerRadiation + _data) min 100) max 0; + _return = format["Radiation: %1%2 (%3/%4)
", _addPlus, _data, EPOCH_playerRadiation, 100]; + }; + + }; }; _return @@ -86,9 +99,7 @@ _giveAttributes = { _unifiedInteract = { if (_item call _removeItem) then { - if (_interactReturnOnUse != "") then { - player addMagazine _interactReturnOnUse; - }; + _interactReturnOnUse call EPOCH_fnc_addItemOverflow; _output = ""; { _output = _output + ([_forEachIndex, _x] call _giveAttributes); @@ -100,6 +111,38 @@ _unifiedInteract = { }; switch _interactOption do { + case 0: { + _magazineSizeMax = getNumber (_config >> "count"); + // allow repack for all magazines with greater than 1 bullet + if (_magazineSizeMax > 1) then { + + _magazineSize = 0; + _magazinesAmmoFull = magazinesAmmoFull player; + { + if (_item isEqualTo (_x select 0)) then { + if (!(_x select 2)) then { + _magazineSize = _magazineSize + (_x select 1); + }; + }; + } forEach _magazinesAmmoFull; + + // remove all + player removeMagazines _item; + + // Add full magazines back to player + for "_i" from 1 to floor (_magazineSize / _magazineSizeMax) do + { + player addMagazine [_item, _magazineSizeMax]; + //diag_log format ["DEBUG: added full mag %1", _magazineSizeMax]; + }; + // Add last non full magazine + if ((_magazineSize % _magazineSizeMax) > 0) then { + player addMagazine [_item, floor (_magazineSize % _magazineSizeMax)]; + //diag_log format ["DEBUG: added remainder %1", floor (_magazineSize % _magazineSizeMax)]; + }; + _dt = ["Ammo Repacked", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; + }; + }; case 1: _unifiedInteract; // Eat 1 case 2: _unifiedInteract; //Drink 2 case 3: { // Build 3 @@ -158,34 +201,49 @@ switch _interactOption do { if (cursorTarget in _vehicles) then { _vehicle = cursorTarget; _currentFuel = fuel _vehicle; - _canCapacity = 10; + _canCapacity = _interactAttributes param [0,10]; _fuelCapacity = getNumber (configfile >> "CfgVehicles" >> (typeOf _vehicle) >> "fuelCapacity"); _currentFuel = _currentFuel * _fuelCapacity; _newFuel = _currentFuel + _canCapacity; _newFuel = _newFuel / _fuelCapacity; if (_item call _removeItem) then { - player addMagazine "jerrycanE_epoch"; - EPOCH_fillVehicle_PVS = [_vehicle,_newFuel,player,Epoch_personalToken]; - publicVariableServer "EPOCH_fillVehicle_PVS"; + _interactReturnOnUse call EPOCH_fnc_addItemOverflow; + // send + [_vehicle,_newFuel,player,Epoch_personalToken] remoteExec ["EPOCH_server_fillVehicle",2]; + _dt = ["Fuel Added", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; }; }; case 5: { _vehicles = player nearEntities [["LandVehicle","Ship","Air","Tank"], 6]; + _canCapacity = _interactAttributes param [0,10]; + if (cursorTarget in _vehicles) then { _vehicle = cursorTarget; - _canCapacity = 10; _fuelCapacity = getNumber (configfile >> "CfgVehicles" >> (typeOf _vehicle) >> "fuelCapacity"); _newFuel = (((fuel _vehicle) * _fuelCapacity) - _canCapacity) / _fuelCapacity; - - //diag_log format["FIND fill _newFuel %1 capacity: %2 current: %3",_newFuel,_fuelCapacity,_currentFuel]; if (_newFuel > 0) then { if (_item call _removeItem) then { - player addMagazine "jerrycan_epoch"; - EPOCH_fillVehicle_PVS = [_vehicle,_newFuel,player,Epoch_personalToken]; - publicVariableServer "EPOCH_fillVehicle_PVS"; + _interactReturnOnUse call EPOCH_fnc_addItemOverflow; + [_vehicle,_newFuel,player,Epoch_personalToken] remoteExec ["EPOCH_server_fillVehicle",2]; + _dt = ["Fuel Siphoned", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; + }; + } else { + _dt = ["Not Enough Fuel", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; + }; + } else { + + // find any other nearby fuel sources + _transportFuel = 0; + { + _transportFuel = _transportFuel + getNumber (configFile >> "CfgVehicles" >> (typeOf _x) >> "transportFuel"); + } forEach (player nearObjects["ALL", 6]); + + if (_transportFuel > _canCapacity) then { + if (_item call _removeItem) then { + _interactReturnOnUse call EPOCH_fnc_addItemOverflow; _dt = ["Fuel Siphoned", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; } else { @@ -222,15 +280,13 @@ switch _interactOption do { if (local _vehicle) then { [_vehicle, [_currentHIT, _newDMG]] call EPOCH_client_repairVehicle; } else { - EPOCH_repairVehicle_PVS = [_vehicle,[_currentHIT,_newDMG],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [_vehicle,[_currentHIT,_newDMG],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; }; //diag_log format["DEBUG HITPOINT REPAIRED: %1 %2 %3", _currentHIT, _newDMG, _item]; } else { if ((damage _vehicle) > 0) then { - EPOCH_repairVehicle_PVS = [_vehicle,["ALL",0],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [_vehicle,["ALL",0],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; }; }; _dt = ["Vehicle Partially Repaired", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; @@ -242,8 +298,7 @@ switch _interactOption do { _vehicle = cursorTarget; if (_vehicle in _vehicles) then { if (_item call _removeItem) then { - EPOCH_repairVehicle_PVS = [_vehicle,["ALL",0],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [_vehicle,["ALL",0],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; _dt = ["Vehicle Fully Repaired", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; }; @@ -265,8 +320,7 @@ switch _interactOption do { _paintCanIndex = getNumber(configfile >> "CfgMagazines" >> _item >> "textureIndex"); _paintCanColor = getText(configfile >> "CfgMagazines" >> _item >> "colorName"); - EPOCH_PAINTBUILD = [_vehicle,_paintCanIndex,player,Epoch_personalToken]; - publicVariableServer "EPOCH_PAINTBUILD"; + [_vehicle,_paintCanIndex,player,Epoch_personalToken] remoteExec ["EPOCH_server_paintBUILD",2]; _msg = format["Wall Painted %1", _paintCanColor]; _dt = [format["%1", _msg], 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; @@ -285,22 +339,27 @@ switch _interactOption do { if (_vehicle in _vehicles) then { if (damage _vehicle != 0) then { if (_item call _removeItem) then { - EPOCH_repairVehicle_PVS = [_vehicle,["ALL",0],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [_vehicle,["ALL",0],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; _dt = ["Healed other player", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; }; } else { if (damage player != 0) then { if (_item call _removeItem) then { - EPOCH_repairVehicle_PVS = [player,["ALL",0],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [player,["ALL",0],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; _dt = ["Healed yourself", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; }; }; }; + case 14: { // Unpack Backpack + if (_item call _removeItem) then { + [_interactReturnOnUse,player,Epoch_personalToken] remoteExec ["EPOCH_server_unpackBackpack",2]; + _dt = ["Unpacked backpack", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; + }; + }; + default { // bottom _dt = ["Found nothing", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; diff --git a/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf b/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf index f00c2b8c..67a582ee 100644 --- a/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf +++ b/Sources/epoch_code/compile/EPOCH_debugMonitor.sqf @@ -15,57 +15,48 @@ private["_hours"]; _hours = floor(servertime/60/60); +_customVars = ""; +{ + if !(_x in ["AliveTime","SpawnArray","HitPoints"]) then { + _customVars = _customVars + format["%1: %2
", _x,missionNamespace getVariable [format ["EPOCH_player%1",_x],EPOCH_defaultVars select _forEachIndex]]; + } +}forEach EPOCH_customVars; + hintSilent parseText format [" Welcome to Epoch Alpha
- Current Version: %22
- Temp: %1
- Blood Pressure: %2
- Hunger: %3
- Thirst: %4
- Energy: %5
- Wet: %6
- Soiled: %7
- Immunity: %8
- Toxicity: %9
- Stamina: %10
- Fatigue: %11
- Damage: %12
- Bleeding: %13
- Bleed Time: %14
- Oxygen: %15
+ Current Version: %1
+ + " + _customVars + "
- Air Temp: %16
- Water Temp: %17
- Rain: %18
- Overcast: %19
+ + Fatigue: %2
+ Damage: %3
+ Bleeding: %4
+ Bleed Time: %5
+ Oxygen: %6

- Crypto: %20
- Hours Alive: %21
- FPS: %23
- Server uptime: %24h %25m
- Server FPS: %26
", - EPOCH_playerTemp, - EPOCH_playerBloodP, - EPOCH_playerHunger, - EPOCH_playerThirst, - EPOCH_playerEnergy, - EPOCH_playerWet, - EPOCH_playerSoiled, - EPOCH_playerImmunity, - EPOCH_playerToxicity, - EPOCH_playerStamina, + Air Temp: %7
+ Water Temp: %8
+ Rain: %9
+ Overcast: %10
+
+ Hours Alive: %11
+ FPS: %12
+ Server uptime: %13h %14m
+ Server FPS: %15
", + getText(configFile >> "CfgMods" >> "Epoch" >> "version"), (getFatigue player), (damage player), (isBleeding player), (getBleedingRemaining player), (getOxygenRemaining player), + EPOCH_CURRENT_WEATHER, (EPOCH_CURRENT_WEATHER/2), rain, overcast, - EPOCH_playerCrypto, + round(EPOCH_playerAliveTime/360)/10, - getText(configFile >> "CfgMods" >> "Epoch" >> "version"), round diag_fps, _hours, round((serverTime/60)-(_hours*60)), diff --git a/Sources/epoch_code/compile/EPOCH_fish.sqf b/Sources/epoch_code/compile/EPOCH_fish.sqf index 8a13d3c1..42b668a0 100644 --- a/Sources/epoch_code/compile/EPOCH_fish.sqf +++ b/Sources/epoch_code/compile/EPOCH_fish.sqf @@ -34,8 +34,8 @@ if (surfaceIsWater _currentPos) then { // Cast _bobber = createVehicle ["Bobber_EPOCH",_currentPos, [], 0, "CAN_COLLIDE"]; - EPOCH_TEMPOBJ_PVS = [_bobber]; - publicVariableServer "EPOCH_TEMPOBJ_PVS"; + // send to server + [_bobber] remoteExec ["EPOCH_localCleanup",2]; _bobber setPosASL _currentPos; _bobber setVariable ["EPOCH_bobberTime", diag_tickTime]; diff --git a/Sources/epoch_code/compile/EPOCH_lootTrash.sqf b/Sources/epoch_code/compile/EPOCH_lootTrash.sqf index 25fddda4..fd78e313 100644 --- a/Sources/epoch_code/compile/EPOCH_lootTrash.sqf +++ b/Sources/epoch_code/compile/EPOCH_lootTrash.sqf @@ -15,25 +15,14 @@ private["_found", "_return", "_foundLocalAnimal", "_str", "_blood", "_foundTerminal", "_index"]; _return = false; - -if (isNil "EPOCH_trashLootList") then{ - _config = 'CfgEpochClient' call EPOCH_returnConfig; - EPOCH_trashLootList = []; - { - EPOCH_trashLootList pushBack getArray(_config >> worldname >> _x); - } forEach(getArray(_config >> worldname >> "TrashClasses")); -}; -if (isNil "EPOCH_atmList") then{ - _config = 'CfgEpochClient' call EPOCH_returnConfig; - EPOCH_atmList = getArray(_config >> worldname >> "ATM"); -}; +_config = 'CfgEpochClient' call EPOCH_returnConfig; if (diag_tickTime - EPOCH_lastTrash > 2) then { EPOCH_lastTrash = diag_tickTime; _destroyTrashObj = objNull; _lootAnimalObj = objNull; - EPOCH_bankTerminal = objNull; + _bankTerminal = objNull; _trashType = 0; _objects = nearestObjects[player, [], 2]; @@ -47,19 +36,28 @@ if (diag_tickTime - EPOCH_lastTrash > 2) then { _str = str(_x); _findStart = _str find ": "; if (_findStart != -1) then { - _p3dName = _str select[_findStart + 2, 999]; + + _start = _findStart + 2; + _end = (_str find ".") - _start; + _p3dName = _str select[_start, _end]; + if (_p3dName find " " != -1) then { + (_p3dName splitString " ") joinString "_"; // replace spaces with underscores + }; + _finalConfig = (_config >> "WorldInteractions" >> (_p3dName + "_p3d")); + { - _found = _p3dName in _x; + _found = (getNumber(_finalConfig >> _x) == 1); if (_found) exitWith{ _trashType = _forEachIndex }; - } forEach EPOCH_trashLootList; - _foundTerminal = _p3dName in EPOCH_atmList; + } forEach getArray(_config >> worldname >> "TrashClasses"); + // TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + //_foundTerminal = _p3dName in EPOCH_atmList; + _foundTerminal = (getNumber(_finalConfig >> "bankTerminal") == 1); }; }; } else { if (alive _x) then { - if ((typeOf _x) in["Land_PhoneBooth_02_F", "Land_PhoneBooth_01_F", "Land_Atm_01_F", "Land_Atm_02_F", "Land_Laptop_device_F"]) then { - _foundTerminal = true - }; + _foundTerminal = (getNumber(_config >> "WorldInteractions" >> (typeOf _x) >> "bankTerminal") == 1); if (_x isKindOf "Snake_random_EPOCH") then { _foundLocalAnimal = true; if (random 1 < 0.1) then { @@ -74,25 +72,22 @@ if (diag_tickTime - EPOCH_lastTrash > 2) then { }; if (_found) exitWith{ _destroyTrashObj = _x }; if (_foundLocalAnimal) exitWith{ _lootAnimalObj = _x }; - if (_foundTerminal) exitWith{ EPOCH_bankTerminal = _x }; + if (_foundTerminal) exitWith{ _bankTerminal = _x }; }forEach _objects; if (!isNull _lootAnimalObj) then { - EPOCH_lootAnimal = [_lootAnimalObj, player, Epoch_personalToken]; _bloodPos = getPosATL _lootAnimalObj; _blood = "BloodSplat" createVehicleLocal _bloodPos; _blood setPosATL _bloodPos; EPOCH_playerSoiled = (EPOCH_playerSoiled + 1) min 100; - publicVariableServer "EPOCH_lootAnimal"; + // send + [_lootAnimalObj, player, Epoch_personalToken] remoteExec ["EPOCH_server_lootAnimal",2]; _return = true; _dt = ["Object Looted", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; if (!isNull _destroyTrashObj) then { - - EPOCH_destroyTrash = [_destroyTrashObj, _trashType, player, Epoch_personalToken]; - // hint str EPOCH_destroyTrash; - publicVariableServer "EPOCH_destroyTrash"; + [_destroyTrashObj, _trashType, player, Epoch_personalToken] remoteExec ["EPOCH_server_destroyTrash",2]; EPOCH_playerSoiled = (EPOCH_playerSoiled + 1) min 100; _return = true; _dt = ["Object Looted", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; @@ -110,15 +105,14 @@ if (diag_tickTime - EPOCH_lastTrash > 2) then { _id = [_animal, true] execFSM "\x\addons\a3_epoch_code\System\Animal_brain.fsm"; _animals pushBack _animal; }; - EPOCH_TEMPOBJ_PVS = _animals; - publicVariableServer "EPOCH_TEMPOBJ_PVS"; + _animals remoteExec ["EPOCH_localCleanup",2]; }; }; - if (!isNull EPOCH_bankTerminal) then { + if (!isNull _bankTerminal) then { // make balance request if (isNil "EPOCH_bankTransferActive") then { - EPOCH_storeCrypto_PVS = [player, [], Epoch_personalToken]; - publicVariableServer "EPOCH_storeCrypto_PVS"; + [player, [], Epoch_personalToken] remoteExec ["EPOCH_server_storeCrypto",2]; + closeDialog 0; createDialog "InteractBank"; diff --git a/Sources/epoch_code/compile/EPOCH_mineRocks.sqf b/Sources/epoch_code/compile/EPOCH_mineRocks.sqf index 3e9318ef..1f9959c5 100644 --- a/Sources/epoch_code/compile/EPOCH_mineRocks.sqf +++ b/Sources/epoch_code/compile/EPOCH_mineRocks.sqf @@ -27,25 +27,32 @@ if ((diag_tickTime - EPOCH_lastMineRocks) >= 2) then { _object = objNull; _config = 'CfgEpochClient' call EPOCH_returnConfig; - _lootables = getArray(_config >> worldname >> "Wrecks"); - _cinderList = getArray(_config >> worldname >> "Cinder"); - _rocksList = getArray(_config >> worldname >> "Rocks"); _found = false; _foundIndex = -1; { - _str = str(_x); - _findStart = _str find ": "; - if (_findStart != -1) then{ - _p3dName = _str select[_findStart + 2, 999]; - _found = _p3dName in _rocksList; - if (_p3dName in _lootables) then{ - _found = true; - _foundIndex = 1; - }; - if (_p3dName in _cinderList) then{ - _found = true; - _foundIndex = 0; + if !(_x isKindOf "All") then { + _str = str(_x); + _findStart = _str find ": "; + if (_findStart != -1) then{ + + _start = _findStart + 2; + _end = (_str find ".") - _start; + _p3dName = _str select[_start, _end]; + if (_p3dName find " " != -1) then { + (_p3dName splitString " ") joinString "_"; // replace spaces with underscores + }; + _finalConfig = (_config >> "WorldInteractions" >> (_p3dName + "_p3d")); + + _found = (getNumber(_finalConfig >> "rock") == 1); + if (getNumber(_finalConfig >> "wreck") == 1) then{ + _found = true; + _foundIndex = 1; + }; + if (getNumber(_finalConfig >> "cinder") == 1) then{ + _found = true; + _foundIndex = 0; + }; }; }; if (_found)exitWith{_object = _x}; @@ -53,8 +60,7 @@ if ((diag_tickTime - EPOCH_lastMineRocks) >= 2) then { if (!isNull _object) then { if (alive _object) then { - EPOCH_mineRocks_PVS = [_object, _foundIndex, player, Epoch_personalToken]; - publicVariableServer "EPOCH_mineRocks_PVS"; + [_object, _foundIndex, player, Epoch_personalToken] remoteExec ["EPOCH_server_mineRocks",2]; }; }; }; diff --git a/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf b/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf index d6d887dd..bfb3c3b5 100644 --- a/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf +++ b/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf @@ -53,7 +53,7 @@ if (!isNull EPOCH_currentTarget && vehicle player == player) then { case 0: { _stability = 100 - round(damage _currentTarget * 100); _icon = "\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa"; - _text = "Press (Inventory)"; + _text = ""; if (_stability < 50) then { _color = [1, 0.5, 0, 0.7]; diff --git a/Sources/epoch_code/compile/EPOCH_replaceWord.sqf b/Sources/epoch_code/compile/EPOCH_replaceWord.sqf index b655fbaa..4c380138 100644 --- a/Sources/epoch_code/compile/EPOCH_replaceWord.sqf +++ b/Sources/epoch_code/compile/EPOCH_replaceWord.sqf @@ -4,7 +4,7 @@ Contributors: Description: - test code to replace string in word (old) + code to replace string in word Licence: Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike @@ -12,41 +12,5 @@ Github: https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_replaceWord.sqf */ -private["_nextChar2", "_nextChar1", "_nextChar", "_replaceArray", "_STRING", "_needle", "_replace"]; -_replaceArray = []; - -_STRING = toArray(_this select 0); -_needle = toArray(_this select 1); -_replace = toArray(_this select 2); - -{ - if (_x == (_needle select 0)) then { - _nextChar = _forEachIndex + 1; - if ((_STRING select _nextChar) == (_needle select 1)) then { - _nextChar1 = _nextChar + 1; - if ((_STRING select _nextChar1) == (_needle select 2)) then { - _nextChar2 = _nextChar1 + 1; - - if ((_STRING select _nextChar2) == (_needle select 3)) then { - _nextChar3 = _nextChar2 + 1; - - if ((_STRING select _nextChar3) == (_needle select 4)) then { - _nextChar4 = _nextChar3 + 1; - - if ((_STRING select _nextChar4) == (_needle select 5)) then { - _replaceArray pushBack[_forEachIndex, _nextChar, _nextChar1, _nextChar2, _nextChar3, _nextChar4]; - }; - }; - }; - }; - }; - }; - -}forEach _STRING; -{ - for "_i" from 0 to(count _x - 1) do { - _STRING set[_x select _i, _replace select _i]; - } -}forEach _replaceArray; - -toString(_STRING); +params ["_STRING","_needle","_replace"]; +_STRING splitString _needle joinString _replace diff --git a/Sources/epoch_code/compile/EPOCH_supportCopter.sqf b/Sources/epoch_code/compile/EPOCH_supportCopter.sqf index f9e145bf..66c77429 100644 --- a/Sources/epoch_code/compile/EPOCH_supportCopter.sqf +++ b/Sources/epoch_code/compile/EPOCH_supportCopter.sqf @@ -58,5 +58,5 @@ for "_i" from 0 to ((count _arrUnits)-1) do { }; // cleanup units or (transfer ownership) if player logs out -EPOCH_TEMPOBJ_PVS = _units; -publicVariableServer "EPOCH_TEMPOBJ_PVS"; +// send to server +_units remoteExec ["EPOCH_localCleanup",2]; diff --git a/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf b/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf index 19fe886e..8076986a 100644 --- a/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf +++ b/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf @@ -114,6 +114,6 @@ switch _unitClass do { }; if !(isNull _unit) then { - EPOCH_TEMPOBJ_PVS = _unit; - publicVariableServer "EPOCH_TEMPOBJ_PVS"; + // send to server + [_unit] remoteExec ["EPOCH_localCleanup",2]; }; diff --git a/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf b/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf index 9603f57c..1b803dac 100644 --- a/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_changeWallState.sqf @@ -134,15 +134,15 @@ if !(isNull _object) then { }; { - _craftItem = _x; - _craftQty = 1; - if (typeName _x == "ARRAY") then { - _craftItem = _x select 0; - _craftQty = _x select 1; - }; - for "_i" from 1 to _craftQty do { - player addMagazine _craftItem; - }; + _craftItem = _x; + _craftQty = 1; + if (typeName _x == "ARRAY") then { + _craftItem = _x select 0; + _craftQty = _x select 1; + }; + for "_i" from 1 to _craftQty do { + _craftItem call EPOCH_fnc_addItemOverflow; + }; }forEach _recipe; _dt = [format["%1 part on %2","Removed",_objClass call EPOCH_itemDisplayName], 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; diff --git a/Sources/epoch_code/compile/building/EPOCH_countdown.sqf b/Sources/epoch_code/compile/building/EPOCH_countdown.sqf index 548e3952..2c454544 100644 --- a/Sources/epoch_code/compile/building/EPOCH_countdown.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_countdown.sqf @@ -76,9 +76,7 @@ if (!isNull _this) then { // proceed to send save to server } else { if (_saveCheck) then { - EPOCH_SAVEBUILD = [_this, player, Epoch_personalToken]; - publicVariableServer "EPOCH_SAVEBUILD"; - //diag_log format["DEBUG SAVE: %1", _this]; + [_this, player, Epoch_personalToken] remoteExec["EPOCH_server_saveBuilding", 2]; }; }; }; diff --git a/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf b/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf index 8a5c02cb..fc112686 100644 --- a/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_maintainIT.sqf @@ -40,8 +40,7 @@ if (EPOCH_playerCrypto > 0) then { EPOCH_maintainLockout = true; - EPOCH_MAINTBUILD = [_this, player, _maintainCount, Epoch_personalToken]; - publicVariableServer "EPOCH_MAINTBUILD"; + [_this, player, _maintainCount, Epoch_personalToken] remoteExec ["EPOCH_server_maintBUILD",2]; [_rnd,_maintainCount] spawn { params ["_rnd","_maintainCount"]; diff --git a/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf b/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf index 5679dbb8..06a29f51 100644 --- a/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_removeBUILD.sqf @@ -82,8 +82,7 @@ if !(_buildingAllowed)exitWith{false}; _removeParts = getArray(('CfgBaseBuilding' call EPOCH_returnConfig) >> _objType >> "removeParts"); if !(_removeParts isEqualTo[]) then{ - EPOCH_REMBUILD = [_this, player, Epoch_personalToken]; - publicVariableServer "EPOCH_REMBUILD"; + [_this, player, Epoch_personalToken] remoteExec ["EPOCH_server_removeBUILD",2]; _return = true; _dt = ["Removed", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; diff --git a/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf b/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf index 1c7420b5..d6290c61 100644 --- a/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_simulSwap.sqf @@ -72,8 +72,7 @@ if (isText(_config)) then { _newObj setposATL (_worldspace select 0); if (_textureSlot != 0) then { - EPOCH_PAINTBUILD = [_newObj, _textureSlot, player, Epoch_personalToken]; - publicVariableServer "EPOCH_PAINTBUILD"; + [_newObj, _textureSlot, player, Epoch_personalToken] remoteExec ["EPOCH_server_paintBUILD",2]; }; }; EP_velocityTransformation = []; diff --git a/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf b/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf index 38506da8..2a49e070 100644 --- a/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_staticMove.sqf @@ -73,8 +73,8 @@ if (_class != "") then { _pos2 = player modelToWorldVisual[EPOCH_X_OFFSET, EPOCH_Y_OFFSET, EPOCH_Z_OFFSET]; EPOCH_target = createVehicle[_class, _pos2, [], 0, "CAN_COLLIDE"]; - EPOCH_TEMPOBJ_PVS = EPOCH_target; - publicVariableServer "EPOCH_TEMPOBJ_PVS"; + // send to server + [EPOCH_target] remoteExec ["EPOCH_localCleanup",2]; if (_pos2 select 2 > _maxHeight) then { _pos2 set[2, _maxHeight]; diff --git a/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf b/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf index f16773c7..17a222c1 100644 --- a/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf +++ b/Sources/epoch_code/compile/building/EPOCH_upgradeBUILD.sqf @@ -124,8 +124,7 @@ if (_object isKindOf "Constructions_static_F") then { if (_canUpgradePartCount == _removedPartCount) then { // send to server for upgrade - EPOCH_UPBUILD = [_object,player,Epoch_upgradeIndex,Epoch_personalToken]; - publicVariableServer "EPOCH_UPBUILD"; + [_object,player,Epoch_upgradeIndex,Epoch_personalToken] remoteExec ["EPOCH_server_upgradeBUILD",2]; Epoch_upgradeIndex = nil; _return = true; _dt = ["Upgraded", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; diff --git a/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf b/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf index 9c7cfd05..81e99e09 100644 --- a/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf +++ b/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf @@ -46,7 +46,7 @@ if !(isNull _this && alive _this) then { _bleedAmount = 30; _bloodpAmount = 3; _soundEffect = "snake_bite0"; - _canSee = true; + _canSee = !(lineIntersects[eyePos _this, aimPos player, _this, player]); _ppEffect = 0; }; case "Snake2_random_EPOCH": { @@ -57,7 +57,7 @@ if !(isNull _this && alive _this) then { _bleedAmount = 30; _bloodpAmount = 3; _soundEffect = "snake_bite0"; - _canSee = true; + _canSee = !(lineIntersects[eyePos _this, aimPos player, _this, player]); _ppEffect = 0; }; case "GreatWhite_F": { @@ -101,7 +101,7 @@ if !(isNull _this && alive _this) then { _this say3D _soundEffect; if (_soundEffectGlobal) then { EPOCH_say3D_PVS = [player, _this, _soundEffectIndex, Epoch_personalToken]; - publicVariableServer "EPOCH_say3D_PVS"; + EPOCH_say3D_PVS remoteExec ["EPOCH_server_handle_say3D",2]; }; }; if (random 1 < _toxicChance) then { diff --git a/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf b/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf index 17afd304..d111923d 100644 --- a/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf +++ b/Sources/epoch_code/compile/environment/EPOCH_client_loadAnimalBrain.sqf @@ -50,8 +50,8 @@ if!(isNil "_animalPos") then { // diag_log format["DEBUG: spawned %1", _randomAIClass]; - EPOCH_TEMPOBJ_PVS = _animal; - publicVariableServer "EPOCH_TEMPOBJ_PVS"; + // send to server + [_animal] remoteExec ["EPOCH_localCleanup",2]; { _animal disableAI _x; diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf index f44f0601..ea3710cb 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_addItemOverflow.sqf @@ -19,23 +19,25 @@ _this: STRING - Item Class Returns: - NOTHING + BOOL */ private ["_wHPos","_wH","_nearByHolder","_item"]; +if (_this isEqualTo "") exitWith{false}; _item = _this; if (player canAdd _item) then { - player addItem _item; + player addItem _item; } else { - _wH = objNull; - _nearByHolder = nearestObjects [position player,["groundWeaponHolder"],3]; - if (_nearByHolder isEqualTo []) then { - _wHPos = player modelToWorld [0,1,0]; - if (surfaceIsWater _wHPos) then { - _wHPos = ASLToATL _wHPos; + _wH = objNull; + _nearByHolder = nearestObjects [position player,["groundWeaponHolder"],3]; + if (_nearByHolder isEqualTo []) then { + _wHPos = player modelToWorld [0,1,0]; + if (surfaceIsWater _wHPos) then { + _wHPos = ASLToATL _wHPos; + }; + _wH = createVehicle ["groundWeaponHolder",_wHPos, [], 0, "CAN_COLLIDE"]; + } else { + _wH = _nearByHolder select 0; }; - _wH = createVehicle ["groundWeaponHolder",_wHPos, [], 0, "CAN_COLLIDE"]; - } else { - _wH = _nearByHolder select 0; - }; - _wh addItemCargoGlobal [_item,1]; + _wh addItemCargoGlobal [_item,1]; }; +true diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf index cc05edfb..48129425 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerDeath.sqf @@ -32,8 +32,7 @@ if (vehicle _unit != _unit) then { _unit action["Eject", vehicle _unit]; }; -EPOCH_deadPlayer_PVS = [player,_killer,toArray profileName,Epoch_personalToken]; -publicVariableServer "EPOCH_deadPlayer_PVS"; +[player,_killer,toArray profileName,Epoch_personalToken] remoteExec ["EPOCH_server_deadPlayer",2]; // disable build mode EPOCH_buildMode = 0; diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf index 1708ce82..cb0d4d78 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_playerFired.sqf @@ -55,8 +55,7 @@ switch true do { if ("Defib_EPOCH" in _attachments) then { if (!alive _cursorTarget) then { - EPOCH_revivePlayer_PVS = [_cursorTarget,player,Epoch_personalToken]; - publicVariableServer "EPOCH_revivePlayer_PVS"; + [_cursorTarget,player,Epoch_personalToken] remoteExec ["EPOCH_server_revivePlayer",2]; }; }; } else { @@ -83,15 +82,13 @@ switch true do { if (local _cursorTarget) then { [_cursorTarget,[_currentHIT,_newDMG]] call EPOCH_client_repairVehicle; } else { - EPOCH_repairVehicle_PVS = [_cursorTarget,[_currentHIT,_newDMG],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [_cursorTarget,[_currentHIT,_newDMG],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; }; //diag_log format["DEBUG HITPOINT REPAIRED: %1 %2 %3", _currentHIT, _newDMG, _attachments]; } else { if ((damage _cursorTarget) > 0) then { - EPOCH_repairVehicle_PVS = [_cursorTarget,["ALL",0],player,Epoch_personalToken]; - publicVariableServer "EPOCH_repairVehicle_PVS"; + [_cursorTarget,["ALL",0],player,Epoch_personalToken] remoteExec ["EPOCH_server_repairVehicle",2]; }; }; }; diff --git a/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf b/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf index 7812790f..f4040da3 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_pushCustomVar.sqf @@ -38,9 +38,7 @@ if ((diag_tickTime - _EPOCH_lastSave) >= _time) then { _customVars pushBack (missionNamespace getVariable format["EPOCH_player%1",_x select 0]); } forEach _customVarsInit; - // TODO: use remoteExec here - missionNamespace setVariable ["EPOCH_pushPlayer_PVS",[player,_customVars,missionNamespace getVariable "Epoch_personalToken"]]; - publicVariableServer "EPOCH_pushPlayer_PVS"; + [player,_customVars,missionNamespace getVariable "Epoch_personalToken"] remoteExec ["EPOCH_fnc_savePlayer",2]; missionNamespace setVariable["EPOCH_lastSave", diag_tickTime]; }; diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf index 1e964dff..4b36e8ee 100644 --- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf +++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf @@ -248,14 +248,12 @@ if (vehicle player == player) then { if (isTouchingGround player && speed player > 10) then { if ((primaryWeapon player != "") && (currentWeapon player == primaryWeapon player)) then { player switchMove "AovrPercMrunSrasWrflDf"; - EPOCH_switchMove_PVS = [player, 1, Epoch_personalToken]; - publicVariableServer "EPOCH_switchMove_PVS"; + [player, 1, Epoch_personalToken] remoteExec ["EPOCH_server_handle_switchMove",2]; _handled = true; } else { if (currentWeapon player == "") then { player switchMove "epoch_unarmed_jump"; - EPOCH_switchMove_PVS = [player, 2, Epoch_personalToken]; - publicVariableServer "EPOCH_switchMove_PVS"; + [player, 2, Epoch_personalToken] remoteExec ["EPOCH_server_handle_switchMove",2]; _handled = true; }; }; @@ -268,7 +266,8 @@ if (vehicle player == player) then { }; }; - if (_dikCode in(actionKeys "Gear")) then { + if (_dikCode in(actionKeys "Gear") && !EPOCH_gearKeyPressed) then { + EPOCH_gearKeyPressed = true; if !(isNull EPOCH_Target) then { if !(EPOCH_Target isKindOf "ThingX") then { deleteVehicle EPOCH_Target; @@ -280,14 +279,6 @@ if (vehicle player == player) then { if (isTouchingGround player) then { _handled = call EPOCH_lootTrash; }; - if !(_handled) then { - if (!isNull(findDisplay 602)) then { //Inventory Open? - (findDisplay 602) closeDisplay 3000; - } - else { - _handled = _ctrl call EPOCH_startInteract; - }; - }; }; }; // end player only code diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf index 5843327c..bc4baa3c 100644 --- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf +++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf @@ -36,5 +36,9 @@ if (_dikCode == EPOCH_keysAction) then { true call Epoch_dynamicMenuCleanup; }; +if (_dikCode in(actionKeys "Gear")) then { + EPOCH_gearKeyPressed = false; +}; + _handled diff --git a/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf b/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf index 5e877850..6e8961e2 100644 --- a/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf +++ b/Sources/epoch_code/compile/inventory/EPOCH_itemInteractClick.sqf @@ -43,6 +43,7 @@ EPOCH_InteractedItem = [_text,_data,_pic]; _interactOption = 0; _buttonTXT = ""; +_magCount = 1; if (isClass (configfile >> "cfgweapons" >> _data)) then { _type = getNumber (configfile >> "CfgWeapons" >> _data >> "type"); _interactOption = getNumber (configfile >> "CfgWeapons" >> _data >> "interactAction"); @@ -51,6 +52,7 @@ if (isClass (configfile >> "cfgweapons" >> _data)) then { _type = getNumber (configfile >> "CfgMagazines" >> _data >> "type"); _interactOption = getNumber (configfile >> "CfgMagazines" >> _data >> "interactAction"); _buttonTXT = getText(configfile >> "CfgMagazines" >> _data >> "interactText"); + _magCount = getNumber (configfile >> "CfgMagazines" >> _data >> "count"); }; _display = (findDisplay 602); @@ -60,8 +62,13 @@ if (_buttonTXT != "") then { _useBtn ctrlSetText _buttonTXT; _useBtn ctrlEnable true; } else { - _useBtn ctrlSetText "EXAMINE"; - _useBtn ctrlEnable false; + if (_magCount > 1) then { + _useBtn ctrlEnable true; + _useBtn ctrlSetText "REPACK"; + } else { + _useBtn ctrlSetText "EXAMINE"; + _useBtn ctrlEnable false; + }; }; _useBtn = _display displayCtrl -14; diff --git a/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf b/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf index 7c9af0b3..1a7565ea 100644 --- a/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf +++ b/Sources/epoch_code/compile/missions/EPOCH_mission_cage_sapper.sqf @@ -9,8 +9,8 @@ _cage2 = createVehicle ["Land_Cages_F", _cagePos, [], 2, "CAN_COLLIDE"] ; _cage2 setVectorDirAndUp [[0,0,1],[0,1,0]]; _cage attachTo [_cage2,[0,1.3,0]]; -EPOCH_TEMPOBJ_PVS = [_cage,_cage2]; -publicVariableServer "EPOCH_TEMPOBJ_PVS"; +// send to server +[_cage,_cage2] remoteExec ["EPOCH_localCleanup",2]; _startCage = diag_tickTime; @@ -27,12 +27,11 @@ _sapper setVectorDirAndUp [[0,0,1],[0,1,0]]; _sapper forcespeed 0; if !(isNull _sapper) then { - EPOCH_TEMPOBJ_PVS = _sapper; - publicVariableServer "EPOCH_TEMPOBJ_PVS"; + // send to server + [_sapper] remoteExec ["EPOCH_localCleanup",2]; }; -EPOCH_FillContainer_PVS = [player,Epoch_personalToken,objNull,false,25]; -publicVariableServer "EPOCH_FillContainer_PVS"; +[player,Epoch_personalToken,objNull,false,25] remoteExec ["EPOCH_server_fillContainer",2]; while {player distance _sapper < 100 && alive player} do { @@ -41,7 +40,7 @@ while {player distance _sapper < 100 && alive player} do { _sound = _sounds select (floor (random (count _sounds))); _sapper say3D _sound; EPOCH_say3D_PVS = [player, _sapper,(EPOCH_sounds find _sound), Epoch_personalToken]; - publicVariableServer "EPOCH_say3D_PVS"; + EPOCH_say3D_PVS remoteExec ["EPOCH_server_handle_say3D",2]; }; uiSleep 0.5; }; diff --git a/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf b/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf index add0a406..588fb34d 100644 --- a/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf +++ b/Sources/epoch_code/compile/p2p_trading/EPOCH_TradeLoop.sqf @@ -58,8 +58,7 @@ if (!isNull EPOCH_p2ptradeTarget) then { }forEach _array; if (_removeCount == count _array) then { - EPOCH_MAKETRADE = [player, EPOCH_p2ptradeTarget, _array, _tradeOffer, Epoch_personalToken]; - publicVariableServer "EPOCH_MAKETRADE"; + [player, EPOCH_p2ptradeTarget, _array, _tradeOffer, Epoch_personalToken] remoteExec ["EPOCH_server_makeTrade",2]; }; (findDisplay -1900) closeDisplay 1; diff --git a/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf b/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf index 4e02a297..a3c247c1 100644 --- a/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf +++ b/Sources/epoch_code/compile/p2p_trading/EPOCH_startTRADEREQ.sqf @@ -9,8 +9,8 @@ if (!isNull _otherPlyr) then { // restict to only players not in vehicles if (vehicle player == player && vehicle _otherPlyr == _otherPlyr) then { - EPOCH_MAKETRADEREQ = _this; - publicVariableServer "EPOCH_MAKETRADEREQ"; + // send + _this remoteExec ["EPOCH_server_tradeRequest",2]; // target other player EPOCH_p2ptradeTarget = _otherPlyr; diff --git a/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf b/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf index d9af566f..eb288da5 100644 --- a/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf +++ b/Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf @@ -31,7 +31,6 @@ if !(alive player && alive _playerObject && !isPlayer _playerObject) then { // deleteGroup _group; Epoch_canBeRevived = false; - Epoch_personalToken = _this select 1; // call EPOCH_clientInit; @@ -41,13 +40,12 @@ if !(alive player && alive _playerObject && !isPlayer _playerObject) then { closeDialog 0; ("BIS_fnc_respawnCounter" call BIS_fnc_rscLayer) cutText ["","PLAIN"]; - player addEventHandler ["Respawn", {(_this select 0) call EPOCH_clientRespawn}]; - player addEventHandler ["Put", {(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler}]; - player addEventHandler ["Take", {(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck}]; - player addEventHandler ["InventoryClosed", { if !(EPOCH_arr_interactedObjs isEqualTo[]) then{EPOCH_arr_interactedObjs remoteExec["EPOCH_server_save_vehicles", 2]; EPOCH_arr_interactedObjs = []; }; }]; - player addEventHandler ["InventoryOpened", {_this spawn EPOCH_initUI; (locked (_this select 1) in [2, 3] || (_this select 1) getVariable["EPOCH_Locked", false]) }]; - player addEventHandler ["Fired", {_this call EPOCH_fnc_playerFired}]; - player addEventHandler ["Killed", {_this call EPOCH_fnc_playerDeath}]; + { + player addEventHandler [_x,(["CfgEpochClient", _x, ""] call EPOCH_fnc_returnConfigEntryV2)]; + } forEach (["CfgEpochClient", "addEventHandler", []] call EPOCH_fnc_returnConfigEntryV2); + + // reset blood Pressure to warning level + EPOCH_playerBloodP = 120; } else { deleteVehicle _playerObject; }; diff --git a/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf b/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf index b843c05f..e61938a8 100644 --- a/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf +++ b/Sources/epoch_code/compile/setup/EPOCH_client_publicEH.sqf @@ -44,7 +44,7 @@ call compile (" case "+str(_this select 16)+": { Epoch_my_GroupUID = _data }; case "+str(_this select 17)+": { _data call EPOCH_Group_invitePlayer }; case "+str(_this select 18)+": { _data call EPOCH_handleServerMessage }; - case "+str(_this select 19)+": { {missionNamespace setVariable[format['EPOCH_player%1', _x], EPOCH_defaultVars select(EPOCH_customVars find _x)]} forEach['Temp','Hunger','Thirst','Toxicity','Stamina','HitPoints','BloodP']}; + case "+str(_this select 19)+": { {missionNamespace setVariable[format['EPOCH_player%1', _x], EPOCH_defaultVars select(EPOCH_customVars find _x)]} forEach['Temp','Hunger','Thirst','Toxicity','Stamina','HitPoints','BloodP','Alcohol','Radiation']}; case "+str(_this select 20)+": { _data call EPOCH_mission_returnObj }; }; }; diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf index acc8a276..f740f09c 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf @@ -1,142 +1,138 @@ - - // current target - - _currentTarget = objNull; - _cursorTarget = ([10] call EPOCH_fnc_cursorTarget); - if (!isNull _cursorTarget && {!(EPOCH_target isEqualTo _cursorTarget)}) then { - if (_cursorTarget isKindOf "ThingX" || _cursorTarget isKindOf "Constructions_static_F" || _cursorTarget isKindOf "Constructions_foundation_F" || _cursorTarget isKindOf "WeaponHolder" || _cursorTarget isKindOf "AllVehicles" || _cursorTarget isKindOf "PlotPole_EPOCH") then{ - if (_cursorTarget isKindOf "Animal_Base_F") then { - if !(alive _cursorTarget) then { - _currentTarget = _cursorTarget; - }; - } else { - _currentTarget = _cursorTarget; - }; - }; - }; - EPOCH_currentTarget = _currentTarget; - - _increaseStamina = false; - _vehicle = vehicle player; - if (_vehicle == player) then { - _val = log(abs(speed player)); - _staminaThreshold = 0.7; - if (EPOCH_playerIsSwimming) then {_staminaThreshold = 0.3}; - if (_val>_staminaThreshold) then { - EPOCH_playerStamina = (EPOCH_playerStamina - (_val/4)) max 0; - } else { - _increaseStamina = true; +_currentTarget = objNull; +_cursorTarget = ([10] call EPOCH_fnc_cursorTarget); +if (!isNull _cursorTarget && {!(EPOCH_target isEqualTo _cursorTarget)}) then { + if (_cursorTarget isKindOf "ThingX" || _cursorTarget isKindOf "Constructions_static_F" || _cursorTarget isKindOf "Constructions_foundation_F" || _cursorTarget isKindOf "WeaponHolder" || _cursorTarget isKindOf "AllVehicles" || _cursorTarget isKindOf "PlotPole_EPOCH") then{ + if (_cursorTarget isKindOf "Animal_Base_F") then { + if !(alive _cursorTarget) then { + _currentTarget = _cursorTarget; }; } else { - if (EPOCH_buildMode > 0) then { - EPOCH_buildMode = 0; - EPOCH_snapDirection = 0; - hintsilent "BUILD MODE: DISABLED"; - EPOCH_Target = objNull; - // EPOCH_SURVEY = []; - }; - _increaseStamina = true; - - switch (typeOf _vehicle) do { - case "jetski_epoch": { - _clock_hour10 = floor ((date select 3)/10); - _clock_minute10 = floor ((date select 4)/10); - { - _vehicle setObjectTexture [_forEachIndex,_x]; - }forEach[ - format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",_clock_hour10], - format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",(date select 3)-(_clock_hour10*10)], - format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",_clock_minute10], - format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",(date select 4)-(_clock_minute10*10)], - format["\x\addons\a3_epoch_vehicles\data\fuel%1_ca.paa",floor(fuel _vehicle*10)] - ]; - }; - case "ebike_epoch": { - { - _vehicle setObjectTexture [_forEachIndex,_x]; - }forEach[ - format["\x\addons\a3_epoch_vehicles\data\speed%1_ca.paa",floor(speed _vehicle/9) max 0], - format["\x\addons\a3_epoch_vehicles\data\energ%1_ca.paa",floor(fuel _vehicle*14)] - ]; - }; + _currentTarget = _cursorTarget; + }; + }; +}; +EPOCH_currentTarget = _currentTarget; + +_increaseStamina = false; +_vehicle = vehicle player; +if (_vehicle == player) then { + _val = log(abs(speed player)); + _staminaThreshold = 0.7; + if (EPOCH_playerIsSwimming) then {_staminaThreshold = 0.3}; + if (_val>_staminaThreshold) then { + EPOCH_playerStamina = (EPOCH_playerStamina - (_val/4)) max 0; + } else { + _increaseStamina = true; + }; +} else { + if (EPOCH_buildMode > 0) then { + EPOCH_buildMode = 0; + EPOCH_snapDirection = 0; + hintsilent "BUILD MODE: DISABLED"; + EPOCH_Target = objNull; + // EPOCH_SURVEY = []; + }; + _increaseStamina = true; + + switch (typeOf _vehicle) do { + case "jetski_epoch": { + _clock_hour10 = floor ((date select 3)/10); + _clock_minute10 = floor ((date select 4)/10); + { + _vehicle setObjectTexture [_forEachIndex,_x]; + }forEach[ + format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",_clock_hour10], + format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",(date select 3)-(_clock_hour10*10)], + format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",_clock_minute10], + format["\x\addons\a3_epoch_vehicles\data\num%1_ca.paa",(date select 4)-(_clock_minute10*10)], + format["\x\addons\a3_epoch_vehicles\data\fuel%1_ca.paa",floor(fuel _vehicle*10)] + ]; + }; + case "ebike_epoch": { + { + _vehicle setObjectTexture [_forEachIndex,_x]; + }forEach[ + format["\x\addons\a3_epoch_vehicles\data\speed%1_ca.paa",floor(speed _vehicle/9) max 0], + format["\x\addons\a3_epoch_vehicles\data\energ%1_ca.paa",floor(fuel _vehicle*14)] + ]; + }; + }; +}; + +_envCold = EPOCH_playerTemp <= 95.0; +_envHot = EPOCH_playerTemp >= 106.7; +_hungry = EPOCH_playerHunger <= 0; +_thirsty = EPOCH_playerThirst <= 0; +_warnbloodPressure = EPOCH_playerBloodP > 120; + +_thirst ctrlShow (EPOCH_playerThirst <= 625); +if (ctrlShown _thirst) then { + [_thirst,_thirsty] call _fadeUI; + _thirstScale = linearConversion [0,EPOCH_playerThirst,2500,0.01,1,true]; + _thirst ctrlSetTextColor [_thirstScale, _thirstScale, 0.9, 1]; +}; + +_hunger ctrlShow (EPOCH_playerHunger <= 1250); +if (ctrlShown _hunger) then { + [_hunger,_hungry] call _fadeUI; + _hungerScale = linearConversion [0,EPOCH_playerHunger,5000,0.01,1,true]; + _hunger ctrlSetTextColor [1, _hungerScale, _hungerScale, 1]; +}; + +_playerOxygen = getOxygenRemaining player; +_oxygen ctrlShow (_playerOxygen < 1); +if (ctrlShown _oxygen) then { + [_oxygen,(_playerOxygen <= 0.55)] call _fadeUI; + _oxygen ctrlSetTextColor [1, _playerOxygen, _playerOxygen, 1]; +}; + +_hazzard ctrlShow (EPOCH_playerToxicity > 1); +if (ctrlShown _hazzard) then { + [_hazzard,(EPOCH_playerToxicity >= 55)] call _fadeUI; + _toxicScale = 1-linearConversion [0,EPOCH_playerToxicity,100,0.01,1,true]; + _hazzard ctrlSetTextColor [_toxicScale, 1, _toxicScale, 1]; +}; + +_broken ctrlShow ((player getHitPointDamage "HitLegs") >= 0.5); +if (ctrlShown _broken) then { + [_broken,true] call _fadeUI; +}; + +if (_envCold || _envHot || _hungry || _thirsty) then { + if (_envHot || _envCold) then { + player setFatigue 1; + }; + EPOCH_playerBloodP = (EPOCH_playerBloodP + 0.05) min 190; + _increaseStamina = false; +} else { + if (EPOCH_playerStamina > 0) then { + if !(_panic) then { + if (!_warnbloodPressure) then { + player setFatigue 0; }; + EPOCH_playerBloodP = EPOCH_playerBloodP - 1 max 100; }; + }; +}; - _envCold = EPOCH_playerTemp <= 95.0; - _envHot = EPOCH_playerTemp >= 106.7; - _hungry = EPOCH_playerHunger <= 0; - _thirsty = EPOCH_playerThirst <= 0; - _warnbloodPressure = EPOCH_playerBloodP > 120; +_critical = (damage player >= 0.7 || _warnbloodPressure); +_emergency ctrlShow _critical; +if (ctrlShown _emergency) then { + [_emergency,(EPOCH_playerBloodP > 140)] call _fadeUI; + _emergencyScale = 1-linearConversion [0,EPOCH_playerBloodP,180,0.01,1,true]; + _emergency ctrlSetTextColor [1, _emergencyScale, _emergencyScale, 1]; +}; - _thirst ctrlShow (EPOCH_playerThirst <= 625); - if (ctrlShown _thirst) then { - [_thirst,_thirsty] call _fadeUI; - _thirstScale = linearConversion [0,EPOCH_playerThirst,2500,0.01,1,true]; - _thirst ctrlSetTextColor [_thirstScale, _thirstScale, 0.9, 1]; - }; +if (EPOCH_playerBloodP >= 180) then { + true call EPOCH_pushCustomVar; +}; +if (_increaseStamina && (getFatigue player) == 0) then { + EPOCH_playerStamina = (EPOCH_playerStamina + 0.5) min EPOCH_playerStaminaMax; +}; +if (EPOCH_debugMode) then { + call EPOCH_debugMonitor; +}; - _hunger ctrlShow (EPOCH_playerHunger <= 1250); - if (ctrlShown _hunger) then { - [_hunger,_hungry] call _fadeUI; - _hungerScale = linearConversion [0,EPOCH_playerHunger,5000,0.01,1,true]; - _hunger ctrlSetTextColor [1, _hungerScale, _hungerScale, 1]; - }; +call EPOCH_TradeLoop; - _playerOxygen = getOxygenRemaining player; - _oxygen ctrlShow (_playerOxygen < 1); - if (ctrlShown _oxygen) then { - [_oxygen,(_playerOxygen <= 0.55)] call _fadeUI; - _oxygen ctrlSetTextColor [1, _playerOxygen, _playerOxygen, 1]; - }; - - _hazzard ctrlShow (EPOCH_playerToxicity > 1); - if (ctrlShown _hazzard) then { - [_hazzard,(EPOCH_playerToxicity >= 55)] call _fadeUI; - _toxicScale = 1-linearConversion [0,EPOCH_playerToxicity,100,0.01,1,true]; - _hazzard ctrlSetTextColor [_toxicScale, 1, _toxicScale, 1]; - }; - - _broken ctrlShow ((player getHitPointDamage "HitLegs") >= 0.5); - if (ctrlShown _broken) then { - [_broken,true] call _fadeUI; - }; - - if (_envCold || _envHot || _hungry || _thirsty) then { - if (_envHot || _envCold) then { - player setFatigue 1; - }; - EPOCH_playerBloodP = (EPOCH_playerBloodP + 0.05) min 190; - _increaseStamina = false; - } else { - if (EPOCH_playerStamina > 0) then { - if !(_panic) then { - if (!_warnbloodPressure) then { - player setFatigue 0; - }; - EPOCH_playerBloodP = EPOCH_playerBloodP - 1 max 100; - }; - }; - }; - - _critical = (damage player >= 0.7 || _warnbloodPressure); - _emergency ctrlShow _critical; - if (ctrlShown _emergency) then { - [_emergency,(EPOCH_playerBloodP > 140)] call _fadeUI; - _emergencyScale = 1-linearConversion [0,EPOCH_playerBloodP,180,0.01,1,true]; - _emergency ctrlSetTextColor [1, _emergencyScale, _emergencyScale, 1]; - }; - - if (EPOCH_playerBloodP >= 180) then { - true call EPOCH_pushCustomVar; - }; - if (_increaseStamina && (getFatigue player) == 0) then { - EPOCH_playerStamina = (EPOCH_playerStamina + 0.5) min EPOCH_playerStaminaMax; - }; - if (EPOCH_debugMode) then { - call EPOCH_debugMonitor; - }; - - call EPOCH_TradeLoop; - - - onEachFrame EPOCH_onEachFrame; +onEachFrame EPOCH_onEachFrame; diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf index b0148650..022e9c61 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf @@ -1,97 +1,103 @@ +if !(EPOCH_arr_interactedObjs isEqualTo[]) then { + EPOCH_arr_interactedObjs remoteExec["EPOCH_server_save_vehicles", 2]; + EPOCH_arr_interactedObjs = []; +}; - if !(EPOCH_arr_interactedObjs isEqualTo[]) then { - EPOCH_arr_interactedObjs remoteExec["EPOCH_server_save_vehicles", 2]; - EPOCH_arr_interactedObjs = []; - }; +if (damage player != _damagePlayer) then { + if (alive player) then { + true call EPOCH_pushCustomVar; + _damagePlayer = damage player; + }; +}; - if (damage player != _damagePlayer) then { - if (alive player) then { - true call EPOCH_pushCustomVar; - _damagePlayer = damage player; - }; - }; +// this fixes issues with players being unable to ride in the same vehicle +if ((rating player) < 0) then { + player addRating abs(rating player); +}; - if ((rating player) < 0) then { - player addRating abs(rating player); - }; +// calculate total available power +// 1. number of power production devices within range 75m - // calculate total available power - // 1. number of power production devices within range 75m +// find share of power based on factors +// 1. number of players +// 2. Other sources of drain (Lights) - // find share of power based on factors - // 1. number of players - // 2. Other sources of drain (Lights) +_energyValue = EPOCH_chargeRate min _energyRegenMax; +_vehicle = vehicle player; +if (_vehicle != player && isEngineOn _vehicle) then { + _energyValue = _energyValue + 5; +}; - _energyValue = EPOCH_chargeRate min _energyRegenMax; - _vehicle = vehicle player; - if (_vehicle != player && isEngineOn _vehicle) then { - _energyValue = _energyValue + 5; - }; +if (currentVisionMode player == 1) then { //NV enabled + _energyValue = _energyValue - _energyCostNV; + if (EPOCH_playerEnergy == 0) then { + player action["nvGogglesOff", player]; + }; +}; - if (currentVisionMode player == 1) then { //NV enabled - _energyValue = _energyValue - _energyCostNV; - if (EPOCH_playerEnergy == 0) then { - player action["nvGogglesOff", player]; - }; - }; +// Sets visual effect +if (EPOCH_playerAlcohol > 20) then { + _drunkVal = linearConversion [0,100,EPOCH_playerAlcohol,0.1,1,true]; + [(round(_drunkVal * 10)/10), 2] call epoch_setDrunk; + diag_log format["DEBUG: _drunkVal: %1",_drunkVal]; +} else { + [0, 2] call epoch_setDrunk; +}; - EPOCH_playerEnergy = ((EPOCH_playerEnergy + _energyValue) min EPOCH_playerEnergyMax) max 0; +EPOCH_playerEnergy = ((EPOCH_playerEnergy + _energyValue) min EPOCH_playerEnergyMax) max 0; - if !(EPOCH_playerEnergy isEqualTo _prevEnergy) then { - 9993 cutRsc["EpochGameUI3", "PLAIN", 0, false]; - _display3 = uiNamespace getVariable "EPOCH_EpochGameUI3"; - _energyDiff = round(EPOCH_playerEnergy - _prevEnergy); - _diffText = if (_energyDiff > 0) then {format["+%1",_energyDiff]} else {format["%1",_energyDiff]}; - // hint str [_energyValue,_prevEnergy,EPOCH_playerEnergy]; - (_display3 displayCtrl 21210) ctrlSetText format["%1/%2 %3", round(EPOCH_playerEnergy), EPOCH_playerEnergyMax, _diffText]; - _prevEnergy = EPOCH_playerEnergy; - }; +if !(EPOCH_playerEnergy isEqualTo _prevEnergy) then { + 9993 cutRsc["EpochGameUI3", "PLAIN", 0, false]; + _display3 = uiNamespace getVariable "EPOCH_EpochGameUI3"; + _energyDiff = round(EPOCH_playerEnergy - _prevEnergy); + _diffText = if (_energyDiff > 0) then {format["+%1",_energyDiff]} else {format["%1",_energyDiff]}; + // hint str [_energyValue,_prevEnergy,EPOCH_playerEnergy]; + (_display3 displayCtrl 21210) ctrlSetText format["%1/%2 %3", round(EPOCH_playerEnergy), EPOCH_playerEnergyMax, _diffText]; + _prevEnergy = EPOCH_playerEnergy; +}; - if (EPOCH_playerEnergy == 0) then { - if (EPOCH_buildMode > 0) then { - EPOCH_buildMode = 0; - EPOCH_snapDirection = 0; - _dt = ["Build Mode Disabled: Need Energy< / t>", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; - EPOCH_Target = objNull; - EPOCH_Z_OFFSET = 0; - EPOCH_X_OFFSET = 0; - EPOCH_Y_OFFSET = 5; - }; - }; +if (EPOCH_playerEnergy == 0) then { + if (EPOCH_buildMode > 0) then { + EPOCH_buildMode = 0; + EPOCH_snapDirection = 0; + _dt = ["Build Mode Disabled: Need Energy< / t>", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; + EPOCH_Target = objNull; + EPOCH_Z_OFFSET = 0; + EPOCH_X_OFFSET = 0; + EPOCH_Y_OFFSET = 5; + }; +}; - _attackers = player nearEntities[["Snake_random_EPOCH", "GreatWhite_F", "Epoch_Cloak_F"], 30]; - if !(_attackers isEqualTo[]) then { - (_attackers select 0) call EPOCH_client_bitePlayer; - _panic = true; - } else { - // custom poision - _toxicObjs = player nearobjects["SmokeShellCustom", 6]; - if!(_toxicObjs IsEqualTo[]) then { - (_toxicObjs select 0) call EPOCH_client_bitePlayer; - _panic = true; - } else { - _panic = false; - }; - }; +_attackers = player nearEntities[["Snake_random_EPOCH", "GreatWhite_F", "Epoch_Cloak_F"], 30]; +if !(_attackers isEqualTo[]) then { + (_attackers select 0) call EPOCH_client_bitePlayer; + _panic = true; +} else { + // custom poision + _toxicObjs = player nearobjects["SmokeShellCustom", 6]; + if!(_toxicObjs IsEqualTo[]) then { + (_toxicObjs select 0) call EPOCH_client_bitePlayer; + _panic = true; + } else { + _panic = false; + }; +}; - call EPOCH_fnc_Weather; +call EPOCH_fnc_Weather; - // Hunger / Thirst - _HTlossRate = _baseHTLoss; - if (EPOCH_playerStamina < 100) then { - if ((getFatigue player) > 0) then { - _HTlossRate = _HTlossRate + (_HTlossRate*(getFatigue player)); - }; - } else { - _HTlossRate = (_HTlossRate / 2); - }; +// Hunger / Thirst +_HTlossRate = _baseHTLoss; +if (EPOCH_playerStamina < 100) then { + if ((getFatigue player) > 0) then { + _HTlossRate = _HTlossRate + (_HTlossRate*(getFatigue player)); + }; +} else { + _HTlossRate = (_HTlossRate / 2); +}; - EPOCH_playerHunger = (EPOCH_playerHunger - _HTlossRate) max 0; - EPOCH_playerThirst = (EPOCH_playerThirst - _HTlossRate) max 0; +EPOCH_playerHunger = (EPOCH_playerHunger - _HTlossRate) max 0; +EPOCH_playerThirst = (EPOCH_playerThirst - _HTlossRate) max 0; - call _lootBubble; +call _lootBubble; - EPOCH_playerStaminaMax = (100 * (round(EPOCH_playerAliveTime/360)/10)) min 2500; - - //player setAnimSpeedCoef 0.75; - //player setCustomAimCoef 1; +EPOCH_playerStaminaMax = (100 * (round(EPOCH_playerAliveTime/360)/10)) min 2500; diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event3.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event3.sqf index 15e4bae8..f9eb85c9 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event3.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event3.sqf @@ -1,6 +1,5 @@ - - if !(_prevEquippedItem isEqualTo EPOCH_equippedItem_PVS) then { - _EPOCH_15 = _tickTime; - _prevEquippedItem = EPOCH_equippedItem_PVS; - publicVariableServer "EPOCH_equippedItem_PVS"; - }; +if !(_prevEquippedItem isEqualTo EPOCH_equippedItem_PVS) then { + _EPOCH_15 = _tickTime; + _prevEquippedItem = EPOCH_equippedItem_PVS; + EPOCH_equippedItem_PVS remoteExec ["EPOCH_server_equippedItem",2]; +}; diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event4.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event4.sqf index da2292d3..87b9e90c 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event4.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event4.sqf @@ -1,17 +1,15 @@ +_nearByBobbersLocal = []; +_nearByBobbers = player nearEntities[["Bobber_EPOCH"], 12]; +{ + if (local _x) then { + _nearByBobbersLocal pushBack _x + } +} forEach _nearByBobbers; - _nearByBobbersLocal = []; - _nearByBobbers = player nearEntities[["Bobber_EPOCH"], 12]; - { - if (local _x) then { - _nearByBobbersLocal pushBack _x - } - } forEach _nearByBobbers; - - if !(_nearByBobbersLocal isEqualTo []) then { - if ((random 100) < 50) then { - _bobber = _nearByBobbersLocal select floor(random(count _nearByBobbers)); - _bobber setVelocity [0,-1,-1]; - _bobber setVariable ["EPOCH_fishOnLine" , diag_tickTime]; - }; - - }; +if !(_nearByBobbersLocal isEqualTo []) then { + if ((random 100) < 50) then { + _bobber = _nearByBobbersLocal select floor(random(count _nearByBobbers)); + _bobber setVelocity [0,-1,-1]; + _bobber setVariable ["EPOCH_fishOnLine" , diag_tickTime]; + }; +}; diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event5.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event5.sqf index 42a39402..c68c9df6 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event5.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event5.sqf @@ -1,6 +1,7 @@ _position = getPosATL player; EPOCH_nearestLocations = nearestLocations[player, ["NameCityCapital", "NameCity", "Airport"], 300]; + EPOCH_playerIsSwimming = false; if !(surfaceIsWater _position) then { @@ -14,9 +15,7 @@ if !(surfaceIsWater _position) then { // spawn shark if player is deep water and not in vehicle if (vehicle player == player) then{ _offsetZ = ((_position vectorDiff getPosASL player) select 2); - if (_offsetZ > 1.7) then { - EPOCH_playerIsSwimming = true; - }; + EPOCH_playerIsSwimming = (_offsetZ > 1.7); if (_offsetZ > 50) then { "GreatWhite_F" call EPOCH_unitSpawn; }; @@ -55,6 +54,8 @@ if !(_powerSources isEqualTo[]) then { EPOCH_nearPower = true; }; }; +// downtick Alcohol +EPOCH_playerAlcohol = ((EPOCH_playerAlcohol - 1) min 100) max 0; EPOCH_playerAliveTime = round(EPOCH_playerAliveTime + (_tickTime - EPOCH_clientAliveTimer)); EPOCH_clientAliveTimer = _tickTime; diff --git a/Sources/epoch_code/compile/setup/masterLoop/init.sqf b/Sources/epoch_code/compile/setup/masterLoop/init.sqf index e4cc32bd..247c56fd 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/init.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/init.sqf @@ -13,6 +13,7 @@ _energyRegenMax = ["CfgEpochClient", "energyRegenMax", 5] call EPOCH_fnc_returnC _energyRange = ["CfgEpochClient", "energyRange", 75] call EPOCH_fnc_returnConfigEntryV2; EPOCH_chargeRate = 0; +EPOCH_playerIsSwimming = false; // default data if mismatch if (count EPOCH_playerSpawnArray != count EPOCH_spawnIndex) then{ diff --git a/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf b/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf index 2a5e96e8..266aad2b 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startBankTransfer.sqf @@ -6,9 +6,9 @@ if (isNil "EPOCH_bankTransferActive") then { ctrlEnable[1600, false]; - [] spawn { + [] spawn { ctrlSetText[1004,"Transfer started."]; - + _deposit = parseNumber(ctrlText 1401) min EPOCH_playerCrypto; _withdraw = parseNumber(ctrlText 1402) min EPOCH_bankBalance; _transfer = parseNumber(ctrlText 1400) min EPOCH_bankBalance; @@ -16,7 +16,7 @@ if (isNil "EPOCH_bankTransferActive") then { _totalTransfer = (_deposit + _withdraw) + _transfer; _progress = 0; - uiSleep 1; + uiSleep 1; _transferTarget = ""; if (_transfer > 0) then { @@ -37,8 +37,7 @@ if (isNil "EPOCH_bankTransferActive") then { if (_progress >= 100) then { // if player waited the full time then send upload - EPOCH_storeCrypto_PVS = [player, [_deposit, _withdraw, [_transfer, _transferTarget]], Epoch_personalToken]; - publicVariableServer "EPOCH_storeCrypto_PVS"; + [player, [_deposit, _withdraw, [_transfer, _transferTarget]], Epoch_personalToken] remoteExec ["EPOCH_server_storeCrypto",2]; ctrlSetText[1004, "Transfer complete."]; @@ -53,4 +52,4 @@ if (isNil "EPOCH_bankTransferActive") then { EPOCH_bankTransferActive = nil; ctrlEnable[1600, true]; }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf b/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf index 4459c2b3..11ba75a9 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf @@ -21,32 +21,6 @@ if (isNull _target) then { }; if (!isNull _target) then { - - if (alive _target) then { - /* - if ((_target isKindOf "LandVehicle") || (_target isKindOf "Air") || (_target isKindOf "Ship") || (_target isKindOf "Tank")) then { - _dialog = "InteractVehicle"; - }; - - if (_ctrl) then { - if (_target isKindOf "Constructions_static_F" || _target isKindOf "Constructions_foundation_F") then { - _dialog = "InteractBaseBuilding"; - }; - }; - */ - /* - if (_target isKindOf "Man") then { - if (_target != player) then { - if (!isPlayer _target) then { - if ((_target getVariable["AI_SLOT", -1]) != -1) then { - _dialog = "InteractNPC"; - }; - }; - }; - }; - */ - }; - if (_forceGear) then { player action ["Gear", _target]; _handled = true; @@ -57,4 +31,4 @@ if (!isNull _target) then { }; }; }; -_handled \ No newline at end of file +_handled diff --git a/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf b/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf index 69011c9c..07385776 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf @@ -1,3 +1,5 @@ private["_ok"]; +if (isNull _this) exitWith {}; +if !(alive _this) exitWith {}; _ok = createdialog "MissionSelect"; -if (!_ok) exitWith {}; \ No newline at end of file +if (!_ok) exitWith {}; diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf index fb763757..84b2a7ee 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf @@ -1,14 +1,16 @@ private ["_index","_type","_config","_name","_picture","_qty","_items","_qtys","_ok","_vehicles","_aiItems","_target","_slot"]; _target = cursorTarget; -_slot = _target getVariable ["AI_SLOT",-1]; -if (_slot != -1) then { - EPOCH_lastNPCtradeTarget = _target; - closeDialog 0; - _ok = createdialog "TradeNPCMenu"; - if (!_ok) exitWith {}; - 9992 cutRsc["EpochGameUI2", "PLAIN", 2, false]; - ((uiNamespace getVariable "EPOCH_EpochGameUI2") displayCtrl 21208) ctrlSetText format["%1", EPOCH_playerCrypto]; - {lbAdd[42100,_x];lbAdd[42101,_x]} forEach ["All","Magazines","Items","Vehicles"]; - lbSetCurSel[42100, 0]; - lbSetCurSel[42101, 0]; -}; \ No newline at end of file +if (alive _target) then { + _slot = _target getVariable ["AI_SLOT",-1]; + if (_slot != -1) then { + EPOCH_lastNPCtradeTarget = _target; + closeDialog 0; + _ok = createdialog "TradeNPCMenu"; + if (!_ok) exitWith {}; + 9992 cutRsc["EpochGameUI2", "PLAIN", 2, false]; + ((uiNamespace getVariable "EPOCH_EpochGameUI2") displayCtrl 21208) ctrlSetText format["%1", EPOCH_playerCrypto]; + {lbAdd[42100,_x];lbAdd[42101,_x]} forEach ["All","Magazines","Items","Vehicles"]; + lbSetCurSel[42100, 0]; + lbSetCurSel[42101, 0]; + }; +}; diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf index 171ff36d..d66a251c 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf @@ -25,9 +25,9 @@ private["_item", "_currQty", "_tradeType", "_itemWorth", "_aiItems", "_itemClass if (!isNil "EPOCH_TRADE_COMPLETE") exitWith {}; if (!isNil "EPOCH_TRADE_STARTED") exitWith{}; +if (isNull _this) exitWith{}; -if (!isNull _this) then { - +if (alive _this) then { _config = 'CfgPricing' call EPOCH_returnConfig; @@ -113,8 +113,7 @@ if (!isNull _this) then { EPOCH_TRADE_STARTED = true; // make trade - EPOCH_MAKENPCTRADE = [_this, _arrayIn, _arrayOut, player, Epoch_personalToken]; - publicVariableServer "EPOCH_MAKENPCTRADE"; + [_this, _arrayIn, _arrayOut, player, Epoch_personalToken] remoteExec ["EPOCH_server_makeNPCTrade",2]; // close menu closeDialog 0; diff --git a/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf b/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf index 11ac1f92..c981d10f 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf @@ -3,23 +3,12 @@ if !(isNil "EPOCH_takeCryptoLock") exitWith {}; EPOCH_takeCryptoLock = true; if (!isNull _this) then { if ((typeof _this) == "Land_MPS_EPOCH") then { - _getCrypto = _this getVariable["Crypto", 0]; - // deleteVehicle _this; - - - - // EPOCH_playerCrypto = (EPOCH_playerCrypto + _getCrypto) min 25000; - - EPOCH_takeCrypto_PVS = [player, Epoch_personalToken, _this]; - publicVariableServer "EPOCH_takeCrypto_PVS"; - - - + [player, Epoch_personalToken, _this] remoteExec ["EPOCH_server_takeCrypto",2]; _dt = [format["You found %1 Krypto.", _getCrypto], 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; }; [] spawn{ uiSleep 2; EPOCH_takeCryptoLock = nil; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/config.cpp b/Sources/epoch_code/config.cpp index 86e2537c..42ec8a39 100644 --- a/Sources/epoch_code/config.cpp +++ b/Sources/epoch_code/config.cpp @@ -30,7 +30,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.epochmod.com"; - version = "0.3.6.0"; + version = "0.3.7.0"; majorVersion = 0.3; //MUST BE A NUMBER!; Change this if we release a new major version, don't change if we push just push a hotfix ArmAVersion = 150; overview = "Open world survival mod set in the year 2035, Just two years after the mass extinction of billions of people. Those that remain are left with remnants of a once technological society. Try to survive, build, or explore your way through the harsh dynamic environment."; @@ -41,20 +41,20 @@ class Epoch class Version { //Version System, Check if PBO Version is compatible with Code - A3_epoch_assets = "0.3.6.0"; - A3_epoch_assets_1 = "0.3.6.0"; - epoch_objects = "0.3.6.0"; - A3_epoch_assets_3 = "0.3.6.0"; - A3_epoch_config = "0.3.6.0"; - A3_epoch_language = "0.3.6.0"; - Underground_Epoch = "0.3.6.0"; - A3_epoch_vehicles = "0.3.6.0"; - a3_epoch_weapons = "0.3.6.0"; - a2_epoch_weapons = "0.3.6.0"; - a3_epoch_structures = "0.3.6.0"; - A3_epoch_functions = "0.3.6.0"; - A3_epoch_vehicles_1 = "0.3.6.0"; - Enhanced_Epoch_AiASupport = "0.3.6.0"; + A3_epoch_assets = "0.3.7.0"; + A3_epoch_assets_1 = "0.3.7.0"; + epoch_objects = "0.3.7.0"; + A3_epoch_assets_3 = "0.3.7.0"; + A3_epoch_config = "0.3.7.0"; + A3_epoch_language = "0.3.7.0"; + Underground_Epoch = "0.3.7.0"; + A3_epoch_vehicles = "0.3.7.0"; + a3_epoch_weapons = "0.3.7.0"; + a2_epoch_weapons = "0.3.7.0"; + a3_epoch_structures = "0.3.7.0"; + A3_epoch_functions = "0.3.7.0"; + A3_epoch_vehicles_1 = "0.3.7.0"; + Enhanced_Epoch_AiASupport = "0.3.7.0"; }; }; diff --git a/Sources/epoch_code/gui/Epoch_GUI_ClientConfigs.hpp b/Sources/epoch_code/gui/Epoch_GUI_ClientConfigs.hpp index 553a09ad..b0448365 100644 --- a/Sources/epoch_code/gui/Epoch_GUI_ClientConfigs.hpp +++ b/Sources/epoch_code/gui/Epoch_GUI_ClientConfigs.hpp @@ -1,7 +1,7 @@ /* -The x and y coords of the child control are relative to the parent class, the height and width are not -If the height and / or width of the child control are greater than the parent control then scrollbars will be seen -This allows the creation of scrollable active text controls etc +The x and y coords of the child control are relative to the parent class, the height and width are not +If the height and / or width of the child control are greater than the parent control then scrollbars will be seen +This allows the creation of scrollable active text controls etc The entire child class needs to be defined in the parents subclass class Controls {}; External parent classes: @@ -42,9 +42,9 @@ class Epoch_main_config_template: RscControlsGroup class Epoch_main_config_changelog: Epoch_main_config_template { w = 0.425 * safezoneW; - - //onLoad = "((findDisplay 49) displayCtrl 71000) htmlLoad 'x\addons\a3_epoch_code\gui\changelog.html';"; - onLoad = "((findDisplay 49) displayCtrl 71000) htmlLoad 'https://raw.githubusercontent.com/epochmodteam/epoch/test/changelog.html';"; + + onLoad = "((findDisplay 49) displayCtrl 71000) htmlLoad 'x\addons\a3_epoch_code\gui\changelog.html';"; + //onLoad = "((findDisplay 49) displayCtrl 71000) htmlLoad 'https://raw.githubusercontent.com/epochmodteam/epoch/test/changelog.html';"; class controls { class Epoch_main_config_html: RscHtml //https://community.bistudio.com/wiki/DialogControls-Text#CT_HTML.3D9 @@ -63,7 +63,7 @@ class Epoch_main_config_changelog: Epoch_main_config_template colorBold[] = {0.76,0.5,0.07,0.8}; colorLink[] = {1,1,1,0.75}; colorLinkActive[] = {1,1,1,1.0}; - + colorBackground[] = {0.2,0.2,0.2,1}; colorPicture[] = {1, 1, 1, 1}; @@ -294,4 +294,4 @@ class EpochConfigKeyMap: RscControlsGroupNoScrollbars onMouseButtonClick = "_this call Epoch_config_keymap;"; }; }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/gui/Epoch_GUI_Config.hpp b/Sources/epoch_code/gui/Epoch_GUI_Config.hpp index 80721945..8867f59f 100644 --- a/Sources/epoch_code/gui/Epoch_GUI_Config.hpp +++ b/Sources/epoch_code/gui/Epoch_GUI_Config.hpp @@ -1470,7 +1470,6 @@ class InteractBank y = 0.9; w = 0.2375; h = 0.08; - // action = "closeDialog 0; EPOCH_storeCrypto_PVS = [player,[parseNumber(ctrlText 1401),parseNumber(ctrlText 1402),[parseNumber(ctrlText 1400),(lbData [21500, (lbCurSel 21500)])]],Epoch_personalToken]; publicVariableServer 'EPOCH_storeCrypto_PVS'; "; action = "call EPOCH_startBankTransfer;"; }; class RscEdit_deposit : RscEdit diff --git a/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf b/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf index 6db7ed5b..7907009f 100644 --- a/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf +++ b/Sources/epoch_code/gui/scripts/Epoch_secureStorageHandler.sqf @@ -9,8 +9,7 @@ _out = switch (typeName _in) do { }; case "OBJECT": { - EPOCH_lockStorage_PVS = [_in,(_in getVariable ["EPOCH_Locked",false]),player,Epoch_personalToken]; - publicVariableServer "EPOCH_lockStorage_PVS"; + [_in,(_in getVariable ["EPOCH_Locked",false]),player,Epoch_personalToken] remoteExec ["EPOCH_server_lockStorage",2]; true }; default {false}; diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf index 137a144c..b3949086 100644 --- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf +++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnInvite.sqf @@ -13,8 +13,7 @@ if (_playerUID == Epoch_my_GroupUID || {_x select 0 == _playerUID}count (Epoch_m [_playerUID,_txt] spawn { _ret = [_this select 1,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_Invite_PVS = [_this select 0,Epoch_my_GroupUID,Epoch_my_Group select 0,player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Invite_PVS"; + [_this select 0,Epoch_my_GroupUID,Epoch_my_Group select 0,player,Epoch_personalToken] remoteExec ["EPOCH_server_invitePlayer",2]; }; }; }; @@ -28,8 +27,7 @@ if (_playerUID == Epoch_my_GroupUID || {_x select 0 == _playerUID}count (Epoch_m [_txt,_upgradePrice] spawn { _ret = [_this select 0,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_Upgrade_PVS = [Epoch_my_GroupUID,player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Upgrade_PVS"; + [Epoch_my_GroupUID,player,Epoch_personalToken] remoteExec ["EPOCH_server_upgradeGroup",2]; }; }; } else { @@ -40,4 +38,4 @@ if (_playerUID == Epoch_my_GroupUID || {_x select 0 == _playerUID}count (Epoch_m true } else { false -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf index 99421445..3726026f 100644 --- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf +++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnKick.sqf @@ -13,10 +13,9 @@ if (_playerUID == Epoch_my_GroupUID || {_x select 0 == _playerUID}count (Epoch_m [_playerUID,_txt] spawn { _ret = [_this select 1,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_Player_PVS = [Epoch_my_GroupUID,_this select 0,false,false,player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Player_PVS"; + [Epoch_my_GroupUID,_this select 0,false,false,player,Epoch_personalToken] remoteExec ["EPOCH_server_updatePlayerGroup",2]; }; }; }; }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf index 62af622e..e03c7160 100644 --- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf +++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnLeave.sqf @@ -7,8 +7,7 @@ if (getPlayerUID player == Epoch_my_GroupUID) then { _txt spawn { _ret = [_this,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_Delete_PVS = [player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Delete_PVS"; + [player,Epoch_personalToken] remoteExec ["EPOCH_server_deleteGroup",2]; }; }; } else { @@ -16,8 +15,7 @@ if (getPlayerUID player == Epoch_my_GroupUID) then { _txt spawn { _ret = [_this,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_Player_PVS = [Epoch_my_GroupUID,getPlayerUID player,false,false,player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Player_PVS"; + [Epoch_my_GroupUID,getPlayerUID player,false,false,player,Epoch_personalToken] remoteExec ["EPOCH_server_updatePlayerGroup",2]; }; }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf index 17f331be..5df08478 100644 --- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf +++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf @@ -15,8 +15,7 @@ if (getPlayerUID player == Epoch_my_GroupUID) then { [_playerUID,_isMember,_txt] spawn { _ret = [_this select 2,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_Player_PVS = [Epoch_my_GroupUID,_this select 0,true,_this select 1,player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Player_PVS"; + [Epoch_my_GroupUID,_this select 0,true,_this select 1,player,Epoch_personalToken] remoteExec ["EPOCH_server_updatePlayerGroup",2]; }; }; }; @@ -26,4 +25,4 @@ if (getPlayerUID player == Epoch_my_GroupUID) then { true } else { false -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf index b1aa246c..8d66f392 100644 --- a/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf +++ b/Sources/epoch_code/gui/scripts/group/EPOCH_cGroup_BtnCreate.sqf @@ -13,14 +13,13 @@ if (count (_array-[32]) == 0) then { //32 = SPACE _txtCtrl ctrlSetText _groupName; _upgradePrice = parseNumber (EPOCH_group_upgrade_lvl select 1); - if ((EPOCH_playerCrypto-_upgradePrice) >= 0) then { + if ((EPOCH_playerCrypto-_upgradePrice) >= 0) then { [_groupName,_upgradePrice] spawn { _txt = format["Do you want to create your group called %1? You cannot change the group name later!",_this select 0]; _ret = [_txt,"Epoch Group Menu",true,true] call BIS_fnc_GUImessage; if (_ret) then { - EPOCH_GROUP_create_PVS = [player,_this select 0,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_create_PVS"; - + [player,_this select 0,Epoch_personalToken] remoteExec ["EPOCH_server_createGroup",2]; + _timeout = diag_tickTime+10; waitUntil { ((Epoch_my_GroupUID != "") && !(Epoch_my_Group isEqualTo [])) || ((_timeout - diag_tickTime) <= 0) diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_acceptInvite.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_acceptInvite.sqf index 24d7d78e..3c2bdd1f 100644 --- a/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_acceptInvite.sqf +++ b/Sources/epoch_code/gui/scripts/group/EPOCH_iGroup_acceptInvite.sqf @@ -1,5 +1,4 @@ if (Epoch_invited_GroupUID != "") then { - EPOCH_GROUP_Player_PVS = [Epoch_invited_GroupUID,getPlayerUID player,true,false,player,Epoch_personalToken]; - publicVariableServer "EPOCH_GROUP_Player_PVS"; + [Epoch_invited_GroupUID,getPlayerUID player,true,false,player,Epoch_personalToken] remoteExec ["EPOCH_server_updatePlayerGroup",2]; }; -(findDisplay -1500) closeDisplay 0; \ No newline at end of file +(findDisplay -1500) closeDisplay 0; diff --git a/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf b/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf index 5d9af587..267de6bd 100644 --- a/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf +++ b/Sources/epoch_code/gui/scripts/post_process/Epoch_setDrunk.sqf @@ -11,11 +11,11 @@ private ["_level","_speed"]; params [["_level",0,[0]],["_speed",0,[0]]]; if (isNil "rmx_var_drunkHandles") then { - + _priority = 15; _wd = ["wetdistortion",_priority] call epoch_postProcessCreate; _db = ["dynamicBlur",_priority] call epoch_postProcessCreate; - + rmx_var_drunkHandles = [_wd,_db]; }; @@ -71,4 +71,4 @@ switch _level do { [(rmx_var_drunkHandles select 0), _speed, [1,0.0723131,-0.0433885,1,-0.592987,-0.811979,-1,0.882248,-1,1,1,0,0,0.373996,-1]] call epoch_postprocessAdjust; [(rmx_var_drunkHandles select 1), _speed, [0.151864]] call epoch_postprocessAdjust; }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_code/license.txt b/Sources/epoch_code/license.txt new file mode 100644 index 00000000..35440e4b --- /dev/null +++ b/Sources/epoch_code/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp index 22b90038..6a659411 100644 --- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp +++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp @@ -24,8 +24,8 @@ class CfgActionMenu dyna_distance = "(player distance dyna_cursorTarget) < 5"; dyna_buildMode = "([10] call EPOCH_fnc_cursorTarget) call EPOCH_checkBuild;"; - dyna_isVehicle = "if !(isNull dyna_cursorTarget && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'LandVehicle') || (dyna_cursorTarget isKindOf 'Air') || (dyna_cursorTarget isKindOf 'Ship') || (dyna_cursorTarget isKindOf 'Tank'))} else {false}"; - dyna_isTrader = "if !(isNull dyna_cursorTarget && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'Man') && (dyna_cursorTarget != player) && (!isPlayer dyna_cursorTarget) && ((dyna_cursorTarget getVariable['AI_SLOT', -1]) != -1))} else {false}"; + dyna_isVehicle = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'LandVehicle') || (dyna_cursorTarget isKindOf 'Air') || (dyna_cursorTarget isKindOf 'Ship') || (dyna_cursorTarget isKindOf 'Tank'))} else {false}"; + dyna_isTrader = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'Man') && (dyna_cursorTarget != player) && (!isPlayer dyna_cursorTarget) && ((dyna_cursorTarget getVariable['AI_SLOT', -1]) != -1))} else {false}"; dyna_locked = "locked dyna_cursorTarget in [2,3]"; dyna_lockedInVehicle = "locked vehicle player in [2,3]"; }; diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp index c716f527..96115e4e 100644 --- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp +++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_self.hpp @@ -16,14 +16,14 @@ class veh_lock { condition = "dyna_inVehicle && !dyna_lockedInVehicle"; - action = "EPOCH_lockVehicle_PVS = [vehicle player, true, player, Epoch_personalToken]; publicVariableServer 'EPOCH_lockVehicle_PVS';"; + action = "[vehicle player, true, player, Epoch_personalToken] remoteExec ['EPOCH_server_lockVehicle',2];"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\pad_cannot_lock.paa"; tooltip = "Lock"; }; class veh_unLock { condition = "dyna_inVehicle && dyna_lockedInVehicle"; - action = "EPOCH_lockVehicle_PVS = [vehicle player, false, player, Epoch_personalToken]; publicVariableServer 'EPOCH_lockVehicle_PVS';"; + action = "[vehicle player, false, player, Epoch_personalToken] remoteExec ['EPOCH_server_lockVehicle',2];"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\pad_can_unlock.paa"; tooltip = "Unlock"; }; diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp index 71e02204..cca6f3aa 100644 --- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp +++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_target.hpp @@ -49,14 +49,14 @@ class veh_gear class veh_lock { condition = "dyna_isVehicle && !dyna_locked"; - action = "EPOCH_lockVehicle_PVS = [dyna_cursorTarget, true, player, Epoch_personalToken]; publicVariableServer 'EPOCH_lockVehicle_PVS';"; + action = "[dyna_cursorTarget, true, player, Epoch_personalToken] remoteExec ['EPOCH_server_lockVehicle',2];"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\pad_cannot_lock.paa"; tooltip = "Lock"; }; class veh_unLock { condition = "dyna_isVehicle && dyna_locked"; - action = "EPOCH_lockVehicle_PVS = [dyna_cursorTarget, false, player, Epoch_personalToken]; publicVariableServer 'EPOCH_lockVehicle_PVS';"; + action = "[dyna_cursorTarget, false, player, Epoch_personalToken] remoteExec ['EPOCH_server_lockVehicle',2];"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\pad_can_unlock.paa"; tooltip = "Unlock"; }; @@ -119,14 +119,14 @@ class lock_safe class pack_lockbox { condition = "(dyna_cursorTargetType in ['LockBox_EPOCH','LockBoxProxy_EPOCH']) && (dyna_cursorTarget getVariable ['EPOCH_Locked',false])"; - action = "EPOCH_packStorage_PVS = [dyna_cursorTarget,player,Epoch_personalToken]; publicVariableServer 'EPOCH_packStorage_PVS';"; + action = "[dyna_cursorTarget,player,Epoch_personalToken] remoteExec ['EPOCH_server_packStorage',2];"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_pack.paa"; tooltip = "Pack Lockbox"; }; class pack_safe { condition = "(dyna_cursorTargetType in ['Safe_EPOCH','SafeProxy_EPOCH']) && (dyna_cursorTarget getVariable ['EPOCH_Locked',false])"; - action = "EPOCH_packStorage_PVS = [dyna_cursorTarget,player,Epoch_personalToken]; publicVariableServer 'EPOCH_packStorage_PVS';"; + action = "[dyna_cursorTarget,player,Epoch_personalToken] remoteExec ['EPOCH_server_packStorage',2];"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_pack.paa"; tooltip = "Pack Safe"; }; diff --git a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp index 7cfec555..a4cd962c 100644 --- a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp +++ b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp @@ -78,7 +78,7 @@ class CfgBaseBuilding { }; class WoodLargeWall_EPOCH : Default{ upgradeBuilding[] = { - { "WoodWall1_EPOCH", { { "PartPlankPack", 1 } } }, + { "WoodWall1_EPOCH", { { "ItemPlywoodPack", 1 } } }, { "WoodLargeWallCor_EPOCH", { { "ItemCorrugated", 1 } } } }; removeParts[] = { { "PartPlankPack", 2 } }; @@ -96,10 +96,10 @@ class CfgBaseBuilding { }; class WoodWall2_EPOCH : Default{ upgradeBuilding[] = { - { "WoodWall3_EPOCH", { { "PartPlankPack", 1 } } }, + { "WoodWall3_EPOCH", { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 1 } } }, { "WoodLargeWallDoor_EPOCH", { { "ItemCorrugated", 1 }, { "PartPlankPack", 1 } } }, }; - removeParts[] = { { "PartPlankPack", 2 } }; + removeParts[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } }; }; class WoodLargeWallDoorway_EPOCH : Default{ upgradeBuilding[] = { { "WoodLargeWallDoor_EPOCH", { { "ItemCorrugated", 1 }, { "PartPlankPack", 1 } } } }; @@ -110,14 +110,14 @@ class CfgBaseBuilding { { "WoodWall4_EPOCH", { { "CircuitParts", 1 } } }, { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } }, }; - removeParts[] = { { "PartPlankPack", 2 } }; + removeParts[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } }; }; class WoodLargeWallDoor_EPOCH : Default{ upgradeBuilding[] = { { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } } }; removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; }; class WoodWall4_EPOCH : Default { - removeParts[] = { { "PartPlankPack", 2 }, { "CircuitParts", 1 } }; + removeParts[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 }, { "CircuitParts", 1 } }; }; class WoodLargeWallDoorL_EPOCH : Default { @@ -134,8 +134,8 @@ class CfgBaseBuilding { class WoodTower_EPOCH : Default { removeParts[] = { { "PartPlankPack", 4 } }; - upgradeBuildingPart[] = { { "PartPlankPack", 2 } }; - removeBuildingPart[] = { { "PartPlankPack", 1 } }; + upgradeBuildingPart[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } }; + removeBuildingPart[] = { { "ItemPlywoodPack", 1 }, { "PartPlankPack", 2 } }; }; class WoodLadder_EPOCH : Default { diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index d420c6e5..befd8919 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -15,7 +15,7 @@ class CfgEpochClient { - epochVersion = "0.3.6.0"; + epochVersion = "0.3.7.0"; sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = 1% - 55% if soiled (+ 2% if in city) chance to spawn sapper droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = // 2% chance (+ 4% chance if in city) (1% - 2% Half if using silencer) to spawn drone if shot fired @@ -81,6 +81,18 @@ class CfgEpochClient { "cabinetPos", "Cabinet_EPOCH", false } }; + displayAddEventHandler[] = {"keyDown","keyUp"}; + keyDown = "_this call EPOCH_KeyDown;"; + keyUp = "_this call EPOCH_KeyUp;"; + + addEventHandler[] = {"Respawn","Put","Take","InventoryClosed","InventoryOpened","Fired","Killed"}; + Respawn = "(_this select 0) call EPOCH_clientRespawn"; + Put = "(_this select 1) call EPOCH_interact;_this call EPOCH_PutHandler"; + Take = "(_this select 1) call EPOCH_interact;_this call EPOCH_UnisexCheck"; + Fired = "_this call EPOCH_fnc_playerFired;"; + InventoryClosed = "if !(EPOCH_arr_interactedObjs isEqualTo[]) then {EPOCH_arr_interactedObjs remoteExec['EPOCH_server_save_vehicles', 2]; EPOCH_arr_interactedObjs = [];};"; + InventoryOpened = "_this spawn EPOCH_initUI;_container = _this select 1;_lockedNear = false;if (_container isKindOf 'GroundWeaponHolder' || _container isKindOf 'WeaponHolderSimulated') then {{if (locked _x in [2, 3] ||_x getVariable['EPOCH_Locked', false]) exitWith {_lockedNear = true}} forEach (player nearSupplies 10);};if (locked _container in [2, 3] || _container getVariable['EPOCH_Locked', false] || _lockedNear) then {[] spawn {disableSerialization;waitUntil {!isNull findDisplay 602};_display = findDisplay 602;_ctrl_cargo = _display displayCtrl 6401;_ctrl_ground = _display displayCtrl 6321;_ctrl_cargo ctrlEnable false;ctrlSetFocus _ctrl_ground;ctrlActivate _ctrl_ground;};};"; + Killed = "_this call EPOCH_fnc_playerDeath;"; #include "CfgEpochClient\takistan.hpp" #include "CfgEpochClient\australia.hpp" @@ -94,6 +106,8 @@ class CfgEpochClient #include "CfgEpochClient\Stratis.hpp" #include "CfgEpochClient\Esseker.hpp" + #include "CfgEpochClient\WorldInteractions.hpp" + }; class CfgEpochSapper diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp index fae57323..7046c844 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp @@ -23,161 +23,6 @@ class Altis { { { 20084, 6728, 0 }, 55 }, //West of Selakano { { 25303, 21807, 0 }, 100 } //Sofia }; - Rocks[] = { - "sharpstone_03_lc.p3d", - "sharpstone_02_lc.p3d", - "sharpstone_01_lc.p3d", - "sharpstone_02.p3d", - "sharpstone_03.p3d", - "sharprock_monolith.p3d", - "sharprock_apart.p3d", - "sharpstones_erosion.p3d", - "bluntstone_01_lc.p3d", - "bluntstone_02_lc.p3d", - "bluntstone_03_lc.p3d", - "bluntstones_erosion.p3d", - "bluntstone_01.p3d", - "bluntstone_03.p3d", - "sharprock_spike.p3d", - "sharprock_wallh.p3d", - "w_sharpstone_03.p3d", - "w_sharpstone_02.p3d", - "w_sharpstone_01.p3d", - "bluntrock_apart.p3d", - "bluntstone_02.p3d", - "bluntrock_monolith.p3d", - "bluntrock_wallh.p3d", - "sharprock_wallv.p3d", - "stonesharp_medium.p3d", - "stone_medium_f.p3d", - "stonesharp_big.p3d", - "stonesharp_small.p3d", - "small_stone_02_f.p3d", - "stone_small_f.p3d", - "stone_big_f.p3d", - "bluntrock_spike.p3d" - }; - ATM[] = { - "atm_01_f.p3d", - "phonebooth_01_f.p3d", - "atm_02_f.p3d", - "phonebooth_02_f.p3d" - }; - Water[] = { - "barrelwater_f.p3d", - "water_source_f.p3d", - "waterbarrel_f.p3d", - "canisterplastic_f.p3d", - "watertank_f.p3d" - }; - // main config + // Trash config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "sack_f.p3d", - "garbagebags_f.p3d", - "pallets_f.p3d", - "junkpile_f.p3d", - "garbagepallet_f.p3d", - "garbagewashingmachine_f.p3d", - "basket_f.p3d", - "sacks_goods_f.p3d", - "crateswooden_f.p3d", - "cratesplastic_f.p3d", - "garbagebin_01_f.p3d", - "barrelsand_f.p3d", - "garbagecontainer_closed_f.p3d", - "cratesshabby_f.p3d", - "bucket_f.p3d", - "garbagebarrel_01_f.p3d", - "tyres_f.p3d", - "cargobox_v1_f.p3d", - "metalbarrel_f.p3d", - "sacks_heap_f.p3d", - "woodenbox_f.p3d", - "grave_v1_f.p3d", - "grave_v2_f.p3d", - "calvary_02_v2_f.p3d", - "fishinggear_02_f.p3d", - "fishinggear_01_f.p3d", - "humanskull_f.p3d", - "calvary_02_v1_f.p3d", - "rack_f.p3d", - "wreck_uaz_f.p3d", - "humanskeleton_f.p3d", - "shelvesmetal_f.p3d" - }; - Trees[] = { - "t_ficusb1s_f.p3d", - "t_oleae1s_f.p3d", - "t_ficusb2s_f.p3d", - "t_broussonetiap1s_f.p3d", - "t_pinuss2s_f.p3d", - "t_pinuss2s_b_f.p3d", - "t_pinuss1s_f.p3d", - "t_oleae2s_f.p3d", - "i_house_big_01_v2_f.p3d", - "i_house_big_02_v1_f.p3d", - "i_addon_02_v1_f.p3d", - "t_fraxinusav2s_f.p3d", - "t_pinusp3s_f.p3d", - "t_poplar2f_dead_f.p3d", - "t_populusn3s_f.p3d", - "t_phoenixc1s_f.p3d" - }; - Bushes[] = { - "b_ficusc2d_f.p3d", - "b_ficusc1s_f.p3d", - "b_neriumo2d_f.p3d", - "b_arundod2s_f.p3d", - "b_arundod3s_f.p3d", - "b_ficusc2s_f.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_tin_4_2.p3d", - "mil_wiredfence_f.p3d", - "cages_f.p3d", - "wreck_car_f.p3d", - "pipes_small_f.p3d", - "pipe_fence_4m_f.p3d", - "spp_tower_f.p3d", - "wreck_ural_f.p3d", - "wreck_car3_f.p3d", - "ironpipes_f.p3d", - "pipes_large_f.p3d", - "coil_f.p3d", - "wreck_offroad_f.p3d", - "wreck_offroad2_f.p3d", - "crabcages_f.p3d", - "metalbarrel_empty_f.p3d", - "net_fenced_8m_f.p3d", - "net_fence_8m_f.p3d", - "wavepowerplantbroken_f.p3d", - "wreck_truck_dropside_f.p3d", - "wavepowerplant_f.p3d", - "wreck_traw_f.p3d", - "wreck_slammer_f.p3d", - "maroula_f.p3d", - "indfnc_9_f.p3d", - "indfnc_3_f.p3d", - "indfnc_3_d_f.p3d", - "wreck_car2_f.p3d", - "net_fence_4m_f.p3d", - "wreck_truck_f.p3d", - "wreck_hunter_f.p3d", - "wreck_slammer_hull_f.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp index 44f88146..421e74b0 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp @@ -38,133 +38,6 @@ class Bornholm { { { 1322, 8733, 0 }, 200 }, //West Spawn { { 15639, 191, 0 }, 200 } //East Spawn }; - Rocks[] = { - "bo_r2_boulder1.p3d", - "bo_r2_boulder2.p3d", - "bo_r2_rock1.p3d", - "bo_r2_rocktower.p3d", - "bo_r2_rockwall.p3d" - }; - ATM[] = { - "nastenka.p3d", - "nastenka2.p3d", - "nastenka3.p3d" - }; - Water[] = { - "misc_well.p3d", - "misc_wellpump.p3d", - "kasna_new.p3d" - }; - // main config TrashClasses[] = {"Trash","TrashSmall","TrashVehicle","PumpkinPatch","TrashFood"}; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - - Trash[] = { - "misc_postbox.p3d", - "popelnice.p3d", - "garbage_misc.p3d", - "paletyc.p3d", - "junkpile.p3d", - "kontejner.p3d", - "misc_chickencoop.p3d", - "misc_boogieman.p3d", - "misc_hutch.p3d", - "garbage_paleta.p3d", - "misc_cargo1a.p3d", - "misc_cargo2a.p3d", - "misc_greenhouse.p3d", - "zastavka_stojan.p3d", - "p_helianthus.p3d", - "junkpile_f.p3d", - "bricks_v2_f.p3d", - "woodenbox_f.p3d" - }; - Trees[] = { - "bo_t_populus3s.p3d", - "bo_t_fagus2w.p3d", - "bo_t_betula2s.p3d", - "bo_t_fagus2s.p3d", - "bo_t_fagus2f.p3d", - "bo_t_sorbus2s.p3d", - "bo_t_fraxinus2w.p3d", - "bo_t_salix2s.p3d", - "bo_t_malus1s.p3d", - "bo_t_betula1f.p3d", - "bo_t_pinusn2s.p3d", - "bo_t_picea2s.p3d", - "bo_t_larix3s.p3d", - "bo_t_picea3f.p3d", - "bo_t_picea1s.p3d", - "bo_misc_fallentree2.p3d", - "bo_misc_stub2.p3d", - "bo_t_fraxinus2s.p3d", - "bo_t_quercus2f.p3d", - "bo_misc_trunk_water.p3d", - "bo_misc_trunk_torzo.p3d", - "bo_t_alnus2s.p3d", - "bo_misc_fallentree1.p3d", - "bo_t_betula2f.p3d", - "bo_t_pinusn1s.p3d", - "bo_t_pinuss2f.p3d", - "bo_t_quercus3s.p3d", - "bo_t_carpinus2s.p3d", - "misc_fallenspruce.p3d", - "bo_t_stub_picea.p3d", - "misc_stub1.p3d", - "bo_t_acer2s.p3d", - "bo_t_betula2w.p3d", - "bo_t_pyrus2s.p3d", - "bo_b_corylus.p3d" - }; - Bushes[] = { - "bo_b_craet1.p3d", - "bo_b_craet2.p3d", - "bo_b_corylus.p3d", - "bo_b_corylus2s.p3d", - "bo_b_betulahumilis.p3d", - "bo_b_sambucus.p3d", - "salix2s.p3d", - "bo_b_canina2s.p3d", - "bo_b_pmugo.p3d", - "bo_b_prunus.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_fen1_5_pole.p3d", - "wall_fen1_5_2.p3d", - "wall_tin_4_2.p3d", - "wall_fen1_5.p3d", - "wall_indfnc_3.p3d", - "wall_indfnc_9.p3d", - "wall_indfnc_corner.p3d", - "misc_concrete_high.p3d", - "plot_vlnplech2.p3d", - "misc_g_pipes.p3d", - "wall_tincom_9.p3d", - "wall_tin_4.p3d", - "plot_vlnplech1.p3d", - "wall_tincom_9_2.p3d", - "wall_tincom_3.p3d", - "wall_tincom_pole.p3d", - "datsun01t.p3d", - "datsun02t.p3d", - "skodovka_wrecked.p3d", - "lada_wrecked.p3d", - "hiluxt.p3d", - "uaz_wrecked.p3d", - "ural_wrecked.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp index 98c6f083..1c8ed54b 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp @@ -28,126 +28,6 @@ class Chernarus { { { 11467, 7508, 0 }, 150 }, //Polana Factory { { 13092, 7096, 0 }, 140 } //Solnichniy Factory }; - Rocks[] = { - "r2_boulder1.p3d", - "r2_boulder2.p3d", - "r2_rock1.p3d", - "r2_rocktower.p3d", - "r2_rockwall.p3d" - }; - ATM[] = { - "nastenka.p3d", - "nastenka2.p3d", - "nastenka3.p3d" - }; - Water[] = { - "misc_well.p3d", - "misc_wellpump.p3d", - "kasna_new.p3d" - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - "misc_postbox.p3d" - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "popelnice.p3d", - "garbage_misc.p3d", - "paletyc.p3d", - "junkpile.p3d", - "kontejner.p3d", - "misc_chickencoop.p3d", - "misc_boogieman.p3d", - "misc_hutch.p3d", - "garbage_paleta.p3d", - "misc_cargo1a.p3d", - "misc_cargo2a.p3d", - "misc_greenhouse.p3d", - "zastavka_stojan.p3d" - }; - Trees[] = { - "t_populus3s.p3d", - "t_fagus2w.p3d", - "t_betula2s.p3d", - "t_fagus2s.p3d", - "t_fagus2f.p3d", - "t_sorbus2s.p3d", - "t_fraxinus2w.p3d", - "t_salix2s.p3d", - "t_malus1s.p3d", - "t_betula1f.p3d", - "t_pinusn2s.p3d", - "t_picea2s.p3d", - "t_larix3s.p3d", - "t_picea3f.p3d", - "t_picea1s.p3d", - "misc_fallentree2.p3d", - "misc_stub2.p3d", - "t_fraxinus2s.p3d", - "t_quercus2f.p3d", - "misc_trunk_water.p3d", - "misc_trunk_torzo.p3d", - "t_alnus2s.p3d", - "misc_fallentree1.p3d", - "t_betula2f.p3d", - "t_pinusn1s.p3d", - "t_pinuss2f.p3d", - "t_quercus3s.p3d", - "t_carpinus2s.p3d", - "misc_fallenspruce.p3d", - "t_stub_picea.p3d", - "misc_stub1.p3d", - "t_acer2s.p3d", - "t_betula2w.p3d", - "t_pyrus2s.p3d" - }; - Bushes[] = { - "b_craet1.p3d", - "b_craet2.p3d", - "b_corylus.p3d", - "b_corylus2s.p3d", - "b_betulahumilis.p3d", - "b_sambucus.p3d", - "b_salix2s.p3d", - "b_canina2s.p3d", - "b_pmugo.p3d", - "b_prunus.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_fen1_5_pole.p3d", - "wall_fen1_5_2.p3d", - "wall_tin_4_2.p3d", - "wall_fen1_5.p3d", - "wall_indfnc_3.p3d", - "wall_indfnc_9.p3d", - "wall_indfnc_corner.p3d", - "misc_concrete_high.p3d", - "plot_vlnplech2.p3d", - "misc_g_pipes.p3d", - "wall_tincom_9.p3d", - "wall_tin_4.p3d", - "plot_vlnplech1.p3d", - "wall_tincom_9_2.p3d", - "wall_tincom_3.p3d", - "wall_tincom_pole.p3d", - "datsun01t.p3d", - "datsun02t.p3d", - "skodovka_wrecked.p3d", - "lada_wrecked.p3d", - "hiluxt.p3d", - "uaz_wrecked.p3d", - "ural_wrecked.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp index 7441ee84..9dc53526 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp @@ -28,131 +28,6 @@ class Chernarus_Summer { { { 11467, 7508, 0 }, 150 }, //Polana Factory { { 13092, 7096, 0 }, 140 } //Solnichniy Factory }; - Rocks[] = { - "r2_boulder1.p3d", - "r2_boulder2.p3d", - "r2_rock1.p3d", - "r2_rocktower.p3d", - "r2_rockwall.p3d" - }; - ATM[] = { - "nastenka.p3d", - "nastenka2.p3d", - "nastenka3.p3d" - }; - Water[] = { - "misc_well.p3d", - "misc_wellpump.p3d" - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "misc_postbox.p3d", - "popelnice.p3d", - "garbage_misc.p3d", - "paletyc.p3d", - "junkpile.p3d", - "kontejner.p3d", - "misc_chickencoop.p3d", - "misc_boogieman.p3d", - "misc_hutch.p3d", - "garbage_paleta.p3d", - "misc_cargo1a.p3d", - "misc_cargo2a.p3d", - "misc_greenhouse.p3d", - "zastavka_stojan.p3d" - }; - Trees[] = { - "t_populus3s.p3d", - "t_fagus2w.p3d", - "t_betula2s.p3d", - "t_fagus2s.p3d", - "t_fagus2f.p3d", - "t_sorbus2s.p3d", - "t_fraxinus2w.p3d", - "t_salix2s.p3d", - "t_malus1s.p3d", - "t_betula1f.p3d", - "t_pinusn2s.p3d", - "t_picea2s.p3d", - "t_larix3s.p3d", - "t_picea3f.p3d", - "t_picea1s.p3d", - "misc_fallentree2.p3d", - "misc_stub2.p3d", - "t_fraxinus2s.p3d", - "t_quercus2f.p3d", - "misc_trunk_water.p3d", - "misc_trunk_torzo.p3d", - "t_alnus2s.p3d", - "misc_fallentree1.p3d", - "t_betula2f.p3d", - "t_pinusn1s.p3d", - "t_pinuss2f.p3d", - "t_quercus3s.p3d", - "t_carpinus2s.p3d", - "misc_fallenspruce.p3d", - "t_stub_picea.p3d", - "misc_stub1.p3d", - "t_acer2s.p3d", - "t_betula2w.p3d", - "t_fagus2s_summer.p3d", - "t_fagus2f_summer.p3d", - "t_betula2s_summer.p3d" - }; - Bushes[] = { - "b_craet1.p3d", - "b_craet2.p3d", - "b_corylus.p3d", - "b_corylus2s.p3d", - "b_betulahumilis.p3d", - "b_sambucus.p3d", - "b_salix2s.p3d", - "b_canina2s.p3d", - "b_pmugo.p3d", - "b_prunus.p3d", - "b_corylus2s_summer.p3d", - "b_craet1_summer.p3d", - "b_betula2w_summer.p3d", - "b_canina2s_summer.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_fen1_5_pole.p3d", - "wall_fen1_5_2.p3d", - "wall_tin_4_2.p3d", - "wall_fen1_5.p3d", - "wall_indfnc_3.p3d", - "wall_indfnc_9.p3d", - "wall_indfnc_corner.p3d", - "misc_concrete_high.p3d", - "plot_vlnplech2.p3d", - "misc_g_pipes.p3d", - "wall_tincom_9.p3d", - "wall_tin_4.p3d", - "plot_vlnplech1.p3d", - "wall_tincom_9_2.p3d", - "wall_tincom_3.p3d", - "wall_tincom_pole.p3d", - "datsun01t.p3d", - "datsun02t.p3d", - "skodovka_wrecked.p3d", - "lada_wrecked.p3d", - "hiluxt.p3d", - "uaz_wrecked.p3d", - "ural_wrecked.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp index c9783ac7..bc5a25fb 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp @@ -42,134 +42,6 @@ class Esseker { { { 7676.77, 10152.7, 0 }, 100 }, //Igman Military Base { { 10060.6, 9901.3, 0 }, 200 } //Borosh }; - Rocks[] = { - "sharpstones_erosion.p3d", - "sharprock_spike.p3d", - "sharprock_wallh.p3d", - "w_sharpstones_erosion.p3d", - "bluntstone_02.p3d", - "bluntstone_03.p3d", - "sharpstone_02.p3d", - "decal_rock_dark.p3d" - }; - ATM[] = { - "atm_02_f.p3d", - "atm_01_f.p3d", - "phonebooth_01_f.p3d", - "phonebooth_02_f.p3d" - }; - Water[] = { - "rasman_pond.p3d", - "misc_well.p3d", - "misc_wellpump.p3d", - "water_source_f.p3d", - "kasna_new.p3d" - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d" - }; - TrashFood[] = { - }; - Trash[] = { - "tyres_f.p3d", - "junkpile_f.p3d", - "garbagewashingmachine_f.p3d", - "garbagebags_f.p3d", - "kontejner.p3d", - "garbagepallet_f.p3d", - "popelnice.p3d" - }; - Trees[] = { - "str osika.p3d", - "cwr2_a2_t_sorbus2s.p3d", - "ind_pec_03.p3d", - "t_populusb2s_ep1.p3d", - "t_populusf2s_ep1.p3d", - "str lipa.p3d", - "t_picea2s.p3d", - "hrusen2.p3d", - "cwr2_a2_t_fagus2w.p3d", - "cwr2_a2_t_alnus2s.p3d", - "dd_borovice02.p3d", - "t_picea3f.p3d", - "t_pinuss2f.p3d", - "t_pinuss1s_f.p3d", - "t_carpinus2s.p3d", - "t_quercusir2s_f.p3d", - "jablon.p3d", - "mb_t_ulmus_large.p3d", - "cwr_aleppopine.p3d", - "t_fagus2f_summer.p3d", - "t_fagus2f.p3d", - "t_populus3s.p3d", - "t_pinusn2s.p3d", - "t_picea1s.p3d", - "cwr2_a2_t_quercus3s.p3d", - "str kastan.p3d", - "t_populusn3s_f.p3d", - "cwr2_a2_t_fraxinus2s.p3d", - "t_poplar2f_dead_f.p3d", - "misc_fallentree2.p3d", - "t_oleae1s_f.p3d", - "t_fraxinusav2s_f.p3d", - "t_oleae2s_f.p3d", - "t_prunuss2s_ep1.p3d" - }; - Bushes[] = { - "krovi_long.p3d", - "cwr2_a2_b_canina2s.p3d", - "b_salix2s.p3d", - "cwr2_a2_b_craet1.p3d", - "str krovisko vysoke.p3d", - "krovi2.p3d", - "ker s bobulema.p3d", - "t_malus1s.p3d", - "cwr2_a2_b_prunus.p3d", - "b_ficusc1s_f.p3d", - "hospital_side1_f.p3d", - "b_craet1_summer.p3d", - "b_neriumo2s_f.p3d", - "b_neriumo2s_white_f.p3d", - "cwr2_a2_b_sambucus.p3d" - }; - Wrecks[] = { - "wreck_ural_f.p3d", - "rubble_metal_plates_04.p3d", - "rubble_metal_plates_02.p3d", - "wreck_car2_f.p3d", - "rubble_metal_plates_01.p3d", - "wreck_truck_dropside_f.p3d", - "wreck_brdm2_f.p3d", - "wreck_bmp2_f.p3d", - "wreck_heli_attack_01_f.p3d", - "bmp_break.p3d", - "wreck_t72_hull_f.p3d", - "wreck_t72_turret_f.p3d", - "wreck_uaz_f.p3d", - "wreck_hmmwv_f.p3d", - "kamaz_bort.p3d", - "wreck_van_f.p3d", - "kamaz_awtobas.p3d", - "wreck_offroad_f.p3d", - "wreck_car3_f.p3d", - "maz.p3d", - "wreck_offroad2_f.p3d", - "wreck_car_f.p3d", - "wreck_skodovka_f.p3d", - "wreck_cardismantled_f.p3d", - "wreck_truck_f.p3d", - "kamaz_pozarka.p3d", - "zaporosez.p3d", - "kamaz_tent.p3d", - "uaz_wrecked.p3d", - "ural_wrecked.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp b/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp index 34d777a7..cbd0de10 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp @@ -14,52 +14,6 @@ */ class ProvingGrounds_PMC { blockedArea[] = {}; - Rocks[] = { - "r_stone_01_pmc.p3d", - "r_stone_02_pmc.p3d" - }; - ATM[] = { - }; - Water[] = { - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "garb_misc_pmc.p3d", - "garb_paleta_pmc.p3d", - "garb_heap_pmc.p3d" - }; - Trees[] = { - "t_poplar2f_dead_pmc.p3d", - "misc_torzotree_pmc.p3d", - "misc_brokenspruce_pmc.p3d", - "misc_stubleafs_pmc.p3d" - }; - Bushes[] = { - "b_hip2s_pmc.p3d", - "b_elderberry2s_pmc.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "datsun01t.p3d", - "datsun02t.p3d", - "skodovka_wrecked.p3d", - "lada_wrecked.p3d", - "hiluxt.p3d", - "uaz_wrecked.p3d", - "ural_wrecked.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp index 3d257885..9c0f6b79 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp @@ -13,98 +13,7 @@ https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp */ class Sara { - Rocks[] = { - "stone4.p3d", - "stone3.p3d", - "stone4_invert.p3d", - "rocks_01.p3d", - "stone4a.p3d", - "stone3a.p3d", - "rockn_02.p3d", - "rockn_01.p3d" - }; - ATM[] = { - "mailboxsouth.p3d", - "phone_box_south.p3d" - }; - Water[] = { - "pumpa.p3d" - }; + blockedArea[] = {}; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "Land_GarbagePallet_F", - "Land_GarbageBags_F", - "drevena_bedna.p3d", - "barels.p3d", - "paletyc.p3d", - "barel3.p3d", - "odpadkovy_kos.p3d", - "barel2.p3d", - "barel1.p3d", - "barel4.p3d", - "kontejner.p3d", - "dum_olez_istan1.p3d", - "kontejner_sklo.p3d", - "kontejner_plasty.p3d", - "kontejner_papir.p3d", - "popelnice.p3d", - "hrob2.p3d" - }; - Trees[] = { - "str krovisko vysoke.p3d", - "str_fikovnik.p3d", - "str_fikovnik2.p3d", - "str_fikovnik_ker.p3d", - "palm_04.p3d", - "str_pinie.p3d", - "krovi2.p3d", - "palm_02.p3d", - "palm_03.p3d", - "palm_01.p3d", - "jablon.p3d", - "str_briza_kriva.p3d", - "dd_borovice.p3d", - "dd_borovice02.p3d", - "str habr.p3d", - "smrk_siroky.p3d", - "smrk_velky.p3d", - "str briza.p3d" - }; - Bushes[] = { - "ker deravej.p3d", - "ker buxus.p3d", - "krovi4.p3d", - "krovi_bigest.p3d", - "krovi.p3d", - "ker s bobulema.p3d", - "str trnka.p3d", - "str_liskac.p3d", - "dd_bush02.p3d", - "dd_bush01.p3d", - "ker pichlavej.p3d", - "krovi_long.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "budova5.p3d", - "plot_vlnplech1.p3d", - "datsun01t.p3d", - "pletivo_dira.p3d", - "plot_vlnplech2.p3d", - "pletivo.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/SaraLite.hpp b/Sources/epoch_config/Configs/CfgEpochClient/SaraLite.hpp new file mode 100644 index 00000000..c13dc8b2 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/SaraLite.hpp @@ -0,0 +1,19 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode config for Sahrani Lite + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp +*/ +class SaraLite { + blockedArea[] = {}; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Sara_dbe1.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Sara_dbe1.hpp new file mode 100644 index 00000000..e548e9cd --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Sara_dbe1.hpp @@ -0,0 +1,19 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode config for Sahrani + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp +*/ +class Sara_dbe1 { + blockedArea[] = {}; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp index c2560492..3a0a65b9 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp @@ -14,162 +14,6 @@ */ class Stratis { blockedArea[] = {}; - Rocks[] = { - "sharpstone_03_lc.p3d", - "sharpstone_02_lc.p3d", - "sharpstone_01_lc.p3d", - "sharpstone_02.p3d", - "sharpstone_03.p3d", - "sharprock_monolith.p3d", - "sharprock_apart.p3d", - "sharpstones_erosion.p3d", - "bluntstone_01_lc.p3d", - "bluntstone_02_lc.p3d", - "bluntstone_03_lc.p3d", - "bluntstones_erosion.p3d", - "bluntstone_01.p3d", - "bluntstone_03.p3d", - "sharprock_spike.p3d", - "sharprock_wallh.p3d", - "w_sharpstone_03.p3d", - "w_sharpstone_02.p3d", - "w_sharpstone_01.p3d", - "bluntrock_apart.p3d", - "bluntstone_02.p3d", - "bluntrock_monolith.p3d", - "bluntrock_wallh.p3d", - "sharprock_wallv.p3d", - "stonesharp_medium.p3d", - "stone_medium_f.p3d", - "stonesharp_big.p3d", - "stonesharp_small.p3d", - "small_stone_02_f.p3d", - "stone_small_f.p3d", - "stone_big_f.p3d", - "bluntrock_spike.p3d" - }; - ATM[] = { - "atm_01_f.p3d", - "phonebooth_01_f.p3d", - "atm_02_f.p3d", - "phonebooth_02_f.p3d" - }; - Water[] = { - "barrelwater_f.p3d", - "water_source_f.p3d", - "waterbarrel_f.p3d", - "canisterplastic_f.p3d", - "watertank_f.p3d" - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - "basket_f.p3d", - "sacks_goods_f.p3d" - - }; - Trash[] = { - "sack_f.p3d", - "garbagebags_f.p3d", - "pallets_f.p3d", - "junkpile_f.p3d", - "garbagepallet_f.p3d", - "garbagewashingmachine_f.p3d", - "crateswooden_f.p3d", - "cratesplastic_f.p3d", - "garbagebin_01_f.p3d", - "barrelsand_f.p3d", - "garbagecontainer_closed_f.p3d", - "cratesshabby_f.p3d", - "bucket_f.p3d", - "garbagebarrel_01_f.p3d", - "tyres_f.p3d", - "cargobox_v1_f.p3d", - "metalbarrel_f.p3d", - "sacks_heap_f.p3d", - "woodenbox_f.p3d", - "grave_v1_f.p3d", - "grave_v2_f.p3d", - "calvary_02_v2_f.p3d", - "fishinggear_02_f.p3d", - "fishinggear_01_f.p3d", - "humanskull_f.p3d", - "calvary_02_v1_f.p3d", - "rack_f.p3d", - "wreck_uaz_f.p3d", - "humanskeleton_f.p3d", - "shelvesmetal_f.p3d" - }; - Trees[] = { - "t_ficusb1s_f.p3d", - "t_oleae1s_f.p3d", - "t_ficusb2s_f.p3d", - "t_broussonetiap1s_f.p3d", - "t_pinuss2s_f.p3d", - "t_pinuss2s_b_f.p3d", - "t_pinuss1s_f.p3d", - "t_oleae2s_f.p3d", - "i_house_big_01_v2_f.p3d", - "i_house_big_02_v1_f.p3d", - "i_addon_02_v1_f.p3d", - "t_fraxinusav2s_f.p3d", - "t_pinusp3s_f.p3d", - "t_poplar2f_dead_f.p3d", - "t_populusn3s_f.p3d", - "t_phoenixc1s_f.p3d" - }; - Bushes[] = { - "b_ficusc2d_f.p3d", - "b_ficusc1s_f.p3d", - "b_neriumo2d_f.p3d", - "b_arundod2s_f.p3d", - "b_arundod3s_f.p3d", - "b_ficusc2s_f.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_tin_4_2.p3d", - "mil_wiredfence_f.p3d", - "cages_f.p3d", - "wreck_car_f.p3d", - "pipes_small_f.p3d", - "pipe_fence_4m_f.p3d", - "spp_tower_f.p3d", - "wreck_ural_f.p3d", - "wreck_car3_f.p3d", - "ironpipes_f.p3d", - "pipes_large_f.p3d", - "coil_f.p3d", - "wreck_offroad_f.p3d", - "wreck_offroad2_f.p3d", - "crabcages_f.p3d", - "metalbarrel_empty_f.p3d", - "net_fenced_8m_f.p3d", - "net_fence_8m_f.p3d", - "wavepowerplantbroken_f.p3d", - "wreck_truck_dropside_f.p3d", - "wavepowerplant_f.p3d", - "wreck_traw_f.p3d", - "wreck_slammer_f.p3d", - "maroula_f.p3d", - "indfnc_9_f.p3d", - "indfnc_3_f.p3d", - "indfnc_3_d_f.p3d", - "wreck_car2_f.p3d", - "net_fence_4m_f.p3d", - "wreck_truck_f.p3d", - "wreck_hunter_f.p3d", - "wreck_slammer_hull_f.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp new file mode 100644 index 00000000..8107bac0 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -0,0 +1,543 @@ +class WorldInteractions { + class Water { + water = 1; + }; + class barrelwater_f_p3d : Water {}; + class water_source_f_p3d : Water {}; + class waterbarrel_f_p3d : Water {}; + class canisterplastic_f_p3d : Water {}; + class watertank_f_p3d : Water {}; + class misc_well_p3d : Water {}; + class misc_wellpump_p3d : Water {}; + class kasna_new_p3d : Water {}; + class rasman_pond_p3d : Water {}; + class pumpa_p3d : Water {}; + class misc_well_c_ep1_p3d : Water {}; + class misc_well_l_ep1_p3d : Water {}; + class stand_water_ep1_p3d : Water {}; + class misc_concbox_ep1_p3d : Water {}; + + class BankTerminal { + bankTerminal = 1; + }; + class atm_01_f_p3d : BankTerminal {}; + class phonebooth_01_f_p3d : BankTerminal {}; + class atm_02_f_p3d : BankTerminal {}; + class phonebooth_02_f_p3d : BankTerminal {}; + class nastenka_p3d : BankTerminal {}; + class nastenka2_p3d : BankTerminal {}; + class nastenka3_p3d : BankTerminal {}; + class phone_box_south_p3d : BankTerminal {}; + class mailboxsouth_p3d : BankTerminal {}; + class Land_PhoneBooth_02_F : BankTerminal {}; + class Land_PhoneBooth_01_F : BankTerminal {}; + class Land_Atm_01_F : BankTerminal {}; + class Land_Atm_02_F : BankTerminal {}; + class Land_Laptop_device_F : BankTerminal {}; + + class Rocks { + rock = 1; + }; + class sharpstone_03_lc_p3d : Rocks {}; + class sharpstone_02_lc_p3d : Rocks {}; + class sharpstone_01_lc_p3d : Rocks {}; + class sharpstone_02_p3d : Rocks {}; + class sharpstone_03_p3d : Rocks {}; + class sharprock_monolith_p3d : Rocks {}; + class sharprock_apart_p3d : Rocks {}; + class sharpstones_erosion_p3d : Rocks {}; + class bluntstone_01_lc_p3d : Rocks {}; + class bluntstone_02_lc_p3d : Rocks {}; + class bluntstone_03_lc_p3d : Rocks {}; + class bluntstones_erosion_p3d : Rocks {}; + class bluntstone_01_p3d : Rocks {}; + class bluntstone_03_p3d : Rocks {}; + class sharprock_spike_p3d : Rocks {}; + class sharprock_wallh_p3d : Rocks {}; + class w_sharpstone_03_p3d : Rocks {}; + class w_sharpstone_02_p3d : Rocks {}; + class w_sharpstone_01_p3d : Rocks {}; + class bluntrock_apart_p3d : Rocks {}; + class bluntstone_02_p3d : Rocks {}; + class bluntrock_monolith_p3d : Rocks {}; + class bluntrock_wallh_p3d : Rocks {}; + class sharprock_wallv_p3d : Rocks {}; + class stonesharp_medium_p3d : Rocks {}; + class stone_medium_f_p3d : Rocks {}; + class stonesharp_big_p3d : Rocks {}; + class stonesharp_small_p3d : Rocks {}; + class small_stone_02_f_p3d : Rocks {}; + class stone_small_f_p3d : Rocks {}; + class stone_big_f_p3d : Rocks {}; + class bluntrock_spike_p3d : Rocks {}; + class r2_boulder1_p3d : Rocks {}; + class r2_boulder2_p3d : Rocks {}; + class r2_rock1_p3d : Rocks {}; + class r2_rocktower_p3d : Rocks {}; + class r2_rockwall_p3d : Rocks {}; + class r_rock_02_ep1_p3d : Rocks {}; + class brownrock2_p3d : Rocks {}; + class brownrock3_p3d : Rocks {}; + class desertrock_p3d : Rocks {}; + class desertrock2_p3d : Rocks {}; + class desertrock3_p3d : Rocks {}; + class r_stone_01_ep1_p3d : Rocks {}; + class brownrock_p3d : Rocks {}; + class rockn_02_p3d : Rocks {}; + class sharpstone_01_p3d : Rocks {}; + class r_rock_03_ep1_p3d : Rocks {}; + class rocks_02_p3d : Rocks {}; + class skala3_5_p3d : Rocks {}; + class skala3_4_p3d : Rocks {}; + class skala1_4_p3d : Rocks {}; + class bo_r2_boulder1_p3d : Rocks {}; + class bo_r2_boulder2_p3d : Rocks {}; + class bo_r2_rock1_p3d : Rocks {}; + class bo_r2_rocktower_p3d : Rocks {}; + class bo_r2_rockwall_p3d : Rocks {}; + class w_sharpstones_erosion_p3d : Rocks {}; + class decal_rock_dark_p3d : Rocks {}; + class r_stone_01_pmc_p3d : Rocks {}; + class r_stone_02_pmc_p3d : Rocks {}; + class stone4_p3d : Rocks {}; + class stone3_p3d : Rocks {}; + class stone4_invert_p3d : Rocks {}; + class rocks_01_p3d : Rocks {}; + class stone4a_p3d : Rocks {}; + class stone3a_p3d : Rocks {}; + class rockn_01_p3d : Rocks {}; + class r_tk_stone_01_ep1_p3d : Rocks {}; + class r_tk_stone_02_ep1_p3d : Rocks {}; + class r_tk_rock_03_ep1_p3d : Rocks {}; + class r_tk_boulder_03_ep1_p3d : Rocks {}; + class r_tk_rock_02_ep1_p3d : Rocks {}; + class r_tk_boulder_01_ep1_p3d : Rocks {}; + class r_tk_boulder_02_ep1_p3d : Rocks {}; + class r_tk_rock_01_ep1_p3d : Rocks {}; + + class PumpkinPatch { + PumpkinPatch = 1; + }; + class p_pumpkin_summer_p3d : PumpkinPatch {}; + class pumpkin_p3d : PumpkinPatch {}; + + class Trash { + Trash = 1; + }; + class sack_f_p3d : Trash {}; + class garbagebags_f_p3d : Trash {}; + class pallets_f_p3d : Trash {}; + class junkpile_f_p3d : Trash {}; + class garbagepallet_f_p3d : Trash {}; + class garbagewashingmachine_f_p3d : Trash {}; + class basket_f_p3d : Trash {}; + class sacks_goods_f_p3d : Trash {}; + class crateswooden_f_p3d : Trash {}; + class cratesplastic_f_p3d : Trash {}; + class garbagebin_01_f_p3d : Trash {}; + class barrelsand_f_p3d : Trash {}; + class garbagecontainer_closed_f_p3d : Trash {}; + class cratesshabby_f_p3d : Trash {}; + class bucket_f_p3d : Trash {}; + class garbagebarrel_01_f_p3d : Trash {}; + class tyres_f_p3d : Trash {}; + class cargobox_v1_f_p3d : Trash {}; + class metalbarrel_f_p3d : Trash {}; + class sacks_heap_f_p3d : Trash {}; + class woodenbox_f_p3d : Trash {}; + class grave_v1_f_p3d : Trash {}; + class grave_v2_f_p3d : Trash {}; + class calvary_02_v2_f_p3d : Trash {}; + class fishinggear_02_f_p3d : Trash {}; + class fishinggear_01_f_p3d : Trash {}; + class humanskull_f_p3d : Trash {}; + class calvary_02_v1_f_p3d : Trash {}; + class rack_f_p3d : Trash {}; + class wreck_uaz_f_p3d : Trash {}; + class humanskeleton_f_p3d : Trash {}; + class shelvesmetal_f_p3d : Trash {}; + class popelnice_p3d : Trash {}; + class garbage_misc_p3d : Trash {}; + class paletyc_p3d : Trash {}; + class junkpile_p3d : Trash {}; + class kontejner_p3d : Trash {}; + class misc_chickencoop_p3d : Trash {}; + class misc_boogieman_p3d : Trash {}; + class misc_hutch_p3d : Trash {}; + class garbage_paleta_p3d : Trash {}; + class misc_cargo1a_p3d : Trash {}; + class misc_cargo2a_p3d : Trash {}; + class misc_greenhouse_p3d : Trash {}; + class zastavka_stojan_p3d : Trash {}; + class podesta_s10_p3d : Trash {}; + class kontejner_sklo_p3d : Trash {}; + class paletyd_p3d : Trash {}; + class popelnice_2_p3d : Trash {}; + class garbage_plastic_p3d : Trash {}; + class garbage_metal_p3d : Trash {}; + class jeept_tanker_p3d : Trash {}; + class kontejner_plasty_p3d : Trash {}; + class odpadkovy_kos_p3d : Trash {}; + class socha_p3d : Trash {}; + class kontejner_papir_p3d : Trash {}; + class metalcrate_p3d : Trash {}; + class hrob2_p3d : Trash {}; + class barel5_p3d : Trash {}; + class barel4_p3d : Trash {}; + class tires_ep1_p3d : Trash {}; + class barel2_p3d : Trash {}; + class barels_p3d : Trash {}; + class barel1_p3d : Trash {}; + class barels2_p3d : Trash {}; + class barels3_p3d : Trash {}; + class bricks_v2_f_p3d : Trash {}; + class Land_GarbagePallet_F : Trash {}; + class Land_GarbageBags_F : Trash {}; + class garb_misc_pmc_p3d : Trash {}; + class garb_paleta_pmc_p3d : Trash {}; + class garb_heap_pmc_p3d : Trash {}; + class drevena_bedna_p3d : Trash {}; + class barel3_p3d : Trash {}; + class dum_olez_istan1_p3d : Trash {}; + class misc_rubble_ep1_p3d : Trash {}; + class bags_stack_ep1_p3d : Trash {}; + class crates_ep1_p3d : Trash {}; + class cages_ep1_p3d : Trash {}; + class crates_stack_ep1_p3d : Trash {}; + class transport_cart_ep1_p3d : Trash {}; + class stand_small_ep1_p3d : Trash {}; + class stand_meat_ep1_p3d : Trash {}; + class bags_ep1_p3d : Trash {}; + class misc_garb_heap_ep1_p3d : Trash {}; + + class TrashSmall { + TrashSmall = 1; + }; + class misc_postbox_p3d : TrashSmall {}; + + class Trees { + tree = 1; + }; + class t_ficusb1s_f_p3d: Trees {}; + class t_oleae1s_f_p3d: Trees {}; + class t_ficusb2s_f_p3d: Trees {}; + class t_broussonetiap1s_f_p3d: Trees {}; + class t_pinuss2s_f_p3d: Trees {}; + class t_pinuss2s_b_f_p3d: Trees {}; + class t_pinuss1s_f_p3d: Trees {}; + class t_oleae2s_f_p3d: Trees {}; + class t_fraxinusav2s_f_p3d: Trees {}; + class t_pinusp3s_f_p3d: Trees {}; + class t_poplar2f_dead_f_p3d: Trees {}; + class t_populusn3s_f_p3d: Trees {}; + class t_phoenixc1s_f_p3d: Trees {}; + class t_populus3s_p3d : Trees {}; + class t_fagus2w_p3d : Trees {}; + class t_betula2s_p3d : Trees {}; + class t_fagus2s_p3d : Trees {}; + class t_fagus2f_p3d : Trees {}; + class t_sorbus2s_p3d : Trees {}; + class t_fraxinus2w_p3d : Trees {}; + class t_salix2s_p3d : Trees {}; + class t_malus1s_p3d : Trees {}; + class t_betula1f_p3d : Trees {}; + class t_pinusn2s_p3d : Trees {}; + class t_picea2s_p3d : Trees {}; + class t_larix3s_p3d : Trees {}; + class t_picea3f_p3d : Trees {}; + class t_picea1s_p3d : Trees {}; + class misc_fallentree2_p3d : Trees {}; + class misc_stub2_p3d : Trees {}; + class t_fraxinus2s_p3d : Trees {}; + class t_quercus2f_p3d : Trees {}; + class misc_trunk_water_p3d : Trees {}; + class misc_trunk_torzo_p3d : Trees {}; + class t_alnus2s_p3d : Trees {}; + class misc_fallentree1_p3d : Trees {}; + class t_betula2f_p3d : Trees {}; + class t_pinusn1s_p3d : Trees {}; + class t_pinuss2f_p3d : Trees {}; + class t_quercus3s_p3d : Trees {}; + class t_carpinus2s_p3d : Trees {}; + class misc_fallenspruce_p3d : Trees {}; + class t_stub_picea_p3d : Trees {}; + class misc_stub1_p3d : Trees {}; + class t_acer2s_p3d : Trees {}; + class t_betula2w_p3d : Trees {}; + class t_pyrus2s_p3d : Trees {}; + class t_pinuss3s_ep1_p3d : Trees {}; + class t_pinuse2s_ep1_p3d : Trees {}; + class t_populusf2s_ep1_p3d : Trees {}; + class str_topol_p3d : Trees {}; + class les_singlestrom_b_p3d : Trees {}; + class banana_3_p3d : Trees {}; + class jablon_p3d : Trees {}; + class str_pinie_p3d : Trees {}; + class t_ficusb2s_ep1_p3d : Trees {}; + class palm_01_p3d : Trees {}; + class vysilac_budova_p3d : Trees {}; + class palm_10_p3d : Trees {}; + class palm_03_p3d : Trees {}; + class palm_04_p3d : Trees {}; + class t_pistacial2s_ep1_p3d : Trees {}; + class panelak_p3d : Trees {}; + class str_kastan_p3d : Trees {}; + class a_hospital_p3d : Trees {}; + class i_barracks_v1_f_p3d : Trees {}; + class dum_istan3_hromada_p3d : Trees {}; + class dum_istan3_hromada2_p3d : Trees {}; + class dum_istan4_big_inverse_p3d : Trees {}; + class panelak2_p3d : Trees {}; + class podesta_1_mid_p3d : Trees {}; + class podesta_1_cornl_p3d : Trees {}; + class t_prunuss2s_ep1_p3d : Trees {}; + class dum_istan2_02_p3d : Trees {}; + class dum_istan4_inverse_p3d : Trees {}; + class podesta_1_stairs2_p3d : Trees {}; + class podesta_1_mid_cornl_p3d : Trees {}; + class hrusen2_p3d : Trees {}; + class zed_kamenna_p3d : Trees {}; + class str_dub_p3d : Trees {}; + class str_dub_jiny_p3d : Trees {}; + class smrk_siroky_p3d : Trees {}; + class smrk_maly_p3d : Trees {}; + class les_singlestrom_p3d : Trees {}; + class palm_02_p3d : Trees {}; + class brg_banana_3_p3d : Trees {}; + class banana_2_p3d : Trees {}; + class oliva_p3d : Trees {}; + class brg_umbrella_acacia02b_p3d : Trees {}; + class brg_umbrella_acacia01b_p3d : Trees {}; + class brg_umbrella_acacia04b_p3d : Trees {}; + class brg_umbrella_acacia03b_p3d : Trees {}; + class str_buk_p3d : Trees {}; + class les_dub_p3d : Trees {}; + class b_pinusm1s_ep1_p3d : Trees {}; + class krovi_long_p3d : Trees {}; + class str_lipa_p3d : Trees {}; + class str_javor_p3d : Trees {}; + class str_trnka_p3d : Trees {}; + class t_poplar2f_dead_pmc_p3d : Trees {}; + class t_quercusir2s_f_p3d : Trees {}; + class dd_bush01_p3d : Trees {}; + class t_fagus2f_summer_p3d : Trees {}; + class akat02s_p3d : Trees {}; + class t_amygdalusc2s_ep1_p3d : Trees {}; + class str_osika_p3d : Trees {}; + class palm_09_p3d : Trees {}; + class dd_borovice_p3d : Trees {}; + class dd_borovice02_p3d : Trees {}; + class str_topol2_p3d : Trees {}; + class brg_umbrella_acacia_shrub02_p3d : Trees {}; + class t_populusb2s_ep1_p3d : Trees {}; + class les_dub_jiny_p3d : Trees {}; + class les_buk_p3d : Trees {}; + class str_fikovnik_p3d : Trees {}; + class str_briza_rovna_p3d : Trees {}; + class str_jerabina_p3d : Trees {}; + class str_habr_p3d : Trees {}; + class les_fikovnik2_p3d : Trees {}; + class bo_t_populus3s_p3d : Trees {}; + class bo_t_fagus2w_p3d : Trees {}; + class bo_t_betula2s_p3d : Trees {}; + class bo_t_fagus2s_p3d : Trees {}; + class bo_t_fagus2f_p3d : Trees {}; + class bo_t_sorbus2s_p3d : Trees {}; + class bo_t_fraxinus2w_p3d : Trees {}; + class bo_t_salix2s_p3d : Trees {}; + class bo_t_malus1s_p3d : Trees {}; + class bo_t_betula1f_p3d : Trees {}; + class bo_t_pinusn2s_p3d : Trees {}; + class bo_t_picea2s_p3d : Trees {}; + class bo_t_larix3s_p3d : Trees {}; + class bo_t_picea3f_p3d : Trees {}; + class bo_t_picea1s_p3d : Trees {}; + class bo_misc_fallentree2_p3d : Trees {}; + class bo_misc_stub2_p3d : Trees {}; + class bo_t_fraxinus2s_p3d : Trees {}; + class bo_t_quercus2f_p3d : Trees {}; + class bo_misc_trunk_water_p3d : Trees {}; + class bo_misc_trunk_torzo_p3d : Trees {}; + class bo_t_alnus2s_p3d : Trees {}; + class bo_misc_fallentree1_p3d : Trees {}; + class bo_t_betula2f_p3d : Trees {}; + class bo_t_pinusn1s_p3d : Trees {}; + class bo_t_pinuss2f_p3d : Trees {}; + class bo_t_quercus3s_p3d : Trees {}; + class bo_t_carpinus2s_p3d : Trees {}; + class bo_t_stub_picea_p3d : Trees {}; + class bo_t_acer2s_p3d : Trees {}; + class bo_t_betula2w_p3d : Trees {}; + class bo_t_pyrus2s_p3d : Trees {}; + class bo_b_corylus_p3d : Trees {}; + class t_fagus2s_summer_p3d : Trees {}; + class t_betula2s_summer_p3d : Trees {}; + class cwr2_a2_t_sorbus2s_p3d : Trees {}; + class cwr2_a2_t_fagus2w_p3d : Trees {}; + class cwr2_a2_t_alnus2s_p3d : Trees {}; + class mb_t_ulmus_large_p3d : Trees {}; + class cwr_aleppopine_p3d : Trees {}; + class cwr2_a2_t_quercus3s_p3d : Trees {}; + class cwr2_a2_t_fraxinus2s_p3d : Trees {}; + class misc_torzotree_pmc_p3d : Trees {}; + class misc_brokenspruce_pmc_p3d : Trees {}; + class misc_stubleafs_pmc_p3d : Trees {}; + class str_fikovnik2_p3d : Trees {}; + class str_fikovnik_ker_p3d : Trees {}; + class str_briza_kriva_p3d : Trees {}; + class smrk_velky_p3d : Trees {}; + class str_briza_p3d : Trees {}; + class misc_trunk_torzo_ep1_p3d : Trees {}; + class t_juniperusc2s_ep1_p3d : Trees {}; + class misc_trunk_water_ep1_p3d : Trees {}; + + class Bushes { + bush = 1; + }; + class b_ficusc2d_f_p3d: Bushes {}; + class b_ficusc1s_f_p3d: Bushes {}; + class b_neriumo2d_f_p3d: Bushes {}; + class b_arundod2s_f_p3d: Bushes {}; + class b_arundod3s_f_p3d: Bushes {}; + class b_ficusc2s_f_p3d: Bushes {}; + class b_craet1_p3d : Bushes {}; + class b_craet2_p3d : Bushes {}; + class b_corylus_p3d : Bushes {}; + class b_corylus2s_p3d : Bushes {}; + class b_betulahumilis_p3d : Bushes {}; + class b_sambucus_p3d : Bushes {}; + class b_salix2s_p3d : Bushes {}; + class b_canina2s_p3d : Bushes {}; + class b_pmugo_p3d : Bushes {}; + class b_prunus_p3d : Bushes {}; + class krovi_bigest_p3d : Bushes {}; + class krovi4_p3d : Bushes {}; + class krovi_p3d : Bushes {}; + class ker_s_bobulema_p3d : Bushes {}; + class ker_pichlavej_p3d : Bushes {}; + class pinus_mugo_lowpoly_p3d : Bushes {}; + class b_amygdalusn1s_ep1_p3d : Bushes {}; + class banana_4_p3d : Bushes {}; + class banana_1_p3d : Bushes {}; + class palm_08small_p3d : Bushes {}; + class ker_deravej_p3d : Bushes {}; + class brg_umbrella_acacia_shrub2_p3d : Bushes {}; + class krovi2_p3d : Bushes {}; + class brg_banana_4_p3d : Bushes {}; + class bo_b_craet1_p3d : Bushes {}; + class bo_b_craet2_p3d : Bushes {}; + class bo_b_corylus2s_p3d : Bushes {}; + class bo_b_betulahumilis_p3d : Bushes {}; + class bo_b_sambucus_p3d : Bushes {}; + class salix2s_p3d : Bushes {}; + class bo_b_canina2s_p3d : Bushes {}; + class bo_b_pmugo_p3d : Bushes {}; + class bo_b_prunus_p3d : Bushes {}; + class b_corylus2s_summer_p3d : Bushes {}; + class b_craet1_summer_p3d : Bushes {}; + class b_betula2w_summer_p3d : Bushes {}; + class b_canina2s_summer_p3d : Bushes {}; + class cwr2_a2_b_canina2s_p3d : Bushes {}; + class cwr2_a2_b_craet1_p3d : Bushes {}; + class str_krovisko_vysoke_p3d : Bushes {}; + class cwr2_a2_b_prunus_p3d : Bushes {}; + class b_neriumo2s_f_p3d : Bushes {}; + class b_neriumo2s_white_f_p3d : Bushes {}; + class cwr2_a2_b_sambucus_p3d : Bushes {}; + class b_hip2s_pmc_p3d : Bushes {}; + class b_elderberry2s_pmc_p3d : Bushes {}; + class ker_buxus_p3d : Bushes {}; + class str_liskac_p3d : Bushes {}; + class dd_bush02_p3d : Bushes {}; + class b_pistacial1s_ep1_p3d : Bushes {}; + + class Cinder { + cinder = 1; + }; + class cinderblocks_f_p3d : Cinder {}; + + class Wrecks { + wreck = 1; + }; + class wall_tin_4_2_p3d: Wrecks {}; + class mil_wiredfence_f_p3d: Wrecks {}; + class cages_f_p3d: Wrecks {}; + class wreck_car_f_p3d: Wrecks {}; + class pipes_small_f_p3d: Wrecks {}; + class pipe_fence_4m_f_p3d: Wrecks {}; + class spp_tower_f_p3d: Wrecks {}; + class wreck_ural_f_p3d: Wrecks {}; + class wreck_car3_f_p3d: Wrecks {}; + class ironpipes_f_p3d: Wrecks {}; + class pipes_large_f_p3d: Wrecks {}; + class coil_f_p3d: Wrecks {}; + class wreck_offroad_f_p3d: Wrecks {}; + class wreck_offroad2_f_p3d: Wrecks {}; + class crabcages_f_p3d: Wrecks {}; + class metalbarrel_empty_f_p3d: Wrecks {}; + class net_fenced_8m_f_p3d: Wrecks {}; + class net_fence_8m_f_p3d: Wrecks {}; + class wavepowerplantbroken_f_p3d: Wrecks {}; + class wreck_truck_dropside_f_p3d: Wrecks {}; + class wavepowerplant_f_p3d: Wrecks {}; + class wreck_traw_f_p3d: Wrecks {}; + class wreck_slammer_f_p3d: Wrecks {}; + class maroula_f_p3d: Wrecks {}; + class indfnc_9_f_p3d: Wrecks {}; + class indfnc_3_f_p3d: Wrecks {}; + class indfnc_3_d_f_p3d: Wrecks {}; + class wreck_car2_f_p3d: Wrecks {}; + class net_fence_4m_f_p3d: Wrecks {}; + class wreck_truck_f_p3d: Wrecks {}; + class wreck_hunter_f_p3d: Wrecks {}; + class wreck_slammer_hull_f_p3d: Wrecks {}; + class wall_fen1_5_pole_p3d : Wrecks {}; + class wall_fen1_5_2_p3d : Wrecks {}; + class wall_fen1_5_p3d : Wrecks {}; + class wall_indfnc_3_p3d : Wrecks {}; + class wall_indfnc_9_p3d : Wrecks {}; + class wall_indfnc_corner_p3d : Wrecks {}; + class misc_concrete_high_p3d : Wrecks {}; + class plot_vlnplech2_p3d : Wrecks {}; + class misc_g_pipes_p3d : Wrecks {}; + class wall_tincom_9_p3d : Wrecks {}; + class wall_tin_4_p3d : Wrecks {}; + class plot_vlnplech1_p3d : Wrecks {}; + class wall_tincom_9_2_p3d : Wrecks {}; + class wall_tincom_3_p3d : Wrecks {}; + class wall_tincom_pole_p3d : Wrecks {}; + class datsun01t_p3d : Wrecks {}; + class datsun02t_p3d : Wrecks {}; + class skodovka_wrecked_p3d : Wrecks {}; + class lada_wrecked_p3d : Wrecks {}; + class hiluxt_p3d : Wrecks {}; + class uaz_wrecked_p3d : Wrecks {}; + class ural_wrecked_p3d : Wrecks {}; + class rubble_metal_plates_04_p3d : Wrecks {}; + class rubble_metal_plates_02_p3d : Wrecks {}; + class rubble_metal_plates_01_p3d : Wrecks {}; + class wreck_brdm2_f_p3d : Wrecks {}; + class wreck_bmp2_f_p3d : Wrecks {}; + class wreck_heli_attack_01_f_p3d : Wrecks {}; + class bmp_break_p3d : Wrecks {}; + class wreck_t72_hull_f_p3d : Wrecks {}; + class wreck_t72_turret_f_p3d : Wrecks {}; + class wreck_hmmwv_f_p3d : Wrecks {}; + class kamaz_bort_p3d : Wrecks {}; + class wreck_van_f_p3d : Wrecks {}; + class kamaz_awtobas_p3d : Wrecks {}; + class maz_p3d : Wrecks {}; + class wreck_skodovka_f_p3d : Wrecks {}; + class wreck_cardismantled_f_p3d : Wrecks {}; + class kamaz_pozarka_p3d : Wrecks {}; + class zaporosez_p3d : Wrecks {}; + class kamaz_tent_p3d : Wrecks {}; + class budova5_p3d : Wrecks {}; + class pletivo_dira_p3d : Wrecks {}; + class pletivo_p3d : Wrecks {}; + class wall_indfnc_pole_p3d : Wrecks {}; + class wall_indfnc_3_d_p3d : Wrecks {}; + class t72_wrecked_p3d : Wrecks {}; + class t72_wrecked_turret_p3d : Wrecks {}; + +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Zargabad.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Zargabad.hpp new file mode 100644 index 00000000..f94d5d71 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Zargabad.hpp @@ -0,0 +1,19 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode config for Zargabad + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/Takistan.hpp +*/ +class Zargabad { + blockedArea[] = {}; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp b/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp index b83d8882..057673ab 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp @@ -34,205 +34,6 @@ class australia { { { 31205.9, 9721.02, 0 }, 510 }, //South Melbourne { { 35364.5, 8453.59, 0 }, 200 } //Eden }; - Rocks[] = { - "r_rock_02_ep1.p3d", - "brownrock2.p3d", - "brownrock3.p3d", - "sharpstone_03_lc.p3d", - "desertrock.p3d", - "desertrock2.p3d", - "desertrock3.p3d", - "r_stone_01_ep1.p3d", - "brownrock.p3d", - "rockn_02.p3d", - "sharprock_wallh.p3d", - "sharpstone_02.p3d", - "sharprock_spike.p3d", - "sharpstone_01.p3d", - "sharprock_apart.p3d", - "r_rock_03_ep1.p3d", - "rocks_02.p3d", - "sharprock_monolith.p3d", - "skala3_5.p3d", - "skala3_4.p3d", - "skala1_4.p3d" - }; - ATM[] = { - "phone_box_south.p3d" - }; - Water[] = { - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "Land_GarbagePallet_F", - "Land_GarbageBags_F", - "podesta_s10.p3d", - "kontejner_sklo.p3d", - "popelnice.p3d", - "paletyd.p3d", - "paletyc.p3d", - "garbage_misc.p3d", - "popelnice_2.p3d", - "garbage_plastic.p3d", - "garbage_metal.p3d", - "jeept_tanker.p3d", - "kontejner_plasty.p3d", - "odpadkovy_kos.p3d", - "socha.p3d", - "misc_greenhouse.p3d", - "kontejner_papir.p3d", - "misc_boogieman.p3d", - "metalcrate.p3d", - "hrob2.p3d", - "barel5.p3d", - "kontejner.p3d", - "barel4.p3d", - "tires_ep1.p3d", - "barel2.p3d", - "barels.p3d", - "barel1.p3d", - "barels2.p3d", - "barels3.p3d" - }; - Trees[] = { - "t_pinuss3s_ep1.p3d", - "t_pinuse2s_ep1.p3d", - "t_oleae2s_f.p3d", - "t_populusf2s_ep1.p3d", - "str_topol.p3d", - "t_fraxinusav2s_f.p3d", - "les_singlestrom_b.p3d", - "t_fagus2f.p3d", - "t_quercus3s.p3d", - "t_salix2s.p3d", - "banana_3.p3d", - "jablon.p3d", - "str_pinie.p3d", - "t_sorbus2s.p3d", - "t_ficusb2s_ep1.p3d", - "palm_01.p3d", - "vysilac_budova.p3d", - "palm_10.p3d", - "palm_03.p3d", - "palm_04.p3d", - "t_pistacial2s_ep1.p3d", - "panelak.p3d", - "str kastan.p3d", - "a_hospital.p3d", - "i_barracks_v1_f.p3d", - "dum_istan3_hromada.p3d", - "dum_istan3_hromada2.p3d", - "dum_istan4_big_inverse.p3d", - "panelak2.p3d", - "podesta_1_mid.p3d", - "podesta_1_cornl.p3d", - "t_prunuss2s_ep1.p3d", - "dum_istan2_02.p3d", - "dum_istan4_inverse.p3d", - "podesta_1_stairs2.p3d", - "podesta_1_mid_cornl.p3d", - "hrusen2.p3d", - "zed_kamenna.p3d", - "t_pinuss2s_b_f.p3d", - "str dub.p3d", - "str dub jiny.p3d", - "t_pinuss1s_f.p3d", - "smrk_siroky.p3d", - "smrk_maly.p3d", - "les_singlestrom.p3d", - "t_pinuss2s_f.p3d", - "palm_02.p3d", - "brg_banana_3.p3d", - "banana_2.p3d", - "oliva.p3d", - "brg_umbrella_acacia02b.p3d", - "brg_umbrella_acacia01b.p3d", - "brg_umbrella_acacia04b.p3d", - "brg_umbrella_acacia03b.p3d", - "str buk.p3d", - "les_dub.p3d", - "t_ficusb2s_f.p3d", - "b_pinusm1s_ep1.p3d", - "krovi_long.p3d", - "str lipa.p3d", - "str javor.p3d", - "str trnka.p3d", - "t_pyrus2s.p3d", - "t_picea3f.p3d", - "t_pinusn1s.p3d", - "t_ficusb1s_f.p3d", - "t_poplar2f_dead_pmc.p3d", - "t_oleae1s_f.p3d", - "t_quercusir2s_f.p3d", - "dd_bush01.p3d", - "t_fagus2f_summer.p3d", - "akat02s.p3d", - "t_amygdalusc2s_ep1.p3d", - "str osika.p3d", - "palm_09.p3d", - "dd_borovice.p3d", - "dd_borovice02.p3d", - "t_poplar2f_dead_f.p3d", - "fuelstation_build_f.p3d", - "str_topol2.p3d", - "brg_umbrella_acacia_shrub02.p3d", - "t_betula2s.p3d", - "t_populusb2s_ep1.p3d", - "les_dub_jiny.p3d", - "les_buk.p3d", - "str_fikovnik.p3d", - "str_briza_rovna.p3d", - "str jerabina.p3d", - "str habr.p3d", - "les_fikovnik2.p3d" - }; - Bushes[] = { - "b_pmugo.p3d", - "b_ficusc2s_f.p3d", - "b_neriumo2d_f.p3d", - "krovi_bigest.p3d", - "b_ficusc1s_f.p3d", - "b_arundod3s_f.p3d", - "krovi4.p3d", - "krovi.p3d", - "ker s bobulema.p3d", - "ker pichlavej.p3d", - "pinus_mugo_lowpoly.p3d", - "b_amygdalusn1s_ep1.p3d", - "banana_4.p3d", - "banana_1.p3d", - "palm_08small.p3d", - "ker deravej.p3d", - "brg_umbrella_acacia_shrub2.p3d", - "b_salix2s.p3d", - "krovi2.p3d", - "b_ficusc2d_f.p3d", - "brg_banana_4.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "plot_vlnplech1.p3d", - // wrecks from aia - "datsun01t.p3d", - "datsun02t.p3d", - "skodovka_wrecked.p3d", - "lada_wrecked.p3d", - "hiluxt.p3d", - "uaz_wrecked.p3d", - "ural_wrecked.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp b/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp index 6fc5a1a0..7de40399 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp @@ -14,95 +14,6 @@ */ class Takistan { blockedArea[] = {}; - Rocks[] = { - "r_tk_stone_01_ep1.p3d", - "r_tk_stone_02_ep1.p3d", - "r_tk_rock_03_ep1.p3d", - "r_tk_boulder_03_ep1.p3d", - "r_tk_rock_02_ep1.p3d", - "r_tk_boulder_01_ep1.p3d", - "r_tk_boulder_02_ep1.p3d", - "r_tk_rock_01_ep1.p3d" - }; - ATM[] = { - }; - Water[] = { - "misc_well_c_ep1.p3d", - "misc_well_l_ep1.p3d", - "stand_water_ep1.p3d", - "misc_concbox_ep1.p3d" - }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - "misc_rubble_ep1.p3d", - "bags_stack_ep1.p3d", - "kiosk_ep1.p3d", - "tires_ep1.p3d", - "garbage_misc.p3d", - "garbage_paleta.p3d", - "paletyc.p3d", - "crates_ep1.p3d", - "cages_ep1.p3d", - "junkpile.p3d", - "crates_stack_ep1.p3d", - "transport_cart_ep1.p3d", - "stand_small_ep1.p3d", - "stand_meat_ep1.p3d", - "bags_ep1.p3d", - "misc_garb_heap_ep1.p3d", - "house_k_1_ruins_ep1.p3d" - }; - Trees[] = { - "t_populusf2s_ep1.p3d", - "t_pistacial2s_ep1.p3d", - "misc_trunk_torzo_ep1.p3d", - "t_populusb2s_ep1.p3d", - "t_amygdalusc2s_ep1.p3d", - "t_pinuse2s_ep1.p3d", - "t_ficusb2s_ep1.p3d", - "t_juniperusc2s_ep1.p3d", - "t_pinuss3s_ep1.p3d", - "misc_trunk_water_ep1.p3d", - "t_prunuss2s_ep1.p3d" - }; - Bushes[] = { - "b_amygdalusn1s_ep1.p3d", - "b_pistacial1s_ep1.p3d", - "b_pinusm1s_ep1.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_indfnc_9.p3d", - "wall_indfnc_pole.p3d", - "wall_tincom_9.p3d", - "wall_tincom_pole.p3d", - "ural_wrecked.p3d", - "uaz_wrecked.p3d", - "datsun02t.p3d", - "hiluxt.p3d", - "datsun01t.p3d", - "wall_tin_4.p3d", - "wall_indfnc_3_d.p3d", - "wall_indfnc_3.p3d", - "wall_indfnc_3_hole.p3d", - "skodovka_wrecked.p3d", - "lada_wrecked.p3d", - "misc_concrete_high.p3d", - "t72_wrecked.p3d", - "t72_wrecked_turret.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp b/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp index 0ba89eae..211978ce 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp @@ -13,48 +13,9 @@ https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp */ class utes { - Rocks[] = { - "r2_rock1.p3d", - "r2_rockwall.p3d", - "r2_boulder1.p3d", - "r2_boulder2.p3d", - "r2_stone.p3d" - }; - ATM[] = { - }; Water[] = { "misc_wellpump.p3d" }; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - "p_pumpkin_summer.p3d", - "pumpkin.p3d", - }; - TrashFood[] = { - }; - Trash[] = { - }; - Trees[] = { - "t_betula1f.p3d", - "t_pinusn2s.p3d", - "t_pinuss2f.p3d", - "t_pinusn1s.p3d" - }; - Bushes[] = { - "b_betulahumilis.p3d", - "b_salix2s.p3d", - "b_pmugo.p3d" - }; - Cinder[] = { - "cinderblocks_f.p3d" - }; - Wrecks[] = { - "wall_indfnc_9.p3d" - }; }; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp b/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp index ceb83d71..5dd3a072 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp @@ -13,31 +13,7 @@ https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp */ class vr { - Rocks[] = { - }; - ATM[] = { - }; - Water[] = { - }; + blockedArea[] = {}; // main config TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; - - TrashSmall[] = { - }; - TrashVehicle[] = { - }; - PumpkinPatch[] = { - }; - TrashFood[] = { - }; - Trash[] = { - }; - Trees[] = { - }; - Bushes[] = { - }; - Cinder[] = { - }; - Wrecks[] = { - }; }; diff --git a/Sources/epoch_config/Configs/CfgGesturesMale.hpp b/Sources/epoch_config/Configs/CfgGesturesMale.hpp index 35d76dd0..294c876c 100644 --- a/Sources/epoch_config/Configs/CfgGesturesMale.hpp +++ b/Sources/epoch_config/Configs/CfgGesturesMale.hpp @@ -34,7 +34,8 @@ class CfgGesturesMale file = ""; looped = 1; speed = 0.5; - relSpeedMin = 0.5; + static = 0; + relSpeedMin = 1; relSpeedMax = 1; soundEnabled = 0; soundOverride = ""; diff --git a/Sources/epoch_config/Configs/CfgMagazines.hpp b/Sources/epoch_config/Configs/CfgMagazines.hpp index 957c1bf0..27b5d278 100644 --- a/Sources/epoch_config/Configs/CfgMagazines.hpp +++ b/Sources/epoch_config/Configs/CfgMagazines.hpp @@ -28,7 +28,7 @@ class CfgMagazines mass = 1; interactAction = 2; interactText = "DRINK"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,500,0,0,0,0,0,0,0}; }; class 1Rnd_Food: CA_Magazine @@ -41,10 +41,14 @@ class CfgMagazines mass = 1; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,600,0,0,0,0,0,0,0,0}; }; + // 037 custom auto generated start + #include "CfgMagazines\Custom.hpp" + // 037 custom auto generated end + class FAK : CA_Magazine { scope = 2; @@ -132,8 +136,6 @@ class CfgMagazines picture = "\x\addons\a3_epoch_assets_1\pictures\equip_kilohemp_CA.paa"; type = 256; mass = 1; - - }; class ItemSodaRbull : 1Rnd_Soda{ @@ -142,8 +144,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\soda_redbull.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_soda_rbull_CA.paa"; mass = 1; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,1000,0,0,0,0,100,0,0}; + interactReturnOnUse = "ItemSodaEmpty"; }; class ItemSodaOrangeSherbet : 1Rnd_Soda{ displayName = "Orange Sherbet"; @@ -151,8 +154,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\soda_sherbet.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\soda_orangesherbet_ca.paa"; mass = 1; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,800,0,0,0,0,75,0,0}; + interactReturnOnUse = "ItemSodaEmpty"; }; class ItemSodaPurple : 1Rnd_Soda{ @@ -161,8 +165,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\soda_purple.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\soda_purple_equip_ca.paa"; mass = 1; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 0, 800, 0, 0, 0, 0, 75, 0, 0 }; + interactReturnOnUse = "ItemSodaEmpty"; }; class ItemSodaMocha : 1Rnd_Soda{ displayName = "Mocha Cola"; @@ -170,8 +175,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\soda_mocha.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\soda_mocha_equip_ca.paa"; mass = 1; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 0, 650, 0, 0, 0, 0, 150, 0, 0 }; + interactReturnOnUse = "ItemSodaEmpty"; }; class ItemSodaBurst : 1Rnd_Soda{ displayName = "Burst Koke"; @@ -179,8 +185,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\soda_burst.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\soda_burst_equip_ca.paa"; mass = 1; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 0, 800, 0, 0, 0, 0, 75, 0, 0 }; + interactReturnOnUse = "ItemSodaEmpty"; }; @@ -191,7 +198,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\trout.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_rainbowtrout_CA.paa"; mass = 5; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 300, 0, 0, 0, 0, 5, 0, 0, 0 }; }; class ItemSeaBass : 1Rnd_Food{ @@ -201,7 +208,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\seabass.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_seabass_CA.paa"; mass = 10; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 500, 0, 0, 0, 0, 10, 0, 0, 0 }; }; class ItemTuna : 1Rnd_Food{ @@ -211,7 +218,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\tuna.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_tuna_CA.paa"; mass = 50; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 2500, 0, 0, 0, 0, 0, 0, 0, 0 }; }; class ItemTroutCooked : 1Rnd_Food{ @@ -221,7 +228,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\trout_cooked.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_trout_cooked_CA.paa"; mass = 5; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 600, 0, 0, 0, 0, 0, 0, 0, 0 }; }; class ItemSeaBassCooked : 1Rnd_Food{ @@ -231,7 +238,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\seabass_cooked.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_seabass_cooked_CA.paa"; mass = 10; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 1200, 0, 0, 0, 0, 0, 0, 0, 0 }; }; class ItemTunaCooked : 1Rnd_Food{ @@ -241,7 +248,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\tuna_cooked.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_tuna_cooked_CA.paa"; mass = 50; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; }; @@ -251,8 +258,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets_1\models\biomeat_can.p3d"; picture = "\x\addons\a3_epoch_assets_1\pictures\equip_biomeat_CA.paa"; descriptionShort = "Bio Meat: A very good source of nutrition, and a very high chance of infection. Eat at own risk."; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,1000,0,0,0,0,7,0,0,0}; + interactReturnOnUse = "ItemEmptyTin"; }; class FoodMeeps : 1Rnd_Food{ @@ -261,7 +269,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets\models\meeps.p3d"; picture = "\x\addons\a3_epoch_assets\textures\candy\equip_meeps_ca.paa"; descriptionShort = "Pumpkin marshmallow candy"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,500,0,0,0,0,0,0,0,0}; }; class FoodSnooter : 1Rnd_Food{ @@ -270,7 +278,7 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets\models\snooter.p3d"; picture = "\x\addons\a3_epoch_assets\textures\candy\equip_snooters_ca.paa"; descriptionShort = "Not hungry? grab a Snooters"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,500,0,0,0,0,0,50,0,0}; }; class FoodWalkNSons : 1Rnd_Soda{ @@ -279,8 +287,9 @@ class CfgMagazines model = "\x\addons\a3_epoch_assets\models\walkinson.p3d"; picture = "\x\addons\a3_epoch_assets\textures\candy\equip_walkinson_ca.paa"; descriptionShort = "Stuck walkin' grab a Walk N' Sons Soda"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,1200,0,0,0,0,150,0,0}; + interactReturnOnUse = "ItemSodaEmpty"; }; class ItemTopaz : CA_Magazine { @@ -490,7 +499,7 @@ class CfgMagazines interactReturnOnUse = "ItemCoolerE"; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; }; @@ -808,7 +817,7 @@ class CfgMagazines mass = 4; interactAction = 9; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,0,100,0,0,0,0,0,0}; }; class EnergyPackLg : CA_Magazine @@ -825,7 +834,7 @@ class CfgMagazines mass = 40; interactAction = 9; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,0,1000,0,0,0,0,0,0}; }; @@ -850,8 +859,8 @@ class CfgMagazines mass = 1; interactAction = 2; interactText = "DRINK"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP - interactAttributes[] = {0,0,800,0,0,0,-5,50,0,20}; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation + interactAttributes[] = {0,0,800,0,0,0,-5,50,0,0,0,10,0}; }; class CircuitParts : CA_Magazine @@ -911,7 +920,7 @@ class CfgMagazines mass = 1; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,0,0,0,0,20,0,0,0}; }; class SnakeCarcass_EPOCH : CA_Magazine @@ -925,7 +934,7 @@ class CfgMagazines mass = 5; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 300, 0, 0, 0, 0, 10, 0, 0, 0 }; }; /* @@ -951,7 +960,7 @@ class CfgMagazines mass = 5; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,1200,0,0,0,0,0,0,0,0}; }; class RabbitCarcass_EPOCH : CA_Magazine @@ -965,7 +974,7 @@ class CfgMagazines mass = 5; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 300, 0, 0, 0, 0, 10, 0, 0, 0 }; }; class CookedRabbit_EPOCH : CA_Magazine @@ -979,7 +988,7 @@ class CfgMagazines mass = 5; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,1200,0,0,0,0,0,0,0,0}; }; class ChickenCarcass_EPOCH : CA_Magazine @@ -993,7 +1002,7 @@ class CfgMagazines mass = 10; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 500, 0, 0, 0, 0, 25, 0, 0, 0 }; }; class CookedChicken_EPOCH : CA_Magazine @@ -1007,7 +1016,7 @@ class CfgMagazines mass = 10; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,2000,0,0,0,0,0,0,0,0}; }; class GoatCarcass_EPOCH : CA_Magazine @@ -1021,7 +1030,7 @@ class CfgMagazines mass = 20; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 500, 0, 0, 0, 0, 15, 0, 0, 0 }; }; class CookedGoat_EPOCH : CA_Magazine @@ -1035,7 +1044,7 @@ class CfgMagazines mass = 20; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,3000,0,0,0,0,0,0,0,0}; }; class SheepCarcass_EPOCH : CA_Magazine @@ -1049,7 +1058,7 @@ class CfgMagazines mass = 20; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 500, 0, 0, 0, 0, 15, 0, 0, 0 }; }; class CookedSheep_EPOCH : CA_Magazine @@ -1063,7 +1072,7 @@ class CfgMagazines mass = 20; interactAction = 1; interactText = "EAT"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,3000,0,0,0,0,0,0,0,0}; }; @@ -1435,7 +1444,7 @@ class CfgMagazines mass = 1; interactAction = 6; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 0, 0, 0, 0, 10, 0, -100, 0, -10 }; }; @@ -1450,7 +1459,7 @@ class CfgMagazines mass = 1; interactAction = 6; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 0, 0, 0, 0, 0, -50, 0, 0, 0 }; }; @@ -1465,7 +1474,7 @@ class CfgMagazines mass = 1; interactAction = 6; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = { 0, 500, 0, 0, 0, 0, 0, 50, 0, 0 }; }; @@ -1480,7 +1489,7 @@ class CfgMagazines mass = 1; interactAction = 6; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {0,0,0,0,-25,0,0,0,0,0}; }; class HeatPack: CA_Magazine @@ -1494,7 +1503,7 @@ class CfgMagazines mass = 1; interactAction = 7; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {1,0,0,0,0,0,0,0,0,0}; }; class ColdPack : CA_Magazine @@ -1508,7 +1517,7 @@ class CfgMagazines mass = 1; interactAction = 8; interactText = "USE"; - //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP,Karma,Alcohol,Radiation interactAttributes[] = {-1,0,0,0,0,0,0,0,0,0}; }; }; diff --git a/Sources/epoch_config/Configs/CfgMagazines/Custom.hpp b/Sources/epoch_config/Configs/CfgMagazines/Custom.hpp new file mode 100644 index 00000000..be8d93b6 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMagazines/Custom.hpp @@ -0,0 +1,673 @@ +class ItemEmptyTin : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_2\gear\gear_emptytincan_x_ca.paa"; + displayName = "$STR_EPOCH_ItemEmptyTin_displayName"; // Empty Tin Can + scope = 2; + model = "\x\addons\a3_epoch_assets_2\empty_tin.p3d"; + descriptionShort = "$STR_EPOCH_ItemEmptyTin_descriptionShort"; // Empty Tin Can + count = 1; + mass = 2; +}; +class ItemSodaEmpty : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\soda_empty_ca.paa"; + displayName = "$STR_EPOCH_ItemSodaEmpty_displayName"; // Empty Soda Can + scope = 2; + model = "\A3\Structures_F\Items\Food\Can_Dented_F.p3d"; + descriptionShort = "$STR_EPOCH_ItemSodaEmpty_descriptionShort"; // Empty Aluminum Soda Can + count = 1; + mass = 2; +}; +class ItemSodaAlpineDude : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\soda_alpinedude_ca.paa"; + displayName = "$STR_EPOCH_ItemSodaAlpineDude_displayName"; // Alpine Dude Soda + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\soda_alpine.p3d"; + descriptionShort = "$STR_EPOCH_ItemSodaAlpineDude_descriptionShort"; // Do the dude! + count = 1; + mass = 2; + interactAction = 2; + interactText = "DRINK"; + interactAttributes[] = {0,0,800,0,0,0,0,100,0,0}; + interactReturnOnUse = "ItemSodaEmpty"; +}; +class ItemHotwire : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_hotwire_ca.paa"; + displayName = "$STR_EPOCH_ItemHotwire_displayName"; // Hotwire Kit + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\hotwire.p3d"; + descriptionShort = "$STR_EPOCH_ItemHotwire_descriptionShort"; // Used to hack open door locks. + count = 1; + mass = 2; + interactAction = 2; + interactText = "USE"; +}; +class ItemKeyKit : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_keykit_ca.paa"; + displayName = "$STR_EPOCH_ItemKeyKit_displayName"; // Key Makers Kit + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\keykit.p3d"; + descriptionShort = "$STR_EPOCH_ItemKeyKit_descriptionShort"; // Used to craft duplicate keys. + count = 1; + mass = 2; + interactAction = 2; + interactText = "USE"; +}; +class ItemBarrelF : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_oil_drum_model_ca.paa"; + displayName = "$STR_EPOCH_ItemBarrelF_displayName"; // Fuel Barrel (Full) + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\oil_drum_model.p3d"; + descriptionShort = "$STR_EPOCH_ItemBarrelF_descriptionShort"; // 55 gallon fuel barrel. + count = 1; + mass = 250; + interactAction = 4; + interactText = "FILL"; + interactAttributes[] = {210}; + interactReturnOnUse = "ItemBarrelE"; +}; +class ItemBarrelE : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_oildrum_e_CA.paa"; + displayName = "$STR_EPOCH_ItemBarrelE_displayName"; // Fuel Barrel (Empty) + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\oil_drum_model.p3d"; + descriptionShort = "$STR_EPOCH_ItemBarrelE_descriptionShort"; // Empty 55 gallon fuel barrel. + count = 1; + mass = 25; + interactAction = 5; + interactText = "SIPHON"; + interactAttributes[] = {210}; + interactReturnOnUse = "ItemBarrelF"; +}; +class ItemPipe : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_pipe_CA.paa"; + displayName = "$STR_EPOCH_ItemPipe_displayName"; // Pipes + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\pipe.p3d"; + descriptionShort = "$STR_EPOCH_ItemPipe_descriptionShort"; // Small pile of metal pipes. + count = 1; + mass = 15; +}; +class ItemKey : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_key_CA.paa"; + displayName = "$STR_EPOCH_ItemKey_displayName"; // Key + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\key.p3d"; + descriptionShort = "$STR_EPOCH_ItemKey_descriptionShort"; // Key used in a lock. + count = 1; + mass = 1; + interactAction = 2; + interactText = "USE"; +}; +class ItemKeyBlue : ItemKey { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_key_CA_blue.paa"; + displayName = "$STR_EPOCH_ItemKeyBlue_displayName"; // Key (Blue) + model = "\x\addons\a3_epoch_assets_1\models\key_blue.p3d"; +}; +class ItemKeyGreen : ItemKey { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_key_CA_green.paa"; + displayName = "$STR_EPOCH_ItemKeyGreen_displayName"; // Key (Green) + model = "\x\addons\a3_epoch_assets_1\models\key_green.p3d"; +}; +class ItemKeyRed : ItemKey { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_key_CA_red.paa"; + displayName = "$STR_EPOCH_ItemKeyRed_displayName"; // Key (Red) + model = "\x\addons\a3_epoch_assets_1\models\key_red.p3d"; +}; +class ItemKeyYellow : ItemKey { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_key_CA_yellow.paa"; + displayName = "$STR_EPOCH_ItemKeyYellow_displayName"; // Key (Yellow) + model = "\x\addons\a3_epoch_assets_1\models\key_yellow.p3d"; +}; +class ItemDoc1 : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_child1_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc1_displayName"; // Book + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_child1.p3d"; + descriptionShort = "$STR_EPOCH_ItemDoc1_descriptionShort"; // Book + count = 1; + mass = 1; + interactAction = -1; + interactText = "READ"; +}; +class ItemDoc2 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_child2_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc2_displayName"; // Book + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_child2.p3d"; +}; +class ItemDoc3 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_deaths_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc3_displayName"; // Book + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_deaths.p3d"; +}; +class ItemDoc4 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_doc_generic_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc4_displayName"; // Book + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_generic.p3d"; +}; +class ItemDoc5 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_doc_letter_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc5_displayName"; // Letter + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_letter.p3d"; +}; +class ItemDoc6 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_doc_ramp_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc6_displayName"; // Book + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_ramp.p3d"; +}; +class ItemDoc7 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_child2_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc7_displayName"; // Letter + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_trashy1.p3d"; +}; +class ItemDoc8 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_child2_ca.paa"; + displayName = "$STR_EPOCH_ItemDoc8_displayName"; // Letter + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_trashy2.p3d"; +}; +class ItemVehDoc1 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_docup1_ca.paa"; + displayName = "$STR_EPOCH_ItemVehDoc1_displayName"; // Vehicle Manual I + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_Up1.p3d"; +}; +class ItemVehDoc2 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_docup2_ca.paa"; + displayName = "$STR_EPOCH_ItemVehDoc2_displayName"; // Vehicle Manual II + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_Up2.p3d"; +}; +class ItemVehDoc3 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_docup3_ca.paa"; + displayName = "$STR_EPOCH_ItemVehDoc3_displayName"; // Vehicle Manual III + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_Up3.p3d"; +}; +class ItemVehDoc4 : ItemDoc1 { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_docup4_ca.paa"; + displayName = "$STR_EPOCH_ItemVehDoc4_displayName"; // Vehicle Manual IV + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\doc_Up4.p3d"; +}; +class ItemBulb : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_bulb_CA.paa"; + displayName = "$STR_EPOCH_ItemBulb_displayName"; // Light Bulb + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\bulb.p3d"; + descriptionShort = "$STR_EPOCH_ItemBulb_descriptionShort"; // Light Bulb in factory package. Gives off light when powered. + count = 1; + mass = 1; +}; +class ItemBurlap : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_burlap_ca.paa"; + displayName = "$STR_EPOCH_ItemBurlap_displayName"; // Burlap + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\burlap.p3d"; + descriptionShort = "$STR_EPOCH_ItemBurlap_descriptionShort"; // Woven fabric made from plant fibers. + count = 1; + mass = 1; +}; +class ItemBriefcaseE : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_briefcase_E_CA.paa"; + displayName = "$STR_EPOCH_ItemBriefcaseE_displayName"; // Empty Briefcase + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\briefcase.p3d"; + descriptionShort = "$STR_EPOCH_ItemBriefcaseE_descriptionShort"; // A rectangular container, good for carrying books and papers. + count = 1; + mass = 1; +}; +class ItemBriefcaseGold100oz : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_briefcase_100oz_CA.paa"; + displayName = "$STR_EPOCH_ItemBriefcaseGold100oz_displayName"; // Full Briefcase (Gold) + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\briefcase.p3d"; + descriptionShort = "$STR_EPOCH_ItemBriefcaseGold100oz_descriptionShort"; // Briefcase that contains ten 10oz (100oz) Gold Bars. + count = 1; + mass = 100; +}; +class ItemAluminumBar : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_alum_bar_CA.paa"; + displayName = "$STR_EPOCH_ItemAluminumBar_displayName"; // Aluminum Bar (1oz) + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\aluminum_bar.p3d"; + descriptionShort = "$STR_EPOCH_ItemAluminumBar_descriptionShort"; // Aluminum Bar (1oz) + count = 1; + mass = 1; +}; +class ItemCopperBar : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_copper_bar_CA.paa"; + displayName = "$STR_EPOCH_ItemCopperBar_displayName"; // Copper Bar (1oz) + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\copper_bar.p3d"; + descriptionShort = "$STR_EPOCH_ItemCopperBar_descriptionShort"; // Copper Bar (1oz) + count = 1; + mass = 1; +}; +class ItemTinBar : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_tin_bar_CA.paa"; + displayName = "$STR_EPOCH_ItemTinBar_displayName"; // Tin Bar (1oz) + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\tin_bar.p3d"; + descriptionShort = "$STR_EPOCH_ItemTinBar_descriptionShort"; // Tin Bar (1oz) + count = 1; + mass = 1; +}; +class ItemPlywoodPack : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_plywood_pack_CA.paa"; + displayName = "$STR_EPOCH_ItemPlywoodPack_displayName"; // Plywood + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\plywood_pack.p3d"; + descriptionShort = "$STR_EPOCH_ItemPlywoodPack_descriptionShort"; // Stack of Plywood Sheets + count = 1; + mass = 1; +}; +class ItemComboLock : CA_Magazine { + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_combolock_ca.paa"; + displayName = "$STR_EPOCH_ItemComboLock_displayName"; // Combination Lock + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\combo_lock_mag.p3d"; + descriptionShort = "$STR_EPOCH_ItemComboLock_descriptionShort"; // Combination Lock + count = 1; + mass = 1; +}; +class Item_AssaultPack_cbr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_cbr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_cbr_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_cbr"; +}; +class Item_AssaultPack_dgtl : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_dgtl0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_dgtl_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_dgtl"; +}; +class Item_AssaultPack_khk : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_khk0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_khk_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_khk"; +}; +class Item_AssaultPack_mcamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_mcamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_mcamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_mcamo"; +}; +class Item_AssaultPack_ocamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_ocamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_ocamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_ocamo"; +}; +class Item_AssaultPack_rgr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_rgr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_rgr_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_rgr"; +}; +class Item_AssaultPack_sgg : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_sgg0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_sgg_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_sgg"; +}; +class Item_AssaultPack_blk : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_AssaultPack_blk0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_AssaultPack_blk_descriptionShort"; // Packed Backpack + count = 1; + mass = 20; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_AssaultPack_blk"; +}; +class Item_Carryall_cbr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Carryall_cbr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Carryall_cbr_descriptionShort"; // Packed Backpack + count = 1; + mass = 60; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Carryall_cbr"; +}; +class Item_Carryall_khk : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Carryall_khk0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Carryall_khk_descriptionShort"; // Packed Backpack + count = 1; + mass = 60; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Carryall_khk"; +}; +class Item_Carryall_mcamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Carryall_mcamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Carryall_mcamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 60; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Carryall_mcamo"; +}; +class Item_Carryall_ocamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Carryall_ocamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Carryall_ocamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 60; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Carryall_ocamo"; +}; +class Item_Carryall_oli : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Carryall_oli0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Carryall_oli_descriptionShort"; // Packed Backpack + count = 1; + mass = 60; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Carryall_oli"; +}; +class Item_Carryall_oucamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Carryall_oucamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Carryall_oucamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 60; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Carryall_oucamo"; +}; +class Item_FieldPack_blk : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_FieldPack_blk0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_FieldPack_blk_descriptionShort"; // Packed Backpack + count = 1; + mass = 30; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_FieldPack_blk"; +}; +class Item_FieldPack_cbr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_FieldPack_cbr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_FieldPack_cbr_descriptionShort"; // Packed Backpack + count = 1; + mass = 30; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_FieldPack_cbr"; +}; +class Item_FieldPack_khk : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_FieldPack_khk0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_FieldPack_khk_descriptionShort"; // Packed Backpack + count = 1; + mass = 30; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_FieldPack_khk"; +}; +class Item_FieldPack_ocamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_FieldPack_ocamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_FieldPack_ocamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 30; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_FieldPack_ocamo"; +}; +class Item_FieldPack_oli : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_FieldPack_oli0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_FieldPack_oli_descriptionShort"; // Packed Backpack + count = 1; + mass = 30; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_FieldPack_oli"; +}; +class Item_FieldPack_oucamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_FieldPack_oucamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_FieldPack_oucamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 30; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_FieldPack_oucamo"; +}; +class Item_Kitbag_cbr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Kitback_cbr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Kitbag_cbr_descriptionShort"; // Packed Backpack + count = 1; + mass = 50; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Kitbag_cbr"; +}; +class Item_Kitbag_mcamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Kitback_mcamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Kitbag_mcamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 50; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Kitbag_mcamo"; +}; +class Item_Kitbag_rgr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Kitback_rgr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Kitbag_rgr_descriptionShort"; // Packed Backpack + count = 1; + mass = 50; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Kitbag_rgr"; +}; +class Item_Kitbag_sgg : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_Kitback_sgg0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_Kitbag_sgg_descriptionShort"; // Packed Backpack + count = 1; + mass = 50; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_Kitbag_sgg"; +}; +class Item_TacticalPack_blk : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_TacticalPack_blk0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_TacticalPack_blk_descriptionShort"; // Packed Backpack + count = 1; + mass = 40; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_TacticalPack_blk"; +}; +class Item_TacticalPack_mcamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_TacticalPack_mcamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_TacticalPack_mcamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 40; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_TacticalPack_mcamo"; +}; +class Item_TacticalPack_ocamo : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_TacticalPack_ocamo0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_TacticalPack_ocamo_descriptionShort"; // Packed Backpack + count = 1; + mass = 40; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_TacticalPack_ocamo"; +}; +class Item_TacticalPack_oli : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_TacticalPack_oli0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_TacticalPack_oli_descriptionShort"; // Packed Backpack + count = 1; + mass = 40; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_TacticalPack_oli"; +}; +class Item_TacticalPack_rgr : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_A3_B_TacticalPack_rgr0"; + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_TacticalPack_rgr_descriptionShort"; // Packed Backpack + count = 1; + mass = 40; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "B_TacticalPack_rgr"; +}; +class Item_smallbackpack_red : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_EPOCH_Item_smallbackpack_red_displayName"; // Small Backpack (Red) + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_smallbackpack_red_descriptionShort"; // Packed Backpack + count = 1; + mass = 25; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "smallbackpack_red_epoch"; +}; +class Item_smallbackpack_green : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_EPOCH_Item_smallbackpack_green_displayName"; // Small Backpack (Green) + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_smallbackpack_green_descriptionShort"; // Packed Backpack + count = 1; + mass = 25; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "smallbackpack_green_epoch"; +}; +class Item_smallbackpack_teal : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_EPOCH_Item_smallbackpack_teal_displayName"; // Small Backpack (Teal) + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_smallbackpack_teal_descriptionShort"; // Packed Backpack + count = 1; + mass = 25; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "smallbackpack_teal_epoch"; +}; +class Item_smallbackpack_pink : CA_Magazine { + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + displayName = "$STR_EPOCH_Item_smallbackpack_pink_displayName"; // Small Backpack (Pink) + scope = 2; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + descriptionShort = "$STR_EPOCH_Item_smallbackpack_pink_descriptionShort"; // Packed Backpack + count = 1; + mass = 25; + interactAction = 14; + interactText = "UNPACK"; + interactReturnOnUse = "smallbackpack_pink_epoch"; +}; diff --git a/Sources/epoch_config/Configs/CfgMovesBasic.hpp b/Sources/epoch_config/Configs/CfgMovesBasic.hpp index e6ad4aa3..fddd917c 100644 --- a/Sources/epoch_config/Configs/CfgMovesBasic.hpp +++ b/Sources/epoch_config/Configs/CfgMovesBasic.hpp @@ -386,11 +386,26 @@ class CfgMovesBasic Binoculars = ""; FDStart = ""; Obstructed = ""; + // Custom Start + GestureSwing0 = ""; + GestureSwing1 = ""; + GestureSwing2 = ""; + GestureFinger = ""; + SledgeSwing = ""; + // Custom End }; class Actions { class NoActions: ManActions { + // Custom Start + GestureSwing0[] = {"GestureSwing0","Gesture"}; + GestureSwing1[] = {"GestureSwing1","Gesture"}; + GestureSwing2[] = {"GestureSwing2","Gesture"}; + GestureFinger[] = {"GestureFinger","Gesture"}; + SledgeSwing[] = {"SledgeSwing","Gesture"}; + // Custom End + GestureLegPush[] = {"GestureLegPush","Gesture"}; GestureNod[] = {"GestureNod","Gesture"}; GestureAgonyCargo[] = {"GestureAgonyCargo","Gesture"}; diff --git a/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp b/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp index 0c0afaaa..2b9b2e3c 100644 --- a/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp +++ b/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp @@ -29033,6 +29033,29027 @@ class CfgMovesMaleSdr2: CfgMovesBasic legsDefault[] = {"LeftUpLeg",0.9,"LeftUpLegRoll",0.9,"LeftLeg",0.95,"LeftLegRoll",0.95,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",0.9,"RightUpLegRoll",0.9,"RightLeg",0.95,"RightLegRoll",0.95,"RightFoot",1,"RightToeBase",1}; idleDefault[] = {"Pelvis",1,"Spine",1,"Spine1",1,"Spine2",1,"Spine3",1,"Camera",1,"weapon",1,"launcher",1,"neck",1,"neck1",1,"head",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"LeftUpLeg",1,"LeftUpLegRoll",1,"LeftLeg",1,"LeftLegRoll",1,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",1,"RightUpLegRoll",1,"RightLeg",1,"RightLegRoll",1,"RightFoot",1,"RightToeBase",1}; }; - - +}; + + +class CfgMovesMaleSdr3: CfgMovesBasic +{ + skeletonName = "SapperSkeleton"; + gestures = "CfgGesturesSapper"; + extended = "CfgExtendedAnimation"; + class States + { + class DeadState: Default + { + actions = "DeadActions"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_death.rtm"; + speed = -2.5; + looped = 0; + onLandBeg = 1; + onLandEnd = 1; + soundEnabled = 0; + terminal = 1; + ragdoll = 1; + headBobMode = 4; + headBobStrength = -1; + disableWeapons = 1; + disableWeaponsLong = 1; + }; + class Unconscious: Default + { + actions = "DeadActions"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_explode.rtm"; + speed = -2.0; + looped = 0; + onLandBeg = 1; + onLandEnd = 1; + soundEnabled = 0; + ragdoll = 1; + headBobMode = 4; + headBobStrength = -1; + disableWeapons = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"Incapacitated",10.2,"IncapacitatedPistol",10.0,"IncapacitatedRifle",10.1}; + InterpolateTo[] = {"DeadState",0.1}; + }; + class Incapacitated: Unconscious + { + actions = "ToIncapacitatedAction"; + speed = -1.67; + interpolationSpeed = 0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",10.1,"DeadState",0.1,"AmovPincMstpSnonWnonDnon",10.2,"Unconscious",0.2,"AmovPpneMstpSnonWnonDnon_injured",20.2}; + }; + class IncapacitatedRifle: Unconscious + { + actions = "ToIncapacitatedRifleAction"; + speed = -1.67; + interpolationSpeed = 0.5; + ConnectTo[] = {}; + InterpolateTo[] = {"DeadState",0.1,"AmovPincMstpSrasWrflDnon",0.2,"Unconscious",0.2,"AmovPpneMstpSrasWrflDnon_injured",20.0,"IncapacitatedRifle_AmovPpneMstpSrasWrflDnon",0.2}; + }; + class IncapacitatedPistol: Unconscious + { + actions = "ToIncapacitatedPistolAction"; + speed = -1.67; + interpolationSpeed = 0.5; + ConnectTo[] = {}; + InterpolateTo[] = {"DeadState",0.1,"AmovPincMstpSrasWpstDnon",10.2,"AmovPpneMstpSrasWpstDnon",2.2,"Unconscious",0.2,"AmovPpneMstpSnonWpstDnon_injured",20.0}; + }; + class AinvPknlMstpSnonWnonDnon_medic: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic0"; + speed = 1000000; + soundOverride = "healself"; + looped = 1; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + forceAim = 1; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"AinvPknlMstpSnonWnonDnon_medic0",0.1,"AinvPknlMstpSnonWnonDnon_medic1",0.1,"AinvPknlMstpSnonWnonDnon_medic2",0.1,"AinvPknlMstpSnonWnonDnon_medic3",0.1,"AinvPknlMstpSnonWnonDr_medic3",0.1,"AinvPknlMstpSnonWnonDr_medic4",0.1,"AinvPknlMstpSnonWnonDr_medic5",0.1,"AinvPknlMstpSnonWnonDnon_medic4",0.1,"AinvPknlMstpSnonWnonDnon_medic5",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"AinvPknlMstpSnonWnonDr_medic0",0.1,"AinvPknlMstpSnonWnonDr_medic1",0.1,"AinvPknlMstpSnonWnonDr_medic2",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicUp",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp: AinvPknlMstpSnonWnonDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic4"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0",0.1,"AinvPknlMstpSnonWnonDnon_medicUp1",0.1,"AinvPknlMstpSnonWnonDnon_medicUp2",0.1,"AinvPknlMstpSnonWnonDnon_medicUp3",0.1,"AinvPknlMstpSnonWnonDr_medicUp3",0.1,"AinvPknlMstpSnonWnonDr_medicUp4",0.1,"AinvPknlMstpSnonWnonDr_medicUp5",0.1,"AinvPknlMstpSnonWnonDnon_medicUp4",0.1,"AinvPknlMstpSnonWnonDnon_medicUp5",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"AinvPknlMstpSnonWnonDr_medicUp0",0.1,"AinvPknlMstpSnonWnonDr_medicUp1",0.1,"AinvPknlMstpSnonWnonDr_medicUp2",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medic",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_medicEnd: AinvPknlMstpSnonWnonDnon_medic + { + speed = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\inj\healing\AinvPknlMstpSnonWnonDnon_medic_AinvPknlMstpSnonWnonDnon"; + looped = 0; + disableWeapons = 0; + minPlayTime = 1; + interpolationRestart = 1; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.1,"AmovPknlMstpSrasWrflDnon",0.13,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_medicEnd: HealBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\healing\AinvPknlMstpSnonWrflDnon_medic_AinvPknlMstpSnonWrflDnon"; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + looped = 0; + disableWeapons = 0; + minPlayTime = 1; + interpolationRestart = 1; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.1,"AmovPknlMstpSrasWrflDnon",0.13,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_medic0S: AinvPknlMstpSnonWnonDnon_medic + { + VariantAfter[] = {5,5,5}; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medic0",0.15,"AinvPknlMstpSnonWnonDnon_medic1",0.15,"AinvPknlMstpSnonWnonDnon_medic2",0.15,"AinvPknlMstpSnonWnonDnon_medic3",0.15,"AinvPknlMstpSnonWnonDnon_medic4",0.15,"AinvPknlMstpSnonWnonDnon_medic5",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.15}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medic0"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.01,"AinvPknlMstpSnonWnonDnon_medic0",0.01,"AinvPknlMstpSnonWnonDnon_medic1",0.01,"AinvPknlMstpSnonWnonDnon_medic2",0.01,"AinvPknlMstpSnonWnonDnon_medic3",0.01,"AinvPknlMstpSnonWnonDnon_medic4",0.01,"AinvPknlMstpSnonWnonDnon_medic5",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.01,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDnon_medic0S",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp0S: AinvPknlMstpSnonWnonDnon_medicUp + { + VariantAfter[] = {5,5,5}; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medicUp0",0.15,"AinvPknlMstpSnonWnonDnon_medicUp1",0.15,"AinvPknlMstpSnonWnonDnon_medicUp2",0.15,"AinvPknlMstpSnonWnonDnon_medicUp3",0.15,"AinvPknlMstpSnonWnonDnon_medicUp4",0.15,"AinvPknlMstpSnonWnonDnon_medicUp5",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.15}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medicUp0"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.01,"AinvPknlMstpSnonWnonDnon_medicUp0",0.01,"AinvPknlMstpSnonWnonDnon_medicUp1",0.01,"AinvPknlMstpSnonWnonDnon_medicUp2",0.01,"AinvPknlMstpSnonWnonDnon_medicUp3",0.01,"AinvPknlMstpSnonWnonDnon_medicUp4",0.01,"AinvPknlMstpSnonWnonDnon_medicUp5",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.01,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic0"; + speed = 0.4; + enableDirectControl = 0; + looped = 1; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medic0",0.166666,"AinvPknlMstpSnonWnonDnon_medic1",0.166666,"AinvPknlMstpSnonWnonDnon_medic2",0.166666,"AinvPknlMstpSnonWnonDnon_medic3",0.166666,"AinvPknlMstpSnonWnonDnon_medic4",0.166666,"AinvPknlMstpSnonWnonDnon_medic5",0.166666}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medic0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic1: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic1"; + speed = 0.26; + }; + class AinvPknlMstpSnonWnonDnon_medic2: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic2"; + speed = 0.19; + }; + class AinvPknlMstpSnonWnonDnon_medic3: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic3"; + speed = 0.2; + }; + class AinvPknlMstpSnonWnonDr_medic3: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic3"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic4: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic4"; + speed = 0.22; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic5: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic5"; + speed = 0.11; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic4: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic4"; + speed = 0.13; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + looped = 1; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic5: HealBase + { + actions = "HealActionsNon"; + speed = 0.43; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic5"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic0S: AinvPknlMstpSnonWnonDnon_medic + { + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medic0",0.075,"AinvPknlMstpSnonWnonDnon_medic1",0.075,"AinvPknlMstpSnonWnonDnon_medic2",0.075,"AinvPknlMstpSnonWnonDnon_medic3",0.075,"AinvPknlMstpSnonWnonDnon_medic4",0.075,"AinvPknlMstpSnonWnonDnon_medic5",0.075,"AinvPknlMstpSnonWnonDr_medic0",0.075,"AinvPknlMstpSnonWnonDr_medic1",0.075,"AinvPknlMstpSnonWnonDr_medic2",0.075,"AinvPknlMstpSnonWnonDr_medic3",0.075,"AinvPknlMstpSnonWnonDr_medic4",0.075,"AinvPknlMstpSnonWnonDr_medic5",0.075,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + VariantAfter[] = {5,5,5}; + actions = "HealActionsNonDr"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.01,"AinvPknlMstpSnonWnonDr_medic3",0.01,"AinvPknlMstpSnonWnonDr_medic4",0.01,"AinvPknlMstpSnonWnonDr_medic5",0.01,"AinvPknlMstpSnonWnonDr_medic0",0.01,"AinvPknlMstpSnonWnonDr_medic1",0.01,"AinvPknlMstpSnonWnonDr_medic2",0.01}; + InterpolateTo[] = {"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDr_medic0S",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic0"; + speed = 0.11; + equivalentTo = "AinvPknlMstpSnonWnonDr_medic0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic1: AinvPknlMstpSnonWnonDr_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic1"; + speed = 0.21; + }; + class AinvPknlMstpSnonWnonDr_medic2: AinvPknlMstpSnonWnonDr_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic2"; + speed = 0.13; + }; + class AinvPknlMstpSnonWnonDnon_medicUp0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp0"; + speed = 0.4; + enableDirectControl = 0; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medicUp0",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp1",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp2",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp3",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp4",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp5",0.166666}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medicUp0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp1: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp1"; + speed = 0.26; + }; + class AinvPknlMstpSnonWnonDnon_medicUp2: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp2"; + speed = 0.19; + }; + class AinvPknlMstpSnonWnonDnon_medicUp3: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp3"; + speed = 0.2; + }; + class AinvPknlMstpSnonWnonDr_medicUp3: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp3"; + speed = -0.13; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp4: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp4"; + speed = 0.22; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp5: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp5"; + speed = -0.11; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp4: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp3"; + speed = -0.13; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp5: HealBase + { + actions = "HealActionsNon"; + speed = 0.43; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp5"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp0S: AinvPknlMstpSnonWnonDnon_medicUp + { + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medicUp0",0.075,"AinvPknlMstpSnonWnonDnon_medicUp1",0.075,"AinvPknlMstpSnonWnonDnon_medicUp2",0.075,"AinvPknlMstpSnonWnonDnon_medicUp3",0.075,"AinvPknlMstpSnonWnonDnon_medicUp4",0.075,"AinvPknlMstpSnonWnonDnon_medicUp5",0.075,"AinvPknlMstpSnonWnonDr_medicUp0",0.075,"AinvPknlMstpSnonWnonDr_medicUp1",0.075,"AinvPknlMstpSnonWnonDr_medicUp2",0.075,"AinvPknlMstpSnonWnonDr_medicUp3",0.075,"AinvPknlMstpSnonWnonDr_medicUp4",0.075,"AinvPknlMstpSnonWnonDr_medicUp5",0.075,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + VariantAfter[] = {1,3,5}; + actions = "HealActionsNonDr"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.01,"AinvPknlMstpSnonWnonDr_medicUp3",0.01,"AinvPknlMstpSnonWnonDr_medicUp4",0.01,"AinvPknlMstpSnonWnonDr_medicUp5",0.01,"AinvPknlMstpSnonWnonDr_medicUp0",0.01,"AinvPknlMstpSnonWnonDr_medicUp1",0.01,"AinvPknlMstpSnonWnonDr_medicUp2",0.01}; + InterpolateTo[] = {"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDr_medicUp0S",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp0"; + speed = 0.11; + equivalentTo = "AinvPknlMstpSnonWnonDr_medicUp0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp1: AinvPknlMstpSnonWnonDr_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp1"; + speed = 0.21; + }; + class AinvPknlMstpSnonWnonDr_medicUp2: AinvPknlMstpSnonWnonDr_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp2"; + speed = 0.13; + }; + class AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + forceAim = 1; + InterpolationSpeed = 2.5; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic: HealBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + forceAim = 1; + InterpolationSpeed = 2.5; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic_Launcher: AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic + { + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_medic: HealBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic0"; + speed = 1e+008; + looped = 1; + soundOverride = "healself"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + interpolationSpeed = 2.5; + forceAim = 1; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicEnd",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"AinvPknlMstpSnonWrflDr_medic0_old",0.1,"AinvPknlMstpSnonWrflDr_medic1_old",0.1,"AinvPknlMstpSnonWrflDr_medic2_old",0.1,"AinvPknlMstpSnonWrflDr_medic3_old",0.1,"AinvPknlMstpSnonWrflDr_medic4_old",0.1,"AinvPknlMstpSnonWrflDr_medic5_old",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"AinvPknlMstpSnonWrflDnon_medic0",0.1,"AinvPknlMstpSnonWrflDnon_medic1",0.1,"AinvPknlMstpSnonWrflDnon_medic2",0.1,"AinvPknlMstpSnonWrflDnon_medic3",0.1,"AinvPknlMstpSnonWrflDnon_medic4",0.1,"AinvPknlMstpSnonWrflDnon_medic5",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicEnd",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicUp",0.5,"AmovPknlMstpSlowWrflDnon",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp: AinvPknlMstpSnonWrflDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicupS0"; + actions = "HealSelfActionBase"; + speed = -0.1; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2,"AmovPknlMstpSlowWrflDnon",0.2,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0",0.1,"AinvPknlMstpSnonWrflDnon_medicUp1",0.1,"AinvPknlMstpSnonWrflDnon_medicUp2",0.1,"AinvPknlMstpSnonWrflDnon_medicUp3",0.1,"AinvPknlMstpSnonWrflDnon_medicUp4",0.1,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medic",0.5}; + }; + class AinvPknlMstpSnonWrflDr_medic0S: AinvPknlMstpSnonWrflDnon_medic + { + VariantAfter[] = {1,3,5}; + VariantsPlayer[] = {"AinvPknlMstpSnonWrflDnon_medic0",0.075,"AinvPknlMstpSnonWrflDnon_medic1",0.075,"AinvPknlMstpSnonWrflDnon_medic2",0.075,"AinvPknlMstpSnonWrflDnon_medic3",0.075,"AinvPknlMstpSnonWrflDnon_medic4",0.075,"AinvPknlMstpSnonWrflDnon_medic5",0.075,"AinvPknlMstpSnonWrflDr_medic0_old",0.075,"AinvPknlMstpSnonWrflDr_medic1_old",0.075,"AinvPknlMstpSnonWrflDr_medic2_old",0.075,"AinvPknlMstpSnonWrflDr_medic3_old",0.075,"AinvPknlMstpSnonWrflDr_medic4_old",0.075,"AinvPknlMstpSnonWrflDr_medic5_old",0.075,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + equivalentTo = "AinvPknlMstpSnonWrflDr_medic0_old"; + actions = "HealActionBaseDr"; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0_old",0.1,"AinvPknlMstpSnonWrflDr_medic1_old",0.1,"AinvPknlMstpSnonWrflDr_medic2_old",0.1,"AinvPknlMstpSnonWrflDr_medic3_old",0.1,"AinvPknlMstpSnonWrflDr_medic4_old",0.1,"AinvPknlMstpSnonWrflDr_medic5_old",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDr_medic0_old",0.1,"AinvPknlMstpSnonWrflDr_medic1_old",0.1,"AinvPknlMstpSnonWrflDr_medic2_old",0.1,"AinvPknlMstpSnonWrflDr_medic3_old",0.1,"AinvPknlMstpSnonWrflDr_medic4_old",0.1,"AinvPknlMstpSnonWrflDr_medic5_old",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2,"AinvPknlMstpSnonWrflDr_medic0S",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic0_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic0"; + speed = 0.11; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic1_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic1"; + speed = 0.21; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic2_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic2"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic3_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic3"; + speed = 0.22; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic4_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic4"; + speed = 0.22; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic5_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic5"; + speed = 0.11; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic0S: AinvPknlMstpSnonWrflDnon_medic + { + VariantsPlayer[] = {"AinvPknlMstpSnonWrflDnon_medic0",0.15,"AinvPknlMstpSnonWrflDnon_medic1",0.15,"AinvPknlMstpSnonWrflDnon_medic2",0.15,"AinvPknlMstpSnonWrflDnon_medic3",0.15,"AinvPknlMstpSnonWrflDnon_medic4",0.15,"AinvPknlMstpSnonWrflDnon_medic5",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.15}; + VariantAfter[] = {1,3,5}; + equivalentTo = "AinvPknlMstpSnonWrflDnon_medic0"; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0",0.1,"AinvPknlMstpSnonWrflDnon_medic1",0.1,"AinvPknlMstpSnonWrflDnon_medic2",0.1,"AinvPknlMstpSnonWrflDnon_medic3",0.1,"AinvPknlMstpSnonWrflDnon_medic4",0.1,"AinvPknlMstpSnonWrflDnon_medic5",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0",0.1,"AinvPknlMstpSnonWrflDnon_medic1",0.1,"AinvPknlMstpSnonWrflDnon_medic2",0.1,"AinvPknlMstpSnonWrflDnon_medic3",0.1,"AinvPknlMstpSnonWrflDnon_medic4",0.1,"AinvPknlMstpSnonWrflDnon_medic5",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2,"AinvPknlMstpSnonWrflDnon_medic0S",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp0S: AinvPknlMstpSnonWrflDnon_medicUp + { + VariantsPlayer[] = {"AinvPknlMstpSnonWrflDnon_medicUp0",0.15,"AinvPknlMstpSnonWrflDnon_medicUp1",0.15,"AinvPknlMstpSnonWrflDnon_medicUp2",0.15,"AinvPknlMstpSnonWrflDnon_medicUp3",0.15,"AinvPknlMstpSnonWrflDnon_medicUp4",0.15,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.15}; + VariantAfter[] = {5,5,5}; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0",0.15,"AinvPknlMstpSnonWrflDnon_medicUp1",0.15,"AinvPknlMstpSnonWrflDnon_medicUp2",0.15,"AinvPknlMstpSnonWrflDnon_medicUp3",0.15,"AinvPknlMstpSnonWrflDnon_medicUp4",0.15,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.15}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0",0.1,"AinvPknlMstpSnonWrflDnon_medicUp1",0.1,"AinvPknlMstpSnonWrflDnon_medicUp2",0.1,"AinvPknlMstpSnonWrflDnon_medicUp3",0.1,"AinvPknlMstpSnonWrflDnon_medicUp4",0.1,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_medic0: AinvPknlMstpSnonWrflDnon_medic0S + { + speed = 0.31; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic1: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic1"; + speed = 0.26; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic2: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic2"; + speed = 0.19; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic3: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic3"; + speed = 0.2; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic4: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic4"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic5: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic5"; + speed = 0.43; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp0: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp0"; + speed = 0.31; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp1: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp1"; + speed = 0.26; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp2: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp2"; + speed = 0.19; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp3: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp3"; + speed = 0.2; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp4: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp4"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp5: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp5"; + speed = 0.43; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class Crew: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Sit\stp\non\non\AmovPsitMstpSnonWnonDnon"; + speed = 1e+010; + soundEnabled = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + useIdles = 0; + canPullTrigger = 0; + leaning = "crewShake"; + mask = "empty"; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + rightLegIKCurve[] = {1}; + leftLegIKCurve[] = {1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class BasicDriver: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner"; + speed = 1e+010; + soundEnabled = 0; + interpolationSpeed = 1; + canPullTrigger = 0; + ConnectTo[] = {"BasicDriverDying",1.0}; + InterpolateTo[] = {"BasicDriverDying",0.1,"Unconscious",0.1}; + }; + class BasicDriverDying: DefaultDie + { + file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1"; + looped = 0; + soundEnabled = 0; + ConnectTo[] = {"BasicDriverDead",1.0}; + InterpolateTo[] = {"BasicDriverDead",0.1}; + }; + class BasicDriverDead: BasicDriverDying + { + actions = "DeadActions"; + speed = 1e+010; + terminal = 1; + ragdoll = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class BasicDriverOut: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner"; + speed = 1e+010; + soundEnabled = 0; + interpolationSpeed = 1; + canPullTrigger = 0; + ConnectTo[] = {"BasicDriverOutDying",1.0}; + InterpolateTo[] = {"BasicDriverOutDying",0.1,"Unconscious",0.1}; + }; + class BasicDriverOutDying: DefaultDie + { + file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1"; + looped = 0; + soundEnabled = 0; + ConnectTo[] = {"BasicDriverOutDead",1.0}; + InterpolateTo[] = {"BasicDriverOutDead",0.1}; + }; + class BasicDriverOutDead: BasicDriverOutDying + { + actions = "DeadActions"; + speed = 1e+010; + terminal = 1; + ragdoll = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class BasicSittingGunner_Dead: DefaultDie + { + actions = "DeadActions"; + file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1"; + speed = 1e+010; + terminal = 1; + ragdoll = 1; + soundEnabled = 0; + looped = 0; + ConnectTo[] = {"Unconscious",1.0}; + }; + class BasicSittingGunner: Crew + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner"; + ConnectTo[] = {"BasicSittingGunner_Dead",1.0}; + InterpolateTo[] = {"BasicSittingGunner_Dead",0.1}; + }; + class SprintBaseDf: StandBase + { + stamina = -1; + aimPrecision = 7.0; + turnSpeed = 2; + actions = "RifleStandEvasiveActionsF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDf"; + speed = 1.666; + soundOverride = "sprint"; + duty = 0.5; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + limitGunMovement = 0.1; + static = 1; + relSpeedMin = 0.7; + relSpeedMax = 1.1; + visibleSize = 1.00012; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + headBobStrength = 0.231343; + interpolationSpeed = 2.5; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class SprintBaseDfl: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfl"; + speed = 1.41525; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintBaseDfr: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfr"; + speed = 1.41525; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintCivilBaseDf: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDf"; + speed = 1.37143; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintCivilBaseDfl: SprintCivilBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + }; + class SprintCivilBaseDfr: SprintCivilBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + }; + class AmovPercMstpSlowWrflDnon: StandBase + { + variantAfter[] = {30,30,30}; + variantsPlayer[] = {"AidlPercMstpSlowWrflDnon_G01",0.5,"AidlPercMstpSlowWrflDnon_G02",0.125,"AidlPercMstpSlowWrflDnon_G03",0.125,"AidlPercMstpSlowWrflDnon_G04",0.125,"AidlPercMstpSlowWrflDnon_G05",0.125}; + actions = "RifleLowStandActions"; + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\low\rfl\AmovPercMstpSlowWrflDnon"; + collisionShape = "A3\anims_f\data\geom\sdr\Perc_Wrfl_Low.p3d"; + showWeaponAim = 0; + disableWeapons = 0; + disableWeaponsLong = 1; + speed = 1e+010; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + soundEnabled = 0; + enableBinocular = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + weaponIK = 1; + canPullTrigger = 0; + interpolationSpeed = 5; + canBlendStep = 1; + headBobStrength = 0.054726; + weaponLowered = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_turnL",0.02,"AmovPercMstpSlowWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.01,"AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon",0.01,"AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPercMstpSlowWrflDnon_SaluteIn",0.1,"AmovPercMstpSrasWrflDnon_SaluteIn",0.15,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon",0.1,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon",0.1,"LadderRifleOn",1.0,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1",0.1,"Helper_SwitchToCarryRfl",0.2,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0,"Acts_SittingJumpingSaluting_in",0.001,"Acts_TreatingWounded_in",0.0001,"Acts_SignalToCheck",0.001,"Acts_ShowingTheRightWay_in",0.001,"Acts_ShieldFromSun_in",0.001,"Acts_listeningToRadio_In",0.001,"Acts_AidlPercMstpSlowWrflDnon_pissing",0.001,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_turnL",0.02,"AmovPercMstpSlowWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.01,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon",0.01,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown",0.01,"AovrPercMstpSlowWrflDf",0.01,"Helper_SwitchToCarryRfl",0.2,"AmovPercMwlkSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDfl",0.02,"AmovPercMwlkSlowWrflDl",0.02,"AmovPercMwlkSlowWrflDbl",0.02,"AmovPercMwlkSlowWrflDb",0.02,"AmovPercMwlkSlowWrflDbr",0.02,"AmovPercMwlkSlowWrflDr",0.02,"AmovPercMwlkSlowWrflDfr",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMevaSlowWrflDfl",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01,"AwopPercMstpSgthWrflDnon_Start1",0.1,"AwopPercMstpSgthWrflDnon_Throw1",0.1,"AwopPercMstpSgthWrflDnon_End1",0.1,"AwopPercMstpSgthWrflDnon_Throw2",0.1,"AwopPercMstpSgthWrflDnon_End2",0.1,"AidlPercMstpSlowWrflDnon_G01",0.02,"AidlPercMstpSlowWrflDnon_G02",0.02,"AidlPercMstpSlowWrflDnon_G03",0.02,"AidlPercMstpSlowWrflDnon_G04",0.02,"AidlPercMstpSlowWrflDnon_G05",0.02,"AmovPercMtacSlowWrflDf",0.2,"AmovPercMtacSlowWrflDfl",0.2,"AmovPercMtacSlowWrflDl",0.2,"AmovPercMtacSlowWrflDbl",0.2,"AmovPercMtacSlowWrflDb",0.2,"AmovPercMtacSlowWrflDbr",0.2,"AmovPercMtacSlowWrflDr",0.2,"AmovPercMtacSlowWrflDfr",0.2,"Helper_SwitchToCarrynon",0.2,"HaloFreeFall_non",10.2,"AinvPercMstpSrasWrflDnon",0.05,"Acts_PercMstpSlowWrflDnon_handup2",1.0,"Acts_WalkingChecking",1.0,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup2b",1.0,"Acts_PercMstpSlowWrflDnon_handup2c",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0,"Acts_NavigatingChopper_In",0.1,"Acts_SittingJumpingSaluting_in",0.1,"Acts_listeningToRadio_In",0.1,"Acts_ShieldFromSun_in",0.1,"Acts_ShowingTheRightWay_in",0.1,"Acts_AidlPercMstpSlowWrflDnon_warmup_loop",0.1}; + }; + class AidlPercMstpSlowWrflDnon_G0S: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.02,"AidlPercMstpSlowWrflDnon_G01",0.02,"AidlPercMstpSlowWrflDnon_G02",0.02,"AidlPercMstpSlowWrflDnon_G03",0.02,"AidlPercMstpSlowWrflDnon_G04",0.02,"AidlPercMstpSlowWrflDnon_G05",0.02}; + InterpolateTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPercMstpSlowWrflDnon_AI: AidlPercMstpSlowWrflDnon_G0S + { + variantsAI[] = {"AidlPercMstpSlowWrflDnon_G01",0.5,"AidlPercMstpSlowWrflDnon_G02",0.125,"AidlPercMstpSlowWrflDnon_G03",0.125,"AidlPercMstpSlowWrflDnon_G04",0.125,"AidlPercMstpSlowWrflDnon_G05",0.125}; + }; + class AidlPercMstpSlowWrflDnon_G01: AidlPercMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G01"; + speed = -30; + canBlendStep = 0; + leftHandIKCurve[] = {0.198,1,0.213,0,0.271,0,0.293,1,0.818,1,0.835,0,0.888,0,0.924,1}; + ConnectTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon",0.02}; + }; + class AidlPercMstpSlowWrflDnon_G02: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G02"; + leftHandIKCurve[] = {0.0179,1,0.0355,0,0.137,0,0.168,1,0.537,1,0.542,0,0.68,0,0.706,1}; + }; + class AidlPercMstpSlowWrflDnon_G03: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G03"; + leftHandIKCurve[] = {0.693,1,0.71111,0,0.808,0,0.826,1}; + }; + class AidlPercMstpSlowWrflDnon_G04: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G04"; + leftHandIKCurve[] = {1}; + }; + class AidlPercMstpSlowWrflDnon_G05: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G05"; + leftHandIKCurve[] = {0.0533,1,0.0666,0,0.182,0,0.2,1,0.277,1,0.293,0,0.386,0,0.4,1}; + }; + class AidlPercMstpSlowWrflDnon_G01_combat: AidlPercMstpSlowWrflDnon_G01 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G02_combat: AidlPercMstpSlowWrflDnon_G02 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G03_combat: AidlPercMstpSlowWrflDnon_G03 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G04_combat: AidlPercMstpSlowWrflDnon_G04 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G05_combat: AidlPercMstpSlowWrflDnon_G05 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AovrPercMstpSlowWrflDf: AmovPercMstpSlowWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = -1.25; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\low\rfl\AovrPercMstpSlowWrflDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 1; + soundEnabled = 1; + soundEdge[] = {0.4,0.75,0.9}; + limitGunMovement = 1; + headBobStrength = 0.23; + interpolationspeed = 3; + interpolationrestart = 1; + leftHandIKCurve[] = {0.6,0,0.85,1}; + }; + class AmovPercMstpSlowWrflDnon_turnL: AidlPercMstpSlowWrflDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90L"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_turnR: AidlPercMstpSlowWrflDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90R"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon + { + duty = -0.3; + variantsPlayer[] = {"AidlPercMstpSrasWrflDnon_G01_player",0.25,"AidlPercMstpSrasWrflDnon_G02_player",0.25,"AidlPercMstpSrasWrflDnon_G03_player",0.25,"AidlPercMstpSrasWrflDnon_G04_player",0.25}; + interpolationSpeed = 4; + visibleSize = 0.700121; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + showWeaponAim = 1; + disableWeaponsLong = 0; + enableOptics = 1; + canPullTrigger = 1; + weaponLowered = 0; + soundEnabled = 0; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.02,"AmovPercMstpSrasWrflDnon",0.03,"AmovPercMstpSrasWrflDnon_turnL",0.02,"AmovPercMstpSrasWrflDnon_turnR",0.02,"WeaponMagazineReloadStand",0.1,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSgthWrflDnon_Start2",0.1,"AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon_gear",0.02,"Helper_SwitchToCarryRfl",0.2,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_turnL",0.02,"AmovPercMstpSrasWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"Helper_SwitchToCarryRfl",0.2,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AmovPercMwlkSrasWrflDl",0.02,"AmovPercMwlkSrasWrflDbl",0.02,"AmovPercMwlkSrasWrflDb",0.02,"AmovPercMwlkSrasWrflDbr",0.02,"AmovPercMwlkSrasWrflDr",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_SaluteIn",0.03,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSlowWrflDnon_AI",0.02,"AovrPercMstpSrasWrflDf",1.01,"AmovPercMtacSrasWrflDfl",0.2,"AmovPercMtacSrasWrflDl",0.2,"AmovPercMtacSrasWrflDbl",0.2,"AmovPercMtacSrasWrflDb",0.2,"AmovPercMtacSrasWrflDbr",0.2,"AmovPercMtacSrasWrflDr",0.2,"AmovPercMtacSrasWrflDfr",0.22,"AmovPercMtacSrasWrflDf",0.02,"HaloFreeFall_non",10.2,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_falling",0.02,"AsdvPercMstpSnonWrflDnon",2.02,"AdvePercMstpSnonWrflDnon",2.02,"AbdvPercMstpSnonWrflDnon",2.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon",0.02,"AfalPercMstpSrasWrflDnon",0.025,"AmovPercMevaSrasWrflDl",0.025,"AmovPercMevaSrasWrflDr",0.025,"Acts_PercMstpSlowWrflDnon_handup2",1.0,"Acts_WalkingChecking",1.0,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup2b",1.0,"Acts_PercMstpSlowWrflDnon_handup2c",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5}; + }; + class AidlPercMstpSrasWrflDnon_G0S: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + soundEnabled = 1; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.02,"AidlPercMstpSrasWrflDnon_G01_player",0.02,"AidlPercMstpSrasWrflDnon_G02_player",0.02,"AidlPercMstpSrasWrflDnon_G03_player",0.02,"AidlPercMstpSrasWrflDnon_G04_player",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPercMstpSrasWrflDnon_AI: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon"; + variantsAI[] = {"AidlPercMstpSrasWrflDnon_G01",0.7,"AidlPercMstpSrasWrflDnon_G02",0.1,"AidlPercMstpSrasWrflDnon_G03",0.1,"AidlPercMstpSrasWrflDnon_G04",0.1}; + headBobMode = 0; + useIdles = 1; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_G01",0.2,"AidlPercMstpSrasWrflDnon_G02",0.2,"AidlPercMstpSrasWrflDnon_G03",0.2,"AidlPercMstpSrasWrflDnon_G04",0.2}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_G01",0.2,"AidlPercMstpSrasWrflDnon_G02",0.2,"AidlPercMstpSrasWrflDnon_G03",0.2,"AidlPercMstpSrasWrflDnon_G04",0.2,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.2}; + }; + class AidlPercMstpSrasWrflDnon_G01: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G01"; + speed = -30; + leftHandIKCurve[] = {0.198,1,0.213,0,0.271,0,0.293,1,0.818,1,0.835,0,0.888,0,0.924,1}; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01,"AidlPercMstpSrasWrflDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02,"AidlPercMstpSrasWrflDnon_G01",0.02,"AidlPercMstpSrasWrflDnon_G02",0.02,"AidlPercMstpSrasWrflDnon_G03",0.02,"AidlPercMstpSrasWrflDnon_G04",0.02,"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02}; + }; + class AidlPercMstpSrasWrflDnon_G02: AidlPercMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G02"; + leftHandIKCurve[] = {0.0179,1,0.0355,0,0.137,0,0.168,1,0.537,1,0.542,0,0.68,0,0.706,1}; + }; + class AidlPercMstpSrasWrflDnon_G03: AidlPercMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G03"; + leftHandIKCurve[] = {0.693,1,0.71111,0,0.808,0,0.826,1}; + }; + class AidlPercMstpSrasWrflDnon_G04: AidlPercMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G04"; + leftHandIKCurve[] = {1}; + }; + class AidlPercMstpSrasWrflDnon_G01_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G01_player"; + }; + class AidlPercMstpSrasWrflDnon_G02_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G02_player"; + }; + class AidlPercMstpSrasWrflDnon_G03_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G03_player"; + }; + class AidlPercMstpSrasWrflDnon_G04_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G04_player"; + }; + class AmovPercMstpSrasWrflDnon_turnL: AidlPercMstpSrasWrflDnon_G0S + { + duty = 0.0; + canBlendStep = 0; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AIturn90L"; + speed = 1.2; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPercMstpSrasWrflDnon_turnR: AidlPercMstpSrasWrflDnon_G0S + { + duty = 0.0; + canBlendStep = 0; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AIturn90R"; + speed = 1.7; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AidlPercMstpSrasWrflDnon_turnR: AmovPercMstpSrasWrflDnon_turnR + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90R"; + actions = "RifleStandActions_Idle"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_turnL: AmovPercMstpSrasWrflDnon_turnL + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90L"; + actions = "RifleStandActions_Idle"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_falling: AidlPercMstpSrasWrflDnon_G0S + { + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon",0.02,"AswmPercMstpSnonWnonDnon",0.03,"AmovPercMstpSrasWrflDnon",0.02,"AsdvPercMstpSnonWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup"; + speed = -0.25; + actions = "RifleAdjustFStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "u"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPercMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown"; + speed = -0.25; + actions = "RifleAdjustBStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "d"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPercMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft: AidlPercMstpSrasWrflDnon_G0S + { + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft"; + speed = -0.25; + actions = "RifleAdjustLStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "l"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPercMstpSrasWrflDleft",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright: AidlPercMstpSrasWrflDnon_G0S + { + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright"; + speed = -0.25; + actions = "RifleAdjustRStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPercMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDup: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDup"; + speed = 0.106195; + actions = "RifleAdjustFStandActions"; + aimPrecision = 1.0; + adjstance = "u"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDup",0.01,"AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWrflDdown: AadjPercMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown"; + actions = "RifleAdjustBStandActions"; + adjstance = "d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDdown",0.01,"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown",0.015,"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown",0.02,"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"AadjPercMstpSrasWrflDdown_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDDown_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWrflDleft: AadjPercMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDleft"; + speed = 0.139535; + actions = "RifleAdjustLStandActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjL.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDleft",0.01,"AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"AadjPercMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + interpolationrestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrfldleft_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWrflDright: AadjPercMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDright"; + speed = 0.101695; + actions = "RifleAdjustRStandActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjR.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDright",0.015,"AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AovrPercMstpSrasWrflDf: AmovPercMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.6; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\rfl\AovrPercMstpSrasWrflDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 1; + soundEnabled = 1; + soundEdge[] = {0.4,0.75,0.9}; + limitGunMovement = 1; + headBobStrength = 0.23; + interpolationspeed = 10; + interpolationrestart = 1; + }; + class AovrPercMrunSrasWrflDf: AovrPercMstpSrasWrflDf + { + forceAim = 1; + minPlayTime = 0.9; + duty = 10; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\rfl\AovrPercMrunSrasWrflDf"; + speed = 1.25849; + disableWeapons = 1; + actions = "RifleStandActionsRunF"; + }; + class AmovPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {"AidlPknlMstpSlowWrflDnon_G01",0.25,"AidlPknlMstpSlowWrflDnon_G02",0.25,"AidlPknlMstpSlowWrflDnon_G03",0.25}; + actions = "RifleKneelLowActions"; + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon"; + visibleSize = 0.300122; + aimprecision = 0.5; + camShakeFire = 0.5; + collisionShape = "A3\anims_f\data\geom\sdr\Pknl_Wrfl_Low.p3d"; + interpolationSpeed = 4; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.01,"AmovPknlMstpSlowWrflDnon_gear",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_diary",0.02,"AmovPknlMstpSrasWrflDnon_diary",0.02,"AmovPercMstpSrasWrflDnon_diary",0.02,"AmovPercMstpSlowWrflDnon_gear",0.02,"AmovPercMstpSlowWrflDnon_diary",0.02,"AidlPknlMstpSlowWrflDnon_AI",0.1,"AmovPknlMstpSlowWrflDnon_turnL",0.02,"AmovPknlMstpSlowWrflDnon_turnR",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.005,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.01,"AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AidlPknlMstpSlowWrflDnon_AI",0.1,"AmovPknlMstpSlowWrflDnon_turnL",0.02,"AmovPknlMstpSlowWrflDnon_turnR",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon",0.02,"AmovPknlMwlkSlowWrflDf",0.02,"AmovPknlMwlkSlowWrflDfl",0.02,"AmovPknlMwlkSlowWrflDl",0.02,"AmovPknlMwlkSlowWrflDbl",0.02,"AmovPknlMwlkSlowWrflDb",0.02,"AmovPknlMwlkSlowWrflDbr",0.02,"AmovPknlMwlkSlowWrflDr",0.02,"AmovPknlMwlkSlowWrflDfr",0.02,"AmovPknlMrunSlowWrflDf",0.01,"AmovPknlMrunSlowWrflDfl",0.02,"AmovPknlMrunSlowWrflDl",0.02,"AmovPknlMrunSlowWrflDbl",0.02,"AmovPknlMrunSlowWrflDb",0.02,"AmovPknlMrunSlowWrflDbr",0.02,"AmovPknlMrunSlowWrflDr",0.02,"AmovPknlMrunSlowWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AovrPercMstpSlowWrflDf",0.02,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",10.01,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"Acts_CrouchGetLowGesture",1.0}; + }; + class AmovPknlMstpSlowWrflDnon_relax: AmovPknlMstpSlowWrflDnon + { + variantsPlayer[] = {}; + actions = "RifleKneelLowActions_relax"; + disableWeapons = 1; + speed = -10; + aimPrecision = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",10.01,"AmovPknlMstpSrasWrflDnon",10.2,"AmovPercMstpSlowWrflDnon",10.0,"AmovPercMstpSrasWrflDnon",10.0}; + InterpolateTo[] = {"Unconscious",10.01}; + }; + class AidlPknlMstpSlowWrflDnon_G0S: AmovPknlMstpSlowWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.02,"AidlPknlMstpSlowWrflDnon_G01",0.02,"AidlPknlMstpSlowWrflDnon_G02",0.02,"AidlPknlMstpSlowWrflDnon_G03",0.02}; + InterpolateTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPknlMstpSlowWrflDnon_AI: AidlPknlMstpSlowWrflDnon_G0S + { + variantsAI[] = {"AidlPknlMstpSlowWrflDnon_G01",0.25,"AidlPknlMstpSlowWrflDnon_G02",0.25,"AidlPknlMstpSlowWrflDnon_G03",0.25}; + }; + class AidlPknlMstpSlowWrflDnon_G01: AidlPknlMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G01"; + speed = -30; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon",0.02}; + looped = 0; + }; + class AidlPknlMstpSlowWrflDnon_G02: AidlPknlMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G02"; + leftHandIKCurve[] = {0.213,1,0.23,0,0.36,0,0.375,1,0.767,1,0.778,0,0.853,0,0.871,1,0.937,1,0.942,0,0.97,0,0.977,1}; + }; + class AidlPknlMstpSlowWrflDnon_G03: AidlPknlMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G03"; + leftHandIKCurve[] = {0.568,1,0.6,0,0.666,0,0.684,1,0.857,1,0.867,0,0.93,0,0.942,1}; + }; + class AidlPknlMstpSlowWrflDnon_G01_combat: AidlPknlMstpSlowWrflDnon_G01 + { + actions = "RifleKneelActions"; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AidlPknlMstpSlowWrflDnon_G02_combat: AidlPknlMstpSlowWrflDnon_G02 + { + actions = "RifleKneelActions"; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AidlPknlMstpSlowWrflDnon_G03_combat: AidlPknlMstpSlowWrflDnon_G03 + { + actions = "RifleKneelActions"; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMstpSlowWrflDnon_gear: AidlPknlMstpSlowWrflDnon_G0S + { + actions = "RifleKneelLowActions_gear"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_explo",0.01}; + }; + class AmovPknlMstpSlowWrflDnon_explo: AmovPknlMstpSlowWrflDnon_gear + { + actions = "RifleKneelLowActions_explo"; + speed = -3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_diary: AmovPknlMstpSlowWrflDnon_gear + { + actions = "RifleKneelLowActions_diary"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_gear_AmovPknlMstpSrasWrflDnon: AidlPknlMstpSlowWrflDnon_G0S + { + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_gear_AmovPknlMstpSrasWrflDnon"; + speed = 1.5; + actions = "RifleKneelActions_gear"; + canBlendStep = 0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon_gear: AidlPknlMstpSlowWrflDnon_G0S + { + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon_gear"; + speed = 2.8; + actions = "RifleKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_gear: AidlPknlMstpSlowWrflDnon_G0S + { + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_gear"; + speed = 10; + actions = "RifleKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_gear_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1,"AmovPknlMstpSrasWrflDnon_explo",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_explo: AmovPknlMstpSrasWrflDnon_gear + { + actions = "RifleKneelActions_explo"; + speed = -3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_diary: AmovPknlMstpSrasWrflDnon_gear + { + actions = "RifleKneelActions_diary"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_gear_AmovPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_gear + { + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_gear_AmovPercMstpSrasWrflDnon"; + speed = 1.5; + actions = "RifleStandActions_gear"; + canBlendStep = 0; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon_gear: AmovPknlMstpSrasWrflDnon_gear + { + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon_gear"; + speed = 2.8; + actions = "RifleStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_gear",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_gear: AmovPknlMstpSrasWrflDnon_gear + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_gear"; + actions = "RifleStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_gear_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_diary: AmovPercMstpSrasWrflDnon_gear + { + actions = "RifleStandActions_diary"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_gear: AmovPercMstpSrasWrflDnon_gear + { + actions = "RifleLowStandActions_gear"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_diary: AmovPercMstpSlowWrflDnon_gear + { + actions = "RifleLowStandActions_diary"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_turnL: AidlPknlMstpSlowWrflDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AIturn90L"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_turnR: AidlPknlMstpSlowWrflDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AIturn90R"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon + { + duty = -0.4; + variantsPlayer[] = {"AidlPknlMstpSrasWrflDnon_G01_player",0.5,"AidlPknlMstpSrasWrflDnon_G02_player",0.5}; + variantAfter[] = {15,15,15}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + showWeaponAim = 1; + enableOptics = 1; + actions = "RifleKneelActions"; + disableWeaponsLong = 0; + canPullTrigger = 1; + weaponLowered = 0; + soundEnabled = 1; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_AI",0.1,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMstpSrasWrflDnon_turnL",0.02,"AmovPknlMstpSrasWrflDnon_turnR",0.02,"WeaponMagazineReloadKneel",0.1,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon",0.025,"AwopPknlMstpSgthWrflDnon_Start",0.1,"AwopPknlMstpSgthWrflDnon_End",0.1,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon_gear",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMrunSlowWrflDf",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_turnL",0.02,"AmovPknlMstpSrasWrflDnon_turnR",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"AidlPknlMstpSrasWrflDnon_AI",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMwlkSrasWrflDbl",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMwlkSrasWrflDbr",0.02,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDf_ldst",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDb_ldst",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"AmovPknlMevaSrasWrflDr",0.025,"AmovPknlMevaSrasWrflDl",0.025,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2",0.2,"ReloadGM6",0.2,"DismountOptic",0.2,"MountOptic",0.2,"MountSide",0.2,"DismountSide",0.2,"AmovPknlMstpSlowWrflDnon_relax",10.2,"AmovPknlMrunSrasWrflDf",0.2,"AinvPknlMstpSnonWrflDnon_medicUp",0.2,"AinvPknlMstpSlayWrflDnon_medic",0.05,"AinvPknlMstpSlayWrflDnon_medicOther",0.05,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AfalPknlMstpSrasWrflDnon",0.025,"AinvPknlMstpSnonWrflDr_medic1",0.05,"AinvPknlMstpSnonWrflDr_medic2",0.05,"AinvPknlMstpSnonWrflDr_medic3",0.05,"AinvPknlMstpSnonWrflDr_medic4",0.05,"AinvPknlMstpSnonWrflDr_medic5",0.05,"Campaign_Base",0.01}; + }; + class AidlPknlMstpSrasWrflDnon_G0S: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.02,"AidlPknlMstpSrasWrflDnon_G01",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPknlMstpSrasWrflDnon_AI: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon"; + variantAfter[] = {30,30,30}; + variantsAI[] = {"AidlPknlMstpSrasWrflDnon_G01",0.5,"AidlPknlMstpSrasWrflDnon_G02",0.5}; + headBobMode = 0; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_G01",0.2,"AidlPknlMstpSrasWrflDnon_G02",0.2}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G01",0.2,"AidlPknlMstpSrasWrflDnon_G02",0.2,"Unconscious",0.01,"AidlPknlMstpSrasWrflDnon_G0S",0.2}; + }; + class AidlPknlMstpSrasWrflDnon_G01: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G01"; + speed = -15; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + looped = 0; + }; + class AidlPknlMstpSrasWrflDnon_G02: AidlPknlMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G02"; + }; + class AidlPknlMstpSrasWrflDnon_G01_player: AidlPknlMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\ras\rfl\AidlPknlMstpSrasWrflDnon_G01_player"; + }; + class AidlPknlMstpSrasWrflDnon_G02_player: AidlPknlMstpSrasWrflDnon_G02 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\ras\rfl\AidlPknlMstpSrasWrflDnon_G02_player"; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup"; + speed = -0.25; + actions = "RifleAdjustFKneelActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "u"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown"; + speed = -0.25; + actions = "RifleAdjustBKneelActions"; + limitgunmovement = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_adjdown.p3d"; + looped = 0; + adjstance = "d"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft"; + speed = -0.25; + actions = "RifleAdjustLKneelActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "l"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDleft",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright"; + speed = -0.25; + actions = "RifleAdjustRKneelActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDup: AidlPknlMstpSrasWrflDnon_G0S + { + aimPrecision = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDup"; + speed = 0.116505; + actions = "RifleAdjustFKneelActions"; + adjstance = "u"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup",0.02,"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDup",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup",0.02,"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + }; + class AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown"; + speed = 0.5; + actions = "RifleAdjustBKneelActions"; + adjstance = "d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown",0.015,"AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDdown",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.015,"AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"AadjPknlMstpSrasWrflDdown_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDDown_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_adjdown.p3d"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + }; + class AadjPknlMstpSrasWrflDleft: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDleft"; + speed = 0.139535; + actions = "RifleAdjustLKneelActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjL.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDleft",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"AadjPknlMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrfldleft_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + }; + class AadjPknlMstpSrasWrflDright: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDright"; + speed = 0.139535; + actions = "RifleAdjustRKneelActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjR.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDright",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMrunSlowWrflDf: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\low\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMrunSlowWrflDf"; + speed = 1.2; + looped = 0; + interpolationRestart = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMrunSrasWrflDf",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_turnL: AmovPknlMstpSrasWrflDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AIturn90L"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_turnR: AmovPknlMstpSrasWrflDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AIturn90R"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.01}; + }; + class AmovPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {"AidlPpneMstpSrasWrflDnon_G01_player",0.4,"AidlPpneMstpSrasWrflDnon_G02_player",0.3,"AidlPpneMstpSrasWrflDnon_G03_player",0.3}; + variantsAI[] = {}; + actions = "RifleProneActions"; + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.100123; + aimprecision = 1.25; + camShakeFire = 0.3; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundOverride = "crawl"; + headBobStrength = 0.154229; + interpolationSpeed = 2.5; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_turnL",0.02,"AmovPpneMstpSrasWrflDnon_turnR",0.02,"WeaponMagazineReloadProne",0.1,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AwopPpneMstpSgthWrflDnon_Start",0.1,"AwopPpneMstpSgthWrflDnon_End",0.1,"AidlPpneMstpSrasWrflDnon_AI",0.1,"AmovPpneMstpSrasWrflDnon_healed",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_turnL",0.02,"AmovPpneMstpSrasWrflDnon_turnR",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_AI",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown",0.02,"AwopPpneMstpSgthWrflDnon_Fast_Start",0.02,"AinvPpneMstpSlayWrflDnon_medic",0.02,"AinvPpneMstpSlayWrflDnon_medicOther",0.02,"AmovPpneMrunSlowWrflDf",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDfl",0.02,"AmovPpneMrunSlowWrflDl",0.02,"AmovPpneMrunSlowWrflDbl",0.02,"AmovPpneMrunSlowWrflDb",0.02,"AmovPpneMrunSlowWrflDbr",0.02,"AmovPpneMrunSlowWrflDr",0.02,"AmovPpneMrunSlowWrflDfr",0.02,"AmovPpneMsprSlowWrflDf",0.02,"AmovPpneMsprSlowWrflDbl",0.02,"AmovPpneMsprSlowWrflDl",0.02,"AmovPpneMsprSlowWrflDr",0.02,"AmovPpneMsprSlowWrflDbr",0.02,"AmovPpneMsprSlowWrflDb",0.02,"AmovPpneMsprSlowWrflDfl",0.02,"AmovPpneMsprSlowWrflDfr",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.01,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"RifleReloadProneMk20",0.02,"RifleReloadProneMX",0.02,"RifleReloadProneMXUGL",0.02,"RifleReloadProneMXCompact",0.02,"RifleReloadProneMXSniper",0.02,"RifleReloadProneTRG",0.02,"RifleReloadProneTRGUGL",0.02,"RifleReloadProneMk20UGL",0.02,"RifleReloadProneM200",0.02,"RifleReloadProneLRR",0.02,"RifleReloadProneEBR",0.02,"RifleReloadProneSMG_02",0.02,"RifleReloadProneSMG_03",0.02,"RifleReloadProneSDAR",0.02,"RifleReloadProneDMR",0.02,"RifleReloadProneDMR02",0.02,"RifleReloadProneDMR03",0.02,"RifleReloadProneDMR04",0.02,"RifleReloadProneDMR05",0.02,"RifleReloadProneDMR06",0.02,"RifleReloadProneMMG01",0.02,"RifleReloadProneMMG02",0.02,"RifleReloadProneGM6",0.02,"RifleReloadProneSMG_01",0.02,"RifleReloadProneM4SSAS",0.02,"RifleReloadProneKatiba",0.02,"RifleReloadProneKatibaUGL",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AfalPpneMstpSrasWrflDnon",0.025,"Campaign_Base",0.5}; + }; + class AidlPpneMstpSrasWrflDnon_G0S: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_G01_player",0.02,"AidlPpneMstpSrasWrflDnon_G02_player",0.02,"AidlPpneMstpSrasWrflDnon_G03_player",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPpneMstpSrasWrflDnon_G0S",0.2}; + }; + class AidlPpneMstpSrasWrflDnon_AI: AidlPpneMstpSrasWrflDnon_G0S + { + variantsAI[] = {"AidlPpneMstpSrasWrflDnon_G01",0.4,"AidlPpneMstpSrasWrflDnon_G02",0.3,"AidlPpneMstpSrasWrflDnon_G03",0.3}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_G01",0.02,"AidlPpneMstpSrasWrflDnon_G02",0.02,"AidlPpneMstpSrasWrflDnon_G03",0.02}; + }; + class AidlPpneMstpSrasWrflDnon_G01: AidlPpneMstpSrasWrflDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G01"; + ConnectTo[] = {"AidlPpneMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPpneMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AidlPpneMstpSrasWrflDnon_G02: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G02"; + }; + class AidlPpneMstpSrasWrflDnon_G03: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G03"; + }; + class AidlPpneMstpSrasWrflDnon_G01_player: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G01_player"; + }; + class AidlPpneMstpSrasWrflDnon_G02_player: AidlPpneMstpSrasWrflDnon_G02 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G02_player"; + }; + class AidlPpneMstpSrasWrflDnon_G03_player: AidlPpneMstpSrasWrflDnon_G03 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G03_player"; + }; + class IncapacitatedRifle_AmovPpneMstpSrasWrflDnon: AidlPpneMstpSrasWrflDnon_G0S + { + interpolationSpeed = 0.7; + speed = -1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup: AidlPpneMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup"; + speed = -0.95; + canBlendStep = 0; + actions = "RifleAdjustFProneActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "u"; + interpolationRestart = 1; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.083333,1,0.15625,0,0.838542,0,0.953125,1}; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown: AidlPpneMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown"; + speed = -0.5; + actions = "RifleAdjustBProneActions"; + canBlendStep = 0; + limitgunmovement = 1; + looped = 0; + adjstance = "d"; + interpolationRestart = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + soundOverride = "adjust_prone_down"; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup: AidlPpneMstpSrasWrflDnon_G0S + { + aimPrecision = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup"; + canBlendStep = 0; + actions = "RifleAdjustFProneActions"; + speed = 0.084746; + adjstance = "u"; + soundEnabled = 0; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02,"AadjPpneMstpSrasWrflDup_turnL",0.02,"AadjPpneMstpSrasWrflDup_turnR",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02,"AadjPpneMstpSrasWrflDup_turnL",0.02,"AadjPpneMstpSrasWrflDup_turnR",0.02,"AadjPpneMwlkSrasWrflDup_l",0.02,"AadjPpneMwlkSrasWrflDup_r",0.02,"AadjPpneMwlkSrasWrflDup_f",0.02,"AadjPpneMwlkSrasWrflDup_b",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup_turnL: AadjPpneMstpSrasWrflDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup_turnR: AadjPpneMstpSrasWrflDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon"; + speed = -0.87; + actions = "RifleProneActions"; + limitgunmovement = 1; + soundOverride = "adjust_prone_up_back"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.265,1,0.31,0,0.735,0,0.845,1}; + }; + class AadjPpneMstpSrasWrflDdown: AadjPpneMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown"; + aimPrecision = 1.25; + speed = 0.365854; + actions = "RifleAdjustBProneActions"; + adjstance = "d"; + enableOptics = 0; + soundEnabled = 0; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"AadjPpneMstpSrasWrflDdown_turnL",0.02,"AadjPpneMstpSrasWrflDdown_turnR",0.02,"AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDdown_turnL",0.02,"AadjPpneMstpSrasWrflDdown_turnR",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDdown_turnL: AadjPpneMstpSrasWrflDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDdown_turnR: AadjPpneMstpSrasWrflDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDleft: AidlPpneMstpSrasWrflDnon_G0S + { + aimPrecision = 1.25; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft"; + actions = "RifleAdjustLProneActions"; + speed = 0.084746; + adjstance = "l"; + enableOptics = 1; + soundEnabled = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_Adjl.p3d"; + ConnectTo[] = {"AadjPpneMstpSrasWrflDleft",0.02,"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02,"AadjPpneMwlkSrasWrflDleft_l",0.02,"AadjPpneMwlkSrasWrflDleft_r",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDright: AidlPpneMstpSrasWrflDnon_G0S + { + aimPrecision = 1.25; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright"; + actions = "RifleAdjustRProneActions"; + speed = 0.084746; + adjstance = "r"; + enableOptics = 1; + soundEnabled = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_Adjr.p3d"; + ConnectTo[] = {"AadjPpneMstpSrasWrflDright",0.02,"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"AadjPpneMwlkSrasWrflDright_l",0.02,"AadjPpneMwlkSrasWrflDright_r",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright"; + speed = -1.8; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.16,1,0.21,0,0.64,0,0.73,1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWrflDDown_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon"; + speed = -0.5; + actions = "RifleProneActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright"; + speed = -1; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft"; + speed = -1; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon"; + speed = -2; + limitgunmovement = 1; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.05,1,0.125,0,0.625,0,0.66,1}; + }; + class AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon"; + speed = -2; + limitgunmovement = 1; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.19,1,0.22,0,0.72,0,0.78,1}; + }; + class AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon"; + speed = -1.75; + limitgunmovement = 1; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.03,1,0.125,0,0.81,0,0.95,1}; + }; + class AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon"; + speed = -1.35; + limitgunmovement = 1; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.1,1,0.26,0,0.9,0,1,1}; + }; + class AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.04,1,0.1,0,0.8,0,0.86,1}; + }; + class AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.01,1,0.08,0,0.79,0,0.87,1}; + }; + class AmovPpneMstpSrasWrflDnon_relax: AidlPpneMstpSrasWrflDnon_G0S + { + speed = -10; + disableWeapons = 1; + aimPrecision = 0.5; + headBobStrength = -0.20398; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_injured: AgonyBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + collisionShapeSafe = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.5; + aimPrecision = 3; + aiming = "aimingLying"; + aimingBody = "aimingUpLying"; + leaning = "aimingLying"; + legs = "legsLyingAiming"; + InterpolationSpeed = 2.5; + disableWeaponsLong = 0; + soundOverride = "crawl"; + speed = 1e+010; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.5,"AinjPpneMstpSnonWrflDnon_rolltoback",0.02}; + InterpolateTo[] = {"AmovPpneMsprSlowWrflDf_injured",0.1,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_injuredHealed: AidlPpneMstpSrasWrflDnon_G0S + { + actions = "RifleProneActions_injured"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_healed"; + showWeaponAim = 0; + disableWeapons = 1; + speed = 0.17; + visibleSize = 0.5; + aiming = "aimingLying"; + aimingBody = "aimingUpLying"; + leaning = "aimingLying"; + legs = "legsLyingAiming"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injuredHealed",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_turnL: AidlPpneMstpSrasWrflDnon_G0S + { + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90L"; + speed = 0.705882; + aimPrecision = 5; + headBobStrength = 0.054726; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_turnR: AidlPpneMstpSrasWrflDnon_G0S + { + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90R"; + speed = 0.857143; + aimPrecision = 5; + headBobStrength = 0.054726; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon: StandBase + { + variantsPlayer[] = {"AidlPercMstpSrasWpstDnon_G01_player",0.333,"AidlPercMstpSrasWpstDnon_G02_player",0.333,"AidlPercMstpSrasWpstDnon_G03_player",0.334}; + variantAfter[] = {15,15,15}; + actions = "PistolStandActions"; + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon"; + disableWeapons = 0; + showHandGun = 1; + speed = 1e+010; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + soundEnabled = 0; + enableBinocular = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + weaponIK = 2; + enableOptics = 2; + headBobStrength = 0.054726; + interpolationSpeed = 4; + canBlendStep = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AovrPercMstpSrasWpstDf",0.025,"AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon",0.01,"AmovPercMstpSrasWpstDnon_turnL",0.02,"AmovPercMstpSrasWpstDnon_turnR",0.02,"PistolMagazineReloadStand",0.1,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSrasWpstDnon_SaluteIn",0.02,"AwopPercMstpSgthWpstDnon_Part1",0.1,"AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon_gear",0.02,"Acts_starterPistol_in",0.001}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_turnL",0.02,"AmovPercMstpSrasWpstDnon_turnR",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMwlkSrasWpstDf",0.02,"AmovPercMwlkSrasWpstDfl",0.02,"AmovPercMwlkSrasWpstDl",0.02,"AmovPercMwlkSrasWpstDbl",0.02,"AmovPercMwlkSrasWpstDb",0.02,"AmovPercMwlkSrasWpstDbr",0.02,"AmovPercMwlkSrasWpstDr",0.02,"AmovPercMwlkSrasWpstDfr",0.02,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMrunSrasWpstDbl",0.02,"AmovPercMrunSrasWpstDb",0.02,"AmovPercMrunSrasWpstDbr",0.02,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDl",0.02,"AmovPercMevaSrasWpstDr",0.02,"Unconscious",0.01,"AmovPercMtacSrasWpstDf",0.02,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSrasWpstDl",0.02,"AmovPercMtacSrasWpstDbl",0.02,"AmovPercMtacSrasWpstDb",0.02,"AmovPercMtacSrasWpstDbr",0.02,"AmovPercMtacSrasWpstDr",0.02,"AmovPercMtacSrasWpstDfr",0.02,"Helper_SwitchToCarrynon_pst",0.2,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWpstDnon_falling",0.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AfalPercMstpSrasWpstDnon",0.025,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5}; + }; + class AidlPercMstpSrasWpstDnon_G0S: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AidlPercMstpSrasWpstDnon_G01",0.02,"AidlPercMstpSrasWpstDnon_G02",0.02,"AidlPercMstpSrasWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPercMstpSrasWpstDnon_G0S",0.2}; + }; + class AidlPercMstpSrasWpstDnon_AI: AidlPercMstpSrasWpstDnon_G0S + { + variantsAI[] = {"AidlPercMstpSrasWpstDnon_G01",0.333,"AidlPercMstpSrasWpstDnon_G02",0.333,"AidlPercMstpSrasWpstDnon_G03",0.334}; + }; + class AidlPercMstpSrasWpstDnon_G01: AidlPercMstpSrasWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G01"; + ConnectTo[] = {"AidlPercMstpSrasWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSrasWpstDnon",0.02}; + }; + class AidlPercMstpSrasWpstDnon_G02: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G02"; + }; + class AidlPercMstpSrasWpstDnon_G03: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G03"; + }; + class AidlPercMstpSrasWpstDnon_G01_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G01_player"; + }; + class AidlPercMstpSrasWpstDnon_G02_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G02_player"; + }; + class AidlPercMstpSrasWpstDnon_G03_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G03_player"; + }; + class AovrPercMstpSrasWpstDf: AidlPercMstpSrasWpstDnon_G0S + { + stamina = 0; + looped = 0; + speed = 0.347368; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\pst\AovrPercMstpSrasWpstDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 1; + canBlendStep = 0; + enableOptics = 0; + headBobStrength = 0.23; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_falling: AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AdvePercMstpSnonWnonDnon",0.02,"AswmPercMstpSnonWnonDnon",0.03,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup"; + speed = -0.2; + actions = "PistolAdjustFStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "u"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown"; + speed = -0.2; + actions = "PistolAdjustBStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "d"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft"; + speed = -0.3; + actions = "PistolAdjustLStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "l"; + soundEnabled = 1; + soundOverride = "adjust_stand_side"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright"; + speed = -0.3; + actions = "PistolAdjustRStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "r"; + soundEnabled = 1; + soundOverride = "adjust_stand_side"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDup: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDup"; + speed = 0.0375; + actions = "PistolAdjustFStandActions"; + aimPrecision = 1.0; + adjstance = "u"; + ConnectTo[] = {"AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + limitgunmovement = 1; + adjstance = "m"; + soundEnabled = 1; + soundOverride = "adjust_short"; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDdown: AadjPercMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDdown"; + speed = 0.032432; + actions = "PistolAdjustBStandActions"; + adjstance = "d"; + ConnectTo[] = {"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"AadjPercMstpSrasWpstDdown_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDDown_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDdown_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundEnabled = 1; + soundOverride = "adjust_short"; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDleft: AadjPercMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDleft"; + speed = 0.037795; + actions = "PistolAdjustLStandActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjL.p3d"; + ConnectTo[] = {"AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"AadjPercMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstdleft_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundEnabled = 1; + soundOverride = "adjust_stand_side"; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDright: AadjPercMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDright"; + speed = 0.037795; + actions = "PistolAdjustRStandActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjR.p3d"; + ConnectTo[] = {"AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"AadjPercMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon + { + duty = -0.6; + variantsPlayer[] = {"AidlPercMstpSlowWpstDnon_G01",0.333,"AidlPercMstpSlowWpstDnon_G02",0.333,"AidlPercMstpSlowWpstDnon_G03",0.334}; + actions = "PistolLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon"; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + headBobStrength = 0.23; + disableWeaponsLong = 1; + weaponLowered = 1; + enableOptics = 0; + ConnectTo[] = {"AovrPercMstpSlowWpstDf",0.01,"AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMstpSlowWpstDnon_turnL",0.5,"AmovPercMstpSlowWpstDnon_turnR",0.5,"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMstpSlowWpstDnon_turnL",0.5,"AmovPercMstpSlowWpstDnon_turnR",0.5,"AmovPercMwlkSlowWpstDf",0.02,"AmovPercMwlkSlowWpstDfl",0.02,"AmovPercMwlkSlowWpstDl",0.02,"AmovPercMwlkSlowWpstDbl",0.02,"AmovPercMwlkSlowWpstDb",0.02,"AmovPercMwlkSlowWpstDbr",0.02,"AmovPercMwlkSlowWpstDr",0.02,"AmovPercMwlkSlowWpstDfr",0.02,"AmovPercMtacSlowWpstDf",0.02,"AmovPercMtacSlowWpstDfl",0.02,"AmovPercMtacSlowWpstDl",0.02,"AmovPercMtacSlowWpstDbl",0.02,"AmovPercMtacSlowWpstDb",0.02,"AmovPercMtacSlowWpstDbr",0.02,"AmovPercMtacSlowWpstDr",0.02,"AmovPercMtacSlowWpstDfr",0.02,"AmovPercMrunSlowWpstDf",0.02,"AmovPercMrunSlowWpstDfl",0.02,"AmovPercMrunSlowWpstDl",0.02,"AmovPercMrunSlowWpstDbl",0.02,"AmovPercMrunSlowWpstDb",0.02,"AmovPercMrunSlowWpstDbr",0.02,"AmovPercMrunSlowWpstDr",0.02,"AmovPercMrunSlowWpstDfr",0.02,"AmovPercMevaSlowWpstDf",0.02,"AmovPercMevaSlowWpstDfl",0.02,"AmovPercMevaSlowWpstDfr",0.02,"Unconscious",0.1,"Helper_SwitchToCarrynon_pst",0.2,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon",0.02}; + }; + class AidlPercMstpSlowWpstDnon_G0S: AmovPercMstpSlowWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AidlPercMstpSlowWpstDnon_G01",0.02,"AidlPercMstpSlowWpstDnon_G02",0.02,"AidlPercMstpSlowWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPercMstpSlowWpstDnon_G0S",0.2}; + }; + class AidlPercMstpSlowWpstDnon_AI: AidlPercMstpSlowWpstDnon_G0S + { + variantsAI[] = {"AidlPercMstpSlowWpstDnon_G01",0.333,"AidlPercMstpSlowWpstDnon_G02",0.333,"AidlPercMstpSlowWpstDnon_G03",0.334}; + }; + class AmovPercMstpSlowWpstDnon_turnL: AidlPercMstpSlowWpstDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AIturn90L"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWpstDnon_turnR: AidlPercMstpSlowWpstDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AIturn90R"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSlowWpstDnon_G01: AidlPercMstpSlowWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G01"; + ConnectTo[] = {"AidlPercMstpSlowWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPercMstpSlowWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSlowWpstDnon",0.02}; + }; + class AidlPercMstpSlowWpstDnon_G02: AidlPercMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G02"; + }; + class AidlPercMstpSlowWpstDnon_G03: AidlPercMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G03"; + }; + class AovrPercMstpSlowWpstDf: AovrPercMstpSrasWpstDf + { + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + speed = 1.66667; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon"; + interpolationRestart = 2; + ConnectTo[] = {}; + InterpolateTo[] = {"AidlPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.76471; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_turnL: AmovPercMstpSrasWpstDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AIturn90L"; + speed = 1.3; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_turnR: AmovPercMstpSrasWpstDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AIturn90R"; + speed = 1.3; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + aimPrecision = 0.5; + variantsPlayer[] = {"AidlPknlMstpSrasWpstDnon_G01_player",0.333,"AidlPknlMstpSrasWpstDnon_G02_player",0.333,"AidlPknlMstpSrasWpstDnon_G03_player",0.334}; + actions = "PistolKneelActions"; + duty = -0.6; + visibleSize = 0.300122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wpst.p3d"; + ConnectTo[] = {"AidlPknlMstpSrasWpstDnon_AI",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon_gear",0.02,"AmovPknlMstpSrasWpstDnon_turnL",0.02,"AmovPknlMstpSrasWpstDnon_turnR",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"PistolMagazineReloadKneel",0.1,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon",0.02,"AwopPknlMstpSgthWpstDnon_Part1",0.1,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon_gear",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWpstDnon_AI",0.02,"AinvPknlMstpSlayWpstDnon_medicIn",0.02,"AinvPknlMstpSlayWpstDnon_medicOtherIn",0.02,"AmovPknlMstpSrasWpstDnon_turnL",0.02,"AmovPknlMstpSrasWpstDnon_turnR",0.02,"AmovPknlMwlkSrasWpstDf",0.02,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMwlkSrasWpstDl",0.02,"AmovPknlMwlkSrasWpstDbl",0.02,"AmovPknlMwlkSrasWpstDb",0.02,"AmovPknlMwlkSrasWpstDbr",0.02,"AmovPknlMwlkSrasWpstDr",0.02,"AmovPknlMwlkSrasWpstDfr",0.02,"AmovPknlMrunSrasWpstDf",0.02,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDl",0.02,"AmovPknlMrunSrasWpstDbl",0.02,"AmovPknlMrunSrasWpstDb",0.02,"AmovPknlMrunSrasWpstDbr",0.02,"AmovPknlMrunSrasWpstDr",0.02,"AmovPknlMrunSrasWpstDfr",0.02,"Unconscious",0.01,"AovrPercMstpSrasWpstDf",0.03,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.2,"AmovPknlMstpSrasWpstDnon_relax",0.2,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AfalPknlMstpSrasWpstDnon",0.025,"Campaign_Base",0.01}; + }; + class AidlPknlMstpSrasWpstDnon_G0S: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AidlPknlMstpSrasWpstDnon_G01",0.02,"AidlPknlMstpSrasWpstDnon_G02",0.02,"AidlPknlMstpSrasWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPknlMstpSrasWpstDnon_G0S",0.2}; + }; + class AidlPknlMstpSrasWpstDnon_AI: AidlPknlMstpSrasWpstDnon_G0S + { + variantsAI[] = {"AidlPknlMstpSrasWpstDnon_G01",0.333,"AidlPknlMstpSrasWpstDnon_G02",0.333,"AidlPknlMstpSrasWpstDnon_G03",0.334}; + }; + class AidlPknlMstpSrasWpstDnon_G01: AidlPknlMstpSrasWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G01"; + ConnectTo[] = {"AidlPknlMstpSrasWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AidlPknlMstpSrasWpstDnon_G02: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G02"; + }; + class AidlPknlMstpSrasWpstDnon_G03: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G03"; + }; + class AidlPknlMstpSrasWpstDnon_G01_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G01_player"; + }; + class AidlPknlMstpSrasWpstDnon_G02_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G02_player"; + }; + class AidlPknlMstpSrasWpstDnon_G03_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G03_player"; + }; + class AmovPknlMstpSrasWpstDnon_relax: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDup"; + speed = 2.66667; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDdown: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDdown"; + speed = 2.88; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDdown_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDleft: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDleft"; + speed = 2.25; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDleft_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDright: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDright"; + speed = 2.18182; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDup"; + aimprecision = 1; + speed = 0.058823; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon"; + speed = 1.6381; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDdown: AadjPcrhMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDdown"; + speed = 0.0375; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDdown_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDDown_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDdown_AmovPcrhMstpSrasWpstDnon"; + speed = 2; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDdown",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDleft: AadjPcrhMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDleft"; + speed = 0.035036; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDleft_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDleft_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstdleft_AmovPcrhMstpSrasWpstDnon"; + speed = 1.4; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDleft",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDright: AadjPcrhMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDright"; + speed = 0.036641; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon"; + speed = 2.16191; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDright",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup"; + speed = -0.2; + actions = "PistolAdjustFKneelActions"; + limitgunmovement = 1; + aimprecision = 0.5; + looped = 0; + adjstance = "u"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown"; + speed = -0.2; + limitgunmovement = 1; + actions = "PistolAdjustBKneelActions"; + aimprecision = 0.5; + looped = 0; + adjstance = "d"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft"; + speed = -0.3; + limitgunmovement = 1; + actions = "PistolAdjustLKneelActions"; + aimprecision = 0.5; + looped = 0; + adjstance = "l"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright"; + speed = -0.3; + limitgunmovement = 1; + actions = "PistolAdjustRKneelActions"; + aimprecision = 0.5; + looped = 0; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDup"; + speed = 0.058823; + actions = "PistolAdjustFKneelActions"; + aimprecision = 0.5; + adjstance = "u"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup",0.02,"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup",0.02,"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDdown: AadjPknlMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDdown"; + speed = 0.048485; + actions = "PistolAdjustBKneelActions"; + adjstance = "d"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AadjPknlMstpSrasWpstDdown_AmovPknlMstpSrasWpstDnon",0.02,"AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDDown_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDdown_AmovPknlMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDleft: AadjPknlMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDleft"; + speed = 0.045283; + actions = "PistolAdjustLKneelActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjL.p3d"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"AadjPknlMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstdleft_AmovPknlMstpSrasWpstDnon"; + speed = -0.4; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDright: AadjPknlMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDright"; + speed = 0.034043; + actions = "PistolAdjustRKneelActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjR.p3d"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon"; + speed = -0.4; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWpstDnon: AmovPknlMstpSrasWpstDnon + { + duty = -0.8; + variantAfter[] = {8,8,8}; + variantsPlayer[] = {"AidlPknlMstpSlowWpstDnon_G03",0.333,"AidlPknlMstpSlowWpstDnon_G02",0.333,"AidlPknlMstpSlowWpstDnon_G01",0.334}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon"; + disableWeaponsLong = 1; + showWeaponAim = 0; + actions = "PistolLowKneelActions"; + weaponLowered = 1; + enableOptics = 0; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon",0.01,"AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_turnL",0.5,"AmovPknlMstpSlowWpstDnon_turnR",0.5,"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon_turnL",0.5,"AmovPknlMstpSlowWpstDnon_turnR",0.5,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMwlkSlowWpstDf",0.02,"AmovPknlMrunSlowWpstDf",0.02,"AmovPknlMrunSlowWpstDfl",0.02,"AmovPknlMrunSlowWpstDl",0.02,"AmovPknlMrunSlowWpstDbl",0.02,"AmovPknlMrunSlowWpstDb",0.02,"AmovPknlMrunSlowWpstDbr",0.02,"AmovPknlMrunSlowWpstDr",0.02,"AmovPknlMrunSlowWpstDfr",0.02,"AmovPknlMwlkSlowWpstDfl",0.02,"AmovPknlMwlkSlowWpstDl",0.02,"AmovPknlMwlkSlowWpstDbl",0.02,"AmovPknlMwlkSlowWpstDb",0.02,"AmovPknlMwlkSlowWpstDbr",0.02,"AmovPknlMwlkSlowWpstDr",0.02,"AmovPknlMwlkSlowWpstDfr",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.2,"Unconscious",0.1,"AidlPknlMstpSlowWpstDnon_AI",0.02}; + camShakeFire = 1.0; + }; + class AidlPknlMstpSlowWpstDnon_G0S: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + variantAfter[] = {1,1,1}; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AidlPknlMstpSlowWpstDnon_G01",0.02,"AidlPknlMstpSlowWpstDnon_G02",0.02,"AidlPknlMstpSlowWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPknlMstpSlowWpstDnon_G0S",0.2}; + }; + class AidlPknlMstpSlowWpstDnon_AI: AidlPknlMstpSlowWpstDnon_G0S + { + variantsAI[] = {"AidlPknlMstpSlowWpstDnon_G03",0.333,"AidlPknlMstpSlowWpstDnon_G02",0.333,"AidlPknlMstpSlowWpstDnon_G01",0.334}; + }; + class AidlPknlMstpSlowWpstDnon_G01: AidlPknlMstpSlowWpstDnon_G0S + { + speed = -8; + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G01"; + ConnectTo[] = {"AidlPknlMstpSlowWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPknlMstpSlowWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSlowWpstDnon",0.02}; + }; + class AidlPknlMstpSlowWpstDnon_G02: AidlPknlMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G02"; + }; + class AidlPknlMstpSlowWpstDnon_G03: AidlPknlMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G03"; + }; + class AmovPknlMstpSlowWpstDnon_turnL: AidlPknlMstpSlowWpstDnon_G0S + { + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AIturn90L"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWpstDnon_turnR: AidlPknlMstpSlowWpstDnon_G0S + { + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AIturn90R"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMwlkSlowWpstDf: AidlPknlMstpSlowWpstDnon_G0S + { + aimPrecision = 2; + duty = 0.1; + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDf"; + speed = 0.45; + actions = "PistolLowKneelActionsWlkF"; + enableOptics = 0; + soundEnabled = 1; + soundEdge[] = {0.15,0.4,0.65,0.9}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMrunSlowWpstDf",0.025,"AmovPercMwlkSlowWpstDf",0.025,"AmovPknlMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDfl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDf",0.02,"AmovPknlMtacSlowWpstDf",0.025}; + }; + class AmovPknlMwlkSlowWpstDfl: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDfl"; + actions = "PistolLowKneelActionsWlkFl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPknlMwlkSlowWpstDl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMtacSlowWpstDfl",0.025}; + }; + class AmovPknlMwlkSlowWpstDl: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDl"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDl",0.025,"AmovPknlMwlkSlowWpstDfl",0.025,"AmovPknlMwlkSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDl",0.02,"AmovPknlMtacSlowWpstDl",0.025}; + }; + class AmovPknlMwlkSlowWpstDbl: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDbl"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkBl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPknlMrunSlowWpstDbl",0.025,"AmovPknlMwlkSlowWpstDl",0.025,"AmovPknlMwlkSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbl",0.02,"AmovPknlMtacSlowWpstDbl",0.025}; + }; + class AmovPknlMwlkSlowWpstDb: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDb"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDb",0.025,"AmovPknlMrunSlowWpstDb",0.025,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPknlMwlkSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDb",0.02,"AmovPknlMtacSlowWpstDb",0.025}; + }; + class AmovPknlMwlkSlowWpstDbr: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDbr"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkBr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDbr",0.025,"AmovPknlMwlkSlowWpstDr",0.025,"AmovPknlMwlkSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbr",0.02,"AmovPknlMtacSlowWpstDbr",0.025}; + }; + class AmovPknlMwlkSlowWpstDr: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDr"; + speed = 0.3; + actions = "PistolLowKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDr",0.025,"AmovPknlMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDr",0.02,"AmovPknlMtacSlowWpstDr",0.025}; + }; + class AmovPknlMwlkSlowWpstDfr: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDfr"; + actions = "PistolLowKneelActionsWlkFr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPknlMwlkSlowWpstDr",0.025,"AmovPknlMrunSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfr",0.02,"AmovPknlMtacSlowWpstDfr",0.025}; + }; + class AmovPknlMtacSlowWpstDf: AmovPknlMwlkSlowWpstDf + { + stamina = -0.1; + duty = 0.2; + speed = 0.75; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDf"; + headBobStrength = 0.124378; + actions = "PistolLowKneelActionsTacF"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDfl",0.01,"AmovPknlMtacSlowWpstDfr",0.01,"AmovPknlMrunSlowWpstDf",0.02,"AmovPknlMwlkSlowWpstDf",0.02,"AovrPercMstpSlowWpstDf",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMtacSlowWpstDf",0.02}; + aimPrecision = 2; + }; + class AmovPknlMtacSlowWpstDfl: AmovPknlMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDfl"; + actions = "PistolLowKneelActionsTacFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDf",0.01,"AmovPknlMtacSlowWpstDfr",0.02,"AmovPknlMtacSlowWpstDl",0.01,"AmovPknlMrunSlowWpstDfl",0.02,"AmovPknlMwlkSlowWpstDfl",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDfl",0.02,"AmovPercMtacSlowWpstDfl",0.02}; + }; + class AmovPknlMtacSlowWpstDl: AmovPknlMtacSlowWpstDf + { + speed = 0.779221; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDl"; + actions = "PistolLowKneelActionsTacL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDbl",0.01,"AmovPknlMtacSlowWpstDfl",0.01,"AmovPknlMrunSlowWpstDl",0.02,"AmovPknlMwlkSlowWpstDl",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDl",0.02,"AmovPercMtacSlowWpstDl",0.02}; + }; + class AmovPknlMtacSlowWpstDb: AmovPknlMtacSlowWpstDf + { + speed = 0.810811; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDb"; + actions = "PistolLowKneelActionsTacB"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDbl",0.01,"AmovPknlMtacSlowWpstDbr",0.01,"AmovPknlMrunSlowWpstDb",0.02,"AmovPknlMwlkSlowWpstDb",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDb",0.02,"AmovPercMtacSlowWpstDb",0.02}; + }; + class AmovPknlMtacSlowWpstDbl: AmovPknlMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDbl"; + actions = "PistolLowKneelActionsTacBL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDl",0.01,"AmovPknlMtacSlowWpstDb",0.01,"AmovPknlMrunSlowWpstDbl",0.02,"AmovPknlMwlkSlowWpstDbl",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDbl",0.02,"AmovPercMtacSlowWpstDbl",0.02}; + }; + class AmovPknlMtacSlowWpstDbr: AmovPknlMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDbr"; + actions = "PistolLowKneelActionsTacBR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDb",0.01,"AmovPknlMtacSlowWpstDr",0.01,"AmovPknlMrunSlowWpstDbr",0.02,"AmovPknlMwlkSlowWpstDbr",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDbr",0.02,"AmovPercMtacSlowWpstDbr",0.02}; + }; + class AmovPknlMtacSlowWpstDr: AmovPknlMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDr"; + actions = "PistolLowKneelActionsTacR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDfr",0.01,"AmovPknlMtacSlowWpstDbr",0.01,"AmovPknlMrunSlowWpstDr",0.02,"AmovPknlMwlkSlowWpstDr",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDr",0.02,"AmovPercMtacSlowWpstDr",0.02}; + }; + class AmovPknlMtacSlowWpstDfr: AmovPknlMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDfr"; + actions = "PistolLowKneelActionsTacFR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDf",0.01,"AmovPknlMtacSlowWpstDfl",0.02,"AmovPknlMtacSlowWpstDr",0.01,"AmovPknlMrunSlowWpstDfr",0.02,"AmovPknlMwlkSlowWpstDfr",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMtacSlowWpstDfr",0.02}; + }; + class AmovPknlMrunSlowWpstDf: AmovPknlMwlkSlowWpstDf + { + stamina = -0.1; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDf"; + duty = 0.3; + soundEdge[] = {0.25,0.5,0.75,1}; + interpolationSpeed = 2.5; + headBobStrength = 0.054726; + soundOverride = "run"; + showWeaponAim = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + limitGunMovement = 0.5; + speed = 0.827586; + actions = "PistolLowKneelActionsRunF"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDf",0.2,"AmovPknlMtacSlowWpstDf",0.02}; + }; + class AmovPknlMrunSlowWpstDfl: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfl"; + actions = "PistolLowKneelActionsRunFl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDf",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfl",0.2,"AmovPknlMtacSlowWpstDfl",0.02}; + }; + class AmovPknlMrunSlowWpstDl: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDl"; + speed = 1.66667; + actions = "PistolLowKneelActionsRunL"; + soundEdge[] = {0.3,0.8}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDl",0.2,"AmovPknlMtacSlowWpstDl",0.02}; + }; + class AmovPknlMrunSlowWpstDbl: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbl"; + speed = 0.8; + actions = "PistolLowKneelActionsRunBl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbl",0.025,"AmovPknlMrunSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbl",0.2,"AmovPknlMtacSlowWpstDbl",0.02}; + }; + class AmovPknlMrunSlowWpstDb: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDb"; + speed = 0.8; + actions = "PistolLowKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDb",0.025,"AmovPknlMrunSlowWpstDbl",0.025,"AmovPknlMrunSlowWpstDbr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDb",0.2,"AmovPknlMtacSlowWpstDb",0.02}; + }; + class AmovPknlMrunSlowWpstDbr: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbr"; + speed = 0.8; + actions = "PistolLowKneelActionsRunBr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDr",0.025,"AmovPknlMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbr",0.2,"AmovPknlMtacSlowWpstDbr",0.02}; + }; + class AmovPknlMrunSlowWpstDr: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDr"; + speed = 1.66667; + actions = "PistolLowKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDr",0.2,"AmovPknlMtacSlowWpstDr",0.02}; + }; + class AmovPknlMrunSlowWpstDfr: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfr"; + actions = "PistolLowKneelActionsRunFr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDf",0.025,"AmovPknlMrunSlowWpstDr",0.025,"AmovPknlMwlkSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfr",0.2,"AmovPknlMtacSlowWpstDf",0.02}; + }; + class AmovPknlMstpSlowWpstDnon_gear_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + speed = 2.30769; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon"; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_gear_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_gear_AmovPknlMstpSrasWpstDnon"; + speed = 1.5; + actions = "PistolKneelActions"; + canBlendStep = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon_gear: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon_gear"; + speed = 2.8; + actions = "PistolKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_gear: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_gear"; + speed = 10; + actions = "PistolKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"AinvPknlMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_explo",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_explo: AmovPknlMstpSrasWpstDnon_gear + { + actions = "PistolKneelActions_explo"; + speed = -3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_gear_AmovPercMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_gear + { + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_gear_AmovPercMstpSrasWpstDnon"; + speed = 1.5; + actions = "PistolStandActions_gear"; + canBlendStep = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon_gear: AmovPknlMstpSrasWpstDnon_gear + { + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon_gear"; + speed = 2.8; + actions = "PistolStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_gear",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_gear: AmovPknlMstpSrasWpstDnon_gear + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_gear"; + actions = "PistolStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_gear_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"AinvPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon_gear: AmovPknlMstpSrasWpstDnon_gear + { + speed = 6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon"; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02,"AmovPercMstpSrasWpstDnon_gear",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_turnL: AmovPknlMstpSrasWpstDnon + { + duty = -0.4; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AIturn90L"; + speed = 1.3; + aimPrecision = 4; + boundingSphere = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_turnR: AmovPknlMstpSrasWpstDnon + { + duty = -0.4; + boundingSphere = 8; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AIturn90R"; + speed = 1.3; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {"AidlPpneMstpSrasWpstDnon_G01_player",0.333,"AidlPpneMstpSrasWpstDnon_G02_player",0.333,"AidlPpneMstpSrasWpstDnon_G03_player",0.334}; + actions = "PistolProneActions"; + duty = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon"; + visibleSize = 0.100123; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + InterpolationSpeed = 2.5; + soundOverride = "crawl"; + aimprecision = 1.25; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_turnL",0.02,"AmovPpneMstpSrasWpstDnon_turnR",0.02,"AmovPpneMstpSrasWpstDnon",0.02,"PistolMagazineReloadProne",0.1,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr",0.02,"AwopPpneMstpSgthWpstDnon_Part1",0.1,"AidlPpneMstpSrasWpstDnon_AI",0.1,"AmovPpneMstpSrasWpstDnon_healed",0.02,"AmovPpneMstpSnonWpstDnon_injured",0.1}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_turnL",0.02,"AmovPpneMstpSrasWpstDnon_turnR",0.02,"AidlPpneMstpSrasWpstDnon_AI",0.1,"AinvPpneMstpSlayWpstDnon_medicIn",0.02,"AinvPpneMstpSlayWpstDnon_medicOtherIn",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon_relax",0.1,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.01,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"PistolReloadProne",0.02,"PistolHeavy02ReloadProne",0.02,"PistolReloadProneFlaregun",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown",0.02,"AwopPpneMstpSgthWpstDnon_Fast_Start",0.02,"AfalPpneMstpSrasWpstDnon",0.025,"Campaign_Base",0.5}; + }; + class AidlPpneMstpSrasWpstDnon_G0S: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"AidlPpneMstpSrasWpstDnon_G01",0.02,"AidlPpneMstpSrasWpstDnon_G02",0.02,"AidlPpneMstpSrasWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPpneMstpSrasWpstDnon_G0S",0.2}; + }; + class AidlPpneMstpSrasWpstDnon_AI: AidlPpneMstpSrasWpstDnon_G0S + { + variantsAI[] = {"AidlPpneMstpSrasWpstDnon_G01",0.333,"AidlPpneMstpSrasWpstDnon_G02",0.333,"AidlPpneMstpSrasWpstDnon_G03",0.334}; + }; + class AidlPpneMstpSrasWpstDnon_G01: AidlPpneMstpSrasWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G01"; + ConnectTo[] = {"AidlPpneMstpSrasWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPpneMstpSrasWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon",0.02}; + }; + class AidlPpneMstpSrasWpstDnon_G02: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G02"; + }; + class AidlPpneMstpSrasWpstDnon_G03: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G03"; + }; + class AidlPpneMstpSrasWpstDnon_G01_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G01_player"; + }; + class AidlPpneMstpSrasWpstDnon_G02_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G02_player"; + }; + class AidlPpneMstpSrasWpstDnon_G03_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G03_player"; + }; + class AadjPpneMstpSrasWpstDup: AidlPpneMstpSrasWpstDnon_G0S + { + aimPrecision = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup"; + actions = "PistolAdjustFProneActions"; + speed = 0.084746; + adjstance = "u"; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown",0.02,"AadjPpneMstpSrasWpstDup_turnL",0.02,"AadjPpneMstpSrasWpstDup_turnR",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown",0.02,"AadjPpneMstpSrasWpstDup_turnL",0.02,"AadjPpneMstpSrasWpstDup_turnR",0.02,"AadjPpneMwlkSrasWpstDup_f",0.02,"AadjPpneMwlkSrasWpstDup_b",0.02,"AadjPpneMwlkSrasWpstDup_r",0.02,"AadjPpneMwlkSrasWpstDup_l",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDup_turnL: AadjPpneMstpSrasWpstDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDup_turnR: AadjPpneMstpSrasWpstDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown: AadjPpneMstpSrasWpstDup + { + aimPrecision = 1.25; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown"; + actions = "PistolAdjustBProneActions"; + speed = 0.365854; + adjstance = "d"; + ConnectTo[] = {"AadjPpneMstpSrasWpstDdown",0.02,"AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDdown_turnL",0.02,"AadjPpneMstpSrasWpstDdown_turnR",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDdown_turnL",0.02,"AadjPpneMstpSrasWpstDdown_turnR",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown_turnL: AadjPpneMstpSrasWpstDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown_turnR: AadjPpneMstpSrasWpstDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDleft: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft"; + actions = "PistolAdjustLProneActions"; + speed = 0.084746; + adjstance = "l"; + enableOptics = 2; + ConnectTo[] = {"AadjPpneMstpSrasWpstDleft",0.02,"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02,"AadjPpneMwlkSrasWpstDleft_l",0.02,"AadjPpneMwlkSrasWpstDleft_r",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDright: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright"; + actions = "PistolAdjustRProneActions"; + speed = 0.084746; + adjstance = "r"; + enableOptics = 2; + ConnectTo[] = {"AadjPpneMstpSrasWpstDright",0.02,"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02,"AadjPpneMwlkSrasWpstDright_l",0.02,"AadjPpneMwlkSrasWpstDright_r",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup: AadjPpneMstpSrasWpstDup + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup"; + speed = 0.58; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown: AadjPpneMstpSrasWpstDdown + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown"; + speed = -0.5; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_down"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright"; + speed = -1; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft"; + speed = -1; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright"; + speed = -1.8; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon"; + speed = -1; + limitgunmovement = 1; + soundOverride = "adjust_prone_up_back"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon"; + speed = -0.35; + limitgunmovement = 1; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon"; + speed = -2; + limitgunmovement = 1; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon"; + speed = -1.75; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon"; + speed = -1.35; + limitgunmovement = 1; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon"; + speed = -1.7; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_relax: AidlPpneMstpSrasWpstDnon_G0S + { + speed = -10; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_turnL: AidlPpneMstpSrasWpstDnon_G0S + { + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90L"; + speed = 0.5; + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_turnR: AidlPpneMstpSrasWpstDnon_G0S + { + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90R"; + speed = 0.5; + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWlnrDnon: Default + { + variantsPlayer[] = {"AidlPknlMstpSrasWlnrDnon_G01",0.4,"AidlPknlMstpSrasWlnrDnon_G02",0.3,"AidlPknlMstpSrasWlnrDnon_G03",0.3}; + variantsAI[] = {"AidlPknlMstpSrasWlnrDnon_G01",0.4,"AidlPknlMstpSrasWlnrDnon_G02",0.3,"AidlPknlMstpSrasWlnrDnon_G03",0.3}; + variantAfter[] = {15,15,15}; + actions = "LauncherKneelActions"; + duty = -0.4; + visibleSize = 0.300122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon"; + showWeaponAim = 0; + enableMissile = 1; + canPullTrigger = 0; + aimprecision = 0.25; + camShakeFire = 0.5; + speed = 1e+010; + static = 1; + relSpeedMax = 1.1; + aiming = "aimingLauncher"; + aimingBody = "aimingUpLauncher"; + soundEnabled = 0; + enableBinocular = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + weaponIK = 4; + enableOptics = 4; + headBobStrength = 0.23; + headBobMode = 2; + canBlendStep = 1; + interpolationSpeed = 2.85; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_turnL",0.02,"AmovPknlMstpSrasWlnrDnon_turnR",0.02,"LauncherReloadKneel",0.1,"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon",0.03,"AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSnonWnonDnon",0.02,"ReloadRPGKneel",0.02,"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_turnL",0.02,"AmovPknlMstpSrasWlnrDnon_turnR",0.02,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPknlMrunSrasWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDf",0.02,"AmovPknlMevaSlowWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDfr",0.02,"AmovPknlMrunSrasWlnrDl",0.02,"AmovPknlMrunSrasWlnrDbl",0.02,"AmovPknlMrunSrasWlnrDb",0.02,"AmovPknlMrunSrasWlnrDbr",0.02,"AmovPknlMrunSrasWlnrDr",0.02,"AmovPknlMrunSrasWlnrDfr",0.02,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMevaSlowWlnrDfr",0.02,"AmovPercMevaSlowWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDf",0.02,"AmovPknlMwlkSrasWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDl",0.02,"AmovPknlMwlkSrasWlnrDbl",0.02,"AmovPknlMwlkSrasWlnrDb",0.02,"AmovPknlMwlkSrasWlnrDbr",0.02,"AmovPknlMwlkSrasWlnrDr",0.02,"AmovPknlMwlkSrasWlnrDfr",0.02,"AmovPknlMtacSrasWlnrDf",0.02,"AmovPknlMtacSrasWlnrDfl",0.02,"AmovPknlMtacSrasWlnrDl",0.02,"AmovPknlMtacSrasWlnrDbl",0.02,"AmovPknlMtacSrasWlnrDb",0.02,"AmovPknlMtacSrasWlnrDbr",0.02,"AmovPknlMtacSrasWlnrDr",0.02,"AmovPknlMtacSrasWlnrDfr",0.02,"Unconscious",0.01,"AmovPknlMstpSrasWlnrDnon_relax",0.01,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic_Launcher",0.02,"AinvPknlMstpSlayWlnrDnon_medicOther",0.02,"AfalPknlMstpSrasWlnrDnon",0.025,"Campaign_Base",0.01}; + limitGunMovement = 0.8; + }; + class AmovPknlMstpSrasWlnrDnon_relax: AmovPknlMstpSrasWlnrDnon + { + speed = -10; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AidlPknlMstpSrasWlnrDnon_G0S: AmovPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AidlPknlMstpSrasWlnrDnon_G01",0.02,"AidlPknlMstpSrasWlnrDnon_G02",0.02,"AidlPknlMstpSrasWlnrDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPknlMstpSrasWlnrDnon_G0S",0.2}; + }; + class ReloadRPGKneel: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\reloaDfullrpgkneel"; + speed = 0.339149; + relSpeedMin = 0.5; + static = 1; + looped = 0; + disableWeapons = 1; + duty = 0.6; + enableOptics = 0; + LeftHandIKCurve[] = {0.16,1,0.224,0,0.936,0,0.97,1}; + RightHandIKCurve[] = {0,1,0.036,0,0.851,0,0.9,1}; + }; + class AidlPknlMstpSrasWlnrDnon_AI: AidlPknlMstpSrasWlnrDnon_G0S{}; + class AidlPknlMstpSrasWlnrDnon_G01: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\lnr\AidlPknlMstpSrasWlnrDnon_G01"; + speed = -15; + ConnectTo[] = {"AidlPknlMstpSrasWlnrDnon_G0S",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AidlPknlMstpSrasWlnrDnon_G02: AidlPknlMstpSrasWlnrDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\lnr\AidlPknlMstpSrasWlnrDnon_G02"; + }; + class AidlPknlMstpSrasWlnrDnon_G03: AidlPknlMstpSrasWlnrDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\lnr\AidlPknlMstpSrasWlnrDnon_G03"; + }; + class AmovPknlMstpSrasWlnrDnon_turnL: AidlPknlMstpSrasWlnrDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AIturn90L"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"ReloadRPGKneel",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWlnrDnon_turnR: AidlPknlMstpSrasWlnrDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AIturn90R"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"ReloadRPGKneel",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWlnrDnon: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon"; + duty = -1.2; + actions = "LauncherProneActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + aiming = "aimingDefault"; + ConnectTo[] = {"LauncherReloadStand",0.02,"AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.01,"AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPpneMstpSrasWlnrDnon_turnL",0.02,"AmovPpneMstpSrasWlnrDnon_turnR",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon_turnL",0.02,"AmovPpneMstpSrasWlnrDnon_turnR",0.02,"AmovPpneMrunSrasWlnrDf",0.02,"AmovPpneMrunSrasWlnrDfl",0.02,"AmovPpneMrunSrasWlnrDl",0.02,"AmovPpneMrunSrasWlnrDbl",0.02,"AmovPpneMrunSrasWlnrDb",0.02,"AmovPpneMrunSrasWlnrDbr",0.02,"AmovPpneMrunSrasWlnrDr",0.02,"AmovPpneMrunSrasWlnrDfr",0.02,"Unconscious",0.1,"Campaign_Base",0.5}; + }; + class AmovPpneMstpSrasWlnrDnon_turnL: AmovPpneMstpSrasWlnrDnon + { + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWlnrDnon_turnR: AmovPpneMstpSrasWlnrDnon + { + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMrunSrasWlnrDf: AmovPpneMstpSrasWlnrDnon + { + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDf"; + speed = 0.600541; + soundOverride = "crawl"; + duty = 0.6; + disableWeapons = 1; + soundEnabled = 1; + limitGunMovement = 0; + legs = "wholeBody"; + aiming = "empty"; + aimingBody = "empty"; + leaning = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + actions = "RifleProneActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDfl",0.025,"AmovPpneMrunSrasWlnrDfr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDfl: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDfl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDf",0.025,"AmovPpneMrunSrasWlnrDl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDl: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDl"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDfl",0.025,"AmovPpneMrunSrasWlnrDbl",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDbl: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDbl"; + speed = 0.702524; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDl",0.025,"AmovPpneMrunSrasWlnrDb",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDb: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDb"; + speed = 0.646923; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDbl",0.025,"AmovPpneMrunSrasWlnrDbr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDbr: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDbr"; + speed = 0.859341; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDb",0.025,"AmovPpneMrunSrasWlnrDr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDr: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDbr",0.025,"AmovPpneMrunSrasWlnrDfr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDfr: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDfr"; + speed = 0.455196; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDf",0.025,"AmovPpneMrunSrasWlnrDr",0.025,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon: StandBase + { + variantsPlayer[] = {"AidlPercMstpSnonWnonDnon_G01",0.16,"AidlPercMstpSnonWnonDnon_G02",0.16,"AidlPercMstpSnonWnonDnon_G03",0.16,"AidlPercMstpSnonWnonDnon_G04",0.16,"AidlPercMstpSnonWnonDnon_G05",0.16,"AidlPercMstpSnonWnonDnon_G06",0.16}; + variantAfter[] = {45,45,45}; + InterpolationSpeed = 2.5; + actions = "CivilStandActions"; + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon"; + showWeaponAim = 0; + disableWeapons = 0; + canPullTrigger = 0; + speed = 1e+010; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 0; + enableBinocular = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + headBobStrength = 0.23; + enableOptics = -1; + canBlendStep = 1; + weaponLowered = 1; + disableWeaponsLong = 1; + limitGunMovement = 0.3; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.03,"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSnonWnonDnon_Scared",2.0,"AmovPercMstpSnonWnonDnon_Scared2",2.0,"AmovPercMstpSnonWnonDnon_SaluteIn",0.1,"AmovPercMstpSnonWnonDnon_EaseIn",0.1,"AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.1,"AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon",0.1,"AwopPercMstpSgthWnonDnon_start",0.1,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInSDV",0.02,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon",0.02,"HubSpectator_standU",1.0,"HubSpectator_walkU",1.0,"AmovPercMstpSnonWnonDnon_exerciseKata",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendA",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendB",2.0,"AmovPercMstpSnonWnonDnon_exercisePushup",2.0}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AovrPercMstpSnonWnonDf",0.05,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.05,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDfl",0.02,"AmovPercMwlkSnonWnonDl",0.02,"AmovPercMwlkSnonWnonDbl",0.02,"AmovPercMwlkSnonWnonDb",0.02,"AmovPercMwlkSnonWnonDbr",0.02,"AmovPercMwlkSnonWnonDr",0.02,"AmovPercMwlkSnonWnonDfr",0.02,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMrunSnonWnonDl",0.02,"AmovPercMrunSnonWnonDbl",0.02,"AmovPercMrunSnonWnonDb",0.02,"AmovPercMrunSnonWnonDbr",0.02,"AmovPercMrunSnonWnonDr",0.02,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1",0.1,"Helper_SwitchToCarrynon",0.2,"AswmPercMstpSnonWnonDnon",0.3,"AsswPercMstpSnonWnonDnon",0.3,"AbswPercMstpSnonWnonDnon",0.3,"HaloFreeFall_non",10.2,"AmovPercMstpSnonWnonDnon_falling",0.02,"AsdvPercMstpSnonWnonDnon",2.02,"AdvePercMstpSnonWnonDnon",2.0,"AbdvPercMstpSnonWnonDnon",2.0,"AfalPercMstpSnonWnonDnon",0.025,"HubSpectator_standU",1.0,"HubSpectator_walkU",1.0,"AswmPercMrunSnonWnonDf",0.05,"AsswPercMrunSnonWnonDf",0.05,"AbswPercMrunSnonWnonDf",0.05,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5,"Acts_A_M01_briefing",0.5,"Acts_A_M02_briefing",0.5,"Acts_A_M03_briefing",0.5,"Acts_A_M04_briefing",0.5,"Acts_A_M05_briefing",0.5,"Acts_A_OUT_briefing",0.5,"Acts_B_hub01_briefing",0.5,"Acts_B_M01_briefing",0.5,"Acts_B_M02_briefing",0.5,"Acts_B_M03_briefing",0.5,"Acts_B_M05_briefing",0.5,"Acts_B_m06_briefing",0.5,"Acts_B_out2_briefing",0.5,"Acts_carFixingWheel",0.5}; + }; + class AidlPercMstpSnonWnonDnon_G0S: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPercMstpSnonWnonDnon_G0S",0.02,"AidlPercMstpSnonWnonDnon_G01",0.02,"AidlPercMstpSnonWnonDnon_G02",0.02,"AidlPercMstpSnonWnonDnon_G03",0.02,"AidlPercMstpSnonWnonDnon_G04",0.02,"AidlPercMstpSnonWnonDnon_G05",0.02,"AidlPercMstpSnonWnonDnon_G06",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPercMstpSnonWnonDnon_AI: AmovPercMstpSnonWnonDnon + { + headBobMode = 0; + useIdles = 1; + headBobStrength = 0; + }; + class AidlPercMstpSnonWnonDnon_G01: AidlPercMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G01"; + speed = -45; + ConnectTo[] = {"AidlPercMstpSnonWnonDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPercMstpSnonWnonDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon",0.02}; + }; + class AidlPercMstpSnonWnonDnon_G02: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G02"; + }; + class AidlPercMstpSnonWnonDnon_G03: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G03"; + }; + class AidlPercMstpSnonWnonDnon_G04: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G04"; + }; + class AidlPercMstpSnonWnonDnon_G05: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G05"; + }; + class AidlPercMstpSnonWnonDnon_G06: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G06"; + }; + class AmovPercMstpSnonWnonDnon_falling: AmovPercMstpSnonWnonDnon + { + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"AdvePercMstpSnonWnonDnon",0.02,"AswmPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class InBaseMoves_assemblingVehicleErc: AidlPercMstpSnonWnonDnon_G0S + { + headBobMode = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_assemblingVehicleErc"; + speed = -30; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + }; + class InBaseMoves_table1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_table1"; + speed = 0.021053; + }; + class InBaseMoves_HandsBehindBack1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_HandsBehindBack1"; + speed = 0.016367; + ConnectTo[] = {"InBaseMoves_HandsBehindBack1",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon",0.01}; + }; + class InBaseMoves_HandsBehindBack2: InBaseMoves_HandsBehindBack1 + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_HandsBehindBack2"; + ConnectTo[] = {"InBaseMoves_HandsBehindBack2",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + }; + class InBaseMoves_repairVehicleKnl: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_repairVehicleKnl"; + speed = -25; + }; + class InBaseMoves_repairVehiclePne: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_repairVehiclePne"; + speed = -60; + }; + class InBaseMoves_patrolling1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_patrolling1"; + speed = 0.01875; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + }; + class InBaseMoves_patrolling2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_patrolling2"; + speed = 0.01961; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + }; + class InBaseMoves_SittingRifle1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_SittingRifle1"; + speed = 0.019262; + weaponIK = 1; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_SittingRifle2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_SittingRifle2"; + speed = 0.015686; + weaponIK = 1; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_Lean1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_Lean1"; + weaponIK = 1; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_holdleft_idle1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_holdleft_idle1"; + speed = 0.0553; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + }; + class InBaseMoves_sitHighUp1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_sitHighUp1"; + speed = 0.030303; + weaponIK = 1; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + }; + class c4coming2cDf_genericstani1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cDf_genericstani1"; + speed = -25; + access = 1; + InterpolateTo[] = {}; + }; + class c4coming2cDf_genericstani2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cDf_genericstani2"; + speed = 0.031704; + InterpolateTo[] = {}; + }; + class c4coming2cDf_genericstani4: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cDf_genericstani4"; + speed = 0.024666; + InterpolateTo[] = {}; + access = 1; + }; + class c5efe_HonzaLoop: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c5efe_HonzaLoop"; + speed = 0.157895; + legs = "legsNo"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class c5efe_MichalLoop: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c5efe_MichalLoop"; + speed = 0.159574; + legs = "legsNo"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class LHD_krajPaluby: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\LHD_krajPaluby"; + speed = 0.010877; + }; + class sitTableRfl_listening: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\sitTableRfl_listening"; + speed = 0.1; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class UnaErcPoslechVelitele1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele1"; + speed = 0.066667; + }; + class UnaErcPoslechVelitele2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele2"; + speed = 0.066667; + }; + class UnaErcPoslechVelitele3: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele3"; + speed = 0.090909; + }; + class UnaErcPoslechVelitele4: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele4"; + speed = 0.05; + }; + class Poster_pose_01: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\poster_pose_01"; + speed = 0.0005; + weaponIK = 1; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class Poster_pose_02: Poster_pose_01 + { + file = "A3\anims_f\data\Anim\sdr\cts\poster_pose_02"; + }; + class AovrPercMstpSnonWnonDf: AmovPercMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.6; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\non\non\AovrPercMstpSnonWnonDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 2; + disableWeapons = 1; + enableOptics = 0; + limitGunMovement = 0.3; + forceAim = 1; + interpolationspeed = 3; + interpolationrestart = 1; + }; + class AmovPercMstpSnonWnonDnon_turnL: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_turnR: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {"AidlPknlMstpSnonWnonDnon_G01",0.33,"AidlPknlMstpSnonWnonDnon_G02",0.33,"AidlPknlMstpSnonWnonDnon_G03",0.33}; + variantAfter[] = {30,30,30}; + actions = "CivilKneelActions"; + duty = -1; + aiming = "aimingCivilKneel"; + aimingBody = "aimingUpCivilKneel"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_gear",0.02,"AmovPercMstpSnonWnonDnon_gear",0.02,"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.01,"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",10.22}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AinvPknlMstpSlayWnonDnon_medicIn",0.02,"AinvPknlMstpSlayWnonDnon_medicOther",0.02,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AmovPknlMrunSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDbr",0.02,"AmovPknlMwlkSnonWnonDbl",0.02,"AmovPknlMwlkSnonWnonDb",0.02,"AmovPknlMwlkSnonWnonDl",0.02,"AmovPknlMwlkSnonWnonDr",0.02,"AmovPknlMwlkSnonWnonDfr",0.02,"AmovPknlMwlkSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDl",0.02,"AmovPknlMrunSnonWnonDbl",0.02,"AmovPknlMrunSnonWnonDb",0.02,"AmovPknlMrunSnonWnonDbr",0.02,"AmovPknlMrunSnonWnonDr",0.02,"AmovPknlMrunSnonWnonDfr",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1,"AinvPknlMstpSnonWnonDnon_medic_1",0.02,"AfalPknlMstpSnonWnonDnon",0.025,"Campaign_Base",0.01,"Acts_carFixingWheel",0.4}; + }; + class AidlPknlMstpSnonWnonDnon_G0S: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPknlMstpSnonWnonDnon_G0S",0.02,"AidlPknlMstpSnonWnonDnon_G01",0.02,"AidlPknlMstpSnonWnonDnon_G02",0.02,"AidlPknlMstpSnonWnonDnon_G03",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPknlMstpSnonWnonDnon_AI: AmovPknlMstpSnonWnonDnon + { + headBobMode = 0; + useIdles = 1; + headBobStrength = 0; + ConnectTo[] = {}; + }; + class AidlPknlMstpSnonWnonDnon_G01: AidlPknlMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G01"; + speed = -45; + ConnectTo[] = {"AidlPknlMstpSnonWnonDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPknlMstpSnonWnonDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AidlPknlMstpSnonWnonDnon_G02: AidlPknlMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G02"; + }; + class AidlPknlMstpSnonWnonDnon_G03: AidlPknlMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G03"; + }; + class AmovPknlMstpSnonWnonDnon_relax: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + speed = -10; + aiming = "aimingUpCivilKneel"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_gear: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + actions = "CivilKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_gear_trans",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_explo",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_explo: AmovPknlMstpSnonWnonDnon_gear + { + actions = "CivilKneelActions_explo"; + speed = -3; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_gear_trans: AmovPknlMstpSnonWnonDnon_gear + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_gear_trans"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon_gear",0.03,"AmovPknlMstpSrasWrflDnon_gear",0.03,"AmovPercMstpSrasWrflDnon_gear",0.03,"AmovPercMstpSlowWrflDnon_gear",0.03}; + }; + class AmovPercMstpSnonWnonDnon_gear: AmovPknlMstpSnonWnonDnon_gear + { + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_gear_trans",0.02,"AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_gear",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_turnL: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AIturn90L"; + speed = 1.2; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_turnR: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AIturn90R"; + speed = 1.2; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {"AidlPpneMstpSnonWnonDnon_G01",0.33,"AidlPpneMstpSnonWnonDnon_G02",0.33,"AidlPpneMstpSnonWnonDnon_G03",0.33}; + variantAfter[] = {30,30,30}; + actions = "CivilProneActions"; + duty = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon"; + legs = "Wholebody"; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + aimingBody = "empty"; + soundOverride = "crawl"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon",0.01,"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl",0.02,"AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr",0.02,"AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.1,"AwopPpneMstpSgthWnonDnon_start",0.1,"AmovPpneMstpSnonWnonDnon_healed",0.02,"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AinvPpneMstpSlayWnonDnon_medicIn",0.02,"AinvPpneMstpSlayWnonDnon_medicOther",0.02,"AmovPpneMrunSnonWnonDf",0.02,"AmovPpneMrunSnonWnonDfl",0.02,"AmovPpneMrunSnonWnonDl",0.02,"AmovPpneMrunSnonWnonDbl",0.02,"AmovPpneMrunSnonWnonDb",0.02,"AmovPpneMrunSnonWnonDbr",0.02,"AmovPpneMrunSnonWnonDr",0.02,"AmovPpneMrunSnonWnonDfr",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AwopPpneMstpSgthWnonDnon_Fast_Start",0.02,"HaloFreeFall_non",0.2,"AfalPpneMstpSnonWnonDnon",0.025,"AswmPercMrunSnonWnonDf",0.05,"Campaign_Base",0.5}; + }; + class AidlPpneMstpSnonWnonDnon_G0S: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPpneMstpSnonWnonDnon_G0S",0.02,"AidlPpneMstpSnonWnonDnon_G01",0.02,"AidlPpneMstpSnonWnonDnon_G02",0.02,"AidlPpneMstpSnonWnonDnon_G03",0.02}; + InterpolateTo[] = {"AidlPpneMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPpneMstpSnonWnonDnon_AI: AidlPpneMstpSnonWnonDnon_G0S + { + headBobMode = 0; + useIdles = 1; + }; + class AidlPpneMstpSnonWnonDnon_G01: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G01"; + speed = -45; + ConnectTo[] = {"AidlPpneMstpSnonWnonDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPpneMstpSnonWnonDnon_G0S",0.2,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon",0.02}; + }; + class AidlPpneMstpSnonWnonDnon_G02: AidlPpneMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G02"; + }; + class AidlPpneMstpSnonWnonDnon_G03: AidlPpneMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G03"; + }; + class AmovPpneMstpSnonWnonDnon_relax: AidlPpneMstpSnonWnonDnon_G0S + { + speed = -10; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_turnL: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90L"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_turnR: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90R"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_in"; + speed = 1.66667; + interpolationRestart = 1; + enableOptics = 0; + ConnectTo[] = {"AinvPercMstpSnonWnonDnon_Putdown_AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSnonWnonDnon_Putdown_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_out"; + speed = 1.2; + leftHandIKEnd = 1; + }; + class AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_in"; + speed = 1.30435; + interpolationRestart = 1; + enableOptics = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_Putdown_AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_Putdown_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_out"; + speed = 0.909; + leftHandIKEnd = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_in"; + speed = 2.72727; + interpolationRestart = 1; + enableOptics = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPpneMstpSnonWnonDnon_Putdown_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSnonWnonDnon_Putdown_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_out"; + speed = 0.857143; + leftHandIKEnd = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMwlkSlowWrflDf: AmovPercMstpSlowWrflDnon + { + static = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + leftHandIKCurve[] = {0}; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_walk.rtm"; + speed = 0.25; + duty = -0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + actions = "RifleLowStandActionsWlkF"; + soundEdge[] = {0.25,0.5,0.75,1}; + Walkcycles = 2; + headBobStrength = 0.23; + aimPrecision = 2; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AidlPercMwlkSrasWrflDf",0.01,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.03,"AmovPercMevaSlowWrflDf",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDf_v1",0.2,"AmovPercMwlkSrasWrflDf",0.02}; + }; + class AmovPercMwlkSlowWrflDf_v1: AmovPercMwlkSlowWrflDf + { + VariantsPlayer[] = {"AmovPercMwlkSlowWrflDf_v1",0.8,"AmovPercMwlkSlowWrflDf_v2",0.1,"AmovPercMwlkSlowWrflDf_v3",0.1}; + VariantsAI[] = {"AmovPercMwlkSlowWrflDf_v1",0.3,"AmovPercMwlkSlowWrflDf_v2",0.35,"AmovPercMwlkSlowWrflDf_v3",0.35}; + variantAfter[] = {0,10,30}; + interpolationSpeed = 3; + equivalentTo = "AmovPercMwlkSlowWrflDf_v1"; + ConnectTo[] = {"AmovPercMwlkSlowWrflDf_v1",0.2,"AmovPercMwlkSlowWrflDf_v2",0.2,"AmovPercMwlkSlowWrflDf_v3",0.2}; + InterpolateTo[] = {"AmovPercMwlkSlowWrflDf_v1",0.2,"AmovPercMwlkSlowWrflDf_v2",0.2,"AmovPercMwlkSlowWrflDf_v3",0.2,"AmovPercMstpSlowWrflDnon",0.02,"AidlPercMwlkSrasWrflDf",0.01,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.03,"AmovPercMevaSlowWrflDf",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.2}; + }; + class AmovPercMwlkSlowWrflDf_v2: AmovPercMwlkSlowWrflDf_v1 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDf_ver2"; + speed = 0.206897; + leftHandIKCurve[] = {1}; + VariantsPlayer[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.8,"AmovPercMwlkSlowWrflDf_v3",0.1}; + VariantsAI[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.8,"AmovPercMwlkSlowWrflDf_v3",0.1}; + }; + class AmovPercMwlkSlowWrflDf_v3: AmovPercMwlkSlowWrflDf_v1 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDf_ver3"; + speed = 0.206897; + leftHandIKCurve[] = {1}; + VariantsPlayer[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.1,"AmovPercMwlkSlowWrflDf_v3",0.8}; + VariantsAI[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.1,"AmovPercMwlkSlowWrflDf_v3",0.8}; + }; + class AidlPercMwlkSrasWrflDf: AmovPercMwlkSlowWrflDf + { + actions = "RifleStandActions_Idle"; + static = 1; + relSpeedMin = 0.5; + InterpolateTo[] = {"AmovPercMwlkSlowWrflDf",0.01,"AidlPercMrunSrasWrflDf",0.025,"AidlPercMevaSrasWrflDf",0.025,"AidlPercMwlkSrasWrflDb",0.02,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AmovPercMwlkSlowWrflDfl: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDfl"; + actions = "RifleLowStandActionsWlkFL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDf",0.025,"AmovPercMwlkSlowWrflDl",0.025,"AmovPercMrunSlowWrflDfl",0.025,"AmovPknlMwlkSlowWrflDfl",0.03,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfl",0.02,"AmovPercMwlkSrasWrflDfl",0.02}; + }; + class AmovPercMwlkSlowWrflDl: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDl"; + speed = 0.206897; + actions = "RifleLowStandActionsWlkL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDbl",0.025,"AmovPercMrunSlowWrflDl",0.025,"AmovPknlMwlkSlowWrflDl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDl",0.02,"AmovPercMwlkSrasWrflDl",0.02}; + }; + class AmovPercMwlkSlowWrflDbl: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDbl"; + speed = 0.206897; + actions = "RifleLowStandActionsWlkBL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDl",0.025,"AmovPercMwlkSlowWrflDb",0.025,"AmovPercMrunSlowWrflDbl",0.025,"AmovPknlMwlkSlowWrflDbl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbl",0.02,"AmovPercMwlkSrasWrflDbl",0.02}; + }; + class AmovPercMwlkSlowWrflDb: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDb"; + speed = 0.20339; + actions = "RifleLowStandActionsWlkB"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbl",0.025,"AmovPercMwlkSlowWrflDbr",0.025,"AmovPercMrunSlowWrflDb",0.025,"AmovPknlMwlkSlowWrflDb",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDb",0.02,"AmovPercMwlkSrasWrflDb",0.02}; + }; + class AmovPercMwlkSlowWrflDbr: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDbr"; + speed = 0.206897; + actions = "RifleLowStandActionsWlkBR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDb",0.025,"AmovPercMwlkSlowWrflDr",0.025,"AmovPercMrunSlowWrflDbr",0.025,"AmovPknlMwlkSlowWrflDbr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbr",0.02,"AmovPercMwlkSrasWrflDbr",0.02}; + }; + class AmovPercMwlkSlowWrflDr: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDr"; + speed = 0.152866; + actions = "RifleLowStandActionsWlkR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbr",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDr",0.025,"AmovPknlMwlkSlowWrflDr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDr",0.02,"AmovPercMwlkSrasWrflDr",0.02}; + }; + class AmovPercMwlkSlowWrflDfr: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDfr"; + actions = "RifleLowStandActionsWlkFR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDf",0.025,"AmovPercMwlkSlowWrflDr",0.025,"AmovPercMrunSlowWrflDfr",0.025,"AmovPknlMwlkSlowWrflDfr",0.03,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMwlkSrasWrflDfr",0.02}; + }; + class AmovPercMrunSlowWrflDf: AmovPercMstpSlowWrflDnon + { + stamina = -0.1; + aimPrecision = 3.0; + variantsPlayer[] = {}; + visibleSize = 0.900121; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.715882; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + soundOverride = "run"; + duty = 0.2; + showWeaponAim = 1; + disableWeapons = 1; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + limitGunMovement = 0.1; + actions = "RifleLowStandActionsRunF"; + Walkcycles = 2; + headBobStrength = 0.23; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDf",0.025,"AidlPercMrunSrasWrflDf",0.01,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPknlMrunSlowWrflDf",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.025,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.2,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMtacSrasWrflDf",0.02}; + }; + class AidlPercMrunSrasWrflDf: AmovPercMrunSlowWrflDf + { + actions = "RifleStandActions_Idle"; + InterpolateTo[] = {"AidlPercMwlkSrasWrflDf",0.025,"AmovPercMrunSlowWrflDf",0.01,"AidlPercMevaSrasWrflDf",0.025,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AmovPercMrunSlowWrflDfl: AmovPercMrunSlowWrflDf + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + duty = 0.2; + actions = "RifleLowStandActionsRunFL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPknlMrunSlowWrflDfl",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfl",0.2,"AmovPercMtacSrasWrflDfl",0.02}; + }; + class AmovPercMrunSlowWrflDl: AmovPercMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDl"; + speed = 0.75; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "RifleLowStandActionsRunL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDl",0.025,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDbl",0.025,"AmovPercMrunSrasWrflDl",0.025,"AmovPknlMrunSlowWrflDl",0.03,"Unconscious",0.01,"AmovPercMrunSlowWrflDb",0.2,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDl",0.2,"AmovPercMtacSrasWrflDl",0.02}; + }; + class AmovPercMrunSlowWrflDbl: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbl"; + speed = 0.774194; + actions = "RifleLowStandActionsRunBL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbl",0.025,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMrunSlowWrflDb",0.025,"AmovPercMrunSrasWrflDbl",0.025,"AmovPknlMrunSlowWrflDbl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbl",0.2,"AmovPercMtacSrasWrflDbl",0.02}; + }; + class AmovPercMrunSlowWrflDb: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDb"; + speed = 0.774194; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "RifleLowStandActionsRunB"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDb",0.025,"AmovPercMrunSlowWrflDbl",0.025,"AmovPercMrunSlowWrflDbr",0.025,"AmovPercMrunSrasWrflDb",0.025,"AmovPknlMrunSlowWrflDb",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDb",0.2,"AmovPercMtacSrasWrflDb",0.02}; + }; + class AmovPercMrunSlowWrflDbr: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbr"; + speed = 0.774194; + actions = "RifleLowStandActionsRunBR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbr",0.025,"AmovPercMrunSlowWrflDb",0.025,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.025,"AmovPknlMrunSlowWrflDbr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbr",0.2,"AmovPercMtacSrasWrflDbr",0.02}; + }; + class AmovPercMrunSlowWrflDr: AmovPercMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDr"; + speed = 0.827586; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "RifleLowStandActionsRunR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDr",0.025,"AmovPercMrunSlowWrflDbr",0.025,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMrunSrasWrflDr",0.025,"AmovPknlMrunSlowWrflDr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDr",0.2,"AmovPercMtacSrasWrflDr",0.02}; + }; + class AmovPercMrunSlowWrflDfr: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDfr"; + actions = "RifleLowStandActionsRunFR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMrunSrasWrflDfr",0.025,"AmovPknlMrunSlowWrflDfr",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.2,"AmovPercMtacSrasWrflDfr",0.02}; + }; + class AmovPercMwlkSrasWrflDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + static = 1; + relSpeedMin = 0.8; + relSpeedMax = 1; + variantsAI[] = {}; + visibleSize = 0.800121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDf"; + speed = 0.85; + duty = -0.2; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + aimPrecision = 2; + soundEnabled = 1; + limitGunMovement = 0.6; + actions = "RifleStandActionsWlkF"; + headBobStrength = 0.024876; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDf",0.03,"AmovPercMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPercMtacSrasWrflDf",0.2,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDf",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDfl: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDfl"; + actions = "RifleStandActionsWlkFL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDf",0.025,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPknlMwlkSrasWrflDfl",0.03,"AmovPercMevaSrasWrflDfl",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfl",0.02,"AmovPercMwlkSlowWrflDfl",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDl: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDl"; + speed = 0.411523; + actions = "RifleStandActionsWlkL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMwlkSrasWrflDbl",0.025,"AmovPercMrunSrasWrflDl",0.025,"AmovPknlMwlkSrasWrflDl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDl",0.02,"AmovPercMwlkSlowWrflDl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDb: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDb"; + speed = 0.438002; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + actions = "RifleStandActionsWlkB"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbl",0.025,"AmovPercMwlkSrasWrflDbr",0.025,"AmovPercMrunSrasWrflDb",0.025,"AmovPknlMwlkSrasWrflDb",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDb",0.02,"AmovPercMwlkSlowWrflDb",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDbl: AmovPercMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDbl"; + actions = "RifleStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMwlkSrasWrflDb",0.025,"AmovPercMrunSrasWrflDbl",0.025,"AmovPknlMwlkSrasWrflDbl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbl",0.02,"AmovPercMwlkSlowWrflDbl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDbr: AmovPercMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDbr"; + actions = "RifleStandActionsWlkBR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDb",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.025,"AmovPknlMwlkSrasWrflDbr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbr",0.02,"AmovPercMwlkSlowWrflDbr",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDr: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDr"; + speed = 0.362319; + actions = "RifleStandActionsWlkR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbr",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDr",0.025,"AmovPknlMwlkSrasWrflDr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDfr: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDfr"; + actions = "RifleStandActionsWlkFR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDf",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDfr",0.025,"AmovPknlMwlkSrasWrflDfr",0.03,"AmovPercMevaSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMwlkSlowWrflDfr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDf: AmovPercMwlkSrasWrflDf + { + stamina = -0.1; + static = 1; + relSpeedMin = 0.5; + duty = 0.5; + soundOverride = "Run"; + aimPrecision = 4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDf"; + speed = 0.785714; + headBobStrength = 0.174129; + actions = "RifleStandActionsTacF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDfl",0.01,"AmovPercMtacSrasWrflDfr",0.01,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMtacSrasWrflDf",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMtacSlowWrflDf",0.02,"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMevaSrasWrflDf",0.02}; + }; + class AmovPercMtacSrasWrflDfl: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDfl"; + actions = "RifleStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDf",0.01,"AmovPercMtacSrasWrflDfr",0.01,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMtacSrasWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMtacSlowWrflDfl",0.02,"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMevaSrasWrflDfl",0.02}; + }; + class AmovPercMtacSrasWrflDl: AmovPercMtacSrasWrflDf + { + speed = 0.761564; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDl"; + headBobStrength = 0.164179; + actions = "RifleStandActionsTacL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDbl",0.01,"AmovPercMtacSrasWrflDfl",0.01,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMwlkSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDb: AmovPercMtacSrasWrflDf + { + speed = 0.722903; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDb"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + actions = "RifleStandActionsTacB"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDbl",0.01,"AmovPercMtacSrasWrflDbr",0.01,"AmovPknlMtacSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMwlkSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDb",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDbl: AmovPercMtacSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDbl"; + actions = "RifleStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDl",0.01,"AmovPercMtacSrasWrflDb",0.01,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMwlkSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDbl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDbr: AmovPercMtacSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDbr"; + actions = "RifleStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDb",0.01,"AmovPercMtacSrasWrflDr",0.01,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMwlkSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDbr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDr: AmovPercMtacSrasWrflDf + { + speed = 0.687232; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDr"; + actions = "RifleStandActionsTacR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDfr",0.01,"AmovPercMtacSrasWrflDbr",0.01,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMwlkSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSlowWrflDr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDfr: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDfr"; + headBobStrength = 0.144279; + actions = "RifleStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDf",0.01,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDr",0.01,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMevaSrasWrflDfr",0.02}; + }; + class AmovPercMtacSlowWrflDf: AmovPercMwlkSlowWrflDf + { + stamina = -0.1; + duty = 0.15; + speed = 1.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDf"; + interpolationSpeed = 3; + actions = "RifleLowStandActionsTacF"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDfl",0.01,"AmovPercMtacSlowWrflDfr",0.01,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDf",0.02,"AmovPercMtacSrasWrflDf",0.02,"AovrPercMstpSrasWrflDf",1.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDf",0.02}; + }; + class AmovPercMtacSlowWrflDfl: AmovPercMwlkSlowWrflDfl + { + duty = 0.15; + speed = 1.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDfl"; + interpolationSpeed = 3; + actions = "RifleLowStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDf",0.01,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMtacSlowWrflDl",0.01,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMwlkSlowWrflDfl",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPercMtacSrasWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDfl",0.02}; + }; + class AmovPercMtacSlowWrflDbl: AmovPercMtacSlowWrflDf + { + speed = 1.57895; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDbl"; + actions = "RifleLowStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDl",0.01,"AmovPercMtacSlowWrflDb",0.01,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMwlkSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDbl",0.02}; + }; + class AmovPercMtacSlowWrflDb: AmovPercMtacSlowWrflDf + { + speed = 1.57895; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDb"; + actions = "RifleLowStandActionsTacB"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDbl",0.01,"AmovPercMtacSlowWrflDbr",0.01,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMwlkSlowWrflDb",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPercMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDb",0.02}; + }; + class AmovPercMtacSlowWrflDbr: AmovPercMtacSlowWrflDf + { + speed = 1.57895; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDbr"; + actions = "RifleLowStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDb",0.01,"AmovPercMtacSlowWrflDr",0.01,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMwlkSlowWrflDbr",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPercMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDbr",0.02}; + }; + class AmovPercMtacSlowWrflDr: AmovPercMtacSlowWrflDf + { + speed = 1.51429; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDr"; + actions = "RifleLowStandActionsTacR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDfr",0.01,"AmovPercMtacSlowWrflDbr",0.01,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMwlkSlowWrflDr",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPercMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDr",0.02}; + }; + class AmovPercMtacSlowWrflDl: AmovPercMtacSlowWrflDf + { + speed = 1.5; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDl"; + actions = "RifleLowStandActionsTacL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDfl",0.01,"AmovPercMtacSlowWrflDbl",0.01,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMwlkSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDl",0.02,"AmovPercMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDl",0.02}; + }; + class AmovPercMtacSlowWrflDfr: AmovPercMtacSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDfr"; + actions = "RifleLowStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDf",0.01,"AmovPercMtacSlowWrflDfl",0.02,"AmovPercMtacSlowWrflDr",0.01,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMwlkSlowWrflDfr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDfr",0.02}; + }; + class AmovPercMrunSrasWrflDf: AmovPercMstpSrasWrflDnon + { + stamina = -0.1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + variantsPlayer[] = {}; + variantsAI[] = {}; + visibleSize = 0.900121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.684541; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + soundOverride = "run"; + duty = 0.3; + aimPrecision = 4.0; + soundEnabled = 1; + limitGunMovement = 0.7; + actions = "RifleStandActionsRunF"; + Walkcycles = 2; + headBobStrength = 0.323383; + interpolationSpeed = 3.05; + disableWeaponsLong = 1; + disableWeapons = 1; + ConnectTo[] = {"AovrPercMrunSrasWrflDf",0.202,"AmovPercMrunSlowWrflDf",0.025}; + InterpolateTo[] = {"AovrPercMstpSrasWrflDf",0.22,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMwlkSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDf",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDf",0.02}; + }; + class AmovPercMrunSrasWrflDfl: AmovPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "RifleStandActionsRunFL"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDfl",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02}; + }; + class AmovPercMrunSrasWrflDl: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDl"; + speed = 0.716768; + actions = "RifleStandActionsRunL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDl",0.02}; + }; + class AmovPercMrunSrasWrflDb: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDb"; + speed = 0.76834; + actions = "RifleStandActionsRunB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDb",0.025,"AmovPercMwlkSrasWrflDb",0.025,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDb",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02}; + }; + class AmovPercMrunSrasWrflDbl: AmovPercMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDbl"; + actions = "RifleStandActionsRunBL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDbl",0.025,"AmovPercMwlkSrasWrflDbl",0.025,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPknlMrunSrasWrflDbl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02}; + }; + class AmovPercMrunSrasWrflDbr: AmovPercMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDbr"; + actions = "RifleStandActionsRunBR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDbr",0.025,"AmovPercMwlkSrasWrflDbr",0.025,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDbr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02}; + }; + class AmovPercMrunSrasWrflDr: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDr"; + speed = 0.754221; + actions = "RifleStandActionsRunR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDr",0.02}; + }; + class AmovPercMrunSrasWrflDfr: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDfr"; + actions = "RifleStandActionsRunFR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDfr",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02}; + }; + class AmovPercMrunSrasWrflDf_ldst: AmovPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDf_ldst"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDfl_ldst: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDfl_ldst"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + actions = "RifleStandActionsRunF"; + }; + class AmovPercMrunSrasWrflDl_ldst: AmovPercMrunSrasWrflDl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDbl_ldst: AmovPercMrunSrasWrflDbl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDb_ldst: AmovPercMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDb"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDbr_ldst: AmovPercMrunSrasWrflDbr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbr"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDr_ldst: AmovPercMrunSrasWrflDr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDr"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDfr_ldst: AmovPercMrunSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDfr"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMwlkSnonWnonDf: AidlPercMstpSnonWnonDnon_G0S + { + aimPrecision = 2.0; + static = 1; + relSpeedMin = 0.8; + actions = "CivilWlkActionsF"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_walk.rtm"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.38; + duty = -0.6; + soundOverride = "Walk"; + soundEnabled = 1; + Walkcycles = 2; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMrunSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDf",0.03,"AmovPercMevaSnonWnonDf",0.025,"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart",0.1,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDfl: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDfl"; + speed = 0.3; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDl",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPknlMwlkSnonWnonDfl",0.03,"AmovPercMevaSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart",0.1,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDl: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDl"; + speed = 0.47619; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPknlMwlkSnonWnonDl",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDbl: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDbl"; + speed = 0.337079; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDl",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDb",0.025,"AmovPercMrunSnonWnonDbl",0.025,"AmovPknlMwlkSnonWnonDbl",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDb: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDb"; + speed = 0.337079; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDbl",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbr",0.025,"AmovPercMrunSnonWnonDb",0.025,"AmovPknlMwlkSnonWnonDb",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDbr: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDbr"; + speed = 0.337079; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDb",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.025,"AmovPercMrunSnonWnonDbr",0.025,"AmovPknlMwlkSnonWnonDbr",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDr: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDr"; + speed = 0.483871; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDbr",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.15,"AmovPercMrunSnonWnonDr",0.025,"AmovPknlMwlkSnonWnonDr",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDfr: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDfr"; + speed = 0.3; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.15,"AmovPercMrunSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDfr",0.03,"AmovPercMevaSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart",0.1,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDf: AmovPercMstpSnonWnonDnon + { + aimPrecision = 4.0; + stamina = -0.1; + variantsPlayer[] = {}; + actions = "CivilRunActionsF"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_run.rtm"; + speed = 1.00; + soundEdge[] = {0.25,0.5,0.75,1}; + duty = 0.1; + soundOverride = "run"; + soundEnabled = 1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.1; + Walkcycles = 2; + disableWeapons = 1; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPercMrunSnonWnonDr",0.025,"AmovPercMrunSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDf",0.03,"AmovPercMevaSnonWnonDf",0.02,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDfl: AmovPercMrunSnonWnonDf + { + actions = "CivilRunActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPercMrunSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDfl",0.03,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDl: AmovPercMrunSnonWnonDfl + { + actions = "CivilRunActionsL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + soundEdge[] = {0,0.208333,0.479167,0.708333,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDl",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDl",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDbl: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPercMrunSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDbl",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDb: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDb",0.025,"AmovPercMrunSnonWnonDbl",0.025,"AmovPercMrunSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDb",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDbr: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + speed = 0.75; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbr",0.025,"AmovPercMrunSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDbr",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDr: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.025,"AmovPercMrunSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDr",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDfr: AmovPercMrunSnonWnonDf + { + actions = "CivilRunActionsFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + speed = 1.2485; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMrunSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDr",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfr",0.03,"AmovPercMevaSnonWnonDfr",0.02,"Unconscious",0.1}; + }; + class AmovPknlMwlkSlowWrflDf: AidlPknlMstpSlowWpstDnon_G0S + { + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDf"; + speed = 0.4; + duty = 0.2; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + visibleSize = 0.400122; + actions = "RifleKneelLowActionsWlkF"; + headBobStrength = 0.05398; + interpolationSpeed = 3; + aimPrecision = 2; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.06,"AmovPercMwlkSlowWrflDf",0.03,"AmovPknlMwlkSlowWrflDfl",0.025,"AmovPknlMwlkSlowWrflDfr",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AovrPercMstpSrasWrflDf",1.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMwlkSrasWrflDf",0.02}; + showHandGun = 0; + weaponIK = 1; + }; + class AmovPknlMwlkSlowWrflDfl: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDfl"; + actions = "RifleKneelLowActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfl",0.03,"AmovPknlMwlkSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDl",0.025,"AmovPknlMrunSlowWrflDfl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMwlkSrasWrflDfl",0.02}; + }; + class AmovPknlMwlkSlowWrflDl: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDl"; + speed = 1; + actions = "RifleKneelLowActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDl",0.03,"AmovPknlMwlkSlowWrflDfl",0.025,"AmovPknlMwlkSlowWrflDbl",0.025,"AmovPknlMrunSlowWrflDl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMwlkSrasWrflDl",0.0}; + }; + class AmovPknlMwlkSlowWrflDbl: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDbl"; + speed = 0.5; + actions = "RifleKneelLowActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbl",0.03,"AmovPknlMwlkSlowWrflDl",0.025,"AmovPknlMwlkSlowWrflDb",0.025,"AmovPknlMrunSlowWrflDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMwlkSrasWrflDbl",0.02}; + }; + class AmovPknlMwlkSlowWrflDb: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDb"; + speed = 0.6; + actions = "RifleKneelLowActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDb",0.03,"AmovPknlMwlkSlowWrflDbl",0.025,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMrunSlowWrflDb",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMwlkSrasWrflDb",0.02}; + }; + class AmovPknlMwlkSlowWrflDbr: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDbr"; + speed = 0.6; + actions = "RifleKneelLowActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbr",0.03,"AmovPknlMwlkSlowWrflDb",0.025,"AmovPknlMwlkSlowWrflDr",0.025,"AmovPknlMrunSlowWrflDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMwlkSrasWrflDbr",0.02}; + }; + class AmovPknlMwlkSlowWrflDr: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDr"; + speed = 1.07143; + actions = "RifleKneelLowActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDr",0.03,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMwlkSlowWrflDfr",0.025,"AmovPknlMrunSlowWrflDr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMwlkSrasWrflDr",0.02}; + }; + class AmovPknlMwlkSlowWrflDfr: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDfr"; + actions = "RifleKneelLowActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfr",0.03,"AmovPknlMwlkSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDr",0.025,"AmovPknlMrunSlowWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMwlkSrasWrflDfr",0.02}; + }; + class AmovPknlMrunSlowWrflDf: AidlPknlMstpSlowWrflDnon_G0S + { + stamina = -0.1; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.7; + visibleSize = 0.600122; + duty = 0.3; + soundOverride = "run"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Low.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + actions = "RifleKneelLowActionsRunF"; + headBobStrength = 0.174129; + limitGunMovement = 0.1; + disableWeapons = 1; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf",0.03,"AmovPknlMrunSrasWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.025,"AmovPknlMtacSlowWrflDf",0.025,"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSlowWrflDf",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDf",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMstpSlowWrflDnon_AmovPknlMrunSlowWrflDf: AmovPknlMrunSlowWrflDf + { + speed = 1.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPknlMrunSlowWrflDf"; + looped = 0; + interpolationRestart = 1; + ConnectTo[] = {"AmovPknlMrunSlowWrflDf",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMrunSlowWrflDfl: AmovPknlMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDfl"; + speed = 0.632466; + static = 1; + relSpeedMin = 0.5; + actions = "RifleKneelLowActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.03,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMwlkSlowWrflDfl",0.025,"AmovPknlMtacSlowWrflDfl",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSlowWrflDl",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSlowWrflDfl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDl: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDl"; + speed = 0.657692; + actions = "RifleKneelLowActionsRunL"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDl",0.03,"AmovPknlMwlkSlowWrflDl",0.025,"AmovPknlMtacSlowWrflDl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSlowWrflDbl",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDbl: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDbl"; + speed = 0.794118; + actions = "RifleKneelLowActionsRunBL"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDbl",0.03,"AmovPknlMwlkSlowWrflDbl",0.025,"AmovPknlMtacSlowWrflDbl",0.025,"AmovPknlMrunSlowWrflDl",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMrunSlowWrflDb",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDb: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDb"; + speed = 0.794118; + actions = "RifleKneelLowActionsRunB"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDb",0.03,"AmovPknlMwlkSlowWrflDb",0.025,"AmovPknlMtacSlowWrflDb",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMrunSlowWrflDbl",0.025,"AmovPknlMrunSlowWrflDbr",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDb",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDbr: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDbr"; + speed = 0.794118; + actions = "RifleKneelLowActionsRunBR"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDbr",0.03,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMtacSlowWrflDbr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSlowWrflDb",0.025,"AmovPknlMrunSlowWrflDr",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbr",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDr: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDr"; + speed = 0.771429; + actions = "RifleKneelLowActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDr",0.03,"AmovPknlMwlkSlowWrflDr",0.025,"AmovPknlMtacSlowWrflDr",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMrunSlowWrflDbr",0.025,"AmovPknlMrunSlowWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDr",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMrunSlowWrflDfr: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDfr"; + actions = "RifleKneelLowActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDfr",0.03,"AmovPknlMwlkSlowWrflDfr",0.025,"AmovPknlMtacSlowWrflDfr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSlowWrflDr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfr",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSlowWrflDf: AmovPknlMrunSlowWrflDf + { + stamina = -0.1; + limitgunmovement = 0.8; + speed = 1.45; + actions = "RifleKneelLowActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDf"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.25; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMwlkSlowWrflDf",0.02,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMrunSlowWrflDf",0.02,"AmovPercMtacSlowWrflDf",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDf",0.02}; + }; + class AmovPknlMtacSlowWrflDfl: AmovPknlMrunSlowWrflDfl + { + limitgunmovement = 0.8; + speed = 1.45; + actions = "RifleKneelLowActionsTacFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDfl"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDfl",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPknlMrunSlowWrflDfl",0.02,"AmovPercMtacSlowWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfl",0.02}; + }; + class AmovPknlMtacSlowWrflDl: AmovPknlMrunSlowWrflDl + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDl"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDl",0.02}; + }; + class AmovPknlMtacSlowWrflDbl: AmovPknlMrunSlowWrflDbl + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDbl"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDbl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDbl",0.02}; + }; + class AmovPknlMtacSlowWrflDb: AmovPknlMrunSlowWrflDb + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDb"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDb",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDb",0.02}; + }; + class AmovPknlMtacSlowWrflDbr: AmovPknlMrunSlowWrflDbr + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDbr"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDbr",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDbr",0.02}; + }; + class AmovPknlMtacSlowWrflDr: AmovPknlMrunSlowWrflDr + { + limitgunmovement = 0.8; + speed = 1.71429; + actions = "RifleKneelLowActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDr"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDr",0.02}; + }; + class AmovPknlMtacSlowWrflDfr: AmovPknlMrunSlowWrflDfr + { + limitgunmovement = 0.8; + speed = 1.75; + actions = "RifleKneelLowActionsTacFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDfr"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDfr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPknlMwlkSrasWrflDf: AmovPknlMstpSrasWrflDnon + { + static = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + soundEdge[] = {0.123,0.346,0.605,0.852}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDf"; + speed = 0.35; + duty = 0.25; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + visibleSize = 0.400122; + actions = "RifleKneelActionsWlkF"; + limitGunMovement = 0.6; + headBobStrength = 0.074627; + aimPrecision = 3.0; + camShakeFire = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDf",0.03,"AmovPknlMwlkSrasWrflDfl",0.025,"AmovPknlMwlkSrasWrflDfr",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AovrPercMstpSrasWrflDf",1.02,"Unconscious",0.01,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMwlkSlowWrflDf",0.02}; + }; + class AmovPknlMwlkSrasWrflDfl: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDfl"; + actions = "RifleKneelActionsWlkFL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMwlkSlowWrflDfl",0.02}; + }; + class AmovPknlMwlkSrasWrflDl: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDl"; + speed = 0.565267; + actions = "RifleKneelActionsWlkL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDl",0.03,"AmovPknlMwlkSrasWrflDfl",0.025,"AmovPknlMevaSrasWrflDr",0.025,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMwlkSlowWrflDl",0.02}; + }; + class AmovPknlMwlkSrasWrflDb: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDb"; + speed = 0.314685; + actions = "RifleKneelActionsWlkB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDb",0.03,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMwlkSlowWrflDb",0.02}; + }; + class AmovPknlMwlkSrasWrflDbl: AmovPknlMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDbl"; + actions = "RifleKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbl",0.03,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMwlkSlowWrflDbl",0.02}; + }; + class AmovPknlMwlkSrasWrflDbr: AmovPknlMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDbr"; + actions = "RifleKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbr",0.03,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMwlkSlowWrflDbr",0.02}; + }; + class AmovPknlMwlkSrasWrflDr: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDr"; + speed = 0.585683; + actions = "RifleKneelActionsWlkR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDr",0.03,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMwlkSrasWrflDfr",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMevaSrasWrflDr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.01,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMwlkSlowWrflDr",0.02}; + }; + class AmovPknlMwlkSrasWrflDfr: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDfr"; + actions = "RifleKneelActionsWlkFR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfr",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMwlkSlowWrflDfr",0.02}; + }; + class AmovPknlMrunSrasWrflDf: AmovPknlMstpSrasWrflDnon + { + stamina = -0.1; + aimPrecision = 5.0; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.6; + soundOverride = "run"; + visibleSize = 0.600122; + duty = 0.4; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + actions = "RifleKneelActionsRunF"; + limitGunMovement = 0.5; + headBobStrength = 0.263682; + interpolationSpeed = 3.05; + disableWeaponsLong = 1; + disableWeapons = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSrasWrflDf_ldst: AmovPknlMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDf_ldst"; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMstpSrasWrflDnon",0.005,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDfl: AmovPknlMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfl"; + actions = "RifleKneelActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDfl",0.03,"AmovPknlMwlkSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDfl",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSlowWrflDfl",0.025}; + }; + class AmovPknlMrunSrasWrflDfl_ldst: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfl_ldst"; + }; + class AmovPknlMrunSrasWrflDl: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDl"; + speed = 0.804829; + actions = "RifleKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDl",0.03,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMevaSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDl",0.025}; + }; + class AmovPknlMrunSrasWrflDl_ldst: AmovPknlMrunSrasWrflDl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDl_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl",0.03,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSrasWrflDr",0.2}; + }; + class AmovPknlMrunSrasWrflDb: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDb"; + speed = 0.861479; + actions = "RifleKneelActionsRunB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDb",0.03,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDb",0.025}; + }; + class AmovPknlMrunSrasWrflDb_ldst: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDb_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDb",0.03,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDbl: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbl"; + actions = "RifleKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbl",0.03,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDbl",0.025}; + }; + class AmovPknlMrunSrasWrflDbl_ldst: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbl_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbl",0.03,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDbr: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbr"; + actions = "RifleKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbr",0.03,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDbr",0.025}; + }; + class AmovPknlMrunSrasWrflDbr_ldst: AmovPknlMrunSrasWrflDbr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbr_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbr",0.03,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDr: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDr"; + speed = 0.788187; + actions = "RifleKneelActionsRunR"; + InterpolateTo[] = {"AmovPercMrunSrasWrflDr",0.03,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMevaSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMrunSrasWrflDl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDr",0.025}; + }; + class AmovPknlMrunSrasWrflDr_ldst: AmovPknlMrunSrasWrflDr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDr_ldst"; + InterpolateTo[] = {"AmovPercMrunSrasWrflDr",0.03,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMrunSrasWrflDl",0.2}; + }; + class AmovPknlMrunSrasWrflDfr: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfr"; + actions = "RifleKneelActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDfr",0.03,"AmovPknlMwlkSrasWrflDfr",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSlowWrflDfr",0.025}; + }; + class AmovPknlMrunSrasWrflDfr_ldst: AmovPknlMrunSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfr_ldst"; + }; + class AmovPknlMtacSrasWrflDf: AmovPknlMrunSrasWrflDf + { + stamina = -0.1; + duty = 0.6; + limitgunmovement = 0.8; + actions = "RifleKneelActionsTacF"; + speed = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDf"; + camShakeFire = 1.15; + aimPrecision = 5.0; + interpolationSpeed = 4; + headBobStrength = 0.293532; + disableWeaponsLong = 0; + disableWeapons = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.025,"AmovPercMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMrunSrasWrflDf",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSlowWrflDf",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDf",0.02}; + }; + class AmovPknlMtacSrasWrflDfl: AmovPknlMtacSrasWrflDf + { + actions = "RifleKneelActionsTacFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDfl"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDfl",0.02}; + }; + class AmovPknlMtacSrasWrflDl: AmovPknlMtacSrasWrflDf + { + speed = 0.616438; + actions = "RifleKneelActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDl"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDb: AmovPknlMtacSrasWrflDf + { + speed = 0.585738; + actions = "RifleKneelActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDb"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDbl: AmovPknlMtacSrasWrflDb + { + actions = "RifleKneelActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDbl"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDbr: AmovPknlMtacSrasWrflDb + { + actions = "RifleKneelActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDbr"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDr: AmovPknlMtacSrasWrflDf + { + speed = 0.625326; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDr"; + actions = "RifleKneelActionsTacR"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDfr: AmovPknlMtacSrasWrflDf + { + speed = 0.72; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDfr"; + actions = "RifleKneelActionsTacFR"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.02}; + }; + class AmovPercMwlkSrasWpstDf: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0.02; + actions = "PistolStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + static = 1; + relSpeedMin = 0.8; + speed = 0.463483; + Walkcycles = 2; + visibleSize = 0.800121; + duty = -0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 2; + interpolationSpeed = 5.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDf",0.025,"AmovPknlMwlkSrasWpstDf",0.03,"AmovPercMevaSrasWpstDf",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"AmovPercMtacSrasWpstDf",0.2,"AmovPercMwlkSlowWpstDf",0.02,"AmovPercMrunSlowWpstDf",0.2}; + }; + class AmovPercMwlkSrasWpstDfl: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDfl"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMwlkSrasWpstDl",0.025,"AmovPercMrunSrasWpstDfl",0.025,"AmovPknlMwlkSrasWpstDfl",0.03,"AmovPercMevaSrasWpstDfl",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"AmovPercMtacSrasWpstDfl",0.2,"AmovPercMwlkSlowWpstDfl",0.02,"AmovPercMrunSlowWpstDfl",0.2}; + }; + class AmovPercMwlkSrasWpstDl: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDl"; + speed = 0.400049; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMwlkSrasWpstDbl",0.025,"AmovPercMrunSrasWpstDl",0.025,"AmovPknlMwlkSrasWpstDl",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDl",0.2,"AmovPercMwlkSlowWpstDl",0.02,"AmovPercMrunSlowWpstDl",0.2}; + }; + class AmovPercMwlkSrasWpstDb: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDb"; + speed = 0.816427; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbl",0.025,"AmovPercMwlkSrasWpstDbr",0.025,"AmovPercMrunSrasWpstDb",0.025,"AmovPknlMwlkSrasWpstDb",0.03,"Unconscious",0.01,"AmovPercMtacSrasWpstDb",0.2,"AmovPercMwlkSlowWpstDb",0.02,"AmovPercMrunSlowWpstDb",0.2}; + }; + class AmovPercMwlkSrasWpstDbl: AmovPercMwlkSrasWpstDb + { + actions = "PistolStandActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDbl"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDl",0.025,"AmovPercMwlkSrasWpstDb",0.025,"AmovPercMrunSrasWpstDbl",0.025,"AmovPknlMwlkSrasWpstDbl",0.03,"Unconscious",0.01,"AmovPercMtacSrasWpstDbl",0.2,"AmovPercMwlkSlowWpstDbl",0.02,"AmovPercMrunSlowWpstDbl",0.2}; + }; + class AmovPercMwlkSrasWpstDbr: AmovPercMwlkSrasWpstDb + { + actions = "PistolStandActionsWlkBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDbr"; + limitGunMovement = 1; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDb",0.025,"AmovPercMwlkSrasWpstDr",0.025,"AmovPercMrunSrasWpstDbr",0.025,"AmovPknlMwlkSrasWpstDbr",0.03,"Unconscious",0.01,"AmovPercMtacSrasWpstDbr",0.2,"AmovPercMwlkSlowWpstDbr",0.02,"AmovPercMrunSlowWpstDbr",0.2}; + }; + class AmovPercMwlkSrasWpstDr: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDr"; + speed = 0.406341; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbr",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDr",0.025,"AmovPknlMwlkSrasWpstDr",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDr",0.2,"AmovPercMwlkSlowWpstDr",0.02,"AmovPercMrunSlowWpstDr",0.2}; + }; + class AmovPercMwlkSrasWpstDfr: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDfr"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMwlkSrasWpstDr",0.025,"AmovPercMrunSrasWpstDfr",0.025,"AmovPknlMwlkSrasWpstDfr",0.03,"AmovPercMevaSrasWpstDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"AmovPercMtacSrasWpstDfr",0.2,"AmovPercMwlkSlowWpstDfr",0.02,"AmovPercMrunSlowWpstDfr",0.2}; + }; + class AmovPercMwlkSlowWpstDf: AmovPercMwlkSrasWpstDf + { + duty = -0.5; + actions = "PistolLowStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDf"; + speed = 0.4; + showWeaponAim = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + disableWeaponsLong = 1; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMevaSlowWpstDf",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDf",0.02,"AmovPercMtacSlowWpstDf",0.025}; + }; + class AmovPercMwlkSlowWpstDfl: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDfl"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSlowWpstDf",0.025,"AmovPercMwlkSlowWpstDl",0.025,"AmovPknlMwlkSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMevaSlowWpstDfl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfl",0.02,"AmovPercMtacSlowWpstDfl",0.025}; + }; + class AmovPercMwlkSlowWpstDl: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDl"; + speed = 0.882353; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDl",0.025,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPercMrunSlowWpstDl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDl",0.02,"AmovPercMtacSlowWpstDl",0.025}; + }; + class AmovPercMwlkSlowWpstDbl: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkBl"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\low\pst\AmovPercMwlkSlowWpstDbl"; + speed = 1; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbl",0.025,"AmovPercMwlkSlowWpstDl",0.025,"AmovPercMwlkSlowWpstDb",0.025,"AmovPercMrunSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbl",0.2,"AmovPercMtacSlowWpstDbl",0.025}; + }; + class AmovPercMwlkSlowWpstDb: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDb"; + speed = 1; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDb",0.025,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPercMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDb",0.02,"AmovPercMtacSlowWpstDb",0.025}; + }; + class AmovPercMwlkSlowWpstDbr: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\low\pst\AmovPercMwlkSlowWpstDbr"; + speed = 1; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPercMwlkSlowWpstDb",0.025,"AmovPercMwlkSlowWpstDr",0.025,"AmovPercMrunSlowWpstDbr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbr",0.02,"AmovPercMtacSlowWpstDbr",0.025}; + }; + class AmovPercMwlkSlowWpstDr: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDr"; + speed = 0.909091; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDr",0.025,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPercMrunSlowWpstDr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDr",0.02,"AmovPercMtacSlowWpstDr",0.025}; + }; + class AmovPercMwlkSlowWpstDfr: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\low\pst\AmovPercMwlkSlowWpstDfr"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDfr",0.025,"AmovPercMwlkSlowWpstDf",0.025,"AmovPercMwlkSlowWpstDr",0.025,"AmovPercMrunSlowWpstDfr",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfr",0.02,"AmovPercMtacSlowWpstDfr",0.025}; + }; + class AmovPercMtacSlowWpstDf: AmovPercMwlkSlowWpstDf + { + stamina = -0.1; + duty = 0.0; + speed = 0.75; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDf"; + headBobStrength = 0.124378; + actions = "PistolLowStandActionsTacF"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDfl",0.01,"AmovPercMtacSlowWpstDfr",0.01,"AmovPercMrunSlowWpstDf",0.02,"AmovPercMwlkSlowWpstDf",0.02,"AovrPercMstpSlowWpstDf",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMevaSlowWpstDf",0.02,"AmovPknlMtacSlowWpstDf",0.02}; + aimPrecision = 2; + }; + class AmovPercMtacSlowWpstDfl: AmovPercMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDfl"; + actions = "PistolLowStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDf",0.01,"AmovPercMtacSlowWpstDfr",0.02,"AmovPercMtacSlowWpstDl",0.01,"AmovPercMrunSlowWpstDfl",0.02,"AmovPercMwlkSlowWpstDfl",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMevaSlowWpstDfl",0.02,"AmovPknlMtacSlowWpstDfl",0.02}; + }; + class AmovPercMtacSlowWpstDl: AmovPercMtacSlowWpstDf + { + speed = 0.779221; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDl"; + actions = "PistolLowStandActionsTacL"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDbl",0.01,"AmovPercMtacSlowWpstDfl",0.01,"AmovPercMrunSlowWpstDl",0.02,"AmovPercMwlkSlowWpstDl",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDl",0.02,"AmovPknlMtacSlowWpstDl",0.02}; + }; + class AmovPercMtacSlowWpstDb: AmovPercMtacSlowWpstDf + { + speed = 0.810811; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDb"; + actions = "PistolLowStandActionsTacB"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDbl",0.01,"AmovPercMtacSlowWpstDbr",0.01,"AmovPercMrunSlowWpstDb",0.02,"AmovPercMwlkSlowWpstDb",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDb",0.02,"AmovPknlMtacSlowWpstDb",0.02}; + }; + class AmovPercMtacSlowWpstDbl: AmovPercMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDbl"; + actions = "PistolLowStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDl",0.01,"AmovPercMtacSlowWpstDb",0.01,"AmovPercMrunSlowWpstDbl",0.02,"AmovPercMwlkSlowWpstDbl",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDbl",0.02,"AmovPknlMtacSlowWpstDbl",0.02}; + }; + class AmovPercMtacSlowWpstDbr: AmovPercMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDbr"; + actions = "PistolLowStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDb",0.01,"AmovPercMtacSlowWpstDr",0.01,"AmovPercMrunSlowWpstDbr",0.02,"AmovPercMwlkSlowWpstDbr",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDbr",0.02,"AmovPknlMtacSlowWpstDbr",0.02}; + }; + class AmovPercMtacSlowWpstDr: AmovPercMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDr"; + actions = "PistolLowStandActionsTacR"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDfr",0.01,"AmovPercMtacSlowWpstDbr",0.01,"AmovPercMrunSlowWpstDr",0.02,"AmovPercMwlkSlowWpstDr",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDr",0.02,"AmovPknlMtacSlowWpstDr",0.02}; + }; + class AmovPercMtacSlowWpstDfr: AmovPercMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDfr"; + actions = "PistolLowStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDf",0.01,"AmovPercMtacSlowWpstDfl",0.02,"AmovPercMtacSlowWpstDr",0.01,"AmovPercMrunSlowWpstDfr",0.02,"AmovPercMwlkSlowWpstDfr",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSlowWpstDfr",0.02,"AmovPknlMtacSlowWpstDfr",0.02}; + }; + class AmovPercMtacSrasWpstDf: AmovPercMwlkSrasWpstDf + { + stamina = -0.1; + duty = 0.2; + speed = 0.850592; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDf"; + headBobStrength = 0.124378; + actions = "PistolStandActionsTacF"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDfl",0.01,"AmovPercMtacSrasWpstDfr",0.01,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMwlkSrasWpstDf",0.02,"AovrPercMstpSrasWpstDf",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDf",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPknlMtacSrasWpstDf",0.02}; + aimPrecision = 4; + soundOverride = "Run"; + }; + class AmovPercMtacSrasWpstDfl: AmovPercMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDfl"; + actions = "PistolStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDf",0.01,"AmovPercMtacSrasWpstDfr",0.02,"AmovPercMtacSrasWpstDl",0.01,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMwlkSrasWpstDfl",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDfl",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPknlMtacSrasWpstDfl",0.02}; + }; + class AmovPercMtacSrasWpstDl: AmovPercMtacSrasWpstDf + { + speed = 1.67255; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDl"; + actions = "PistolStandActionsTacL"; + soundEdge[] = {0.3,0.8}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDbl",0.01,"AmovPercMtacSrasWpstDfl",0.01,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMwlkSrasWpstDl",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDl",0.02,"AmovPknlMtacSrasWpstDl",0.02}; + }; + class AmovPercMtacSrasWpstDb: AmovPercMtacSrasWpstDf + { + speed = 0.815666; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDb"; + actions = "PistolStandActionsTacB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDbl",0.01,"AmovPercMtacSrasWpstDbr",0.01,"AmovPercMrunSrasWpstDb",0.02,"AmovPercMwlkSrasWpstDb",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDb",0.02,"AmovPknlMtacSrasWpstDb",0.02}; + }; + class AmovPercMtacSrasWpstDbl: AmovPercMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDbl"; + actions = "PistolStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDl",0.01,"AmovPercMtacSrasWpstDb",0.01,"AmovPercMrunSrasWpstDbl",0.02,"AmovPercMwlkSrasWpstDbl",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDbl",0.02,"AmovPknlMtacSrasWpstDbl",0.02}; + }; + class AmovPercMtacSrasWpstDbr: AmovPercMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDbr"; + actions = "PistolStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDb",0.01,"AmovPercMtacSrasWpstDr",0.01,"AmovPercMrunSrasWpstDbr",0.02,"AmovPercMwlkSrasWpstDbr",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDbr",0.02,"AmovPknlMtacSrasWpstDbr",0.02}; + }; + class AmovPercMtacSrasWpstDr: AmovPercMtacSrasWpstDf + { + speed = 1.45696; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDr"; + actions = "PistolStandActionsTacR"; + soundEdge[] = {0.22,0.8}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDfr",0.01,"AmovPercMtacSrasWpstDbr",0.01,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMwlkSrasWpstDr",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDr",0.02,"AmovPknlMtacSrasWpstDr",0.02}; + }; + class AmovPercMtacSrasWpstDfr: AmovPercMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDfr"; + actions = "PistolStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDf",0.01,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSrasWpstDr",0.01,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMwlkSrasWpstDfr",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDfr",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPknlMtacSrasWpstDfr",0.02}; + }; + class AmovPercMrunSrasWpstDf: AmovPercMstpSrasWpstDnon + { + stamina = -0.1; + aimPrecision = 4.0; + variantsPlayer[] = {}; + soundEdge[] = {0.25,0.5,0.75,1}; + actions = "PistolStandActionsRunF"; + visibleSize = 0.900121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDf"; + speed = 0.76624; + duty = 0.15; + soundOverride = "run"; + showWeaponAim = 0; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.5; + Walkcycles = 2; + interpolationSpeed = 3.05; + headBobStrength = 0.094527; + disableWeaponsLong = 1; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + ConnectTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMrunSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDf",0.03,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"Unconscious",0.1,"AmovPercMtacSrasWpstDf",0.2,"AmovPercMrunSlowWpstDf",0.2}; + }; + class AmovPercMrunSlowWpstDf: AmovPercMrunSrasWpstDf + { + stamina = -0.1; + aimPrecision = 3.0; + actions = "PistolLowStandActionsRunF"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDf",0.025,"AmovPknlMrunSlowWpstDf",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfr",0.025,"AmovPercMevaSlowWpstDf",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDf",0.2,"AmovPercMtacSrasWpstDf",0.02,"AmovPercMtacSlowWpstDf",0.025,"AmovPercMrunSrasWpstDf",0.2}; + }; + class AmovPercMrunSrasWpstDfl: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDfl"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDf",0.025,"AmovPercMrunSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDfl",0.03,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"Unconscious",0.1,"AmovPercMtacSrasWpstDfl",0.2,"AmovPercMrunSlowWpstDfl",0.2}; + }; + class AmovPercMrunSlowWpstDfl: AmovPercMrunSrasWpstDfl + { + actions = "PistolLowStandActionsRunFl"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMrunSlowWpstDl",0.025,"AmovPercMevaSlowWpstDfl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfl",0.2,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSlowWpstDfl",0.025,"AmovPercMrunSrasWpstDfl",0.2}; + }; + class AmovPercMrunSrasWpstDl: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDl"; + speed = 1.46224; + soundEdge[] = {0.5,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDl",0.025,"AmovPercMrunSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDl",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDl",0.2,"AmovPercMevaSrasWpstDl",0.02,"AmovPercMrunSlowWpstDl",0.2}; + }; + class AmovPercMrunSlowWpstDl: AmovPercMrunSrasWpstDl + { + actions = "PistolLowStandActionsRunL"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDl",0.025,"AmovPercMwlkSlowWpstDl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDl",0.2,"AmovPercMtacSrasWpstDl",0.02,"AmovPercMtacSlowWpstDl",0.025,"AmovPercMrunSrasWpstDl",0.2}; + }; + class AmovPercMrunSrasWpstDb: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDb"; + speed = 0.812826; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDb",0.025,"AmovPercMrunSrasWpstDbl",0.025,"AmovPercMrunSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDb",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDb",0.2,"AmovPercMrunSlowWpstDb",0.2}; + }; + class AmovPercMrunSlowWpstDb: AmovPercMrunSrasWpstDb + { + actions = "PistolLowStandActionsRunB"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDb",0.025,"AmovPercMwlkSlowWpstDb",0.025,"AmovPercMrunSlowWpstDbl",0.025,"AmovPercMrunSlowWpstDbr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDb",0.2,"AmovPercMtacSrasWpstDb",0.02,"AmovPercMtacSlowWpstDb",0.025,"AmovPercMrunSrasWpstDb",0.2}; + }; + class AmovPercMrunSrasWpstDbl: AmovPercMrunSrasWpstDb + { + actions = "PistolStandActionsRunBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDbl"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbl",0.025,"AmovPercMrunSrasWpstDl",0.025,"AmovPercMrunSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDbl",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDbl",0.2,"AmovPercMrunSlowWpstDbl",0.2}; + }; + class AmovPercMrunSlowWpstDbl: AmovPercMrunSrasWpstDbl + { + actions = "PistolLowStandActionsRunBl"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDbl",0.025,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPercMrunSlowWpstDl",0.025,"AmovPercMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbl",0.2,"AmovPercMtacSrasWpstDbl",0.02,"AmovPercMtacSlowWpstDbl",0.025,"AmovPercMrunSrasWpstDbl",0.2}; + }; + class AmovPercMrunSrasWpstDbr: AmovPercMrunSrasWpstDb + { + actions = "PistolStandActionsRunBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDbr"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbr",0.025,"AmovPercMrunSrasWpstDb",0.025,"AmovPercMrunSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDbr",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDbr",0.2,"AmovPercMrunSlowWpstDbr",0.2}; + }; + class AmovPercMrunSlowWpstDbr: AmovPercMrunSrasWpstDbr + { + actions = "PistolLowStandActionsRunBr"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDbr",0.025,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPercMrunSlowWpstDb",0.025,"AmovPercMrunSlowWpstDr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbr",0.2,"AmovPercMtacSrasWpstDbr",0.02,"AmovPercMtacSlowWpstDbr",0.025,"AmovPercMrunSrasWpstDbr",0.2}; + }; + class AmovPercMrunSrasWpstDr: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDr"; + speed = 1.51886; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDr",0.025,"AmovPercMrunSrasWpstDbr",0.025,"AmovPercMrunSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDr",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDr",0.2,"AmovPercMevaSrasWpstDr",0.02,"AmovPercMrunSlowWpstDr",0.2}; + }; + class AmovPercMrunSlowWpstDr: AmovPercMrunSrasWpstDr + { + actions = "PistolLowStandActionsRunR"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDr",0.025,"AmovPercMwlkSlowWpstDr",0.025,"AmovPercMrunSlowWpstDbr",0.025,"AmovPercMrunSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDr",0.2,"AmovPercMtacSrasWpstDr",0.02,"AmovPercMtacSlowWpstDr",0.025,"AmovPercMrunSlowWpstDr",0.2}; + }; + class AmovPercMrunSrasWpstDfr: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDfr"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDf",0.025,"AmovPercMrunSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDfr",0.03,"AmovPercMevaSrasWpstDfr",0.02,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"Unconscious",0.1,"AmovPercMtacSrasWpstDfr",0.2,"AmovPercMrunSlowWpstDfr",0.2}; + }; + class AmovPercMrunSlowWpstDfr: AmovPercMrunSrasWpstDfr + { + actions = "PistolLowStandActionsRunFr"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon",0.02,"AmovPknlMrunSlowWpstDfr",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMrunSlowWpstDr",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfr",0.2,"AmovPercMtacSrasWpstDfr",0.02,"AmovPercMtacSlowWpstDfr",0.025,"AmovPercMrunSrasWpstDfr",0.2}; + }; + class AmovPknlMwlkSrasWpstDf: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + visibleSize = 0.461538; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.409389; + duty = 0.15; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 3.0; + actions = "PistolKneelActionsWlkF"; + Walkcycles = 2; + interpolationSpeed = 5.5; + headBobStrength = 0.094527; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.03,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"AovrPercMstpSrasWpstDf",0.02,"Unconscious",0.1,"AmovPknlMtacSrasWpstDf",0.2,"AmovPknlMrunSlowWpstDf",0.2,"AmovPknlMwlkSlowWpstDf",0.02}; + }; + class AmovPknlMwlkSrasWpstDfl: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDfl"; + actions = "PistolKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.03,"AmovPknlMwlkSrasWpstDf",0.025,"AmovPknlMwlkSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.1,"AmovPknlMtacSrasWpstDfl",0.2,"AmovPknlMrunSlowWpstDfl",0.2,"AmovPknlMwlkSlowWpstDfl",0.02}; + }; + class AmovPknlMwlkSrasWpstDl: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDl"; + speed = 0.357366; + actions = "PistolKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDl",0.03,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMwlkSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDl",0.025,"AmovPknlMevaSrasWpstDl",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDl",0.2,"AmovPknlMrunSlowWpstDl",0.2,"AmovPknlMwlkSlowWpstDl",0.02}; + }; + class AmovPknlMwlkSrasWpstDb: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDb"; + speed = 0.367801; + actions = "PistolKneelActionsWlkB"; + headBobStrength = 0.084577; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDb",0.03,"AmovPknlMwlkSrasWpstDbl",0.025,"AmovPknlMwlkSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDb",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWpstDb",0.2,"AmovPknlMrunSlowWpstDb",0.2,"AmovPknlMwlkSlowWpstDb",0.02}; + }; + class AmovPknlMwlkSrasWpstDbl: AmovPknlMwlkSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDbl"; + actions = "PistolKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbl",0.03,"AmovPknlMwlkSrasWpstDl",0.025,"AmovPknlMwlkSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDbl",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWpstDbl",0.2,"AmovPknlMrunSlowWpstDbl",0.2,"AmovPknlMwlkSlowWpstDbl",0.02}; + }; + class AmovPknlMwlkSrasWpstDbr: AmovPknlMwlkSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDbr"; + actions = "PistolKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbr",0.03,"AmovPknlMwlkSrasWpstDb",0.025,"AmovPknlMwlkSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDbr",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWpstDbr",0.2,"AmovPknlMrunSlowWpstDbr",0.2,"AmovPknlMwlkSlowWpstDbr",0.02}; + }; + class AmovPknlMwlkSrasWpstDr: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDr"; + speed = 0.347584; + actions = "PistolKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDr",0.03,"AmovPknlMwlkSrasWpstDbr",0.025,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDr",0.025,"AmovPknlMevaSrasWpstDr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDr",0.2,"AmovPknlMrunSlowWpstDr",0.2,"AmovPknlMwlkSlowWpstDr",0.02}; + }; + class AmovPknlMwlkSrasWpstDfr: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDfr"; + actions = "PistolKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfr",0.03,"AmovPknlMwlkSrasWpstDf",0.025,"AmovPknlMwlkSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.1,"AmovPknlMtacSrasWpstDfr",0.2,"AmovPknlMrunSlowWpstDfr",0.2,"AmovPknlMwlkSlowWpstDfr",0.02}; + }; + class AmovPknlMrunSrasWpstDf: AidlPknlMstpSrasWpstDnon_G0S + { + stamina = -0.1; + aimPrecision = 5.0; + soundEdge[] = {0.25,0.5,0.75,1}; + visibleSize = 0.600122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDf"; + speed = 0.67734; + duty = 0.3; + soundOverride = "run"; + showWeaponAim = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.5; + actions = "PistolKneelActionsRunF"; + Walkcycles = 2; + interpolationSpeed = 3.05; + headBobStrength = 0.054726; + disableWeaponsLong = 1; + disableWeapons = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDf",0.03,"AmovPknlMwlkSrasWpstDf",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01,"AmovPknlMevaSrasWpstDf",0.02,"AmovPknlMtacSrasWpstDf",0.2,"AmovPknlMrunSlowWpstDf",0.025}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPknlMrunSrasWpstDf: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPknlMrunSlowWpstDf"; + speed = 1; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01}; + }; + class AmovPknlMrunSrasWpstDfl: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfl"; + actions = "PistolKneelActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDfl",0.03,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPknlMrunSrasWpstDl",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01,"AmovPknlMevaSrasWpstDfl",0.02,"AmovPknlMtacSrasWpstDfl",0.2,"AmovPknlMrunSlowWpstDfl",0.025}; + }; + class AmovPknlMrunSrasWpstDl: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDl"; + speed = 1.41345; + actions = "PistolKneelActionsRunL"; + soundEdge[] = {0.5,1}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDl",0.03,"AmovPknlMwlkSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPknlMevaSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDl",0.2,"AmovPknlMrunSlowWpstDl",0.025}; + }; + class AmovPknlMrunSrasWpstDb: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDb"; + speed = 0.817658; + actions = "PistolKneelActionsRunB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDb",0.03,"AmovPknlMwlkSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDbr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDb",0.2,"AmovPknlMrunSlowWpstDb",0.025}; + }; + class AmovPknlMrunSrasWpstDbl: AmovPknlMrunSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbl"; + actions = "PistolKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDbl",0.03,"AmovPknlMwlkSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDb",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDbl",0.2,"AmovPknlMrunSlowWpstDbl",0.025}; + }; + class AmovPknlMrunSrasWpstDbr: AmovPknlMrunSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbr"; + actions = "PistolKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDbr",0.03,"AmovPknlMwlkSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDbr",0.2,"AmovPknlMrunSlowWpstDbr",0.025}; + }; + class AmovPknlMrunSrasWpstDr: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDr"; + speed = 1.31375; + actions = "PistolKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDr",0.03,"AmovPknlMwlkSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPknlMevaSrasWpstDr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDr",0.2,"AmovPknlMrunSlowWpstDr",0.025}; + }; + class AmovPknlMrunSrasWpstDfr: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfr"; + actions = "PistolKneelActionsRunFr"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDfr",0.03,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPknlMrunSrasWpstDr",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPknlMtacSrasWpstDfr",0.2,"AmovPknlMrunSlowWpstDfr",0.025}; + }; + class AmovPknlMtacSrasWpstDf: AmovPknlMwlkSrasWpstDf + { + stamina = -0.1; + aimPrecision = 5.0; + limitgunmovement = 1; + speed = 0.767223; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDf"; + camShakeFire = 1.15; + duty = 0.4; + headBobStrength = 0.164179; + soundoverride = "walk"; + actions = "PistolKneelActionsTacF"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMtacSrasWpstDfl",0.02,"AmovPknlMtacSrasWpstDfr",0.02,"AmovPknlMwlkSrasWpstDf",0.02,"AovrPercMstpSrasWpstDf",0.02,"AmovPknlMrunSrasWpstDf",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDf",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMtacSrasWpstDf",0.02}; + }; + class AmovPknlMtacSrasWpstDfl: AmovPknlMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDfl"; + actions = "PistolKneelActionsTacFL"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDl",0.02,"AmovPknlMtacSrasWpstDf",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDfl",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDfl",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMtacSrasWpstDfl",0.02}; + }; + class AmovPknlMtacSrasWpstDl: AmovPknlMtacSrasWpstDf + { + speed = 1.50659; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDl"; + actions = "PistolKneelActionsTacL"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDbl",0.02,"AmovPknlMtacSrasWpstDfl",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDl",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDl",0.02,"AmovPercMtacSrasWpstDl",0.02}; + }; + class AmovPknlMtacSrasWpstDb: AmovPknlMtacSrasWpstDf + { + speed = 0.655197; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDb"; + actions = "PistolKneelActionsTacB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDbl",0.02,"AmovPknlMtacSrasWpstDbr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDb",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDb",0.02,"AmovPercMtacSrasWpstDb",0.02}; + }; + class AmovPknlMtacSrasWpstDbl: AmovPknlMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDbl"; + actions = "PistolKneelActionsTacBL"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDl",0.02,"AmovPknlMtacSrasWpstDb",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDbl",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDbl",0.02,"AmovPercMtacSrasWpstDbl",0.02}; + }; + class AmovPknlMtacSrasWpstDbr: AmovPknlMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDbr"; + actions = "PistolKneelActionsTacBR"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDb",0.02,"AmovPknlMtacSrasWpstDr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDbr",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDbr",0.02,"AmovPercMtacSrasWpstDbr",0.02}; + }; + class AmovPknlMtacSrasWpstDr: AmovPknlMtacSrasWpstDf + { + speed = 1.3986; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDr"; + actions = "PistolKneelActionsTacR"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDbr",0.02,"AmovPknlMtacSrasWpstDfr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDr",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDr",0.02,"AmovPercMtacSrasWpstDr",0.02}; + }; + class AmovPknlMtacSrasWpstDfr: AmovPknlMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDfr"; + actions = "PistolKneelActionsTacFR"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDf",0.02,"AmovPknlMtacSrasWpstDr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDfr",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDfr",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMtacSrasWpstDfr",0.02}; + }; + class AmovPercMrunSlowWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + stamina = -0.1; + aimPrecision = 4.0; + actions = "LauncherStandRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.62475; + duty = 0.3; + disableWeapons = 1; + disableWeaponsLong = 1; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + soundOverride = "run"; + enableMissile = 0; + canPullTrigger = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.1; + Walkcycles = 2; + weaponLowered = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.03,"AmovPercMrunSlowWlnrDfl",0.025,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025}; + }; + class AmovPknlMrunSrasWlnrDf: AmovPercMrunSlowWlnrDf + { + stamina = -0.1; + aimPrecision = 5.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDf"; + speed = 0.623053; + actions = "LauncherKneelActionsRunF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + duty = 0.5; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPercMrunSlowWlnrDf",0.03,"AmovPknlMevaSlowWlnrDf",0.03,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDf",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDf",0.025}; + }; + class AmovPercMrunSlowWlnrDfl: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDfl"; + speed = 0.35; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.025,"AmovPknlMrunSrasWlnrDfl",0.03,"AmovPercMrunSlowWlnrDl",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfr",0.025}; + }; + class AmovPknlMrunSrasWlnrDfl: AmovPknlMrunSrasWlnrDf + { + actions = "LauncherKneelActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDfl"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPercMrunSlowWlnrDfl",0.03,"AmovPknlMevaSlowWlnrDfl",0.03,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPercMevaSlowWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDfl",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDfl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfl",0.025}; + }; + class AmovPercMrunSlowWlnrDl: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDl"; + speed = 0.567568; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfl",0.025,"AmovPknlMrunSrasWlnrDl",0.03,"AmovPercMrunSlowWlnrDbl",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDr",0.025}; + }; + class AmovPknlMrunSrasWlnrDl: AmovPknlMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDl"; + speed = 1.40698; + actions = "LauncherKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPercMrunSlowWlnrDl",0.03,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDl",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDl",0.025}; + }; + class AmovPercMrunSlowWlnrDbl: AmovPercMrunSlowWlnrDf + { + actions = "LauncherStandRunBActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDbl"; + speed = 0.617647; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDl",0.025,"AmovPknlMrunSrasWlnrDbl",0.03,"AmovPercMrunSlowWlnrDb",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbr",0.025}; + }; + class AmovPercMrunSlowWlnrDb: AmovPercMrunSlowWlnrDf + { + actions = "LauncherStandRunBActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDb"; + speed = 0.617647; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbl",0.025,"AmovPknlMrunSrasWlnrDb",0.03,"AmovPercMrunSlowWlnrDbr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDb",0.025}; + }; + class AmovPknlMrunSrasWlnrDb: AmovPknlMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDb"; + speed = 0.545865; + actions = "LauncherKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPercMrunSlowWlnrDb",0.03,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDb",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDb",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDb",0.025}; + }; + class AmovPknlMrunSrasWlnrDbl: AmovPknlMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDbl"; + actions = "LauncherKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPercMrunSlowWlnrDbl",0.03,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDbl",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDbl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbl",0.025}; + }; + class AmovPercMrunSlowWlnrDbr: AmovPercMrunSlowWlnrDf + { + actions = "LauncherStandRunBActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDbr"; + speed = 0.617647; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDb",0.025,"AmovPknlMrunSrasWlnrDbr",0.03,"AmovPercMrunSlowWlnrDr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbl",0.025}; + }; + class AmovPknlMrunSrasWlnrDbr: AmovPknlMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDbr"; + actions = "LauncherKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPercMrunSlowWlnrDbr",0.03,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMwlkSrasWlnrDbr",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDbr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbr",0.025}; + }; + class AmovPercMrunSlowWlnrDr: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDr"; + speed = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbr",0.025,"AmovPknlMrunSrasWlnrDr",0.03,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPknlMrunSrasWlnrDr: AmovPknlMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDr"; + speed = 1.27516; + actions = "LauncherKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPercMrunSlowWlnrDr",0.03,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDr",0.025}; + }; + class AmovPercMrunSlowWlnrDfr: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDfr"; + speed = 0.35; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.025,"AmovPercMrunSlowWlnrDr",0.025,"AmovPknlMrunSrasWlnrDfr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfl",0.025}; + }; + class AmovPknlMrunSrasWlnrDfr: AmovPercMrunSlowWlnrDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDfr"; + speed = 0.666667; + actions = "LauncherKneelActionsRunFR"; + duty = 0.5; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMevaSlowWlnrDfr",0.03,"AmovPercMrunSlowWlnrDfr",0.03,"AmovPercMevaSlowWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDfr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfr",0.025}; + }; + class AmovPercMevaSlowWlnrDf: AmovPercMrunSlowWlnrDf + { + stamina = -1; + aimPrecision = 7.0; + actions = "LauncherStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDf"; + duty = 1.4; + relSpeedMin = 0.7; + speed = 0.707401; + soundOverride = "sprint"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPercMevaSlowWlnrDfr",0.025,"AmovPercMevaSlowWlnrDfl",0.025}; + }; + class AmovPercMevaSlowWlnrDfr: AmovPercMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfr",0.02,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPercMevaSlowWlnrDfl",0.025}; + }; + class AmovPercMevaSlowWlnrDfl: AmovPercMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfl",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPercMevaSlowWlnrDfr",0.025}; + }; + class AmovPknlMevaSlowWlnrDf: AmovPercMrunSlowWlnrDf + { + aimPrecision = 8.0; + stamina = -1; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\low\lnr\AmovPknlMsprSlowWlnrDf"; + duty = 1.6; + speed = 0.74168; + soundOverride = "sprint"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMevaSlowWlnrDfr",0.025,"AmovPknlMevaSlowWlnrDfl",0.025}; + }; + class AmovPknlMevaSlowWlnrDfr: AmovPknlMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\low\lnr\AmovPknlMsprSlowWlnrDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMevaSlowWlnrDf",0.025,"AmovPknlMevaSlowWlnrDfl",0.025,"AmovPknlMrunSrasWlnrDfr",0.025}; + }; + class AmovPknlMevaSlowWlnrDfl: AmovPknlMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\low\lnr\AmovPknlMsprSlowWlnrDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMevaSlowWlnrDf",0.025,"AmovPknlMevaSlowWlnrDfr",0.025,"AmovPknlMrunSrasWlnrDfl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + static = 1; + visibleSize = 0.400122; + actions = "LauncherKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDf"; + speed = 0.7; + duty = 0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + canPullTrigger = 1; + limitGunMovement = 0.6; + aimPrecision = 3.0; + interpolationSpeed = 2.9; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDf",0.03,"AmovPercMwlkSrasWlnrDf",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDf",0.025}; + }; + class AmovPknlMwlkSrasWlnrDfl: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDfl"; + actions = "LauncherKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDl",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDfr",0.03,"AmovPercMwlkSrasWlnrDfl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDl: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDl"; + speed = 0.469449; + actions = "LauncherKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPknlMwlkSrasWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDbl",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDr",0.03,"AmovPercMwlkSrasWlnrDl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDb: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDb"; + speed = 0.390625; + actions = "LauncherKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDbr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDb",0.03,"AmovPercMwlkSrasWlnrDb",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDb",0.025}; + }; + class AmovPknlMwlkSrasWlnrDbl: AmovPknlMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDbl"; + actions = "LauncherKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDl",0.025,"AmovPknlMwlkSrasWlnrDb",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDbr",0.03,"AmovPercMwlkSrasWlnrDbl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDbr: AmovPknlMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDbr"; + actions = "LauncherKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDbl",0.03,"AmovPercMwlkSrasWlnrDbr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbr",0.025}; + }; + class AmovPknlMwlkSrasWlnrDr: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDr"; + speed = 0.421687; + actions = "LauncherKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMwlkSrasWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDl",0.03,"AmovPercMwlkSrasWlnrDr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDr",0.025}; + }; + class AmovPknlMwlkSrasWlnrDfr: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDfr"; + actions = "LauncherKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDfl",0.03,"AmovPercMwlkSrasWlnrDfr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfr",0.025}; + }; + class AmovPknlMtacSrasWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + stamina = -0.1; + visibleSize = 0.400122; + actions = "LauncherKneelActionstacF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDf"; + speed = 1.0; + relSpeedMin = 0.8; + duty = 0.5; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + canPullTrigger = 1; + limitGunMovement = 0.6; + aimPrecision = 5.0; + interpolationSpeed = 2.9; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPknlMtacSrasWlnrDfl",0.025,"AmovPknlMtacSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDf",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDf",0.025}; + }; + class AmovPknlMtacSrasWlnrDfl: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDfl"; + actions = "LauncherKneelActionstacFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPknlMtacSrasWlnrDf",0.025,"AmovPknlMtacSrasWlnrDl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDfl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDfl",0.025}; + }; + class AmovPknlMtacSrasWlnrDl: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDl"; + speed = 0.777778; + actions = "LauncherKneelActionstacL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPknlMtacSrasWlnrDfl",0.025,"AmovPknlMtacSrasWlnrDbl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDl",0.025}; + }; + class AmovPknlMtacSrasWlnrDb: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDb"; + speed = 0.656455; + actions = "LauncherKneelActionstacB"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPknlMtacSrasWlnrDbl",0.025,"AmovPknlMtacSrasWlnrDbr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDb",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDb",0.025}; + }; + class AmovPknlMtacSrasWlnrDbl: AmovPknlMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDbl"; + actions = "LauncherKneelActionstacBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPknlMtacSrasWlnrDl",0.025,"AmovPknlMtacSrasWlnrDb",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDbl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDbl",0.025}; + }; + class AmovPknlMtacSrasWlnrDbr: AmovPknlMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDbr"; + actions = "LauncherKneelActionstacBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPknlMtacSrasWlnrDb",0.025,"AmovPknlMtacSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDbr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDbr",0.025}; + }; + class AmovPknlMtacSrasWlnrDr: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDr"; + speed = 0.702811; + actions = "LauncherKneelActionstacR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMtacSrasWlnrDbr",0.025,"AmovPknlMtacSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDr",0.025}; + }; + class AmovPknlMtacSrasWlnrDfr: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDfr"; + actions = "LauncherKneelActionstacFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPknlMtacSrasWlnrDf",0.025,"AmovPknlMtacSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDfr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDfr",0.025}; + }; + class AmovPknlMrunSnonWnonDf: AmovPknlMstpSnonWnonDnon + { + aimPrecision = 5.0; + stamina = -0.1; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.666667; + duty = 0.2; + soundOverride = "run"; + soundEnabled = 1; + actions = "CivilKneelActionsRunF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + Walkcycles = 2; + disableWeapons = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMrunSnonWnonDf",0.03,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"AmovPknlMevaSnonWnonDf",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDf: AmovPknlMrunSnonWnonDf + { + stamina = 1; + aimPrecision = 3.0; + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + speed = 0.505619; + duty = 0; + actions = "CivilKneelActionsWlkF"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMevaSnonWnonDf",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDbr: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondbr"; + speed = 0.445545; + actions = "CivilKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbr",0.03,"AmovPknlMwlkSnonWnonDb",0.025,"AmovPknlMwlkSnonWnonDr",0.025,"AmovPknlMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDbl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondbl"; + speed = 0.445545; + actions = "CivilKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbl",0.03,"AmovPknlMwlkSnonWnonDb",0.025,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDb: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondb"; + speed = 0.445545; + actions = "CivilKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDb",0.03,"AmovPknlMwlkSnonWnonDbr",0.025,"AmovPknlMwlkSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondl"; + speed = 0.445545; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + actions = "CivilKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDl",0.03,"AmovPknlMwlkSnonWnonDbl",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDr: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondr"; + speed = 0.45; + actions = "CivilKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.03,"AmovPknlMwlkSnonWnonDbr",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDfr: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "CivilKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.03,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDr",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"AmovPknlMevaSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDfl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + actions = "CivilKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.03,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMevaSnonWnonDfl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMrunSnonWnonDf: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMrunSnonWnonDf"; + speed = 1; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWnonDfl: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "CivilKneelActionsRunFL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDfl",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDl",0.025,"AmovPknlMevaSnonWnonDfl",0.025,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDl: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondl"; + speed = 0.625; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + actions = "CivilKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDl",0.03,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDbl: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondbl"; + actions = "CivilKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDbl",0.03,"AmovPknlMwlkSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDb: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondb"; + actions = "CivilKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDb",0.03,"AmovPknlMwlkSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDbr: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondbr"; + actions = "CivilKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDbr",0.03,"AmovPknlMwlkSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDr: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondr"; + speed = 0.714286; + actions = "CivilKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDr",0.03,"AmovPknlMwlkSnonWnonDr",0.025,"AmovPknlMrunSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDfr: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "CivilKneelActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDfr",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDr",0.025,"AmovPknlMevaSnonWnonDfr",0.025,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSlowWrflDf: AmovPpneMstpSrasWrflDnon + { + stamina = -0.1; + aimPrecision = 6.0; + variantsPlayer[] = {}; + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.650541; + duty = 1; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + soundEnabled = 1; + limitGunMovement = 0; + legs = "legsDefault"; + leaning = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + enableOptics = 0; + actions = "RifleProneActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDfl: AmovPpneMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMrunSlowWrflDl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AmovPpneMrunSlowWrflDl: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDl"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMrunSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDl",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDbl: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbl"; + speed = 0.702524; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDl",0.025,"AmovPpneMrunSlowWrflDb",0.025,"AmovPpneMsprSlowWrflDbl",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDb: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDb"; + speed = 0.646923; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbl",0.025,"AmovPpneMrunSlowWrflDbr",0.025,"AmovPpneMsprSlowWrflDb",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDbr: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbr"; + speed = 0.859341; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDb",0.025,"AmovPpneMrunSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDbr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDr: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbr",0.025,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDfr: AmovPpneMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfr"; + speed = 0.455196; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMrunSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AmovPpneMsprSlowWrflDf: AmovPpneMrunSlowWrflDf + { + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.795239; + duty = 1; + enableOptics = 0; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMevaSlowWrflDf: AmovPpneMrunSlowWrflDf + { + stamina = -1; + aimPrecision = 9.0; + actions = "RifleProneActionsEvasiveF"; + visibleSize = 0.250123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\Rfl\AmovPpneMevaSlowWrflDf"; + speed = 0.35; + duty = 1.4; + soundEdge[] = {0.1,0.22,0.32,0.45,0.57,0.7,0.82,0.95,1}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.01,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDbl: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbl"; + speed = 0.653427; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDl",0.025,"AmovPpneMsprSlowWrflDb",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDl: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDl"; + speed = 0.970588; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDl",0.025,"AmovPpneMsprSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDr: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDr"; + speed = 1.13912; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDbr",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDbr: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbr"; + speed = 0.963037; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbr",0.025,"AmovPpneMsprSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDb",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDb: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDb"; + speed = 0.790744; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDb",0.025,"AmovPpneMsprSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDbr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDf_injured: AmovPpneMstpSrasWrflDnon_injured + { + speed = 0.5; + showWeaponAim = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\Rfl\AmovPpneMsprSlowWrflDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + limitGunMovement = 0; + duty = 2.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"Unconscious",0.1}; + }; + class AmovPpneMsprSlowWrflDfl: AmovPpneMsprSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfl"; + speed = 1.42766; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDl",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AmovPpneMsprSlowWrflDfr: AmovPpneMsprSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfr"; + speed = 0.456495; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AadjPpneMwlkSrasWrflDup_f: AmovPpneMrunSlowWrflDf + { + actions = "RifleAdjustFProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_front"; + speed = 1; + adjstance = "u"; + limitGunMovement = 1; + legs = "legsDefault"; + leaning = "leaningDefault"; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"AadjPpneMwlkSrasWrflDup_b",0.025,"AadjPpneMwlkSrasWrflDup_bl",0.025,"AadjPpneMwlkSrasWrflDup_br",0.025,"AadjPpneMwlkSrasWrflDup_l",0.025,"AadjPpneMwlkSrasWrflDup_r",0.025,"AadjPpneMwlkSrasWrflDup_f",0.025,"AadjPpneMwlkSrasWrflDup_fl",0.025,"AadjPpneMwlkSrasWrflDup_fr",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02}; + LeftHandIKCurve[] = {0}; + }; + class AadjPpneMwlkSrasWrflDup_fl: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_fl"; + speed = 0.8; + }; + class AadjPpneMwlkSrasWrflDup_fr: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_fr"; + speed = 0.8; + }; + class AadjPpneMwlkSrasWrflDup_b: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_back"; + }; + class AadjPpneMwlkSrasWrflDup_bl: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_bl"; + }; + class AadjPpneMwlkSrasWrflDup_br: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_br"; + }; + class AadjPpneMwlkSrasWrflDup_l: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_left"; + }; + class AadjPpneMwlkSrasWrflDup_r: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_right"; + }; + class AadjPpneMwlkSrasWrflDleft_l: AmovPpneMrunSlowWrflDf + { + actions = "RifleAdjustLProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDleft_l"; + speed = 0.75; + adjstance = "l"; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDleft",0.02,"AadjPpneMwlkSrasWrflDleft_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AadjPpneMwlkSrasWrflDleft_r: AadjPpneMwlkSrasWrflDleft_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDleft_r"; + speed = 0.895522; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDleft",0.02,"AadjPpneMwlkSrasWrflDleft_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AadjPpneMwlkSrasWrflDright_l: AmovPpneMrunSlowWrflDf + { + actions = "RifleAdjustRProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDright_l"; + speed = 0.895522; + adjstance = "r"; + leftHandIKCurve[] = {0}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDright",0.02,"AadjPpneMwlkSrasWrflDright_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AadjPpneMwlkSrasWrflDright_r: AadjPpneMwlkSrasWrflDright_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDright_r"; + speed = 0.681818; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDright",0.02,"AadjPpneMwlkSrasWrflDright_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDf: AidlPpneMstpSrasWpstDnon_G0S + { + stamina = -0.1; + aimPrecision = 6.0; + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDf"; + speed = 0.443333; + duty = 0.8; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + enableOptics = 0; + soundEnabled = 1; + soundOverride = "crawl"; + soundEdge[] = {0.01,0.1,0.18,0.35,0.45,0.6,0.68,0.83,0.94}; + legs = "legsDefault"; + leaning = "empty"; + aimingBody = "empty"; + aiming = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.1,"AmovPpneMsprSlowWpstDf",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMsprSlowWpstDf: AmovPpneMrunSlowWpstDf + { + stamina = -1; + aimPrecision = 9.0; + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + speed = 0.732886; + duty = 1.2; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + soundEdge[] = {0.22,0.46,0.7,0.92}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"AmovPpneMrunSlowWpstDf",0.025,"AmovPpneMrunSlowWpstDfl",0.025,"AmovPpneMrunSlowWpstDfr",0.025,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon_relax",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDfl: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfl"; + speed = 0.913838; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMsprSlowWpstDf",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDl: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDl"; + speed = 0.977366; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDbl: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbl"; + speed = 0.902174; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDb",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDb: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDb"; + speed = 0.816327; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDbr: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbr"; + speed = 0.854271; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDr: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDr"; + speed = 1.11524; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDf",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDfr: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfr"; + speed = 0.94851; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMsprSlowWpstDf",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDup_f: AmovPpneMrunSlowWpstDf + { + actions = "PistolAdjustFProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_front"; + speed = 1; + adjstance = "u"; + limitGunMovement = 1; + legs = "legsDefault"; + leaning = "leaningDefault"; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"AadjPpneMwlkSrasWpstDup_b",0.025,"AadjPpneMwlkSrasWpstDup_l",0.025,"AadjPpneMwlkSrasWpstDup_r",0.025,"AadjPpneMwlkSrasWpstDup_f",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown",0.02}; + }; + class AadjPpneMwlkSrasWpstDup_b: AadjPpneMwlkSrasWpstDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_back"; + speed = 1; + }; + class AadjPpneMwlkSrasWpstDup_l: AadjPpneMwlkSrasWpstDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_left"; + speed = 1; + }; + class AadjPpneMwlkSrasWpstDup_r: AadjPpneMwlkSrasWpstDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_right"; + speed = 1; + }; + class AadjPpneMwlkSrasWpstDleft_l: AmovPpneMrunSlowWpstDf + { + actions = "PistolAdjustLProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDleft_l"; + speed = 0.75; + adjstance = "l"; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDleft",0.02,"AadjPpneMwlkSrasWpstDleft_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDleft_r: AadjPpneMwlkSrasWpstDleft_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDleft_r"; + speed = 0.895522; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDleft",0.02,"AadjPpneMwlkSrasWpstDleft_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDright_l: AmovPpneMrunSlowWpstDf + { + actions = "PistolAdjustRProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDright_l"; + speed = 0.895522; + adjstance = "r"; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDright",0.02,"AadjPpneMwlkSrasWpstDright_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDright_r: AadjPpneMwlkSrasWpstDright_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDright_r"; + speed = 0.681818; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDright",0.02,"AadjPpneMwlkSrasWpstDright_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDf: AidlPpneMstpSnonWnonDnon_G0S + { + aimPrecision = 6.0; + stamina = -0.1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + speed = 0.775862; + duty = 0.3; + soundEnabled = 1; + soundOverride = "crawl"; + soundEdge[] = {0.2,0.7}; + leaning = "empty"; + aiming = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDfl",0.025,"AmovPpneMsprSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + legs = "legsDefault"; + }; + class AmovPpneMrunSnonWnonDfl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.818183; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDl",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 1.25; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDfl",0.025,"AmovPpneMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDbl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 1.022727; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDl",0.025,"AmovPpneMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDb: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.652174; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDbl",0.025,"AmovPpneMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDbr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 1.184211; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDb",0.025,"AmovPpneMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 1.0; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDbr",0.025,"AmovPpneMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDfr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMsprSnonWnonDf: AmovPpneMrunSnonWnonDf + { + aimPrecision = 9.0; + stamina = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + duty = 1; + speed = 0.730541; + soundEdge[] = {0.25,0.5,0.75,1.0}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPincMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "IncapacitatedRifleAction"; + aimPrecision = 0.5; + enableBinocular = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"AmovPpneMstpSrasWrflDnon_healed",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon_turnL",0.02,"AmovPincMstpSrasWrflDnon_turnR",0.02,"AmovPincMrunSlowWrflDf",0.02,"AmovPincMrunSlowWrflDfl",0.02,"AmovPincMrunSlowWrflDl",0.02,"AmovPincMrunSlowWrflDbl",0.02,"AmovPincMrunSlowWrflDb",0.02,"AmovPincMrunSlowWrflDbr",0.02,"AmovPincMrunSlowWrflDr",0.02,"AmovPincMrunSlowWrflDfr",0.02,"Unconscious",0.01,"AinjPpneMstpSnonWrflDnon_rolltoback",0.02,"IncapacitatedRifle_AmovPpneMstpSrasWrflDnon",0.2}; + }; + class AmovPincMstpSrasWrflDnon_turnL: AmovPincMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90L"; + speed = 0.5; + leftHandIKCurve[] = {0,1,0.05,0,0.95,0,1,1}; + ConnectTo[] = {"AmovPincMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSrasWrflDnon_turnR: AmovPincMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90R"; + speed = 0.5; + leftHandIKCurve[] = {0,1,0.05,0,0.95,0,1,1}; + ConnectTo[] = {"AmovPincMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + actions = "IncapacitatedPistolAction"; + enableBinocular = 0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_healed",0.02,"AmovPpneMstpSnonWpstDnon_injured",0.1}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon_turnL",0.02,"AmovPincMstpSrasWpstDnon_turnR",0.02,"AmovPincMrunSlowWpstDf",0.02,"AmovPincMrunSlowWpstDfl",0.02,"AmovPincMrunSlowWpstDl",0.02,"AmovPincMrunSlowWpstDbl",0.02,"AmovPincMrunSlowWpstDb",0.02,"AmovPincMrunSlowWpstDbr",0.02,"AmovPincMrunSlowWpstDr",0.02,"AmovPincMrunSlowWpstDfr",0.02,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon",0.2}; + }; + class AmovPincMstpSrasWpstDnon_turnL: AmovPincMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSrasWpstDnon_turnR: AmovPincMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSnonWnonDnon: AidlPpneMstpSnonWnonDnon_G0S + { + actions = "IncapacitatedAction"; + enableBinocular = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_healed",0.02,"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon_turnL",0.02,"AmovPincMstpSnonWnonDnon_turnR",0.02,"AmovPincMrunSnonWnonDf",0.02,"AmovPincMrunSnonWnonDfl",0.02,"AmovPincMrunSnonWnonDl",0.02,"AmovPincMrunSnonWnonDbl",0.02,"AmovPincMrunSnonWnonDb",0.02,"AmovPincMrunSnonWnonDbr",0.02,"AmovPincMrunSnonWnonDr",0.02,"AmovPincMrunSnonWnonDfr",0.02,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon",0.2,"AmovPincMstpSrasWpstDnon",0.2,"AmovPincMstpSrasWrflDnon",0.2}; + }; + class AmovPincMstpSnonWnonDnon_turnL: AmovPincMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSnonWnonDnon_turnR: AmovPincMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWrflDf: AmovPincMstpSrasWrflDnon + { + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.600541; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDfl",0.025,"AmovPincMrunSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDfl: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDf",0.025,"AmovPincMrunSlowWrflDl",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDl: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDl"; + speed = 0.625; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDfl",0.025,"AmovPincMrunSlowWrflDbl",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDbl: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbl"; + speed = 0.702524; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDl",0.025,"AmovPincMrunSlowWrflDb",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDb: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDb"; + speed = 0.646923; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDbl",0.025,"AmovPincMrunSlowWrflDbr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDbr: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbr"; + speed = 0.859341; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDb",0.025,"AmovPincMrunSlowWrflDr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDr: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDbr",0.025,"AmovPincMrunSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDfr: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfr"; + speed = 0.455196; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDf",0.025,"AmovPincMrunSlowWrflDr",0.025,"Unconscious",0.01}; + }; + class AmovPincMsprSlowWrflDf: AmovPincMrunSlowWrflDf + { + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.730541; + leftHandIKCurve[] = {}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDf",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWpstDf: AmovPincMstpSrasWpstDnon + { + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDf"; + speed = 1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDl",0.025,"AmovPincMrunSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDfl: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfl"; + speed = 0.93; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDl",0.025,"AmovPincMrunSlowWpstDb",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDl: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDl"; + speed = 1.4; + soundEnabled = 1; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDf",0.025,"AmovPincMrunSlowWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDbl: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbl"; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDb",0.025,"AmovPincMrunSlowWpstDbr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDb: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDb"; + speed = 0.73; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDfl",0.025,"AmovPincMrunSlowWpstDbl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDbr: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbr"; + speed = 1.05; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDbl",0.025,"AmovPincMrunSlowWpstDr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDr: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDr"; + speed = 1.25; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDbr",0.025,"AmovPincMrunSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDfr: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfr"; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDf",0.025,"AmovPincMrunSlowWpstDr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDf: AmovPincMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + speed = 0.517241; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDfl",0.025,"AmovPincMrunSnonWnonDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDfl: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDf",0.025,"AmovPincMrunSnonWnonDl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDl: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDfl",0.025,"AmovPincMrunSnonWnonDbl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDbl: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDl",0.025,"AmovPincMrunSnonWnonDb",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDb: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDbl",0.025,"AmovPincMrunSnonWnonDbr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDbr: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDb",0.025,"AmovPincMrunSnonWnonDr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDr: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDbr",0.025,"AmovPincMrunSnonWnonDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDfr: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + speed = 0.625; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDf",0.025,"AmovPincMrunSnonWnonDr",0.025,"Unconscious",0.1}; + }; + class RifleReloadProneBase: Default + { + visibleSize = 0.250124; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\rfl\AwopPercMstpSrldWrflDnon"; + looped = 0; + speed = 0.4; + soundEnabled = 0; + disableWeapons = 1; + duty = -1; + interpolationRestart = 1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + weaponIK = 1; + enableOptics = 0; + onLandBeg = 1; + onLandEnd = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class RifleReloadProneMk20: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMk20Prone"; + speed = -2.83333; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneMk20UGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMk20UGLProne"; + speed = 0.34884; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneMX: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMXProne"; + speed = 0.37; + leftHandIKCurve[] = {0.012,1,0.041,0,0.941,0,0.982,1}; + }; + class RifleReloadProneMXUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMXUGLProne"; + speed = 0.554796; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneTRGUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadTRGUglProne"; + speed = 0.3; + leftHandIKCurve[] = {0.014,1,0.042,0,0.95,0,0.985,1}; + }; + class RifleReloadProneMXCompact: RifleReloadProneMX + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMXCompactprone"; + }; + class RifleReloadProneMXSniper: RifleReloadProneMX + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMXSniperprone"; + }; + class RifleReloadProneTRG: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadTRGProne"; + speed = 0.3; + leftHandIKCurve[] = {0.038,1,0.076,0,0.911,0,0.948,1}; + }; + class RifleReloadProneKatiba: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadKatibaProne"; + speed = 0.278; + leftHandIKCurve[] = {0.038,1,0.076,0,0.911,0,0.968,1}; + }; + class RifleReloadProneKatibaUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadKatibaUGLprone"; + speed = 0.3; + leftHandIKCurve[] = {0.014,1,0.042,0,0.95,0,0.985,1}; + }; + class RifleReloadProneM200: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadM200Prone"; + speed = 0.189403; + leftHandIKCurve[] = {0,1,0.0215,0,0.96129,0,1,1}; + }; + class RifleReloadProneLRR: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadLRRProne"; + speed = -5.2; + rightHandIKCurve[] = {0,1,0.067925,0,0.143396,0,0.177358,1,0.732075,1,0.754717,0,0.94717,0,0.988679,1}; + leftHandIKCurve[] = {0.188679,1,0.218868,0,0.660377,0,0.698113,1}; + }; + class RifleReloadProneEBR: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadEBRProne"; + speed = 0.27195; + leftHandIKCurve[] = {0.027,1,0.081,0,0.946,0,0.984,1}; + }; + class RifleReloadProneSMG_02: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadSMG_02Prone"; + speed = 0.38; + leftHandIKCurve[] = {0.046,1,0.11,0,0.917,0,0.963,1}; + }; + class RifleReloadProneSMG_03: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadSMG_03Prone"; + speed = 0.26; + leftHandIKCurve[] = {0.056,0,0.8,0,0.963,1}; + rightHandIKCurve[] = {0.056,1,0.08,0,0.112,0,0.126,1,0.77,1,0.81,0,0.88,0,0.91,1}; + }; + class RifleReloadProneSDAR: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadRFBProne"; + speed = 0.28; + leftHandIKCurve[] = {0.016,1,0.09,0,0.947,0,0.973,1}; + }; + class RifleReloadProneDMR: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmrprone"; + speed = 0.25; + leftHandIKCurve[] = {0.016,1,0.09,0,0.967,0,0.993,1}; + }; + class RifleReloadProneDMR02: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr02prone"; + speed = 0.322581; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.076,1,0.087,0,0.978,0,0.989,1}; + }; + class RifleReloadProneDMR03: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr03prone"; + speed = 0.32967; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.078,1,0.089,0,0.978,0,0.989,1}; + }; + class RifleReloadProneDMR04: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr04prone"; + speed = 0.3; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.04,1,0.051,0,0.979,0,0.989,1}; + }; + class RifleReloadProneDMR05: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr05prone"; + speed = 0.285714; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.048,1,0.058,0,0.981,0,0.99,1}; + }; + class RifleReloadProneDMR06: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr06prone"; + speed = 0.27027; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.036,1,0.045,0,0.982,0,0.991,1}; + }; + class RifleReloadProneMMG01: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMMG01Prone"; + speed = 0.132743; + leftHandIKCurve[] = {0.004,1,0.007,0,0.992,0,0.996,1}; + rightHandIKCurve[] = {0.827,1,0.831,0,0.991,0,0.996,1}; + }; + class RifleReloadProneMMG02: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMMG02Prone"; + speed = 0.12987; + leftHandIKCurve[] = {0.013,1,0.017,0,0.992,0,0.996,1}; + rightHandIKCurve[] = {0.011,1,0.014,0,0.989,0,0.992,1}; + }; + class RifleReloadProneGM6: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynxProne"; + speed = 0.175; + rightHandIKCurve[] = {0.016,1,0.044,0,0.214,0,0.247,1,0.723,1,0.748,0,0.956,0,0.989,1}; + leftHandIKCurve[] = {0,1,0.268,1,0.296,0,0.701,0,0.715,1,1,1}; + }; + class RifleReloadProneSMG_01: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadSMG_01Prone"; + speed = 0.370786; + leftHandIKCurve[] = {0.056497,1,0.084746,0,0.920904,0,0.966102,1}; + }; + class RifleReloadProneM4SSAS: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadM4SSAS"; + speed = 0.105079; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + }; + class PistolReloadProneBase: RifleReloadProneBase + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\pst\AwopPercMstpSrldWpstDnon"; + speed = 0.750124; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + weaponIK = 0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + }; + class PistolReloadProne: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadPistolProne"; + speed = -2.9; + leftHandIKCurve[] = {0,1,0.103,0,0.8848,0,1,1}; + }; + class PistolHeavy02ReloadProne: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadPistolHeavy02Prone"; + speed = 0.28; + }; + class PistolReloadProneFlaregun: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadFlaregun"; + speed = -2.9; + leftHandIKCurve[] = {0,1,0.103,0,0.8848,0,1,1}; + }; + class WeaponMagazineReloadStand: Default + { + visibleSize = 0.750124; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\rfl\AwopPercMstpSrldWrflDnon"; + looped = 0; + speed = 0.4; + soundEnabled = 0; + disableWeapons = 1; + duty = -1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class WeaponMagazineReloadKneel: WeaponMagazineReloadStand + { + visibleSize = 0.350124; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\rld\rfl\AwopPknlMstpSrldWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.1}; + }; + class WeaponMagazineReloadProne: WeaponMagazineReloadStand + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\rld\rfl\AwopPpneMstpSrldWrflDnon"; + visibleSize = 0.125012; + aimPrecision = 0.5; + camShakeFire = 0.5; + speed = 0.27; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + weaponIK = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + }; + class PistolMagazineReloadStand: Default + { + visibleSize = 0.750124; + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\pst\AwopPercMstpSrldWpstDnon"; + looped = 0; + speed = 0.750124; + soundEnabled = 0; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + duty = -1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class PistolMagazineReloadKneel: PistolMagazineReloadStand + { + visibleSize = 0.350124; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\rld\pst\AwopPknlMstpSrldWpstDnon"; + speed = 0.32; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.1}; + }; + class PistolMagazineReloadProne: PistolMagazineReloadStand + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\rld\pst\AwopPpneMstpSrldWpstDnon"; + visibleSize = 0.125012; + aimPrecision = 0.5; + camShakeFire = 0.5; + speed = 0.6; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + }; + class LauncherReloadKneel: Default + { + visibleSize = 0.350124; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\rld\lnr\AwopPknlMstpSrldWlnrDnon"; + looped = 0; + speed = 0.25; + soundEnabled = 0; + disableWeapons = 1; + aiming = "aimingLauncher"; + aimingBody = "aimingUpLauncher"; + duty = -1; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",1.0}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class LauncherReloadStand: LauncherReloadKneel + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\lnr\AwopPercMstpsrldWlnrDnon"; + actions = "LauncherStandActions"; + speed = 0.4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class TransAnimBase: Default + { + stamina = 0; + file = "\A3\anims_f\Data\Anim\sdr\trigger"; + visibleSize = 0.500125; + relSpeedMin = 0.5; + static = 1; + looped = 0; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + headBobStrength = 0.164179; + headBobMode = 2; + interpolationSpeed = 3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class TransAnimBase_noIK: TransAnimBase + { + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + }; + class AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup"; + visibleSize = 0.400125; + actions = "RifleAdjustBKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown"; + speed = -0.65; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.2; + aimprecision = 0.5; + adjstance = "d"; + leftHandIKCurve[] = {0.05,1,0.1,0,0.888,0,0.954,1}; + }; + class AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup: AadjPpneMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown"; + visibleSize = 0.400125; + actions = "RifleAdjustFProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup"; + speed = -0.55; + leaningFactorBeg = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_stand_to_kneel"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.2; + aimprecision = 0.2; + adjstance = "u"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.05,1,0.1,0,0.888,0,0.954,1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon"; + speed = 1.03448; + showHandGun = 1; + showWeaponAim = 0; + disableWeapons = 1; + actions = "PistolLowKneelActions"; + interpolationRestart = 2; + visibleSize = 0.3; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon"; + actions = "PistolKneelActions"; + showWeaponAim = 1; + disableWeapons = 0; + speed = 2.30769; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon"; + actions = "PistolKneelActions"; + disableWeaponsLong = 1; + showWeaponAim = 0; + enableBinocular = 1; + enableOptics = -1; + limitGunMovement = 0.1; + showHandGun = 1; + speed = 0.967742; + soundOverride = "handgun_to_unarmed"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end"; + showHandGun = 0; + soundEnabled = 0; + speed = 1.30435; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon"; + showHandGun = 0; + speed = 1.76471; + soundOverride = "unarmed_to_handgun"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end"; + showHandGun = 1; + speed = 1.07143; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon"; + actions = "PistolStandActions"; + speed = 2.72727; + soundEnabled = 1; + soundOverride = "lift_handgun"; + soundEdge[] = {0.01}; + showHandGun = 1; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon: TransAnimBase + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon"; + actions = "PistolLowStandActions"; + soundEnabled = 1; + soundOverride = "low_handgun"; + soundEdge[] = {0.01}; + speed = 1.30435; + showWeaponAim = 0; + disableWeapons = 1; + showHandGun = 1; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon"; + actions = "LauncherStandActions"; + speed = 3; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon"; + actions = "LauncherStandActions"; + speed = 3; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon"; + actions = "RifleStandActions"; + speed = 0.66; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leaningFactorEnd = 1; + leaningFactorBeg = 0.5; + soundOverride = "launcher_to_rifle"; + rightHandIKCurve[] = {0.245,1,0.449,0}; + leftHandIKCurve[] = {0.643,1,0.724,0}; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end"; + actions = "RifleStandActions"; + speed = 0.604; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leaningFactorEnd = 1; + leaningFactorBeg = 0.5; + rightHandIKCurve[] = {0.843,0,0.935,1}; + leftHandIKCurve[] = {0.481,0,0.694,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.015,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end"; + actions = "LauncherStandActions"; + speed = 0.61111; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leaningFactorEnd = 1; + leaningFactorBeg = 0.5; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase_noIK + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon"; + actions = "LauncherStandActions"; + speed = 0.970588; + disableWeapons = 1; + interpolationRestart = 2; + leaningFactorBeg = 1; + leaningFactorEnd = 0.5; + soundOverride = "rifle_to_launcher"; + rightHandIKCurve[] = {0.136,1,0.288,0}; + leftHandIKCurve[] = {0.5,1,0.773,0}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + aimPrecision = 3.0; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 1.42857; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + duty = 0.6; + static = 1; + reverse = "AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.005}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + stamina = 0; + visibleSize = 0.600125; + actions = "LauncherStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + speed = 0.447761; + onLandBeg = 1; + soundOverride = "standup"; + leaningFactorEnd = 1; + interpolationRestart = 2; + duty = 2; + enableOptics = 1; + leftHandIKBeg = 0; + reverse = "AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon"; + leftHandIKCurve[] = {0.018868,1,0.049057,0,0.637736,0,0.70566,1}; + weaponIK = 4; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon: TransAnimBase + { + visibleSize = 0.300125; + actions = "LauncherProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon"; + speed = 0.526316; + soundOverride = "laydown"; + onLandEnd = 1; + leaningFactorBeg = 1; + interpolationRestart = 2; + duty = 0.8; + enableOptics = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + leftHandIKCurve[] = {0,1,0.328889,1,0.391111,0,0.888889,0,0.955556,1}; + leftHandIKEnd = 1; + headBobStrength = 0.512438; + aimprecision = 0.2; + weaponIK = 4; + ConnectTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + stamina = 0; + visibleSize = 0.250125; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 0.731707; + onLandBeg = 1; + soundOverride = "standup"; + leaningFactorEnd = 1; + interpolationRestart = 2; + enableOptics = 1; + leftHandIKBeg = 0; + reverse = "AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon"; + leftHandIKCurve[] = {0.03125,1,0.1,0,0.75,0,0.84375,1}; + weaponIK = 4; + duty = 1; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + actions = "LauncherStandActions"; + speed = 1.15385; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + duty = 0.8; + static = 1; + relSpeedMin = 0.6; + reverse = "AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + stamina = 0; + visibleSize = 0.300125; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.578948; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandEnd = 1; + interpolationRestart = 1; + duty = 2; + enableOptics = 0; + leftHandIKBeg = 0; + soundOverride = "adjust_stand_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.628889,1,0.7,0}; + rightHandIKCurve[] = {0.328889,1,0.4,0}; + leftHandIKEnd = 1; + headBobStrength = 0.512438; + aimprecision = 0.2; + weaponIK = 4; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon",0.01,"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon",0.01,"AmovPpneMstpSnonWnonDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon: AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_kneel_to_prone"; + }; + class AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_in"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon_Putdown: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon"; + speed = -1e-005; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_out"; + speed = 0.731707; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "RifleStandActions_inv"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon + { + variantsPlayer[] = {"AinvPercMstpSrasWrflDnon_G01",1}; + variantAfter[] = {11,11,11}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPercMstpSrasWrflDnon_G01: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_gloop"; + speed = -11; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_in"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon_Putdown: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon"; + speed = -1e-005; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + static = 1; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_out"; + speed = 0.833333; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "RifleKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_gin"; + speed = 1.85; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + soundEnabled = 0; + soundOverride = ""; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon + { + variantsPlayer[] = {"AinvPknlMstpSrasWrflDnon_G01",1}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + weaponLowered = 1; + disableWeaponsLong = 1; + canPullTrigger = 0; + }; + class AinvPknlMstpSrasWrflDnon_G01: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_gloop"; + speed = -6; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_gout"; + speed = 1.75; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_in"; + speed = 0.731707; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon_Putdown: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon"; + speed = -1e-005; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_out"; + speed = 0.588235; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + actions = "rifleproneActions_inv"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_gin"; + speed = 1.11111; + interpolationRestart = 1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon + { + variantsPlayer[] = {"AinvPpneMstpSrasWrflDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSrasWrflDnon_G01: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_gloop"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.75; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_gout"; + speed = 1.85; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "PistolStandActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon",0.025,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon + { + variantsPlayer[] = {"AinvPercMstpSrasWpstDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPercMstpSrasWpstDnon_G01: AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_gloop"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "PistolKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.025,"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon + { + variantsPlayer[] = {"AinvPknlMstpSrasWpstDnon_G01",1}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPknlMstpSrasWpstDnon_G01: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_gloop"; + speed = -6; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "PistolProneActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon + { + variantsPlayer[] = {"AinvPpneMstpSrasWpstDnon_G01",1}; + variantAfter[] = {8,8,8}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPpneMstpSrasWpstDnon_G01: AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_gloop"; + speed = -8; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_in"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWpstDnon_Putdown_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWpstDnon_Putdown_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_out"; + speed = 0.731707; + disableWeapons = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_in"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWpstDnon_Putdown_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWpstDnon_Putdown_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_out"; + speed = 0.833333; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_in"; + speed = 0.731707; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWpstDnon_Putdown_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWpstDnon_Putdown_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_out"; + speed = 0.588235; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "CivilStandActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon + { + variantsPlayer[] = {"AinvPercMstpSnonWnonDnon_G01",1}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_G"; + speed = 10; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSnonWnonDnon_G01: AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_gloop"; + speed = -6; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_gout"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "CivilKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_G01",1}; + variantAfter[] = {4,4,4}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_G"; + speed = 10; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSnonWnonDnon_G01: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_gloop"; + speed = -4; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_gout"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "CivilProneActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon + { + variantsPlayer[] = {"AinvPpneMstpSnonWnonDnon_G01",1}; + variantAfter[] = {8,8,8}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_G"; + speed = 10; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSnonWnonDnon_G01: AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_gloop"; + speed = -8; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_gout"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + aimPrecision = 3.0; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = -0.45; + interpolationRestart = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + headBobStrength = 0; + duty = 0.4; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon"; + speed = -0.75; + soundOverride = "Walk"; + interpolationRestart = 1; + soundEnabled = 1; + disableWeapons = 1; + headBobStrength = 0.512438; + reverse = "AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + aimPrecision = 3.0; + }; + class AmovPercMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon + { + actions = "RifleStandActions_gear"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.02,"AmovPercMstpSrasWrflDnon_diary",0.02}; + InterpolateTo[] = {}; + }; + class AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + static = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.69; + visibleSize = 0.300125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.710527; + soundOverride = "adjust_stand_to_prone"; + onLandBeg = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + duty = 0.5; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + IgnoreMinPLayTime[] = {"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"}; + leftHandIKCurve[] = {0,1,0.328889,1,0.391111,0,0.888889,0,0.955556,1}; + soundEnabled = 1; + headBobStrength = 0.512438; + aimPrecision = 5.0; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + aimPrecision = 5.0; + static = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.51; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = -1.4; + soundOverride = "laydown"; + onLandBeg = 0; + leaningFactorBeg = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + leftHandIKCurve[] = {0.292593,1,0.396296,0,0.851852,0,0.940741,1}; + leftHandIKEnd = 0; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + aimPrecision = 4.0; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.41; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + leftHandIKCurve[] = {0,1,0.168627,1,0.223529,0,0.85098,0,0.929412,1}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = -1; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + soundEnabled = 1; + soundOverride = "low_rifle"; + soundEdge[] = {0.01}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = -0.5; + interpolationRestart = 2; + disableWeapons = 1; + headBobStrength = 0.512438; + reverse = "AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon"; + }; + class AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + soundEnabled = 1; + soundOverride = "lift_rifle"; + soundEdge[] = {0.01}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = 3.05539; + interpolationRestart = 2; + disableWeapons = 1; + disableWeaponsLong = 1; + headBobStrength = 0.512438; + weaponLowered = 1; + reverse = "AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon"; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon"; + disableWeapons = 1; + speed = -0.65; + reverse = "AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon"; + }; + class AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + interpolationRestart = 2; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = 2.29714; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon"; + }; + class AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + stamina = 0; + variantsAI[] = {}; + boundingSphere = 3; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\rfl\AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon"; + speed = 1.2; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + duty = 1; + weaponIK = 1; + interpolationRestart = 1; + aimPrecision = 6; + leftHandIKCurve[] = {0.52,1,0.72,0}; + static = 1; + relSpeedMin = 1.15; + relSpeedMax = 1.15; + ConnectTo[] = {"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon_2: AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\rfl\AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon_2"; + speed = 0.923077; + onLandEnd = 1; + leaningFactorBeg = 0; + leftHandIKCurve[] = {0.54,0,0.71,1}; + interpolationRestart = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + boundingSphere = 4; + canBlendStep = 0; + looped = 0; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_start"; + speed = 1.03448; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + aimPrecision = 5.0; + leftHandIKCurve[] = {0,1,0.37,0}; + ConnectTo[] = {"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + soundEdge[] = {0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMin = 1; + variantsPlayer[] = {}; + boundingSphere = 4; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.77; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_end"; + speed = 1.53846; + onLandBeg = 0; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + aimPrecision = 5; + leftHandIKCurve[] = {0.564103,0,0.794872,1}; + soundEdge[] = {0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_old: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.77; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_trans.p3d"; + speed = 0.618557; + onLandBeg = 0; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0,1,0.108808,0,0.860104,0,0.932642,1}; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + aimPrecision = 3.0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + visibleSize = 0.600125; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = -0.55; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + headBobStrength = 0; + duty = 0.6; + static = 1; + relSpeedMin = 0.8; + reverse = "AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + soundOverride = "adjust_kneel_to_stand"; + }; + class AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + aimPrecision = 3.0; + disableWeapons = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + static = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + visibleSize = 0.150125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.826531; + onLandBeg = 0; + soundOverride = "adjust_kneel_to_prone"; + leaningFactorBeg = 1; + interpolationRestart = 1; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + leftHandIKCurve[] = {0.076923,1,0.128205,0,0.871795,0,0.923077,1}; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + soundEnabled = 1; + aimPrecision = 4.0; + duty = 0.4; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMsprSrasWrflDf: TransAnimBase + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMsprSlowWrflDf"; + speed = 2.07; + enableDirectControl = 0; + leaningFactorBeg = 1; + soundOverride = "sprint"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPercMsprSrasWrflDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPercMsprSrasWrflDf_2: AmovPknlMstpSrasWrflDnon_AmovPknlMsprSrasWrflDf + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2"; + speed = 1.5; + interpolationSpeed = 0.5; + interpolationRestart = 1; + static = 1; + relSpeedMax = 1.1; + relSpeedMin = 0.5; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + visibleSize = 0.600125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = 0.604477; + onLandBeg = 1; + canBlendStep = 0; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + leaningFactorBeg = 0; + interpolationRestart = 1; + duty = 2; + looped = 0; + leftHandIKBeg = 0; + aimPrecision = 5.0; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.018868,1,0.049057,0,0.637736,0,0.70566,1}; + minPlayTime = 0.65; + headBobStrength = 0.512438; + }; + class AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf: TransAnimBase + { + stamina = 0; + variantsAI[] = {}; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf"; + speed = 1; + onLandBeg = 1; + soundOverride = "standup"; + enableDirectControl = 0; + duty = 2; + interpolationRestart = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2",0.005}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2: AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2"; + speed = 0.1; + onLandBeg = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDf",0.005,"AmovPercMevaSrasWrflDfl",0.005,"AmovPercMevaSrasWrflDfr",0.005,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon",0.05}; + }; + class AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + aimPrecision = 3.0; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.47; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = -0.75; + soundOverride = "Walk"; + soundEnabled = 1; + disableWeapons = 1; + static = 1; + relSpeedMin = 0.8; + headBobStrength = 0.512438; + interpolationRestart = 1; + reverse = "AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon"; + }; + class AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.5; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.71; + visibleSize = 0.250125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = 0.987804; + onLandBeg = 1; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + leaningFactorBeg = 0; + interpolationRestart = 1; + aimPrecision = 4.0; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.03125,1,0.1,0,0.75,0,0.84375,1}; + duty = 1.0; + }; + class AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + aimPrecision = 2; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + speed = -0.35; + interpolationRestart = 1; + duty = 0.2; + headBobStrength = 0; + reverse = "AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon + { + aimPrecision = 2; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon"; + speed = 1.11111; + disableWeapons = 1; + interpolationRestart = 1; + reverse = "AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon"; + }; + class AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + stamina = 0; + aimPrecision = 4.0; + relSpeedMin = 1; + static = 1; + actions = "PistolRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon"; + speed = 2.18182; + onLandEnd = 1; + soundOverride = "laydown"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + enableDirectControl = 0; + interpolationRestart = 1; + duty = 0.8; + ConnectTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2",0.005}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2: AmovPpneMstpSrasWpstDnon + { + stamina = 0; + static = 1; + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2"; + speed = 1.04348; + }; + class AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 4.0; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.818183; + leaningFactorBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + soundEnabled = 1; + soundOverride = "adjust_stand_to_prone"; + soundEdge[] = {0.01}; + ignoreMinPlayTime[] = {"AswmPercMrunSnonWnonDf","AsswPercMrunSnonWnonDf","AbswPercMrunSnonWnonDf","Unconscious"}; + leftHandIKCurve[] = {0.2222,1,0.2777,0,0.8518,0,0.9444,1}; + leftHandIKEnd = 0; + duty = 0.4; + }; + class AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.545455; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + }; + class AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.566038; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + }; + class AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + aimPrecision = 2; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + speed = -0.37; + interpolationRestart = 1; + duty = 0.4; + headBobStrength = 0; + reverse = "AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon + { + static = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon"; + speed = 0.967742; + disableWeapons = 1; + reverse = "AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon"; + }; + class AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf: TransAnimBase + { + aimPrecision = 2; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPercMsprSlowWpstDf"; + speed = 3.71; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + enableDirectControl = 0; + soundOverride = "standup"; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 3.0; + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.83721; + leaningFactorBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "adjust_kneel_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.0384,1,0.1153,0,0.8653,0,0.923,1}; + leftHandIKEnd = 0; + duty = 0.2; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 4.0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + speed = 0.679245; + onLandBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + leftHandIKCurve[] = {0.0303,1,0.0757,0,0.6666,0,0.7878,1}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + duty = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.65; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + speed = 0.857144; + canBlendStep = 0; + onLandBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + leftHandIKCurve[] = {0,1,0.0588,0,0.745,0,0.8823,1}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + duty = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.65; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf: TransAnimBase + { + stamina = 0; + aimPrecision = 4.0; + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf"; + speed = 1.31; + onLandBeg = 1; + soundOverride = "standup"; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + enableDirectControl = 0; + interpolationRestart = 1; + duty = 2; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf_2: AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf + { + actions = "PistolRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf_2"; + speed = 2.17; + ConnectTo[] = {"AmovPercMrunSrasWpstDf",0.02,"AmovPercMevaSrasWpstDf",0.02}; + InterpolateTo[] = {"AmovPercMrunSrasWpstDf",0.02,"AmovPercMevaSrasWpstDf",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + speed = 1.53846; + duty = 0.1; + disableWeapons = 1; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + stamina = 0; + static = 1; + canBlendStep = 0; + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\non\non\AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon"; + speed = 0.95; + onLandEnd = 1; + soundOverride = "laydown"; + canPullTrigger = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + enableDirectControl = 0; + interpolationRestart = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + duty = 0.6; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2: AmovPpneMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\non\non\AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2"; + speed = 1.5; + soundOverride = "laydown"; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + duty = 2; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + stamina = 0; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.886936; + onLandBeg = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + duty = 0.6; + disableWeapons = 1; + reverse = "AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + soundOverride = "adjust_stand_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + speed = 1.46739; + aiming = "aimingCivil"; + duty = 0.2; + disableWeapons = 1; + reverse = "AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf: TransAnimBase + { + canBlendStep = 0; + actions = "CivilKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf"; + speed = 2.55; + canPullTrigger = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + enableDirectControl = 0; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2: AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf + { + canBlendStep = 0; + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2"; + speed = 1.2; + ConnectTo[] = {}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = 1.32353; + onLandBeg = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + duty = 0.1; + disableWeapons = 1; + reverse = "AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + soundOverride = "adjust_kneel_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + stamina = 0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.8; + onLandBeg = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorEnd = 1; + interpolationRestart = 1; + duty = 1; + disableWeapons = 1; + reverse = "AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.895522; + onLandBeg = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorEnd = 1; + interpolationRestart = 1; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + disableWeapons = 1; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf: TransAnimBase + { + stamina = 0; + canBlendStep = 0; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf"; + speed = 1.06; + onLandBeg = 1; + soundOverride = "standup"; + canPullTrigger = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + enableDirectControl = 0; + interpolationRestart = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2: AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2"; + speed = 1.32; + soundOverride = "sprint"; + ConnectTo[] = {"AmovPercMevaSnonWnonDf",0.02}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + duty = 0.5; + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.875; + disableWeapons = 1; + interpolationRestart = 2; + soundOverride = "rifle_to_handgun"; + leftHandIKCurve[] = {0.759,1,0.929,0}; + rightHandIKCurve[] = {0.17,1,0.298,0}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end",0.005}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.666; + soundEnabled = 0; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + weaponIK = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon + { + duty = 1.0; + visibleSize = 0.350125; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "rifle_to_handgun"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end + { + duty = 1.0; + actions = "PistolKneelActions"; + visibleSize = 0.350125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + duty = 1.5; + visibleSize = 0.125013; + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.625; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + soundOverride = "rifle_to_handgun_prn"; + onLandBeg = 1; + onLandEnd = 1; + leftHandIKCurve[] = {0,1,0.111,0}; + rightHandIKCurve[] = {0.152,1,0.199,0}; + weaponIK = 1; + soundEnabled = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end",0.005}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 0.95238; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + weaponIK = 2; + soundEnabled = 0; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon + { + duty = 1.0; + visibleSize = 0.350121; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon"; + aimprecision = 0.5; + soundOverride = "rifle_to_launcher"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end + { + duty = 1.0; + visibleSize = 0.350121; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end"; + aimprecision = 0.5; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.441176; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "rifle_to_unarmed"; + leftHandIKCurve[] = {0,1,0.089,0}; + rightHandIKCurve[] = {0.14,1,0.268,0}; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.441176; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "rifle_to_unarmed"; + leftHandIKCurve[] = {0,1,0.1492,0}; + rightHandIKCurve[] = {0.149254,1,0.268,0}; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.75; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.45; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "rifle_to_unarmed"; + leftHandIKCurve[] = {0.15,1,0.27,0}; + rightHandIKCurve[] = {0.2,1,0.25,0}; + onLandBeg = 1; + onLandEnd = 1; + soundEnabled = 0; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon: TransAnimBase + { + duty = 0.5; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon"; + speed = 1.23288; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + enableOptics = 2; + soundOverride = "handgun_to_rifle"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end"; + speed = 0.697674; + showHandGun = 0; + aiming = "aimingDefault"; + aimingBody = "aimingUpDefault"; + interpolationSpeed = 20; + soundEnabled = 0; + rightHandIKCurve[] = {0.3,0,0.4,1}; + leftHandIKCurve[] = {0.406,0,0.492,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon + { + duty = 1.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon"; + visibleSize = 0.350125; + actions = "RifleKneelActions"; + soundOverride = "handgun_to_rifle"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end + { + duty = 1.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end"; + visibleSize = 0.350125; + soundEnabled = 0; + actions = "RifleKneelActions"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + duty = 1.5; + visibleSize = 0.125013; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon"; + speed = 1.93548; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + onLandBeg = 1; + onLandEnd = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + soundOverride = "handgun_to_rifle"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end"; + speed = 0.681818; + soundEnabled = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + showHandGun = 0; + rightHandIKCurve[] = {0.707,0,0.782,1}; + leftHandIKCurve[] = {0.833,0,0.908,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon"; + disableWeapons = 1; + actions = "PistolStandActions"; + speed = 0.9031; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + soundOverride = "launcher_to_handgun"; + rightHandIKCurve[] = {0.639,1,0.778,0}; + leftHandIKCurve[] = {0.819,1,0.917,0}; + weaponIK = 4; + enableOptics = 2; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end"; + disableWeapons = 1; + actions = "PistolStandActions"; + showHandGun = 1; + speed = 1.0813; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + enableOptics = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon"; + disableWeapons = 1; + actions = "LauncherStandActions"; + showHandGun = 1; + speed = 1.4344; + interpolationRestart = 2; + weaponIK = 2; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + enableOptics = 2; + soundOverride = "handgun_to_launcher"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end"; + disableWeapons = 1; + soundEnabled = 0; + actions = "LauncherStandActions"; + speed = 0.43131; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {0.414,0,0.493,1}; + leftHandIKCurve[] = {0.132,0,0.257,1}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + enableOptics = 2; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon + { + duty = 1.0; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon"; + visibleSize = 0.350121; + soundOverride = "handgun_to_launcher"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end + { + duty = 1.0; + actions = "LauncherKneelActions"; + soundEnabled = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end"; + visibleSize = 0.350121; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon"; + speed = 1.03448; + disableWeapons = 1; + showHandgun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + InterpolationSpeed = 2.5; + enableOptics = 2; + soundOverride = "handgun_to_unarmed"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end",0.001}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end"; + speed = 1.25; + soundEnabled = 0; + showHandGun = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.9375; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + soundOverride = "handgun_to_unarmed"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon_end: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon_end"; + speed = 1.11111; + soundEnabled = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon + { + duty = 1.0; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon"; + visibleSize = 0.350121; + aimprecision = 0.5; + soundOverride = "launcher_to_rifle"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end + { + duty = 1.0; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end"; + visibleSize = 0.350121; + aimprecision = 0.5; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon + { + duty = 1.0; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon"; + visibleSize = 0.350121; + soundOverride = "launcher_to_handgun"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end + { + duty = 1.0; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end"; + visibleSize = 0.350121; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.34; + rightHandIKCurve[] = {0.45,1,0.5,0}; + leftHandIKCurve[] = {0.05,1,0.15,0}; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "standup"; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.03}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon: TransAnimBase_noIK + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon"; + speed = 3.15789; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end"; + speed = 0.645162; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle"; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon"; + speed = 3.15789; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + soundEnabled = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end"; + speed = 0.645162; + showItemInHand = 0; + rightHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + weaponIK = 1; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.992064; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle_2"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end"; + speed = 0.541125; + showItemInHand = 0; + rightHandIKCurve[] = {0.61,0,0.73,1}; + leftHandIKCurve[] = {0.68,0,0.75,1}; + weaponIK = 1; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon: TransAnimBase_noIK + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.66667; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_handgun"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.15385; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon"; + speed = 1.66667; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_handgun"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end"; + speed = 1.15385; + showItemInHand = 0; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon"; + speed = 1.77632; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_handgun"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 1.27359; + showItemInHand = 0; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon: TransAnimBase_noIK + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon"; + speed = 1.665; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_unarmed"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end"; + speed = 1.665; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "CivilKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon"; + speed = 1.665; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_unarmed"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end: AmovPknlMstpSnonWnonDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end"; + speed = 1.665; + showItemInHand = 0; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon"; + speed = 1.32353; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_unarmed"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end"; + speed = 1.8; + showItemInHand = 0; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon: TransAnimBase + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon"; + speed = 0.428571; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + canPullTrigger = 0; + soundOverride = "unarmed_to_rifle"; + rightHandIKCurve[] = {0.52,0,0.578,1}; + leftHandIKCurve[] = {0.78,0,0.884,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon: TransAnimBase + { + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon"; + speed = 0.46153; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + canPullTrigger = 0; + soundOverride = "unarmed_to_rifle"; + rightHandIKCurve[] = {0.515625,0,0.59375,1}; + leftHandIKCurve[] = {0.85,0,0.92,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.842188; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "unarmed_to_rifle"; + leftHandIKCurve[] = {0.84,0,1,1}; + rightHandIKCurve[] = {0.6,0,0.72,1}; + onLandBeg = 1; + onLandEnd = 1; + canPullTrigger = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.76471; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + InterpolationSpeed = 2.5; + canPullTrigger = 0; + enableOptics = 2; + soundOverride = "unarmed_to_handgun"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.07143; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon"; + speed = 1.48077; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + canPullTrigger = 0; + enableOptics = 2; + soundOverride = "unarmed_to_handgun"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 0.931452; + showHandGun = 1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + }; + class AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 1; + rightHandIKCurve[] = {0.5,0,0.55,1}; + leftHandIKCurve[] = {0.85,0,0.95,1}; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + canPullTrigger = 0; + weaponIK = 4; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.005}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMevaSrasWrflDf: SprintBaseDf + { + speed = 1.60971; + static = 1; + weaponIK = 1; + headBobStrength = 0.25; + duty = 1; + disableWeaponsLong = 1; + enableOptics = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + ConnectTo[] = {"AovrPercMrunSrasWrflDf",1.202}; + InterpolateTo[] = {"AovrPercMstpSrasWrflDf",0.232,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMwlkSrasWrflDf",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPercMrunSrasWrflDf_ldst",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.02,"Unconscious",0.01,"AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02}; + }; + class AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf + { + interpolationRestart = 1; + aiming = "aimingDefault"; + aimingBody = "aimingUpDefault"; + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\AmovPercMsprSrasWrflDf_AmovPknlMstpSrasWrflDnon"; + speed = 1.3; + limitGunMovement = 1; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {}; + }; + class AmovPercMevaSrasWrflDfr_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\AmovPercMsprSrasWrflDfr_AmovPknlMstpSrasWrflDnon"; + speed = 0.9; + }; + class AmovPercMevaSrasWrflDfl_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\AmovPercMsprSrasWrflDfl_AmovPknlMstpSrasWrflDnon"; + speed = 0.9; + }; + class AmovPknlMevaSrasWrflDf: AmovPercMevaSrasWrflDf + { + aimPrecision = 8.0; + duty = 1.2; + relSpeedMin = 0.5; + Walkcycles = 2; + speed = 1.47599; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDf"; + actions = "RifleKneelEvasiveActionsF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.02,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPercMevaSlowWrflDf: AmovPercMevaSrasWrflDf + { + actions = "RifleStandLowEvasiveActionsF"; + headBobStrength = 0.253731; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.025,"AmovPercMwlkSlowWrflDf",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPknlMevaSrasWrflDf",0.02,"AidlPercMevaSrasWrflDf",0.01,"AmovPercMevaSlowWrflDfl",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AidlPercMevaSrasWrflDf: AmovPercMevaSlowWrflDf + { + actions = "RifleStandEvasiveActionsF_Idle"; + InterpolateTo[] = {"AidlPercMwlkSrasWrflDf",0.025,"AidlPercMrunSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.01,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AidlPercMwlkSrasWrflDb: AmovPercMwlkSlowWrflDb + { + actions = "RifleStandActions_Idle"; + InterpolateTo[] = {"AidlPercMwlkSrasWrflDf",0.02,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AmovPercMevaSrasWrflDfl: AmovPercMevaSrasWrflDf + { + relSpeedMax = 1.1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfl"; + actions = "RifleStandEvasiveActionsFL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfl_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPercMrunSrasWrflDl",0.05,"AmovPercMrunSrasWrflDfl_ldst",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDl",0.025}; + }; + class AmovPknlMevaSrasWrflDfl: AmovPknlMevaSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDfl"; + actions = "RifleKneelEvasiveActionsFL"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDf",0.025,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPercMevaSlowWrflDfl: AmovPercMevaSrasWrflDf + { + actions = "RifleStandLowEvasiveActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfl"; + aimPrecision = 4; + weaponLowered = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.025,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMevaSrasWrflDl",0.025,"AmovPercMevaSrasWrflDfl",0.025,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPercMevaSrasWrflDfr: AmovPercMevaSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfr"; + actions = "RifleStandEvasiveActionsFR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfr_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDfr_ldst",0.025,"AmovPercMrunSrasWrflDr",0.05,"AmovPercMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.025,"AmovPercMevaSrasWrflDfl",0.02,"Unconscious",0.01,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDr",0.025}; + }; + class AmovPercMevaSrasWrflDr: AmovPercMrunSrasWrflDr + { + actions = "RifleStandEvasiveActionsR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPknlMevaSrasWrflDr",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02}; + }; + class AmovPercMevaSrasWrflDl: AmovPercMrunSrasWrflDl + { + actions = "RifleStandEvasiveActionsL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPknlMevaSrasWrflDl",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02}; + }; + class AmovPknlMevaSrasWrflDr: AmovPknlMrunSrasWrflDr + { + actions = "RifleKneelEvasiveActionsR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDr",0.025,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.03,"Unconscious",0.01,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDf",0.02,"AmovPknlMrunSrasWrflDf_ldst",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDb_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMevaSrasWrflDf",0.02,"AmovPknlMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02}; + }; + class AmovPknlMevaSrasWrflDl: AmovPknlMrunSrasWrflDl + { + actions = "RifleKneelEvasiveActionsL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDl",0.025,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.03,"Unconscious",0.01,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMevaSrasWrflDfl",0.02,"AmovPknlMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDl",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02}; + }; + class AmovPknlMevaSrasWrflDfr: AmovPercMevaSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDfr"; + actions = "RifleKneelEvasiveActionsFR"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDf",0.025,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPercMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPercMevaSlowWrflDfr: AmovPercMevaSrasWrflDfr + { + actions = "RifleStandLowEvasiveActionsFR"; + headBobStrength = 0.253731; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMevaSlowWrflDfl",0.025,"AmovPercMevaSrasWrflDfr",0.025,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPknlMevaSlowWrflDf: AmovPknlMevaSrasWrflDf + { + actions = "RifleKneelLowEvasiveActionsF"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.02,"AmovPknlMevaSlowWrflDfl",0.025,"AmovPknlMevaSlowWrflDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSlowWrflDfl: AmovPknlMevaSrasWrflDfl + { + actions = "RifleKneelLowEvasiveActionsFL"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.02,"AmovPknlMevaSlowWrflDf",0.025,"AmovPknlMevaSlowWrflDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSlowWrflDfr: AmovPknlMevaSrasWrflDfr + { + actions = "RifleKneelLowEvasiveActionsFR"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.02,"AmovPknlMevaSlowWrflDfl",0.025,"AmovPknlMevaSlowWrflDf",0.025,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDr: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDr"; + speed = 0.51; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPknlMwlkSrasWrflDr",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl: AmovPpneMstpSrasWrflDnon + { + stamina = -1; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl"; + speed = 1.1; + duty = 3; + soundEnabled = 1; + soundOverride = "roll"; + canBlendStep = 0; + enableDirectControl = 0; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 4.5; + interpolationRestart = 1; + headBobStrength = -1; + enableOptics = 0; + aimPrecision = 6; + soundEdge[] = {0.1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr: AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr"; + speed = 1.2; + }; + class AmovPercMevaSrasWpstDf: SprintCivilBaseDf + { + actions = "PistolStandEvasiveActionsF"; + limitGunMovement = 0.1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + showHandGun = 1; + duty = 0.8; + visibleSize = 1; + static = 1; + enableOptics = 0; + speed = 1.666666; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf"; + weaponIK = 2; + headBobStrength = 0.233831; + ConnectTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMrunSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"Unconscious",0.1}; + disableWeaponsLong = 1; + }; + class AmovPknlMevaSrasWpstDf: AmovPercMevaSrasWpstDf + { + aimPrecision = 8.0; + duty = 1; + relSpeedMin = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDf"; + speed = 1.5; + actions = "PistolKneelEvasiveActionsF"; + headBobStrength = 0.21393; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMrunSlowWpstDf",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMevaSrasWpstDf",0.025,"AmovPercMevaSlowWpstDf",0.025,"AmovPknlMevaSrasWpstDfl",0.025,"AmovPknlMevaSrasWpstDfr",0.025,"Unconscious",0.1}; + soundEdge[] = {0,0.4,0.8}; + }; + class AmovPercMevaSlowWpstDf: AmovPercMevaSrasWpstDf + { + actions = "PistolLowStandActions"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSlowWpstDnon",0.025,"AmovPercMwlkSlowWpstDf",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMevaSlowWpstDfl",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWpstDfl: AmovPercMevaSrasWpstDf + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "PistolStandEvasiveActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\spr\low\pst\AmovPercMsprSlowWpstDfl"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDfl",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWpstDfl: AmovPknlMevaSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDfl"; + actions = "PistolKneelEvasiveActionsFL"; + InterpolateTo[] = {"AmovPknlMrunSlowWpstDfl",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPknlMevaSrasWpstDf",0.025,"AmovPercMevaSrasWpstDfl",0.025,"AmovPercMevaSlowWpstDfl",0.025,"AmovPknlMevaSrasWpstDfr",0.025,"AmovPercMevaSrasWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSlowWpstDfl: AmovPercMevaSrasWpstDfl + { + actions = "PistolLowStandActions"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSlowWpstDnon",0.025,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMevaSlowWpstDf",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWpstDfr: AmovPercMevaSrasWpstDf + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "PistolStandEvasiveActionsFR"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\spr\low\pst\AmovPercMsprSlowWpstDfr"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDr",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWpstDfr: AmovPknlMevaSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDfr"; + actions = "PistolKneelEvasiveActionsFR"; + headBobStrength = 0.20398; + InterpolateTo[] = {"AmovPknlMrunSlowWpstDfr",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPknlMevaSrasWpstDf",0.025,"AmovPercMevaSrasWpstDfr",0.025,"AmovPercMevaSlowWpstDfr",0.025,"AmovPknlMevaSrasWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSlowWpstDfr: AmovPercMevaSrasWpstDfr + { + actions = "PistolLowStandActions"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSlowWpstDnon",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPercMrunSlowWpstDfr",0.025,"AmovPercMevaSlowWpstDf",0.025,"AmovPercMevaSlowWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWpstDr: AmovPercMrunSrasWpstDr + { + actions = "PistolStandEvasiveActionsR"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDr",0.02,"Unconscious",0.1,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02}; + }; + class AmovPercMevaSrasWpstDl: AmovPercMrunSrasWpstDl + { + actions = "PistolStandEvasiveActionsL"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDl",0.02,"Unconscious",0.1,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02}; + }; + class AmovPknlMevaSrasWpstDr: AmovPknlMrunSrasWpstDr + { + actions = "PistolKneelEvasiveActionsR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.025,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDr",0.02,"AmovPknlMrunSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDr",0.02,"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02}; + }; + class AmovPknlMevaSrasWpstDl: AmovPknlMrunSrasWpstDl + { + actions = "PistolKneelEvasiveActionsL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.025,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDl",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDl",0.02,"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl: AmovPpneMstpSrasWpstDnon + { + aimPrecision = 4.0; + stamina = -1; + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl"; + speed = 1.02; + duty = 2.5; + soundEnabled = 1; + soundOverride = "roll"; + soundEdge[] = {0.01}; + canBlendStep = 0; + interpolationRestart = 1; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr: AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr"; + }; + class AmovPercMevaSnonWnonDf: SprintCivilBaseDf + { + aimPrecision = 7.0; + actions = "CivilEvasiveActions"; + speed = 1.875; + canPullTrigger = 0; + duty = 0.6; + Walkcycles = 2; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMevaSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPknlMevaSnonWnonDf",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWnonDfl: AmovPercMevaSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPknlMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWnonDfr: AmovPercMevaSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPknlMevaSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWnonDf: SprintCivilBaseDf + { + aimPrecision = 8.0; + actions = "CivilEvasiveKneelActions"; + speed = 1.875; + canPullTrigger = 0; + relSpeedMin = 0.5; + duty = 0.8; + Walkcycles = 2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMrunSnonWnonDf",0.02,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMevaSnonWnonDfl",0.02,"AmovPknlMevaSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWnonDfl: AmovPknlMevaSnonWnonDf + { + speed = 1.76471; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfl",0.02,"AmovPknlMevaSnonWnonDf",0.02,"AmovPknlMevaSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWnonDfr: AmovPknlMevaSnonWnonDf + { + speed = 1.76471; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPknlMevaSnonWnonDf",0.02,"AmovPknlMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl: AidlPpneMstpSnonWnonDnon_G0S + { + stamina = -1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl"; + speed = 0.95; + duty = 2; + canBlendStep = 0; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + soundEnabled = 1; + soundOverride = "roll_unarmed"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr: AidlPpneMstpSnonWnonDnon_G0S + { + stamina = -1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr"; + speed = 0.95; + duty = 2; + canBlendStep = 0; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + soundEnabled = 1; + soundOverride = "roll_unarmed"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class CutSceneAnimationBase: AmovPercMstpSnonWnonDnon + { + affectedByFatigue = "false"; + variantsPlayer[] = {}; + relSpeedMin = 1; + relSpeedMax = 1; + disableWeapons = 1; + enableOptics = 0; + head = "headNo"; + enableBinocular = 0; + headBobMode = 5; + headBobStrength = -1; + forceAim = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class CutSceneAnimationBaseAbuse: CutSceneAnimationBase + { + InterpolateTo[] = {}; + }; + class AmovPercMstpSnonWnonDnon_exercisekneeBendA: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exercisekneeBendA"; + speed = 0.172; + canPullTrigger = 0; + duty = 0.55; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendA",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + soundOverride = "AmovPercMstpSnonWnonDnon_exercisekneeBendA"; + soundEdge[] = {0.03}; + actions = "CivilExerciseActions"; + }; + class AmovPercMstpSnonWnonDnon_exercisekneeBendB: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exercisekneeBendB"; + speed = 0.33; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendB",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + actions = "CivilExerciseActions"; + }; + class AmovPercMstpSnonWnonDnon_exercisePushup: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exercisePushup"; + speed = 0.063559; + canPullTrigger = 0; + duty = 0.5; + soundOverride = "AmovPercMstpSnonWnonDnon_exercisePushup"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exercisePushup",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + actions = "CivilExerciseActions"; + }; + class AmovPercMstpSnonWnonDnon_exerciseKata: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exerciseKata"; + speed = 0.03; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exerciseKata",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + actions = "CivilExerciseActions"; + }; + class CutSceneAnimationBaseSit: CutSceneAnimationBase + { + boundingSphere = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + InterpolateTo[] = {}; + }; + class CutSceneAnimationBaseZoZo: CutSceneAnimationBase + { + boundingSphere = 8; + }; + class AmovPercMstpSnonWnonDnon_Scared: CutSceneAnimationBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_Scared"; + speed = 0.1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_Scared",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_Scared2: CutSceneAnimationBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_Scared2"; + speed = 0.1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_Scared2",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_SaluteIn: AidlPercMstpSlowWrflDnon_G0S + { + actions = "RifleLowStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteIn"; + speed = 2.5; + disableWeapons = 1; + canReload = 0; + canBlendStep = 0; + looped = 0; + interpolationRestart = 2; + rightHandIKBeg = 0; + rightHandIKCurve[] = {0.1,1,0.2,0}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_SaluteIn: AmovPercMstpSlowWrflDnon_SaluteIn + { + actions = "RifleStandSaluteActions_Idle"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_Salute",0.1}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_Salute: AmovPercMstpSlowWrflDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_Salute"; + speed = 1e+010; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_Salute: AmovPercMstpSlowWrflDnon_Salute + { + actions = "RifleStandSaluteActions_Idle"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_SaluteOut",0.1}; + }; + class AmovPercMstpSlowWrflDnon_SaluteOut: AmovPercMstpSlowWrflDnon_SaluteIn + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteOut"; + rightHandIKCurve[] = {0.8,0,0.9,1}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_SaluteOut: AmovPercMstpSlowWrflDnon_SaluteOut + { + actions = "RifleStandActions_Idle"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_SaluteIn: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "RifleStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteIn"; + speed = 2.5; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + looped = 0; + interpolationRestart = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + canBlendStep = 0; + rightHandIKCurve[] = {0.1,1,0.2,0}; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_Salute: AmovPercMstpSrasWrflDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_Salute"; + speed = 1e+010; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_SaluteOut: AmovPercMstpSrasWrflDnon_SaluteIn + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteOut"; + rightHandIKCurve[] = {0.8,0,0.9,1}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.15}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_SaluteIn",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.2,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.2,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteIn: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "PistolStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteIn"; + speed = 1.5; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + looped = 0; + interpolationRestart = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_SaluteIn_end",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteIn_end: AmovPercMstpSrasWpstDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteIn_end"; + speed = 1.2; + showHandGun = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_Salute: AmovPercMstpSrasWpstDnon_SaluteIn_end + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_Salute"; + speed = 1e+010; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteOut: AmovPercMstpSrasWpstDnon_SaluteIn_end + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteOut"; + actions = "PistolStandActions"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut_end",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteIn_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteOut_end: AmovPercMstpSrasWpstDnon_SaluteOut + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteOut_end"; + speed = 1.5; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_SaluteIn: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + actions = "CivilStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_SaluteIn"; + speed = 1.3; + looped = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_Salute: AmovPercMstpSnonWnonDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_Salute"; + speed = 1e+010; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_SaluteOut: AmovPercMstpSnonWnonDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_SaluteOut"; + actions = "CivilStandActions"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_EaseIn: CutSceneAnimationBase + { + actions = "CivilStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_EaseIn"; + speed = 1.6; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + looped = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_Ease",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_Ease: AmovPercMstpSnonWnonDnon_EaseIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_Ease"; + speed = 1e+010; + looped = 1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_EaseOut",0.1}; + }; + class AmovPercMstpSnonWnonDnon_EaseOut: AmovPercMstpSnonWnonDnon_EaseIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_easeout"; + speed = 1.09; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + actions = "RifleLowSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon"; + speed = 0.55; + looped = 0; + canBlendStep = 0; + variantsPlayer[] = {}; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 1.8; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0,1,0.213,0}; + leftHandIKEnd = 0; + soundOverride = "laydown"; + soundEnabled = 1; + disableWeapons = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSlowWrflDnon",1.0}; + InterpolateTo[] = {"AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon"; + speed = 1e+010; + looped = 1; + leftHandIKCurve[] = {0}; + equivalentTo = "AmovPsitMstpSlowWrflDnon"; + variantsPlayer[] = {"AmovPsitMstpSlowWrflDnon",0.25,"AmovPsitMstpSlowWrflDnon_WeaponCheck1",0.25,"AmovPsitMstpSlowWrflDnon_WeaponCheck2",0.25,"AmovPsitMstpSlowWrflDnon_Smoking",0.25}; + variantAfter[] = {10,15,25}; + ConnectTo[] = {"AmovPsitMstpSlowWrflDnon_WeaponCheck1",0.1,"AmovPsitMstpSlowWrflDnon_WeaponCheck2",0.1,"AmovPsitMstpSlowWrflDnon_Smoking",0.1,"AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"Acts_AidlPsitMstpSsurWnonDnon_loop",0.1}; + }; + class AmovPsitMstpSlowWrflDnon_WeaponCheck1: AmovPsitMstpSlowWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck1"; + speed = 0.15; + ConnectTo[] = {"AmovPsitMstpSlowWrflDnon",0.01}; + InterpolateTo[] = {"AmovPsitMstpSlowWrflDnon",0.2,"Unconscious",0.01}; + }; + class AmovPsitMstpSlowWrflDnon_WeaponCheck2: AmovPsitMstpSlowWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck2"; + speed = 0.13; + }; + class AmovPsitMstpSlowWrflDnon_Smoking: AmovPsitMstpSlowWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + }; + class AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + looped = 0; + canBlendStep = 0; + variantsPlayer[] = {}; + leftHandIKCurve[] = {0,0,0.213,1}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = 0.55; + minPlayTime = 0.4; + }; + class AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "RifleSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon"; + speed = 0.55; + looped = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + interpolationSpeed = 1.8; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + soundOverride = "laydown"; + soundEnabled = 1; + disableWeapons = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon",1.0,"AmovPsitMstpSrasWrflDnon_WeaponCheck1",1.0,"AmovPsitMstpSrasWrflDnon_WeaponCheck2",1.0,"AmovPsitMstpSrasWrflDnon_Smoking",1.0}; + InterpolateTo[] = {"AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.1,"Unconscious",0.1}; + }; + class AmovPsitMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon"; + speed = 1e+010; + looped = 1; + equivalentTo = "AmovPsitMstpSrasWrflDnon"; + variantsPlayer[] = {"AmovPsitMstpSrasWrflDnon",0.25,"AmovPsitMstpSrasWrflDnon_WeaponCheck1",0.25,"AmovPsitMstpSrasWrflDnon_WeaponCheck2",0.25,"AmovPsitMstpSrasWrflDnon_Smoking",0.25}; + variantsAI[] = {""}; + variantAfter[] = {10,15,25}; + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon_WeaponCheck1",0.1,"AmovPsitMstpSrasWrflDnon_WeaponCheck2",0.1,"AmovPsitMstpSrasWrflDnon_Smoking",0.1,"AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPsitMstpSrasWrflDnon_trans: AmovPsitMstpSrasWrflDnon + { + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.05}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPsitMstpSrasWrflDnon_WeaponCheck1: AmovPsitMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck1"; + speed = 0.15; + variantAfter[] = {1,1,1}; + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPsitMstpSrasWrflDnon_trans",0.05}; + }; + class AmovPsitMstpSrasWrflDnon_WeaponCheck2: AmovPsitMstpSrasWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck2"; + speed = 0.13; + }; + class AmovPsitMstpSrasWrflDnon_Smoking: AmovPsitMstpSrasWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + }; + class AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon: AmovPsitMstpSrasWrflDnon + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = 0.55; + looped = 0; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon",0.1}; + }; + class AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground: CutSceneAnimationBase + { + actions = "PistolSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"; + speed = 0.7; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 1.8; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + soundOverride = "laydown"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSnonWpstDnon_ground",0.02,"AmovPsitMstpSnonWpstDnon_smoking",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWpstDnon_AmovPercMstpSnonWpstDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWpstDnon_ground: AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground + { + variantAfter[] = {10,15,25}; + variantsPlayer[] = {"AmovPsitMstpSnonWpstDnon_ground",0.75,"AmovPsitMstpSnonWpstDnon_smoking",0.25}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_ground"; + speed = 1e+010; + looped = 1; + equivalentTo = "AmovPsitMstpSnonWpstDnon_ground"; + ConnectTo[] = {"AmovPsitMstpSnonWpstDnon_smoking",0.02,"AmovPsitMstpSnonWpstDnon_AmovPercMstpSnonWpstDnon_ground",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"Acts_AidlPsitMstpSsurWnonDnon_loop",0.1}; + }; + class AmovPsitMstpSnonWpstDnon_smoking: AmovPsitMstpSnonWpstDnon_ground + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + ConnectTo[] = {"AmovPsitMstpSnonWpstDnon_ground",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWpstDnon_AmovPercMstpSnonWpstDnon_ground: AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground + { + actions = "PistolStandActions"; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground: CutSceneAnimationBase + { + actions = "CivilSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"; + speed = 0.7; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + looped = 0; + soundOverride = "laydown"; + interpolationRestart = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_ground",1.0,"AmovPsitMstpSnonWnonDnon_smoking",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground: AidlPpneMstpSnonWnonDnon_G0S + { + actions = "CivilSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"; + speed = 0.55; + looped = 0; + interpolationRestart = 2; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_ground",1.0,"AmovPsitMstpSnonWnonDnon_smoking",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_ground: AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground + { + variantsPlayer[] = {"AmovPsitMstpSnonWnonDnon_ground",0.75,"AmovPsitMstpSnonWnonDnon_smoking",0.25}; + variantAfter[] = {10,15,25}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_ground"; + speed = 1e+010; + looped = 1; + equivalentTo = "AmovPsitMstpSnonWnonDnon_ground"; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_smoking",0.02,"AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground",0.02,"AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"Acts_AidlPsitMstpSsurWnonDnon_loop",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_smoking_trans: AmovPsitMstpSnonWnonDnon_ground + { + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground",0.01,"AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_smoking: AmovPsitMstpSnonWnonDnon_ground + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + interpolationRestart = 1; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_ground",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWnonDnon_smoking_trans",0.01,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground: AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground + { + actions = "CivilStandActions"; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon"; + speed = 0.55; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon: CutSceneAnimationBase + { + actions = "CivilStandSurrenderActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon"; + speed = 1; + looped = 0; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSsurWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon",0.1}; + }; + class AmovPercMstpSsurWnonDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\sur\non\AmovPercMstpSsurWnonDnon"; + speed = 0; + looped = 0; + ConnectTo[] = {"AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\sur\non\AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon",0.1}; + }; + class TestDance: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\non\non\AmovPercMstpSnonWnonDnon_Dancing"; + speed = 0.015; + duty = -0.7; + enableAutoActions = 1; + ConnectTo[] = {"TestDance",0.9}; + InterpolateTo[] = {"TestDance",0.9}; + }; + class TestSurrender: TestDance + { + duty = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\Stp\sur\rfl\AmovPknlMstpSsurWrflDnon"; + showWeaponAim = 0; + disableWeapons = 1; + speed = 1e+010; + ConnectTo[] = {"Unconscious",0.01,"TestSurrender",0.9}; + InterpolateTo[] = {"Unconscious",0.01,"TestSurrender",0.9}; + }; + class AwopPercMstpSgthWrflDnon_Start1: Default + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\rfl\AwopPercMstpSgthWrflDnon_Start"; + speed = 0.533333; + looped = 0; + soundEnabled = 0; + duty = 0.6; + canPullTrigger = 0; + headBobMode = 2; + weaponIK = 1; + leftHandIKCurve[] = {0.078,1,0.162,0}; + rightHandIKCurve[] = {0.201,1,0.274,0}; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_Throw1",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPercMstpSgthWrflDnon_Throw1: AwopPercMstpSgthWrflDnon_Start1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\rfl\AwopPercMstpSgthWrflDnon_Throw"; + speed = 4.36364; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_End1",0.1}; + }; + class AwopPercMstpSgthWrflDnon_End1: AwopPercMstpSgthWrflDnon_Start1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\rfl\AwopPercMstpSgthWrflDnon_End"; + speed = 0.592592; + leftHandIKCurve[] = {0.739,0,0.882,1}; + rightHandIKCurve[] = {0.516,0,0.596,1}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + }; + class AwopPercMstpSgthWrflDnon_Start2: AwopPercMstpSgthWrflDnon_Start1 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_Throw2",0.1}; + }; + class AwopPercMstpSgthWrflDnon_Throw2: AwopPercMstpSgthWrflDnon_Throw1 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_End2",0.1}; + }; + class AwopPercMstpSgthWrflDnon_End2: AwopPercMstpSgthWrflDnon_End1 + { + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart: Default + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart"; + speed = 1.9; + soundOverride = "run"; + looped = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Low.p3d"; + canPullTrigger = 0; + headBobMode = 2; + weaponIK = 1; + ConnectTo[] = {"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow: AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow"; + speed = 0.73; + ConnectTo[] = {"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthEnd",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthEnd: AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthEnd"; + speed = 0.91; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1}; + }; + class AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart: Default + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart"; + rightHandIKCurve[] = {0.3,1,0.4,0}; + leftHandIKCurve[] = {1}; + speed = 1.998; + looped = 0; + soundOverride = "wlk"; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + headBobMode = 2; + weaponIK = 1; + ConnectTo[] = {"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow: AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow"; + speed = 0.72927; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthEnd",0.02}; + }; + class AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthEnd: AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthEnd"; + speed = 0.90909; + rightHandIKCurve[] = {0.8,0,0.9,1}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1}; + }; + class AwopPknlMstpSgthWrflDnon_Start: Default + { + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\rfl\AwopPknlMstpSgthWrflDnon_Start"; + speed = 0.75; + looped = 0; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPknlMstpSgthWrflDnon_Throw",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPknlMstpSgthWrflDnon_Throw: AwopPknlMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\rfl\AwopPknlMstpSgthWrflDnon_Throw"; + speed = 4.995; + ConnectTo[] = {"AwopPknlMstpSgthWrflDnon_End",0.1}; + }; + class AwopPknlMstpSgthWrflDnon_End: AwopPknlMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\rfl\AwopPknlMstpSgthWrflDnon_End"; + speed = 1.2; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.1}; + }; + class AwopPpneMstpSgthWrflDnon_Fast_Start: Default + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Fast_start"; + speed = -1.05; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + disableWeapons = 1; + weaponIK = 1; + rightHandIKCurve[] = {0,1,0.1,0}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AwopPpneMstpSgthWrflDnon_Fast_End",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWrflDnon_Fast_End: AmovPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Fast_End"; + speed = -0.35; + interpolationSpeed = 3; + variantsPlayer[] = {}; + looped = 0; + disableWeapons = 1; + minPlayTime = 0.4; + rightHandIKCurve[] = {0.7,0,0.8,1}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_Start: Default + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_start"; + speed = 2.30769; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + showHandGun = 1; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Fast_Start_1",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_Start_1: AwopPpneMstpSgthWpstDnon_Fast_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_start_1"; + speed = 0.731707; + showHandGun = 0; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Fast_End",0.1}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_End: AwopPpneMstpSgthWpstDnon_Fast_Start_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_End"; + speed = 1.25; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Fast_End_1",0.1}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_End_1: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_End_1"; + speed = 2.5; + interpolationSpeed = 3; + variantsPlayer[] = {}; + looped = 0; + minPlayTime = 0.4; + }; + class AwopPpneMstpSgthWnonDnon_Fast_Start: Default + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_Fast_start"; + speed = -1.05; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + weaponIK = 1; + rightHandIKCurve[] = {0,1,0.1,0}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AwopPpneMstpSgthWnonDnon_Fast_End",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWnonDnon_Fast_End: AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_Fast_End"; + speed = -0.35; + interpolationSpeed = 3; + variantsPlayer[] = {}; + looped = 0; + minPlayTime = 0.4; + rightHandIKCurve[] = {0.7,0,0.8,1}; + }; + class AwopPpneMstpSgthWrflDnon_Start: Default + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Start"; + speed = 0.825; + looped = 0; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + weaponIK = 1; + rightHandIKCurve[] = {0,1,0.1,0}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AwopPpneMstpSgthWrflDnon_Throw",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWrflDnon_Throw: AwopPpneMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Throw"; + speed = 4.5; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AwopPpneMstpSgthWrflDnon_End",0.1}; + }; + class AwopPpneMstpSgthWrflDnon_End: AwopPpneMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_End"; + speed = 2.04; + rightHandIKCurve[] = {0.9,0,1,1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + }; + class AwopPercMstpSgthWpstDnon_Part1: Default + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part1"; + speed = 1.875; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPercMstpSgthWpstDnon_Part2: AwopPercMstpSgthWpstDnon_Part1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part2"; + speed = 0.585; + showHandGun = 0; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part3",0.02}; + }; + class AwopPercMstpSgthWpstDnon_Part3: AwopPercMstpSgthWpstDnon_Part2 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part3"; + speed = 1.98; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part4",0.02}; + }; + class AwopPercMstpSgthWpstDnon_Part4: AwopPercMstpSgthWpstDnon_Part3 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part4"; + speed = 0.645; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part5",0.02}; + }; + class AwopPercMstpSgthWpstDnon_Part5: AwopPercMstpSgthWpstDnon_Part4 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part5"; + speed = 2.19; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart"; + speed = 1.69; + soundOverride = "run"; + looped = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + canPullTrigger = 0; + headBobMode = 2; + weaponIK = 2; + ConnectTo[] = {"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow: AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow"; + speed = 0.73; + ConnectTo[] = {"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm: AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm"; + speed = 1.18; + ConnectTo[] = {"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd: AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd"; + speed = 1.35; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1: Default + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1"; + speed = 1.85; + soundOverride = "Walk"; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + headBobMode = 2; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart"; + speed = 1.33; + looped = 0; + duty = 0.6; + soundOverride = "wlk"; + headBobMode = 2; + weaponIK = 2; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow: AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow"; + speed = 0.68; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm: AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm"; + speed = 1.17; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd: AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd"; + speed = 1.35; + showHandGun = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AwopPknlMstpSgthWpstDnon_Part1: Default + { + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part1"; + speed = 1.875; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wpst.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPknlMstpSgthWpstDnon_Part2: AwopPknlMstpSgthWpstDnon_Part1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part2"; + speed = 0.585; + showHandGun = 0; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part3",0.02}; + }; + class AwopPknlMstpSgthWpstDnon_Part3: AwopPknlMstpSgthWpstDnon_Part2 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part3"; + speed = 1.98; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part4",0.02}; + }; + class AwopPknlMstpSgthWpstDnon_Part4: AwopPknlMstpSgthWpstDnon_Part3 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part4"; + speed = 0.645; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part5",0.02}; + }; + class AwopPknlMstpSgthWpstDnon_Part5: AwopPknlMstpSgthWpstDnon_Part4 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part5"; + speed = 2.19; + showHandGun = 1; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.1}; + }; + class AwopPpneMstpSgthWpstDnon_Part1: Default + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_1"; + speed = 1.275; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWpstDnon_Part2: AwopPpneMstpSgthWpstDnon_Part1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_2"; + speed = 0.66; + showHandGun = 0; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part3",0.02}; + }; + class AwopPpneMstpSgthWpstDnon_Part3: AwopPpneMstpSgthWpstDnon_Part2 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_4"; + speed = 4.005; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part4",0.02}; + }; + class AwopPpneMstpSgthWpstDnon_Part4: AwopPpneMstpSgthWpstDnon_Part3 + { + speed = 0.945; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part5",0.02}; + }; + class AwopPpneMstpSgthWpstDnon_Part5: AwopPpneMstpSgthWpstDnon_Part4 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_5"; + speed = 1.245; + showHandGun = 1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + }; + class AwopPercMstpSgthWnonDnon_start: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\non\AwopPercMstpSgthWnonDnon_start"; + speed = 1.2; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + headBobMode = 2; + ConnectTo[] = {"AwopPercMstpSgthWnonDnon_throw",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPercMstpSgthWnonDnon_throw: AwopPercMstpSgthWnonDnon_start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\non\AwopPercMstpSgthWnonDnon_throw"; + speed = 3; + ConnectTo[] = {"AwopPercMstpSgthWnonDnon_end",0.02}; + }; + class AwopPercMstpSgthWnonDnon_end: AwopPercMstpSgthWnonDnon_throw + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\non\AwopPercMstpSgthWnonDnon_end"; + speed = 0.975; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\non\non\AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart"; + speed = 3; + soundOverride = "run"; + looped = 0; + soundEnabled = 0; + duty = 0.6; + canPullTrigger = 0; + headBobMode = 2; + ConnectTo[] = {"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow: AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\non\non\AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow"; + speed = 1.3; + ConnectTo[] = {"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthEnd",0.1}; + }; + class AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthEnd: AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\non\non\AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthEnd"; + speed = 0.9; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AwopPpneMstpSgthWnonDnon_start: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_start"; + speed = 1.005; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + aimingBody = "empty"; + legs = "Wholebody"; + headBobMode = 2; + ConnectTo[] = {"AwopPpneMstpSgthWnonDnon_throw",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWnonDnon_throw: AwopPpneMstpSgthWnonDnon_start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_throw"; + speed = 3; + ConnectTo[] = {"AwopPpneMstpSgthWnonDnon_end",0.02}; + }; + class AwopPpneMstpSgthWnonDnon_end: AwopPpneMstpSgthWnonDnon_throw + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_end"; + speed = 0.675; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.1}; + }; + class LadderCivilStatic: StandBase + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\non\non\AldrPercMstpSnonWnonDnon"; + speed = 1e+010; + duty = -0.4; + onLadder = 1; + actions = "LadderCivilActions"; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + legs = "legsNo"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + soundOverride = "ladder"; + disableWeaponsLong = 1; + disableWeapons = 1; + canReload = 0; + ConnectTo[] = {"LadderCivilTopOff",0.1,"LadderCivilDownOff",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"LadderCivilUpLoop",0.1,"LadderCivilDownLoop",0.1}; + }; + class LadderCivilOn_Top: LadderCivilStatic + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AldrPercMstpSnonWnonDnon_top"; + speed = 2.5; + looped = 0; + ConnectTo[] = {"LadderCivilStatic",1.0}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class LadderCivilOn_Bottom: LadderCivilStatic + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AldrPercMstpSnonWnonDnon_bottom"; + speed = 2.5; + looped = 0; + ConnectTo[] = {"LadderCivilStatic",1.0}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class LadderCivilUpLoop: LadderCivilStatic + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\non\non\AldrPercMwlkSnonWnonDu"; + speed = 1.05; + duty = 0.4; + soundOverride = "ladder"; + soundEnabled = 1; + soundEdge[] = {0.4,0.93}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"LadderCivilStatic",0.1,"LadderCivilTopOff",0.1,"LadderCivilDownLoop",0.1}; + }; + class LadderCivilTopOff: LadderCivilUpLoop + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\non\non\AldrPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + speed = 2.5; + looped = 0; + onLadder = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",1.0}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class LadderCivilDownOff: LadderCivilTopOff + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\non\non\AldrPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_down"; + }; + class LadderCivilDownLoop: LadderCivilUpLoop + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\non\non\AldrPercMwlkSnonWnonDd"; + duty = 0; + InterpolateTo[] = {"Unconscious",0.01,"LadderCivilStatic",0.1,"LadderCivilUpLoop",0.1,"LadderCivilDownOff",0.1}; + }; + class LadderRifleStatic: LadderCivilStatic + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon"; + ConnectTo[] = {"LadderRifleTopOff",0.1,"LadderRifleDownOff",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"LadderRifleUpLoop",0.1,"LadderRifleDownLoop",0.1}; + }; + class LadderRifleOn: LadderCivilOn_Top + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AldrPercMstpSlowWrflDnon"; + ConnectTo[] = {"LadderRifleStatic",1.0}; + }; + class LadderRifleTopOff: LadderCivilTopOff + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",1.0}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"Unconscious",0.01}; + }; + class LadderRifleDownOff: LadderRifleTopOff + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon_Down"; + }; + class LadderRifleUpLoop: LadderCivilUpLoop + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\low\rfl\AldrPercMwlkSlowWrflDu"; + InterpolateTo[] = {"Unconscious",0.01,"LadderRifleStatic",0.1,"LadderRifleTopOff",0.1,"LadderRifleDownLoop",0.1}; + }; + class LadderRifleDownLoop: LadderCivilDownLoop + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\low\rfl\AldrPercMwlkSlowWrflDd"; + actions = "LadderRifleActions"; + InterpolateTo[] = {"Unconscious",0.01,"LadderRifleStatic",0.1,"LadderRifleDownOff",0.1,"LadderRifleUpLoop",0.1}; + }; + class AswmPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "SwimmingActions"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon"; + speed = 0.188347; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + headBobStrength = 0.57; + InterpolationSpeed = 1.5; + duty = -0.2; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\data\geom\sdr\Sdv_Mrun.p3d"; + canPullTrigger = 0; + weaponLowered = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDb",0.2,"AmovPercMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon_putDown",0.2,"AswmPercMrunSnonWnonDfr",0.2,"AswmPercMrunSnonWnonDfl",0.2,"AswmPercMstpSnonWnonDnon_relax",0.2,"AbswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_goup",0.2,"AswmPercMstpSnonWnonDnon_godown",0.2,"AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown",0.2}; + enableBinocular = 0; + }; + class AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown: AswmPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon_putDown_AswmPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AswmPercMstpSnonWnonDnon_putDown_AswmPercMstpSnonWnonDnon: AswmPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AswmPercMstpSnonWnonDnon_goup: AswmPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + duty = 0.4; + speed = 0.6; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AswmPercMstpSnonWnonDnon_godown: AswmPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + duty = 0.8; + speed = 0.6; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AswmPercMstpSnonWnonDnon_relax: AswmPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AswmPercMstpSnonWnonDnon_putDown: AswmPercMstpSnonWnonDnon + { + speed = 10; + canPullTrigger = 1; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AswmPercMrunSnonWnonDf: AswmPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf"; + speed = 0.238347; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMsprSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDf: AswmPercMrunSnonWnonDf + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMsprSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDfl: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDfl: AswmPercMrunSnonWnonDfl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDfr: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDfr: AswmPercMrunSnonWnonDfr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDl: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDl"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDb",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AsswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDl: AswmPercMrunSnonWnonDl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDr: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDr"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDb",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AsswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDr: AswmPercMrunSnonWnonDr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDr",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDb: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDb"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AsswPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDb",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDb: AswmPercMrunSnonWnonDb + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMsprSnonWnonDf: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsFastF"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMsprSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMsprSnonWnonDFl: AswmPercMrunSnonWnonDfl + { + actions = "SwimmingActionsFastFl"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMsprSnonWnonDf",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDFl",0.1,"AbswPercMsprSnonWnonDFl",0.1,"AsswPercMsprSnonWnonDFl",0.1,"AbswPercMrunSnonWnonDFl",0.1,"AsswPercMrunSnonWnonDFl",0.1,"AswmPercMwlkSnonWnonDFl",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMsprSnonWnonDFr: AswmPercMrunSnonWnonDfr + { + actions = "SwimmingActionsFastFr"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMsprSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDf",0.1,"AswmPercMrunSnonWnonDFr",0.1,"AbswPercMsprSnonWnonDFr",0.1,"AsswPercMsprSnonWnonDFr",0.1,"AbswPercMrunSnonWnonDFr",0.1,"AsswPercMrunSnonWnonDFr",0.1,"AswmPercMwlkSnonWnonDFr",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf: AswmPercMstpSnonWnonDnon + { + actions = "SwimmingActionsRunF"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf"; + speed = 0.545455; + interpolationRestart = 1; + duty = 0.3; + InterpolateTo[] = {"AswmPercMrunSnonWnonDf",0.1,"Unconscious",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon: AswmPercMrunSnonWnonDf + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon"; + speed = 0.91; + interpolationRestart = 1; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.1,"Unconscious",0.1,"AswmPercMstpSnonWnonDnon_relax",10.0}; + }; + class AsswPercMstpSnonWnonDnon: AswmPercMstpSnonWnonDnon + { + actions = "SurfaceSwimmingActions"; + headBobMode = 0; + headBobStrength = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMstpSnonWnonDnon_AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDb",0.2,"AmovPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon_putDown",0.2,"AsswPercMrunSnonWnonDfr",0.2,"AsswPercMrunSnonWnonDfl",0.2,"AsswPercMstpSnonWnonDnon_relax",0.2,"AswmPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_goup",0.2,"AsswPercMstpSnonWnonDnon_goDown",0.2,"AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown",0.2}; + }; + class AsswPercMstpSnonWnonDnon_goup: AsswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AsswPercMstpSnonWnonDnon_goDown: AsswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AsswPercMstpSnonWnonDnon_relax: AsswPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AsswPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsswPercMstpSnonWnonDnon_putDown: AsswPercMstpSnonWnonDnon + { + speed = 10; + canPullTrigger = 1; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AsswPercMrunSnonWnonDf: AsswPercMstpSnonWnonDnon + { + stamina = 0; + actions = "SurfaceSwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf"; + speed = 0.238347; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.3; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDf: AsswPercMrunSnonWnonDf + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDfl: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDfl: AsswPercMrunSnonWnonDfl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDfr: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDfr: AsswPercMrunSnonWnonDfr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDl: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDl"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDb",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AswmPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDl: AsswPercMrunSnonWnonDl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDr: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDr"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDb",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AswmPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDr: AsswPercMrunSnonWnonDr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDr",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDb: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDb"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AswmPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDb",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDb: AsswPercMrunSnonWnonDb + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMsprSnonWnonDf: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsFastF"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMsprSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDf",0.1,"AswmPercMsprSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMsprSnonWnonDFl: AsswPercMrunSnonWnonDfl + { + actions = "SurfaceSwimmingActionsFastFl"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMsprSnonWnonDf",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDFl",0.1,"AbswPercMsprSnonWnonDFl",0.1,"AswmPercMsprSnonWnonDFl",0.1,"AbswPercMrunSnonWnonDFl",0.1,"AswmPercMrunSnonWnonDFl",0.1,"AsswPercMwlkSnonWnonDFl",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMsprSnonWnonDFr: AsswPercMrunSnonWnonDfr + { + actions = "SurfaceSwimmingActionsFastFr"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMsprSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDf",0.1,"AsswPercMrunSnonWnonDFr",0.1,"AbswPercMsprSnonWnonDFr",0.1,"AswmPercMsprSnonWnonDFr",0.1,"AbswPercMrunSnonWnonDFr",0.1,"AswmPercMrunSnonWnonDFr",0.1,"AsswPercMwlkSnonWnonDFr",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMstpSnonWnonDnon_AsswPercMrunSnonWnonDf: AsswPercMstpSnonWnonDnon + { + actions = "SurfaceSwimmingActionsRunF"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf"; + speed = 0.545455; + interpolationRestart = 1; + duty = 0.1; + InterpolateTo[] = {"AsswPercMrunSnonWnonDf",0.1,"Unconscious",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon: AsswPercMrunSnonWnonDf + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon"; + speed = 0.91; + interpolationRestart = 1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.1,"Unconscious",0.1,"AsswPercMstpSnonWnonDnon_relax",10.0}; + }; + class AbswPercMstpSnonWnonDnon: AswmPercMstpSnonWnonDnon + { + actions = "BottomSwimmingActions"; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\AbswPercMstpSnonWnonDnon"; + headBobMode = 0; + headBobStrength = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMstpSnonWnonDnon_AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDb",0.2,"AmovPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon_putDown",0.2,"AbswPercMrunSnonWnonDfr",0.2,"AbswPercMrunSnonWnonDfl",0.2,"AbswPercMstpSnonWnonDnon_relax",0.2,"AswmPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_goup",0.2,"AbswPercMstpSnonWnonDnon_goDown",0.2,"AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown",0.2}; + }; + class AbswPercMstpSnonWnonDnon_relax: AbswPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AbswPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbswPercMstpSnonWnonDnon_goup: AbswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AbswPercMstpSnonWnonDnon_goDown: AbswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + duty = 0.3; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AbswPercMstpSnonWnonDnon_putDown: AbswPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon"; + speed = 10; + canPullTrigger = 1; + duty = 0.3; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AbswPercMrunSnonWnonDf: AbswPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomSwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf"; + speed = 0.238347; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.3; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMsprSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDf: AbswPercMrunSnonWnonDf + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMsprSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDfl: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDfl: AbswPercMrunSnonWnonDfl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDfr: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDfr: AbswPercMrunSnonWnonDfr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDl: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDl"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AsswPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDl: AbswPercMrunSnonWnonDl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDr: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDr"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDb",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AsswPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDr: AbswPercMrunSnonWnonDr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDr",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDb: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDb"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AsswPercMrunSnonWnonDb",0.1,"AswmPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDb: AbswPercMrunSnonWnonDb + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMsprSnonWnonDf: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsFastF"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMsprSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AswmPercMsprSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMsprSnonWnonDFl: AbswPercMrunSnonWnonDfl + { + actions = "BottomSwimmingActionsFastFl"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMsprSnonWnonDf",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDFl",0.1,"AswmPercMsprSnonWnonDFl",0.1,"AsswPercMsprSnonWnonDFl",0.1,"AswmPercMrunSnonWnonDFl",0.1,"AsswPercMrunSnonWnonDFl",0.1,"AbswPercMwlkSnonWnonDFl",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMsprSnonWnonDFr: AbswPercMrunSnonWnonDfr + { + actions = "BottomSwimmingActionsFastFr"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMsprSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDf",0.1,"AbswPercMrunSnonWnonDFr",0.1,"AswmPercMsprSnonWnonDFr",0.1,"AsswPercMsprSnonWnonDFr",0.1,"AswmPercMrunSnonWnonDFr",0.1,"AsswPercMrunSnonWnonDFr",0.1,"AbswPercMwlkSnonWnonDFr",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMstpSnonWnonDnon_AbswPercMrunSnonWnonDf: AbswPercMstpSnonWnonDnon + { + actions = "BottomSwimmingActionsRunF"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf"; + speed = 0.545455; + interpolationRestart = 1; + duty = 0.3; + InterpolateTo[] = {"AbswPercMrunSnonWnonDf",0.1,"Unconscious",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon: AbswPercMrunSnonWnonDf + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon"; + speed = 0.91; + interpolationRestart = 1; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.1,"Unconscious",0.1,"AbswPercMstpSnonWnonDnon_relax",10.0}; + }; + class AdvePercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "DivingActions"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon"; + speed = 0.12; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 1.8; + soundEdge[] = {0.5}; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.02,"AdvePercMstpSnonWnonDnon_turnL",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon_turnL",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMsprSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon_goup",0.02,"AdvePercMstpSnonWnonDnon_godown",0.02,"AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWnonDnon_putDown",0.02,"AmovPercMstpSnonWnonDnon",0.04,"AdvePercMstpSnonWnonDnon_relax",0.1,"Unconscious",0.1}; + enableBinocular = 0; + }; + class AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWnonDnon_putDown: AdvePercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon_putDown_AdvePercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AdvePercMstpSnonWnonDnon_putDown_AdvePercMstpSnonWnonDnon: AdvePercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AdvePercMstpSnonWnonDnon_relax: AdvePercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_GetInSDV: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + actions = "DivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_GetOutSDV: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + actions = "DivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_goup: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWnonDnon",0.2,"AbdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_goup",0.1,"AbdvPercMstpSnonWnonDnon_goup",0.1}; + }; + class AdvePercMstpSnonWnonDnon_godown: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.8; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_godown",0.1,"AbdvPercMstpSnonWnonDnon_godown",0.1}; + }; + class AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWnonDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWrflDf"; + interpolationSpeed = 7; + interpolationRestart = 2; + looped = 0; + soundEdge[] = {0.5}; + duty = 0.06; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + canPullTrigger = 0; + speed = 2.25; + ConnectTo[] = {"AdvePercMrunSnonWnonDf",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AdvePercMstpSnonWnonDnon",0.02}; + }; + class AmovPercMwlkSnonWnonDf_AdvePercMrunSnonWnonDf: AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWnonDf + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\non\non\AmovPercMwlkSnonWnonDf_AdvePercMrunSnonWnonDf"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_turnL: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_turnL"; + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnL",0.05}; + }; + class AdvePercMstpSnonWnonDnon_turnR: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_turnR"; + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05}; + }; + class AdvePercMwlkSnonWnonDf: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "DivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWnonDf",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDfr: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDfl: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDb: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDbr: AdvePercMwlkSnonWnonDb + { + actions = "DivingActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDbl: AdvePercMwlkSnonWnonDb + { + actions = "DivingActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDl: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDr: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDf: AdvePercMstpSnonWnonDnon + { + actions = "DivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDfr: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDfl: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDb: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDbr: AdvePercMtacSnonWnonDb + { + actions = "DivingActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDbl: AdvePercMtacSnonWnonDb + { + actions = "DivingActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDl: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDr: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDf: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "DivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.3; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDfr: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDfl: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDb: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDbr: AdvePercMrunSnonWnonDb + { + actions = "DivingActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDbl: AdvePercMrunSnonWnonDb + { + actions = "DivingActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDl: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDr: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMsprSnonWnonDf: AdvePercMrunSnonWnonDf + { + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf"; + actions = "DivingActionsFastF"; + speed = 0.14336; + duty = 0.8; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDf",0.02,"AbdvPercMsprSnonWnonDf",0.02,"AsdvPercMsprSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMstpSnonWrflDnon: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "DivingRifleActions"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon"; + InterpolationSpeed = 2.5; + speed = 0.08; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + legs = "legsNo"; + limitGunMovement = 1; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 2; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.02,"AdvePercMstpSnonWrflDnon_turnL",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon_turnL",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMsprSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon_goup",0.02,"AdvePercMstpSnonWrflDnon_godown",0.02,"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWrflDnon_putDown",0.02,"AmovPknlMstpSrasWrflDnon",0.04,"AmovPknlMstpSlowWrflDnon",0.04,"AdvePercMstpSnonWrflDnon_relax",0.1,"Unconscious",0.1}; + enableBinocular = 0; + }; + class AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWrflDnon_putDown: AdvePercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon_putDown_AdvePercMstpSnonWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AdvePercMstpSnonWrflDnon_putDown_AdvePercMstpSnonWrflDnon: AdvePercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AdvePercMstpSnonWrflDnon_relax: AdvePercMstpSnonWrflDnon + { + speed = -5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_GetInSDV: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_GetOutSDV: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_goup: AdvePercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeaponsLong = 1; + disableWeapons = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup"; + speed = 0.6; + duty = 0.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWrflDnon",0.2,"AbdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_goup",0.1,"AbdvPercMstpSnonWrflDnon_goup",0.1}; + }; + class AdvePercMstpSnonWrflDnon_godown: AdvePercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeaponsLong = 1; + disableWeapons = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown"; + speed = 0.8; + duty = 1.0; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_godown",0.1,"AbdvPercMstpSnonWrflDnon_godown",0.1}; + }; + class AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWrflDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWrflDf"; + interpolationSpeed = 7; + interpolationRestart = 2; + looped = 0; + soundEdge[] = {0.5}; + duty = 0.06; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + canPullTrigger = 0; + speed = 2.25; + ConnectTo[] = {"AdvePercMrunSnonWrflDf",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AdvePercMstpSnonWrflDnon",0.02}; + }; + class AdvePercMstpSnonWrflDnon_turnL: AdvePercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnL",0.05}; + }; + class AdvePercMstpSnonWrflDnon_turnR: AdvePercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05}; + }; + class AdvePercMwlkSnonWrflDf: AdvePercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWrflDf",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDfr: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDfl: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDb: AdvePercMwlkSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "DivingRifleActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDbr: AdvePercMwlkSnonWrflDb + { + actions = "DivingRifleActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDbl: AdvePercMwlkSnonWrflDb + { + actions = "DivingRifleActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDl: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDr: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDf: AdvePercMstpSnonWrflDnon + { + aimPrecision = 4.0; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDfr: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDfl: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDb: AdvePercMtacSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "DivingRifleActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDbr: AdvePercMtacSnonWrflDb + { + actions = "DivingRifleActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDbl: AdvePercMtacSnonWrflDb + { + actions = "DivingRifleActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDl: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDr: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDf: AdvePercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.6; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDfr: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDfl: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDb: AdvePercMrunSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "DivingRifleActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDbr: AdvePercMrunSnonWrflDb + { + actions = "DivingRifleActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDbl: AdvePercMrunSnonWrflDb + { + actions = "DivingRifleActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDl: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDr: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMsprSnonWrflDf: AdvePercMrunSnonWrflDf + { + aimPrecision = 6.0; + stamina = -1; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf"; + actions = "DivingRifleActionsFastF"; + speed = 0.14336; + duty = 1.0; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDf",0.02,"AbdvPercMsprSnonWrflDf",0.02,"AsdvPercMsprSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "SurfaceDivingActions"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\stp\non\non\AsdvPercMstpSnonWnonDnon"; + speed = 0.12; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 1.8; + soundEdge[] = {0.5}; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.02,"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05}; + InterpolateTo[] = {"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMsprSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon_goup",0.02,"AsdvPercMstpSnonWnonDnon_godown",0.02,"AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWnonDnon_putDown",0.02,"AmovPercMstpSnonWnonDnon",0.04,"AsdvPercMstpSnonWnonDnon_relax",0.1,"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWnonDnon_putDown: AsdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon_putDown_AsdvPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsdvPercMstpSnonWnonDnon_putDown_AsdvPercMstpSnonWnonDnon: AsdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AsdvPercMstpSnonWnonDnon_relax: AsdvPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWnonDnon_GetInSDV: AsdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + actions = "SurfaceDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWnonDnon_GetOutSDV: AsdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + actions = "SurfaceDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_goup: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWnonDnon",0.2,"AbdvPercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon_goup",0.1,"AbdvPercMstpSnonWnonDnon_goup",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_godown: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.8; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon_godown",0.1,"AbdvPercMstpSnonWnonDnon_godown",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_turnL: AsdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWnonDnon",0.05,"AdvePercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnL",0.05}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_turnR: AsdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWnonDnon",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05}; + }; + class AsdvPercMwlkSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SurfaceDivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDfr: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDfl: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWnonDb: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDbr: AsdvPercMwlkSnonWnonDb + { + actions = "SurfaceDivingActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDbl: AsdvPercMwlkSnonWnonDb + { + actions = "SurfaceDivingActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWnonDl: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDr: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SurfaceDivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMtacSnonWnonDfr: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMtacSnonWnonDfl: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDb: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDb",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMtacSnonWnonDbr: AsdvPercMtacSnonWnonDb + { + actions = "SurfaceDivingActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDbl: AsdvPercMtacSnonWnonDb + { + actions = "SurfaceDivingActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDl: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDr: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMrunSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SurfaceDivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMrunSnonWnonDfr: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDfl: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDb: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDb",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDbr: AsdvPercMrunSnonWnonDb + { + actions = "SurfaceDivingActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDbl: AsdvPercMrunSnonWnonDb + { + actions = "SurfaceDivingActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDl: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDr: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMsprSnonWnonDf: AsdvPercMrunSnonWnonDf + { + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf"; + actions = "SurfaceDivingActionsFastF"; + speed = 0.14336; + duty = 0.8; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMsprSnonWnonDf",0.02,"AdvePercMsprSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMstpSnonWrflDnon: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "SurfaceDivingRifleActions"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\stp\non\rfl\AsdvPercMstpSnonWrflDnon"; + InterpolationSpeed = 2.5; + speed = 0.08; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + limitGunMovement = 1; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 2; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.02,"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05,"AsdvPercMstpSnonWrflDnon",0.01,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMsprSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon",0.01,"AbdvPercMstpSnonWrflDnon",0.01,"AsdvPercMstpSnonWrflDnon_goup",0.02,"AsdvPercMstpSnonWrflDnon_godown",0.02,"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWrflDnon_putDown",0.02,"AmovPknlMstpSrasWrflDnon",0.04,"AmovPknlMstpSlowWrflDnon",0.04,"AsdvPercMstpSnonWrflDnon_relax",0.1,"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWrflDnon_putDown: AsdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon_putDown_AsdvPercMstpSnonWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsdvPercMstpSnonWrflDnon_putDown_AsdvPercMstpSnonWrflDnon: AsdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AsdvPercMstpSnonWrflDnon_relax: AsdvPercMstpSnonWrflDnon + { + speed = -5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_GetInSDV: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_GetOutSDV: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.2}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_goup: AsdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup"; + speed = 0.6; + duty = 0.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWrflDnon",0.2,"AbdvPercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon_goup",0.1,"AbdvPercMstpSnonWrflDnon_goup",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_godown: AsdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown"; + speed = 0.8; + duty = 1.0; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon_godown",0.1,"AbdvPercMstpSnonWrflDnon_godown",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_turnL: AsdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnL",0.05}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_turnR: AsdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "SurfaceDivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWrflDfr: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDfl: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDb: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDbr: AsdvPercMwlkSnonWrflDb + { + actions = "SurfaceDivingRifleActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDbl: AsdvPercMwlkSnonWrflDb + { + actions = "SurfaceDivingRifleActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDl: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDr: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0}; + actions = "SurfaceDivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWrflDfr: AsdvPercMtacSnonWrflDf + { + actions = "SurfaceDivingRifleActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDfl: AsdvPercMtacSnonWrflDf + { + actions = "SurfaceDivingRifleActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDb: AsdvPercMtacSnonWrflDf + { + actions = "SurfaceDivingRifleActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDb",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDbr: AsdvPercMtacSnonWrflDb + { + actions = "SurfaceDivingRifleActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDbl: AsdvPercMtacSnonWrflDb + { + actions = "SurfaceDivingRifleActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDl: AsdvPercMtacSnonWrflDf + { + leftHandIKCurve[] = {1}; + actions = "SurfaceDivingRifleActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDr: AsdvPercMtacSnonWrflDf + { + leftHandIKCurve[] = {1}; + actions = "SurfaceDivingRifleActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "SurfaceDivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMrunSnonWrflDfr: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDfl: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDb: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunB"; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDb",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDbr: AsdvPercMrunSnonWrflDb + { + actions = "SurfaceDivingRifleActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDbl: AsdvPercMrunSnonWrflDb + { + actions = "SurfaceDivingRifleActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDl: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDr: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMsprSnonWrflDf: AsdvPercMrunSnonWrflDf + { + aimPrecision = 6.0; + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf"; + leftHandIKCurve[] = {0}; + actions = "SurfaceDivingRifleActionsFastF"; + speed = 0.14336; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMsprSnonWrflDf",0.02,"AdvePercMsprSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BottomDivingActions"; + file = "\A3\anims_f\data\Anim\sdr\bdv\erc\stp\non\non\AbdvPercMstpSnonWnonDnon"; + speed = 0.12; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 1.8; + soundEdge[] = {0.5}; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.02,"AbdvPercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05}; + InterpolateTo[] = {"AbdvPercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMsprSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon_goup",0.02,"AbdvPercMstpSnonWnonDnon_godown",0.02,"AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWrflDnon",0.05,"AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWnonDnon_putDown",0.02,"AmovPercMstpSnonWnonDnon",0.04,"AbdvPercMstpSnonWnonDnon_relax",0.1,"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWnonDnon_putDown: AbdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon_putDown_AbdvPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbdvPercMstpSnonWnonDnon_putDown_AbdvPercMstpSnonWnonDnon: AbdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AbdvPercMstpSnonWnonDnon_relax: AbdvPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWnonDnon_GetInSDV: AbdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.06; + actions = "BottomDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWnonDnon_GetOutSDV: AbdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.06; + actions = "BottomDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_goup: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_goup",0.1,"AdvePercMstpSnonWnonDnon_goup",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_godown: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_godown",0.1,"AdvePercMstpSnonWnonDnon_godown",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_turnL: AbdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AdvePercMstpSnonWnonDnon_turnL",0.05}; + }; + class AbdvPercMstpSnonWnonDnon_turnR: AbdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05}; + }; + class AbdvPercMwlkSnonWnonDf: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomDivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDfr: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWnonDfl: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDb: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDbr: AbdvPercMwlkSnonWnonDb + { + actions = "BottomDivingActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDbl: AbdvPercMwlkSnonWnonDb + { + actions = "BottomDivingActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWnonDl: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDr: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDf: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomDivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDfr: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDfl: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDb: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWnonDbr: AbdvPercMtacSnonWnonDb + { + actions = "BottomDivingActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDbl: AbdvPercMtacSnonWnonDb + { + actions = "BottomDivingActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDl: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWnonDr: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDf: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomDivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDfr: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDfl: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWnonDb: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWnonDbr: AbdvPercMrunSnonWnonDb + { + actions = "BottomDivingActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDbl: AbdvPercMrunSnonWnonDb + { + actions = "BottomDivingActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDl: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWnonDr: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMsprSnonWnonDf: AbdvPercMrunSnonWnonDf + { + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf"; + actions = "BottomDivingActionsFastF"; + speed = 0.14336; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMsprSnonWnonDf",0.02,"AsdvPercMsprSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "BottomDivingRifleActions"; + file = "\A3\anims_f\data\Anim\sdr\bdv\erc\stp\non\rfl\AbdvPercMstpSnonWrflDnon"; + InterpolationSpeed = 2.5; + speed = 0.08; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + legs = "legsNo"; + limitGunMovement = 1; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 2; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.02,"AbdvPercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMsprSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon_goup",0.02,"AbdvPercMstpSnonWrflDnon_godown",0.02,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWrflDnon_putDown",0.02,"AmovPknlMstpSrasWrflDnon",0.04,"AmovPknlMstpSlowWrflDnon",0.04,"AbdvPercMstpSnonWrflDnon_relax",0.1,"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWrflDnon_putDown: AbdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon_putDown_AbdvPercMstpSnonWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbdvPercMstpSnonWrflDnon_putDown_AbdvPercMstpSnonWrflDnon: AbdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AbdvPercMstpSnonWrflDnon_relax: AbdvPercMstpSnonWrflDnon + { + speed = -5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWrflDnon_GetInSDV: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.06; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWrflDnon_GetOutSDV: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.06; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.2}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_goup: AbdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup"; + speed = 0.6; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_goup",0.1,"AdvePercMstpSnonWrflDnon_goup",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_godown: AbdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown"; + speed = 0.8; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_godown",0.1,"AdvePercMstpSnonWrflDnon_godown",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_turnL: AbdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AdvePercMstpSnonWrflDnon_turnL",0.05}; + }; + class AbdvPercMstpSnonWrflDnon_turnR: AbdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05}; + }; + class AbdvPercMwlkSnonWrflDf: AbdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDfr: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWrflDfl: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDb: AbdvPercMwlkSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "BottomDivingRifleActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDbr: AbdvPercMwlkSnonWrflDb + { + actions = "BottomDivingRifleActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWrflDbl: AbdvPercMwlkSnonWrflDb + { + actions = "BottomDivingRifleActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDl: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkL"; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDr: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkR"; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWrflDf: AbdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDfr: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDfl: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWrflDb: AbdvPercMtacSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "BottomDivingRifleActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDbr: AbdvPercMtacSnonWrflDb + { + actions = "BottomDivingRifleActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDbl: AbdvPercMtacSnonWrflDb + { + actions = "BottomDivingRifleActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWrflDl: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDr: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWrflDf: AbdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWrflDfr: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDfl: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDb: AbdvPercMrunSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "BottomDivingRifleActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDbr: AbdvPercMrunSnonWrflDb + { + actions = "BottomDivingRifleActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDbl: AbdvPercMrunSnonWrflDb + { + actions = "BottomDivingRifleActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDl: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDr: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMsprSnonWrflDf: AbdvPercMrunSnonWrflDf + { + aimPrecision = 6.0; + stamina = -1; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf"; + actions = "BottomDivingRifleActionsFastF"; + speed = 0.14336; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMsprSnonWrflDf",0.02,"AsdvPercMsprSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon"; + interpolationRestart = 1; + speed = 0.42; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + static = 1; + relSpeedMin = 0.5; + looped = 0; + aimPrecision = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon",0.1,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon",0.1}; + }; + class AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon: AdvePercMstpSnonWrflDnon + { + static = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + looped = 0; + minPlayTime = 0.9; + aimPrecision = 1; + }; + class AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon"; + speed = 0.32; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + static = 1; + relSpeedMin = 0.5; + looped = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon",0.1,"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWrflDnon: AbdvPercMstpSnonWnonDnon + { + static = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + looped = 0; + minPlayTime = 0.9; + aimPrecision = 1; + }; + class AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon"; + speed = 0.32; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + static = 1; + relSpeedMin = 0.5; + looped = 0; + aimPrecision = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon",0.1,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWrflDnon: AsdvPercMstpSnonWnonDnon + { + static = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + looped = 0; + aimPrecision = 1; + minPlayTime = 0.9; + enableBinocular = 0; + }; + class AmovPercMstpSoptWbinDnon: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + disableWeapons = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + interpolationSpeed = 4; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPercMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.02,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSoptWbinDnon_turnL",0.02,"AmovPercMstpSoptWbinDnon_turnR",0.02,"AmovPercMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon_turnL",0.02,"AmovPercMstpSoptWbinDnon_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf",0.02,"AmovPercMwlkSoptWbinDfr",0.02,"AmovPercMwlkSoptWbinDr",0.02,"AmovPercMwlkSoptWbinDbr",0.02,"AmovPercMwlkSoptWbinDb",0.02,"AmovPercMwlkSoptWbinDbl",0.02,"AmovPercMwlkSoptWbinDl",0.02,"AmovPercMwlkSoptWbinDfl",0.02,"AmovPercMrunSnonWbinDf",0.02,"AmovPercMrunSnonWbinDfr",0.02,"AmovPercMrunSnonWbinDr",0.02,"AmovPercMrunSnonWbinDbr",0.02,"AmovPercMrunSnonWbinDb",0.02,"AmovPercMrunSnonWbinDbl",0.02,"AmovPercMrunSnonWbinDl",0.02,"AmovPercMrunSnonWbinDfl",0.02,"AmovPercMevaSnonWbinDf",0.02,"AmovPercMevaSnonWbinDfr",0.02,"AmovPercMevaSnonWbinDfl",0.02,"AovrPercMstpSoptWbinDf",0.2,"AmovPercMstpSoptWbinDnon_AinvPercMstpSoptWbinDnon_Putdown",0.03}; + }; + class AmovPercMwlkSoptWbinDf: AmovPercMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 2.0; + speed = 0.47619; + duty = -0.4; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandActionsWlkFR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandActionsWlkR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandActionsWlkBR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandActionsWlkB"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandActionsWlkBL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandActionsWlkL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandActionsWlkFL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf: AmovPercMwlkSoptWbinDf + { + aimPrecision = 4.0; + stamina = -0.1; + enableBinocular = 0; + disableWeapons = 1; + enableOptics = 0; + disableWeaponsLong = 1; + duty = 0.1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandActionsRunF"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandActionsRunFR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandActionsRunR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandActionsRunB"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMrunSnonWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr: AmovPercMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandActionsRunBR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl: AmovPercMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandActionsRunBL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMrunSnonWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandActionsRunL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandActionsRunFL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMstpSoptWbinDnon_turnL: AmovPercMstpSoptWbinDnon + { + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSoptWbinDnon_turnR: AmovPercMstpSoptWbinDnon_turnL{}; + class AmovPercMevaSnonWbinDf: AmovPercMrunSnonWbinDf + { + aimPrecision = 7.0; + stamina = -1; + speed = 1.54286; + duty = 0.6; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\opt\bin\AmovPercMsprSoptWbinDf"; + actions = "BinocStandActionsEvasiveF"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPknlMevaSnonWbinDf",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + soundOverride = "sprint"; + soundEdge[] = {0.5,1}; + }; + class AmovPercMevaSnonWbinDfl: AmovPercMevaSnonWbinDf + { + speed = 1.54286; + actions = "BinocStandActionsEvasiveFL"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\opt\bin\AmovPercMsprSoptWbinDfl"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPknlMevaSnonWbinDfl",0.02}; + }; + class AmovPercMevaSnonWbinDfr: AmovPercMevaSnonWbinDf + { + speed = 1.54286; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\opt\bin\AmovPercMsprSoptWbinDfr"; + actions = "BinocStandActionsEvasiveFR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPknlMevaSnonWbinDfr",0.02}; + }; + class AovrPercMstpSoptWbinDf: AmovPercMstpSoptWbinDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.6; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\non\non\AovrPercMstpSnonWnonDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 2; + disableWeapons = 1; + enableOptics = 0; + limitGunMovement = 0.3; + forceAim = 1; + interpolationspeed = 3; + interpolationrestart = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSoptWbinDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPknlMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.02,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSoptWbinDnon_turnL",0.02,"AmovPknlMstpSoptWbinDnon_turnR",0.02,"AmovPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon_turnL",0.02,"AmovPknlMstpSoptWbinDnon_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf",0.02,"AmovPknlMwlkSoptWbinDfr",0.02,"AmovPknlMwlkSoptWbinDr",0.02,"AmovPknlMwlkSoptWbinDbr",0.02,"AmovPknlMwlkSoptWbinDb",0.02,"AmovPknlMwlkSoptWbinDbl",0.02,"AmovPknlMwlkSoptWbinDl",0.02,"AmovPknlMwlkSoptWbinDfl",0.02,"AmovPknlMrunSnonWbinDf",0.02,"AmovPknlMrunSnonWbinDfr",0.02,"AmovPknlMrunSnonWbinDr",0.02,"AmovPknlMrunSnonWbinDbr",0.02,"AmovPknlMrunSnonWbinDb",0.02,"AmovPknlMrunSnonWbinDbl",0.02,"AmovPknlMrunSnonWbinDl",0.02,"AmovPknlMrunSnonWbinDfl",0.02,"AmovPknlMevaSnonWbinDf",0.02,"AmovPknlMevaSnonWbinDfr",0.02,"AmovPknlMevaSnonWbinDfl",0.02,"AmovPknlMstpSoptWbinDnon_AinvPknlMstpSoptWbinDnon_Putdown",0.03}; + }; + class AmovPknlMwlkSoptWbinDf: AmovPknlMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = 0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf: AmovPknlMwlkSoptWbinDf + { + aimPrecision = 5.0; + stamina = -0.1; + enableBinocular = 0; + disableWeapons = 1; + enableOptics = 0; + disableWeaponsLong = 1; + duty = 0.2; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelActionsRunF"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMrunSnonWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr: AmovPknlMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl: AmovPknlMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf: AmovPknlMrunSnonWbinDf + { + aimPrecision = 8.0; + stamina = -1; + speed = 1.54286; + duty = 0.8; + file = "\A3\anims_f\data\Anim\sdr\mov\knl\spr\opt\bin\AmovPknlMevaSoptWbinDf"; + actions = "BinocKneelActionsEvasiveF"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPercMevaSnonWbinDf",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + soundOverride = "sprint"; + soundEdge[] = {0.5,1}; + }; + class AmovPknlMevaSnonWbinDfl: AmovPknlMevaSnonWbinDf + { + speed = 1.54286; + actions = "BinocKneelActionsEvasiveFL"; + file = "\A3\anims_f\data\Anim\sdr\mov\knl\spr\opt\bin\AmovPknlMevaSoptWbinDfl"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPercMevaSnonWbinDfl",0.02}; + }; + class AmovPknlMevaSnonWbinDfr: AmovPknlMevaSnonWbinDf + { + speed = 1.54286; + file = "\A3\anims_f\data\Anim\sdr\mov\knl\spr\opt\bin\AmovPknlMevaSoptWbinDfr"; + actions = "BinocKneelActionsEvasiveFR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPercMevaSnonWbinDfr",0.02}; + }; + class AmovPknlMstpSoptWbinDnon_turnL: AmovPknlMstpSoptWbinDnon + { + ConnectTo[] = {"AmovPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSoptWbinDnon_turnR: AmovPknlMstpSoptWbinDnon_turnL{}; + class AmovPpneMstpSoptWbinDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.02,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSoptWbinDnon_turnL",0.02,"AmovPpneMstpSoptWbinDnon_turnR",0.02,"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDl",0.02,"AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDr",0.02}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon_turnL",0.02,"AmovPpneMstpSoptWbinDnon_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf",0.02,"AmovPpneMwlkSoptWbinDfr",0.02,"AmovPpneMwlkSoptWbinDr",0.02,"AmovPpneMwlkSoptWbinDbr",0.02,"AmovPpneMwlkSoptWbinDb",0.02,"AmovPpneMwlkSoptWbinDbl",0.02,"AmovPpneMwlkSoptWbinDl",0.02,"AmovPpneMwlkSoptWbinDfl",0.02,"AmovPpneMstpSoptWbinDnon_AinvPpneMstpSoptWbinDnon_Putdown",0.03}; + }; + class AmovPpneMwlkSoptWbinDf: AmovPpneMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.2,0.7}; + aimPrecision = 3; + speed = 0.47619; + duty = 0.3; + soundOverride = "crawl"; + soundEnabled = 1; + actions = "BinocProneActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDr",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneActionsWlkR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneActionsWlkBR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDr",0.025,"AmovPpneMwlkSoptWbinDb",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneActionsWlkB"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMwlkSoptWbinDbl",0.025,"AmovPpneMrunSnonWbinDb",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneActionsWlkBL"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDb",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMwlkSoptWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbl",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf: AmovPpneMwlkSoptWbinDf + { + aimPrecision = 6.0; + stamina = -0.1; + enableBinocular = 0; + disableWeapons = 1; + enableOptics = 0; + disableWeaponsLong = 1; + duty = 0.3; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "crawl"; + speed = 0.775862; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneActionsRunF"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 1.0; + actions = "BinocProneActionsRunR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDr",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.652174; + actions = "BinocProneActionsRunB"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDb",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMrunSnonWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr: AmovPpneMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 1.184211; + actions = "BinocProneActionsRunBR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMrunSnonWbinDb",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl: AmovPpneMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneActionsRunBL"; + speed = 1.022727; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbl",0.025,"AmovPpneMrunSnonWbinDb",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 1.25; + actions = "BinocProneActionsRunL"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.818183; + actions = "BinocProneActionsRunFL"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf: AmovPpneMrunSnonWbinDf + { + aimPrecision = 9.0; + stamina = -1; + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneActionsEvasiveF"; + soundEdge[] = {0.25,0.5,0.75,1.0}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMstpSoptWbinDnon_turnL: AmovPpneMstpSoptWbinDnon + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSoptWbinDnon_turnR: AmovPpneMstpSoptWbinDnon_turnL{}; + class AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDl: AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl + { + InterpolateTo[] = {}; + actions = "BinocProneActions"; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + file = "a3\anims_f\data\anim\sdr\mov\pne\stp\opt\bin\amovppnemstpsoptwbindnon_amovppnemevasoptwbindl"; + showItemInHand = 1; + }; + class AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDr: AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr + { + InterpolateTo[] = {}; + actions = "BinocProneActions"; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + file = "a3\anims_f\data\anim\sdr\mov\pne\stp\opt\bin\amovppnemstpsoptwbindnon_amovppnemevasoptwbindr"; + showItemInHand = 1; + }; + class AwopPercMstpSoptWbinDnon_rfl: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + interpolationSpeed = 4; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPercMstpSoptWbinDnon_rfl_turnR",0.02,"AwopPercMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPercMstpSoptWbinDnon_rfl_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.02,"AmovPercMwlkSoptWbinDr_rfl",0.02,"AmovPercMwlkSoptWbinDbr_rfl",0.02,"AmovPercMwlkSoptWbinDb_rfl",0.02,"AmovPercMwlkSoptWbinDbl_rfl",0.02,"AmovPercMwlkSoptWbinDl_rfl",0.02,"AmovPercMwlkSoptWbinDfl_rfl",0.02,"AmovPercMrunSnonWbinDf_rfl",0.02,"AmovPercMrunSnonWbinDfr_rfl",0.02,"AmovPercMrunSnonWbinDr_rfl",0.02,"AmovPercMrunSnonWbinDbr_rfl",0.02,"AmovPercMrunSnonWbinDb_rfl",0.02,"AmovPercMrunSnonWbinDbl_rfl",0.02,"AmovPercMrunSnonWbinDl_rfl",0.02,"AmovPercMrunSnonWbinDfl_rfl",0.02,"AmovPercMevaSnonWbinDf_rfl",0.02,"AmovPercMevaSnonWbinDfr_rfl",0.02,"AmovPercMevaSnonWbinDfl_rfl",0.02}; + }; + class AmovPercMwlkSoptWbinDf_rfl: AwopPercMstpSoptWbinDnon_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandRflActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandRflActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandRflActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandRflActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandRflActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandRflActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandRflActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandRflActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_rfl: AmovPercMwlkSoptWbinDf_rfl + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandRflActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandRflActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandRflActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandRflActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_rfl: AmovPercMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandRflActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_rfl: AmovPercMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandRflActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandRflActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandRflActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_rfl_turnL: AwopPercMstpSoptWbinDnon_rfl + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_rfl_turnR: AwopPercMstpSoptWbinDnon_rfl_turnL{}; + class AmovPercMevaSnonWbinDf_rfl: AmovPercMrunSnonWbinDf_rfl + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandRflActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_rfl: AmovPercMevaSnonWbinDf_rfl + { + speed = 1.54286; + actions = "BinocStandRflActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_rfl: AmovPercMevaSnonWbinDf_rfl + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandRflActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_rfl: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPknlMstpSoptWbinDnon_rfl_turnR",0.02,"AwopPknlMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPknlMstpSoptWbinDnon_rfl_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.02,"AmovPknlMwlkSoptWbinDr_rfl",0.02,"AmovPknlMwlkSoptWbinDbr_rfl",0.02,"AmovPknlMwlkSoptWbinDb_rfl",0.02,"AmovPknlMwlkSoptWbinDbl_rfl",0.02,"AmovPknlMwlkSoptWbinDl_rfl",0.02,"AmovPknlMwlkSoptWbinDfl_rfl",0.02,"AmovPknlMrunSnonWbinDf_rfl",0.02,"AmovPknlMrunSnonWbinDfr_rfl",0.02,"AmovPknlMrunSnonWbinDr_rfl",0.02,"AmovPknlMrunSnonWbinDbr_rfl",0.02,"AmovPknlMrunSnonWbinDb_rfl",0.02,"AmovPknlMrunSnonWbinDbl_rfl",0.02,"AmovPknlMrunSnonWbinDl_rfl",0.02,"AmovPknlMrunSnonWbinDfl_rfl",0.02,"AmovPknlMevaSnonWbinDf_rfl",0.02,"AmovPknlMevaSnonWbinDfr_rfl",0.02,"AmovPknlMevaSnonWbinDfl_rfl",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_rfl: AwopPknlMstpSoptWbinDnon_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelRflActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelRflActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelRflActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelRflActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelRflActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelRflActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelRflActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelRflActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelRflActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelRflActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelRflActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelRflActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_rfl: AmovPknlMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelRflActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_rfl: AmovPknlMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelRflActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelRflActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelRflActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_rfl: AmovPknlMrunSnonWbinDf_rfl + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelRflActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_rfl: AmovPknlMevaSnonWbinDf_rfl + { + speed = 1.54286; + actions = "BinocKneelRflActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_rfl: AmovPknlMevaSnonWbinDf_rfl + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelRflActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_rfl_turnL: AwopPknlMstpSoptWbinDnon_rfl + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_rfl_turnR: AwopPknlMstpSoptWbinDnon_rfl_turnL{}; + class AwopPpneMstpSoptWbinDnon_rfl: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocProneRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPpneMstpSoptWbinDnon_rfl_turnR",0.02,"AwopPpneMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPpneMstpSoptWbinDnon_rfl_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.02,"AmovPpneMwlkSoptWbinDr_rfl",0.02,"AmovPpneMwlkSoptWbinDbr_rfl",0.02,"AmovPpneMwlkSoptWbinDb_rfl",0.02,"AmovPpneMwlkSoptWbinDbl_rfl",0.02,"AmovPpneMwlkSoptWbinDl_rfl",0.02,"AmovPpneMwlkSoptWbinDfl_rfl",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_rfl: AwopPpneMstpSoptWbinDnon_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocProneRflActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneRflActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneRflActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneRflActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneRflActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneRflActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneRflActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneRflActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneRflActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneRflActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneRflActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneRflActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_rfl: AmovPpneMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneRflActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_rfl: AmovPpneMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneRflActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocProneRflActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocProneRflActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_rfl: AmovPpneMrunSnonWbinDf_rfl + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneRflActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_rfl_turnL: AwopPpneMstpSoptWbinDnon_rfl + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_rfl_turnR: AwopPpneMstpSoptWbinDnon_rfl_turnL{}; + class AwopPercMstpSoptWbinDnon_pst: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + showHandgun = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_pst_turnL",0.02,"AwopPercMstpSoptWbinDnon_pst_turnR",0.02,"AwopPercMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst_turnL",0.02,"AwopPercMstpSoptWbinDnon_pst_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.02,"AmovPercMwlkSoptWbinDr_pst",0.02,"AmovPercMwlkSoptWbinDbr_pst",0.02,"AmovPercMwlkSoptWbinDb_pst",0.02,"AmovPercMwlkSoptWbinDbl_pst",0.02,"AmovPercMwlkSoptWbinDl_pst",0.02,"AmovPercMwlkSoptWbinDfl_pst",0.02,"AmovPercMrunSnonWbinDf_pst",0.02,"AmovPercMrunSnonWbinDfr_pst",0.02,"AmovPercMrunSnonWbinDr_pst",0.02,"AmovPercMrunSnonWbinDbr_pst",0.02,"AmovPercMrunSnonWbinDb_pst",0.02,"AmovPercMrunSnonWbinDbl_pst",0.02,"AmovPercMrunSnonWbinDl_pst",0.02,"AmovPercMrunSnonWbinDfl_pst",0.02,"AmovPercMevaSnonWbinDf_pst",0.02,"AmovPercMevaSnonWbinDfr_pst",0.02,"AmovPercMevaSnonWbinDfl_pst",0.02}; + }; + class AmovPercMwlkSoptWbinDf_pst: AwopPercMstpSoptWbinDnon_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandPstActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandPstActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandPstActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandPstActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandPstActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandPstActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandPstActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandPstActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_pst: AmovPercMwlkSoptWbinDf_pst + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandPstActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandPstActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandPstActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandPstActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_pst: AmovPercMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandPstActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_pst: AmovPercMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandPstActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandPstActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandPstActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_pst_turnL: AwopPercMstpSoptWbinDnon_pst + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_pst_turnR: AwopPercMstpSoptWbinDnon_pst_turnL{}; + class AmovPercMevaSnonWbinDf_pst: AmovPercMrunSnonWbinDf_pst + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandPstActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_pst: AmovPercMevaSnonWbinDf_pst + { + speed = 1.54286; + actions = "BinocStandPstActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_pst: AmovPercMevaSnonWbinDf_pst + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandPstActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_pst: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + showHandgun = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_pst_turnL",0.02,"AwopPknlMstpSoptWbinDnon_pst_turnR",0.02,"AwopPknlMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst_turnL",0.02,"AwopPknlMstpSoptWbinDnon_pst_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.02,"AmovPknlMwlkSoptWbinDr_pst",0.02,"AmovPknlMwlkSoptWbinDbr_pst",0.02,"AmovPknlMwlkSoptWbinDb_pst",0.02,"AmovPknlMwlkSoptWbinDbl_pst",0.02,"AmovPknlMwlkSoptWbinDl_pst",0.02,"AmovPknlMwlkSoptWbinDfl_pst",0.02,"AmovPknlMrunSnonWbinDf_pst",0.02,"AmovPknlMrunSnonWbinDfr_pst",0.02,"AmovPknlMrunSnonWbinDr_pst",0.02,"AmovPknlMrunSnonWbinDbr_pst",0.02,"AmovPknlMrunSnonWbinDb_pst",0.02,"AmovPknlMrunSnonWbinDbl_pst",0.02,"AmovPknlMrunSnonWbinDl_pst",0.02,"AmovPknlMrunSnonWbinDfl_pst",0.02,"AmovPknlMevaSnonWbinDf_pst",0.02,"AmovPknlMevaSnonWbinDfr_pst",0.02,"AmovPknlMevaSnonWbinDfl_pst",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_pst: AwopPknlMstpSoptWbinDnon_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelPstActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelPstActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelPstActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelPstActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelPstActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelPstActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelPstActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelPstActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_pst: AmovPknlMwlkSoptWbinDf_pst + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelPstActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelPstActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelPstActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelPstActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_pst: AmovPknlMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelPstActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_pst: AmovPknlMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelPstActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelPstActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelPstActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_pst: AmovPknlMrunSnonWbinDf_pst + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelPstActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_pst: AmovPknlMevaSnonWbinDf_pst + { + speed = 1.54286; + actions = "BinocKneelPstActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_pst: AmovPknlMevaSnonWbinDf_pst + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelPstActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_pst_turnL: AwopPknlMstpSoptWbinDnon_pst + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_pst_turnR: AwopPknlMstpSoptWbinDnon_pst_turnL{}; + class AwopPpneMstpSoptWbinDnon_pst: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocPronePstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showHandgun = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.025,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_pst_turnL",0.02,"AwopPpneMstpSoptWbinDnon_pst_turnR",0.02,"AwopPpneMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst_turnL",0.02,"AwopPpneMstpSoptWbinDnon_pst_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.02,"AmovPpneMwlkSoptWbinDr_pst",0.02,"AmovPpneMwlkSoptWbinDbr_pst",0.02,"AmovPpneMwlkSoptWbinDb_pst",0.02,"AmovPpneMwlkSoptWbinDbl_pst",0.02,"AmovPpneMwlkSoptWbinDl_pst",0.02,"AmovPpneMwlkSoptWbinDfl_pst",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_pst: AwopPpneMstpSoptWbinDnon_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocPronePstActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocPronePstActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDr_pst",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocPronePstActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocPronePstActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDr_pst",0.025,"AmovPpneMwlkSoptWbinDb_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocPronePstActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocPronePstActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDb_pst",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocPronePstActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocPronePstActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_pst: AmovPpneMwlkSoptWbinDf_pst + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocPronePstActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocPronePstActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocPronePstActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDr_pst",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocPronePstActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDb_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_pst: AmovPpneMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocPronePstActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_pst: AmovPpneMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocPronePstActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocPronePstActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocPronePstActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_pst: AmovPpneMrunSnonWbinDf_pst + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocPronePstActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_pst_turnL: AwopPpneMstpSoptWbinDnon_pst + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_pst_turnR: AwopPpneMstpSoptWbinDnon_pst_turnL{}; + class AwopPercMstpSoptWbinDnon_lnr: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPercMstpSoptWbinDnon_lnr_turnR",0.02,"AwopPercMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPercMstpSoptWbinDnon_lnr_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.02,"AmovPercMwlkSoptWbinDr_lnr",0.02,"AmovPercMwlkSoptWbinDbr_lnr",0.02,"AmovPercMwlkSoptWbinDb_lnr",0.02,"AmovPercMwlkSoptWbinDbl_lnr",0.02,"AmovPercMwlkSoptWbinDl_lnr",0.02,"AmovPercMwlkSoptWbinDfl_lnr",0.02,"AmovPercMrunSnonWbinDf_lnr",0.02,"AmovPercMrunSnonWbinDfr_lnr",0.02,"AmovPercMrunSnonWbinDr_lnr",0.02,"AmovPercMrunSnonWbinDbr_lnr",0.02,"AmovPercMrunSnonWbinDb_lnr",0.02,"AmovPercMrunSnonWbinDbl_lnr",0.02,"AmovPercMrunSnonWbinDl_lnr",0.02,"AmovPercMrunSnonWbinDfl_lnr",0.02,"AmovPercMevaSnonWbinDf_lnr",0.02,"AmovPercMevaSnonWbinDfr_lnr",0.02,"AmovPercMevaSnonWbinDfl_lnr",0.02}; + }; + class AmovPercMwlkSoptWbinDf_lnr: AwopPercMstpSoptWbinDnon_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandLnrActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandLnrActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandLnrActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandLnrActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandLnrActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandLnrActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandLnrActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandLnrActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_lnr: AmovPercMwlkSoptWbinDf_lnr + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandLnrActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandLnrActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandLnrActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandLnrActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_lnr: AmovPercMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandLnrActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_lnr: AmovPercMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandLnrActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandLnrActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandLnrActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_lnr_turnL: AwopPercMstpSoptWbinDnon_lnr + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_lnr_turnR: AwopPercMstpSoptWbinDnon_lnr_turnL{}; + class AmovPercMevaSnonWbinDf_lnr: AmovPercMrunSnonWbinDf_lnr + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandLnrActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_lnr: AmovPercMevaSnonWbinDf_lnr + { + speed = 1.54286; + actions = "BinocStandLnrActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_lnr: AmovPercMevaSnonWbinDf_lnr + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandLnrActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_lnr: AmovPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPknlMstpSoptWbinDnon_lnr_turnR",0.02,"AwopPknlMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPknlMstpSoptWbinDnon_lnr_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.02,"AmovPknlMwlkSoptWbinDr_lnr",0.02,"AmovPknlMwlkSoptWbinDbr_lnr",0.02,"AmovPknlMwlkSoptWbinDb_lnr",0.02,"AmovPknlMwlkSoptWbinDbl_lnr",0.02,"AmovPknlMwlkSoptWbinDl_lnr",0.02,"AmovPknlMwlkSoptWbinDfl_lnr",0.02,"AmovPknlMrunSnonWbinDf_lnr",0.02,"AmovPknlMrunSnonWbinDfr_lnr",0.02,"AmovPknlMrunSnonWbinDr_lnr",0.02,"AmovPknlMrunSnonWbinDbr_lnr",0.02,"AmovPknlMrunSnonWbinDb_lnr",0.02,"AmovPknlMrunSnonWbinDbl_lnr",0.02,"AmovPknlMrunSnonWbinDl_lnr",0.02,"AmovPknlMrunSnonWbinDfl_lnr",0.02,"AmovPknlMevaSnonWbinDf_lnr",0.02,"AmovPknlMevaSnonWbinDfr_lnr",0.02,"AmovPknlMevaSnonWbinDfl_lnr",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_lnr: AwopPknlMstpSoptWbinDnon_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelLnrActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelLnrActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelLnrActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelLnrActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelLnrActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelLnrActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelLnrActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelLnrActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelLnrActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelLnrActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelLnrActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelLnrActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_lnr: AmovPknlMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelLnrActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_lnr: AmovPknlMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelLnrActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelLnrActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelLnrActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_lnr: AmovPknlMrunSnonWbinDf_lnr + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelLnrActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_lnr: AmovPknlMevaSnonWbinDf_lnr + { + speed = 1.54286; + actions = "BinocKneelLnrActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_lnr: AmovPknlMevaSnonWbinDf_lnr + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelLnrActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_lnr_turnL: AwopPknlMstpSoptWbinDnon_lnr + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_lnr_turnR: AwopPknlMstpSoptWbinDnon_lnr_turnL{}; + class AwopPpneMstpSoptWbinDnon_lnr: AmovPpneMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + actions = "BinocProneLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPpneMstpSoptWbinDnon_lnr_turnR",0.02,"AwopPpneMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPpneMstpSoptWbinDnon_lnr_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.02,"AmovPpneMwlkSoptWbinDr_lnr",0.02,"AmovPpneMwlkSoptWbinDbr_lnr",0.02,"AmovPpneMwlkSoptWbinDb_lnr",0.02,"AmovPpneMwlkSoptWbinDbl_lnr",0.02,"AmovPpneMwlkSoptWbinDl_lnr",0.02,"AmovPpneMwlkSoptWbinDfl_lnr",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_lnr: AwopPpneMstpSoptWbinDnon_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocProneLnrActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneLnrActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneLnrActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneLnrActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneLnrActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneLnrActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneLnrActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneLnrActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneLnrActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneLnrActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneLnrActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneLnrActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_lnr: AmovPpneMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneLnrActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_lnr: AmovPpneMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneLnrActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocProneLnrActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocProneLnrActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_lnr: AmovPpneMrunSnonWbinDf_lnr + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneLnrActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_lnr_turnL: AwopPpneMstpSoptWbinDnon_lnr + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_lnr_turnR: AwopPpneMstpSoptWbinDnon_lnr_turnL{}; + class AwopPercMstpSoptWbinDnon_non: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_non_turnL",0.02,"AwopPercMstpSoptWbinDnon_non_turnR",0.02,"AwopPercMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non_turnL",0.02,"AwopPercMstpSoptWbinDnon_non_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.02,"AmovPercMwlkSoptWbinDr_non",0.02,"AmovPercMwlkSoptWbinDbr_non",0.02,"AmovPercMwlkSoptWbinDb_non",0.02,"AmovPercMwlkSoptWbinDbl_non",0.02,"AmovPercMwlkSoptWbinDl_non",0.02,"AmovPercMwlkSoptWbinDfl_non",0.02,"AmovPercMrunSnonWbinDf_non",0.02,"AmovPercMrunSnonWbinDfr_non",0.02,"AmovPercMrunSnonWbinDr_non",0.02,"AmovPercMrunSnonWbinDbr_non",0.02,"AmovPercMrunSnonWbinDb_non",0.02,"AmovPercMrunSnonWbinDbl_non",0.02,"AmovPercMrunSnonWbinDl_non",0.02,"AmovPercMrunSnonWbinDfl_non",0.02,"AmovPercMevaSnonWbinDf_non",0.02,"AmovPercMevaSnonWbinDfr_non",0.02,"AmovPercMevaSnonWbinDfl_non",0.02}; + }; + class AmovPercMwlkSoptWbinDf_non: AwopPercMstpSoptWbinDnon_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandCivilActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandCivilActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandCivilActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandCivilActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandCivilActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandCivilActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandCivilActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandCivilActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_non: AmovPercMwlkSoptWbinDf_non + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandCivilActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandCivilActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandCivilActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandCivilActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_non: AmovPercMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandCivilActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_non: AmovPercMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandCivilActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandCivilActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandCivilActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_non_turnL: AwopPercMstpSoptWbinDnon_non + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_non_turnR: AwopPercMstpSoptWbinDnon_non_turnL{}; + class AmovPercMevaSnonWbinDf_non: AmovPercMrunSnonWbinDf_non + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandCivilActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_non: AmovPercMevaSnonWbinDf_non + { + speed = 1.54286; + actions = "BinocStandCivilActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_non: AmovPercMevaSnonWbinDf_non + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandCivilActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_non: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_non_turnL",0.02,"AwopPknlMstpSoptWbinDnon_non_turnR",0.02,"AwopPknlMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non_turnL",0.02,"AwopPknlMstpSoptWbinDnon_non_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.02,"AmovPknlMwlkSoptWbinDr_non",0.02,"AmovPknlMwlkSoptWbinDbr_non",0.02,"AmovPknlMwlkSoptWbinDb_non",0.02,"AmovPknlMwlkSoptWbinDbl_non",0.02,"AmovPknlMwlkSoptWbinDl_non",0.02,"AmovPknlMwlkSoptWbinDfl_non",0.02,"AmovPknlMrunSnonWbinDf_non",0.02,"AmovPknlMrunSnonWbinDfr_non",0.02,"AmovPknlMrunSnonWbinDr_non",0.02,"AmovPknlMrunSnonWbinDbr_non",0.02,"AmovPknlMrunSnonWbinDb_non",0.02,"AmovPknlMrunSnonWbinDbl_non",0.02,"AmovPknlMrunSnonWbinDl_non",0.02,"AmovPknlMrunSnonWbinDfl_non",0.02,"AmovPknlMevaSnonWbinDf_non",0.02,"AmovPknlMevaSnonWbinDfr_non",0.02,"AmovPknlMevaSnonWbinDfl_non",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_non: AwopPknlMstpSoptWbinDnon_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelCivilActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelCivilActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelCivilActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelCivilActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelCivilActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelCivilActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelCivilActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelCivilActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_non: AmovPknlMwlkSoptWbinDf_non + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelCivilActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelCivilActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelCivilActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelCivilActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_non: AmovPknlMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelCivilActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_non: AmovPknlMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelCivilActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelCivilActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelCivilActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_non: AmovPknlMrunSnonWbinDf_non + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelCivilActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_non: AmovPknlMevaSnonWbinDf_non + { + speed = 1.54286; + actions = "BinocKneelCivilActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_non: AmovPknlMevaSnonWbinDf_non + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelCivilActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_non_turnL: AwopPknlMstpSoptWbinDnon_non + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_non_turnR: AwopPknlMstpSoptWbinDnon_non_turnL{}; + class AwopPpneMstpSoptWbinDnon_non: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocProneCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_non_turnL",0.02,"AwopPpneMstpSoptWbinDnon_non_turnR",0.02,"AwopPpneMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non_turnL",0.02,"AwopPpneMstpSoptWbinDnon_non_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.02,"AmovPpneMwlkSoptWbinDr_non",0.02,"AmovPpneMwlkSoptWbinDbr_non",0.02,"AmovPpneMwlkSoptWbinDb_non",0.02,"AmovPpneMwlkSoptWbinDbl_non",0.02,"AmovPpneMwlkSoptWbinDl_non",0.02,"AmovPpneMwlkSoptWbinDfl_non",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_non: AwopPpneMstpSoptWbinDnon_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocProneCivilActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneCivilActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDr_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneCivilActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneCivilActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDr_non",0.025,"AmovPpneMwlkSoptWbinDb_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneCivilActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMwlkSoptWbinDbl_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneCivilActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDb_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMwlkSoptWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneCivilActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbl_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneCivilActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_non: AmovPpneMwlkSoptWbinDf_non + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneCivilActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneCivilActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneCivilActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDr_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneCivilActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDb_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_non: AmovPpneMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneCivilActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_non: AmovPpneMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneCivilActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbl_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocProneCivilActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocProneCivilActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_non: AmovPpneMrunSnonWbinDf_non + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneCivilActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_non_turnL: AwopPpneMstpSoptWbinDnon_non + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_non_turnR: AwopPpneMstpSoptWbinDnon_non_turnL{}; + class AmovPercMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + duty = 0.1; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + }; + class AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + stamina = 0; + duty = 0.6; + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_stand_to_prone"; + }; + class AmovPknlMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + duty = 0.2; + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_stand"; + }; + class AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + stamina = 0; + duty = 0.1; + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_prone"; + }; + class AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + stamina = 0; + duty = 1.0; + variantsPlayer[] = {}; + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_prone_to_stand"; + }; + class AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + stamina = 0; + duty = 0.6; + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_prone_to_kneel"; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle: AwopPknlMstpSoptWbinDnon_rfl + { + actions = "BinocKneelRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle: AwopPpneMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle: AwopPercMstpSoptWbinDnon_rfl + { + actions = "BinocStandRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle: AwopPpneMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle: AwopPercMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + actions = "BinocStandRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle: AwopPknlMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol: AwopPknlMstpSoptWbinDnon_pst + { + actions = "BinocKneelPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol: AwopPpneMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocPronePstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol: AwopPercMstpSoptWbinDnon_pst + { + actions = "BinocStandPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol: AwopPpneMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocPronePstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol: AwopPercMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + actions = "BinocStandPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol: AwopPknlMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher: AwopPknlMstpSoptWbinDnon_lnr + { + actions = "BinocKneelLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher: AwopPpneMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher: AwopPercMstpSoptWbinDnon_lnr + { + actions = "BinocStandLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher: AwopPpneMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher: AwopPercMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + actions = "BinocStandLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher: AwopPknlMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non: AwopPknlMstpSoptWbinDnon_non + { + actions = "BinocKneelCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non: AwopPpneMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non: AwopPercMstpSoptWbinDnon_non + { + actions = "BinocStandCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non: AwopPpneMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non: AwopPercMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + actions = "BinocStandCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non: AwopPknlMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.08108; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + soundEdge[] = {0.01}; + soundOverride = "rifle_to_binoc"; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + weaponIK = 1; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 2.10526; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.08108; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + leftHandIKBeg = 0; + soundEdge[] = {0.01}; + soundOverride = "rifle_to_binoc"; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + weaponIK = 1; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + canPullTrigger = 0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + soundEnabled = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.10526; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon"; + speed = 0.530505; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + soundEnabled = 1; + soundEdge[] = {0.01}; + soundOverride = "rifle_to_launcher"; + rightHandIKCurve[] = {0.15,1,0.26,0}; + leftHandIKCurve[] = {0.42,1,0.56,0}; + weaponIK = 1; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + canPullTrigger = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.43113; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.03448; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + weaponIK = 0; + showHandGun = 1; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "handgun_to_binoc"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 1.25; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.03448; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + showHandGun = 1; + canPullTrigger = 0; + soundEnabled = 1; + soundOverride = "handgun_to_binoc"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + soundOverride = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 1.25; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon"; + speed = 0.9375; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + showHandGun = 1; + soundEdge[] = {0.01}; + soundOverride = "handgun_to_binoc"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.046511; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon"; + speed = 2.04545; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "unarmed_to_binoc"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 2.04545; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon"; + speed = 2.04545; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "unarmed_to_binoc"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.04545; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.37755; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "unarmed_to_binoc"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.29808; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "RifleStandTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon"; + speed = 1.56; + disableWeapons = 1; + looped = 0; + interpolationRestart = 2; + leftHandIKCurve[] = {0.8,1,0.9,0}; + rightHandIKCurve[] = {0.37,1,0.43,0}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AinvPknlMstpSlayWrflDnon: AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + limitGunMovement = 0.3; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = 1.06; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + leftHandIKCurve[] = {0.1,0,0.2,1}; + rightHandIKCurve[] = {0.57,0,0.63,1}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon",0.02}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "RifleKneelTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon"; + speed = 1.3; + disableWeapons = 1; + enableOptics = 0; + looped = 0; + interpolationRestart = 2; + leftHandIKCurve[] = {0.8,1,0.9,0}; + rightHandIKCurve[] = {0.37,1,0.43,0}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSlayWrflDnon_medic",0.1,"AinvPknlMstpSlayWrflDnon_medicOther",0.05,"AinvPknlMstpSlayWrflDnon_healed",0.1,"AinvPknlMstpSlayWrflDnon_healed2",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_1: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_medic: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "HealSelfActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_medic"; + speed = -6.0; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + weaponsIK = 1; + soundOverride = "healself"; + soundEnabled = 1; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0.088,1,0.114,0,0.88888,0,0.93,1}; + leftHandIKCurve[] = {0.052,1,0.061,0,0.954,0,0.97,1}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_medicDummyEnd",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + }; + class AinvPknlMstpSlayWrflDnon_medicOther: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "HealSelfActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_medicOther"; + speed = -6.0; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + weaponsIK = 1; + soundOverride = "healself"; + soundEnabled = 1; + minPlayTime = 0.95; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0.05,1,0.072,0,0.915,0,0.933,1}; + leftHandIKCurve[] = {0.0133,1,0.03311,0,0.97,0,0.987,1}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_medicDummyEnd",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + }; + class AinvPknlMstpSlayWrflDnon_medicDummyEnd: AmovPknlMstpSrasWrflDnon + { + speed = -0.01; + interpolationRestart = 1; + minPlayTime = 0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSnonWrflDnon_medicEnd",0.01,"AmovPknlMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSlowWrflDnon",0.01}; + }; + class AinvPpneMstpSlayWrflDnon_medic: AinvPknlMstpSlayWrflDnon_medic + { + static = 1; + actions = "HealSelfActionProne"; + soundOverride = "healselfprone"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\rfl\AinvPpneMstpSlayWrflDnon_medic"; + speed = -8; + rightHandIKCurve[] = {0.107,1,0.12,0,0.842,0,0.8625,1}; + leftHandIKCurve[] = {0.066,1,0.089,0,0.82,0,0.846,1}; + ConnectTo[] = {"AinvPpneMstpSlayWrflDnon_medicDummyEnd",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSlayWrflDnon_medicOther: AinvPknlMstpSlayWrflDnon_medic + { + static = 1; + actions = "HealSelfActionProne"; + soundOverride = "healselfprone"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\rfl\AinvPpneMstpSlayWrflDnon_medicOther"; + speed = -8; + minPlayTime = 0.95; + rightHandIKCurve[] = {0.066,1,0.087,0,0.9208,0,0.94,1}; + leftHandIKCurve[] = {0.066,1,0.089,0,0.965,0,0.9875,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AinvPpneMstpSlayWrflDnon_medicDummyEnd",0.02}; + }; + class AinvPpneMstpSlayWrflDnon_medicDummyEnd: AmovPpneMstpSrasWrflDnon + { + speed = -0.01; + interpolationRestart = 1; + minPlayTime = 0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AinvPknlMstpSlayWpstDnon_medic: AmovPknlMstpSrasWpstDnon + { + actions = "HealSelfPistolActionBase"; + interpolationRestart = 1; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic"; + speed = -6; + limitGunMovement = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + variantsAI[] = {}; + variantsPlayer[] = {}; + weaponsIK = 0; + soundOverride = "healselfpistolkneel"; + soundEnabled = 1; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + }; + class AinvPknlMstpSlayWpstDnon_medicIn: AinvPknlMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_in"; + speed = -0.5; + soundOverride = "healselfpistolkneelin"; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medic",0.1}; + }; + class AinvPknlMstpSlayWpstDnon_medicOut: AmovPknlMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_out"; + speed = -0.5; + soundOverride = "healselfpistolkneelout"; + }; + class AinvPknlMstpSlayWpstDnon_medicOther: AmovPknlMstpSrasWpstDnon + { + actions = "HealSelfPistolActionBase"; + interpolationRestart = 1; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medicOther_mid"; + speed = 0.15385; + limitGunMovement = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + variantsAI[] = {}; + variantsPlayer[] = {}; + weaponsIK = 0; + showHandGun = 0; + canReload = 0; + soundOverride = "healselfpistolkneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOtherOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWpstDnon_medicOtherIn: AinvPknlMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medicOther"; + speed = 2; + soundOverride = "healselfpistolkneelin"; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOther",0.1}; + }; + class AinvPknlMstpSlayWpstDnon_medicOtherOut: AmovPknlMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medicOther_end"; + speed = 1.875; + soundOverride = "healselfpistolkneelout"; + }; + class AinvPpneMstpSlayWpstDnon_medic: AinvPknlMstpSlayWpstDnon_medic + { + static = 1; + actions = "HealSelfPistolActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic"; + speed = -8; + showHandGun = 0; + soundOverride = "healselfpistolprone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medicOut",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicIn: AinvPpneMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_in"; + speed = -0.5; + showHandGun = 1; + soundOverride = "healselfpistolpronein"; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medic",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicOut: AmovPpneMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + soundOverride = "healselfpistolproneout"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_out"; + speed = -0.5; + }; + class AinvPpneMstpSlayWpstDnon_medicOther: AinvPknlMstpSlayWpstDnon_medicOther + { + static = 1; + actions = "HealSelfPistolActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medicOther_mid"; + speed = 0.14706; + soundOverride = "healselfpistolprone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medicOtherOut",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicOtherIn: AinvPpneMstpSlayWpstDnon_medicOther + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medicOther"; + speed = 1.5; + showHandGun = 1; + soundOverride = "healselfpistolpronein"; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medicOther",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicOtherOut: AmovPpneMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + soundOverride = "healselfpistolproneout"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medicOther_end"; + speed = 3; + }; + class AinvPknlMstpSlayWnonDnon_medic: AmovPknlMstpSnonWnonDnon + { + actions = "HealSelfCivilActionBase"; + interpolationRestart = 1; + soundOverride = "healself"; + aiming = "empty"; + aimingBody = "empty"; + speed = -6; + limitGunMovement = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + variantsAI[] = {}; + variantsPlayer[] = {}; + weaponsIK = 0; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWnonDnon_medicOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic"; + }; + class AinvPknlMstpSlayWnonDnon_medicIn: AinvPknlMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_in"; + speed = -0.5; + ConnectTo[] = {"AinvPknlMstpSlayWnonDnon_medic",0.1}; + }; + class AinvPknlMstpSlayWnonDnon_medicOut: AmovPknlMstpSnonWnonDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_out"; + speed = -0.5; + }; + class AinvPpneMstpSlayWnonDnon_medic: AinvPknlMstpSlayWpstDnon_medic + { + static = 1; + soundOverride = "healself"; + actions = "HealSelfCivilActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic"; + speed = -6.0; + ConnectTo[] = {"AinvPpneMstpSlayWnonDnon_medicOut",0.1}; + }; + class AinvPpneMstpSlayWnonDnon_medicIn: AinvPpneMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_in"; + speed = -0.5; + ConnectTo[] = {"AinvPpneMstpSlayWnonDnon_medic",0.1}; + }; + class AinvPpneMstpSlayWnonDnon_medicOut: AmovPpneMstpSnonWnonDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_out"; + speed = -0.5; + }; + class AinvPknlMstpSlayWrflDnon_healed: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_healed1"; + speed = 0.17; + variantsPlayer[] = {"AinvPknlMstpSlayWrflDnon_healed",0.5,"AinvPknlMstpSlayWrflDnon_healed2",0.5}; + equivalentTo = "AinvPknlMstpSlayWrflDnon_healed"; + variantAfter[] = {0,0,0}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWrflDnon_healed2: AinvPknlMstpSlayWrflDnon_healed + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_healed2"; + }; + class AinvPknlMstpSlayWnonDnon_medicOther: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "HealSelfCivilActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\non\AinvPknlMstpSlayWnonDnon_medicOther"; + speed = 0.13274; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + weaponsIK = 0; + soundOverride = "healself"; + soundEnabled = 1; + minPlayTime = 0.95; + canReload = 0; + soundEdge[] = {0.01}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.01}; + }; + class AinvPpneMstpSlayWnonDnon_medicOther: AinvPknlMstpSlayWnonDnon_medicOther + { + static = 1; + actions = "HealSelfCivilActionProne"; + soundOverride = "healselfprone"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\non\AinvPpneMstpSlayWnonDnon_medicOther"; + speed = 0.12876; + minPlayTime = 0.95; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.01}; + }; + class AadjPercMwlkSrasWrflDf_left: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustLStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDf_left"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_left: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustLStandActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDfl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_left: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustLStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_left: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustLStandActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDbl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_left: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustLStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDb_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_left: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustLStandActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDbr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_left: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustLStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_left: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustLStandActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDfr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_left: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustLStandActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDf_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_left: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustLStandActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDfl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_left: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustLStandActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_left: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustLStandActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDbl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_left: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustLStandActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDb_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_left: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustLStandActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDbr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_left: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustLStandActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_left: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustLStandActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDfr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_left: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustLStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_left: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustLStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_left: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustLStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_left: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustLStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_left: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustLStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_left: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustLStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_left: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustLStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_left: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustLStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_left: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustLStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_left: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustLStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_left: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustLStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDf_right: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustRStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_right: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustRStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_right: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustRStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_right: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustRStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_right: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustRStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_right: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustRStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_right: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustRStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_right: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustRStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_right: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustRStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_right: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustRStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_right: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustRStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_right: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustRStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_right: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustRStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_right: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustRStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_right: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustRStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_right: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustRStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_right: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustRStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_right: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustRStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_right: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustRStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_right: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustRStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_right: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustRStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_right: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustRStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_right: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustRStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_right: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustRStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_right: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustRStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_right: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustRStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_right: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustRStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDf_down: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustBStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_down: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustBStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_down: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustBStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_down: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustBStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_down: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustBStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_down: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustBStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_down: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustBStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_down: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustBStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_down: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustBStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_down: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustBStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_down: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustBStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_down: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustBStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_down: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustBStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_down: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustBStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_down: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustBStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_down: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustBStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_down: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustBStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_down: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustBStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_down: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustBStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_down: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustBStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_down: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustBStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_down: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustBStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_down: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustBStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_down: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustBStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_down: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustBStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_down: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustBStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_down: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustBStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDf_up: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustFStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_up: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustFStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_up: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustFStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_up: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustFStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_up: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustFStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_up: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustFStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_up: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustFStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_up: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustFStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_up: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustFStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_up: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustFStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_up: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustFStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_up: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustFStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_up: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustFStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_up: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustFStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_up: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustFStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_up: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustFStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_up: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustFStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_up: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustFStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_up: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustFStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_up: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustFStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_up: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustFStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_up: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustFStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_up: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustFStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_up: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustFStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_up: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustFStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_up: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustFStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_up: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustFStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_left: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustLKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_left: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustLKneelActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_left: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustLKneelActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_left: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustLKneelActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_left: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustLKneelActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_left: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustLKneelActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_left: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustLKneelActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_left: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustLKneelActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_left: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustLKneelActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_left: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustLKneelActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_left: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustLKneelActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_left: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustLKneelActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_left: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustLKneelActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_left: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustLKneelActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_left: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustLKneelActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_left: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustLKneelActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_left: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustLKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_left: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustLKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_left: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustLKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_left: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustLKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_left: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustLKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_left: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustLKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_left: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustLKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_left: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustLKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_left: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustLKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_left: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustLKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_left: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustLKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_right: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustRKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_right: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustRKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_right: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustRKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_right: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustRKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_right: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustRKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_right: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustRKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_right: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustRKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_right: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustRKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_right: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustRKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_right: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustRKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_right: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustRKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_right: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustRKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_right: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustRKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_right: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustRKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_right: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustRKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_right: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustRKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_right: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustRKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_right: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustRKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_right: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustRKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_right: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustRKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_right: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustRKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_right: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustRKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_right: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustRKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_right: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustRKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_right: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustRKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_right: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustRKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_right: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustRKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_down: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustBKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_down: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustBKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_down: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustBKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_down: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustBKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_down: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustBKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_down: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustBKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_down: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustBKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_down: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustBKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_down: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustBKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_down: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustBKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_down: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustBKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_down: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustBKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_down: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustBKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_down: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustBKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_down: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustBKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_down: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustBKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_down: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustBKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_down: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustBKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_down: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustBKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_down: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustBKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_down: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustBKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_down: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustBKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_down: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustBKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_down: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustBKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_down: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustBKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_down: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustBKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_down: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustBKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_up: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustFKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_up: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustFKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_up: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustFKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_up: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustFKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_up: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustFKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_up: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustFKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_up: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustFKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_up: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustFKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_up: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustFKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_up: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustFKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_up: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustFKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_up: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustFKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_up: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustFKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_up: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustFKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_up: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustFKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_up: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustFKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_up: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustFKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_up: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustFKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_up: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustFKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_up: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustFKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_up: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustFKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_up: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustFKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_up: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustFKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_up: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustFKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_up: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustFKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_up: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustFKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_up: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustFKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_left: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustLStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDf_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_left: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustLStandActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_left: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustLStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_left: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustLStandActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_left: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustLStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDb_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_left: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustLStandActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_left: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustLStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_left: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustLStandActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_left: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustLStandActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDf_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_left: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustLStandActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_left: AadjPercMtacSrasWpstDfl_left + { + actions = "PistolAdjustLStandActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_left: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustLStandActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_left: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustLStandActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDb_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_left: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustLStandActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_left: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustLStandActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_left: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustLStandActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_left: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustLStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_left: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustLStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_left: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustLStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_left: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustLStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_left: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustLStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_left: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustLStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_left: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustLStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_left: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustLStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_left: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustLStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_left: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustLStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_left: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustLStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_right: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustRStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_right: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustRStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_right: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustRStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_right: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustRStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_right: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustRStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_right: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustRStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_right: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustRStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_right: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustRStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_right: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustRStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_right: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustRStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_right: AmovPercMtacSrasWpstDl + { + actions = "PistolAdjustRStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_right: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustRStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_right: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustRStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_right: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustRStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_right: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustRStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_right: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustRStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_right: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustRStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_right: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustRStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_right: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustRStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_right: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustRStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_right: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustRStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_right: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustRStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_right: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustRStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_right: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustRStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_right: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustRStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_right: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustRStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_right: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustRStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_down: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustBStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_down: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustBStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_down: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustBStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_down: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustBStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_down: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustBStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_down: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustBStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_down: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustBStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_down: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustBStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_down: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustBStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_down: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustBStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_down: AmovPercMtacSrasWpstDl + { + actions = "PistolAdjustBStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_down: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustBStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_down: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustBStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_down: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustBStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_down: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustBStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_down: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustBStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_down: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustBStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_down: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustBStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_down: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustBStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_down: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustBStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_down: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustBStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_down: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustBStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_down: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustBStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_down: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustBStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_down: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustBStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_down: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustBStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_down: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustBStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_up: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustFStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_up: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustFStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_up: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustFStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_up: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustFStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_up: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustFStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_up: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustFStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_up: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustFStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_up: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustFStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_up: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustFStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_up: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustFStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_up: AmovPercMtacSrasWpstDl + { + actions = "PistolAdjustFStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_up: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustFStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_up: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustFStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_up: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustFStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_up: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustFStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_up: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustFStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_up: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustFStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_up: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustFStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_up: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustFStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_up: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustFStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_up: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustFStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_up: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustFStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_up: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustFStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_up: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustFStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_up: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustFStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_up: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustFStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_up: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustFStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_left: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustLKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_left: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustLKneelActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_left: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustLKneelActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_left: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustLKneelActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_left: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustLKneelActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_left: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustLKneelActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_left: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustLKneelActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_left: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustLKneelActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_left: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustLKneelActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_left: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustLKneelActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_left: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustLKneelActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_left: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustLKneelActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_left: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustLKneelActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_left: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustLKneelActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_left: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustLKneelActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_left: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustLKneelActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_left: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustLKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_left: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustLKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_left: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustLKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_left: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustLKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_left: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustLKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_left: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustLKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_left: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustLKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_left: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustLKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_left: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustLKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_left: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustLKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_left: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustLKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_right: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustRKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_right: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustRKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_right: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustRKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_right: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustRKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_right: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustRKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_right: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustRKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_right: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustRKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_right: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustRKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_right: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustRKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_right: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustRKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_right: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustRKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_right: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustRKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_right: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustRKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_right: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustRKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_right: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustRKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_right: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustRKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_right: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustRKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_right: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustRKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_right: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustRKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_right: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustRKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_right: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustRKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_right: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustRKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_right: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustRKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_right: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustRKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_right: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustRKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_right: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustRKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_right: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustRKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_down: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustBKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_down: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustBKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_down: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustBKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_down: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustBKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_down: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustBKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_down: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustBKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_down: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustBKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_down: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustBKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_down: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustBKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_down: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustBKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_down: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustBKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_down: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustBKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_down: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustBKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_down: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustBKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_down: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustBKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_down: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustBKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_down: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustBKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_down: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustBKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_down: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustBKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_down: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustBKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_down: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustBKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_down: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustBKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_down: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustBKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_down: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustBKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_down: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustBKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_down: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustBKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_down: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustBKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_up: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustFKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_up: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustFKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_up: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustFKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_up: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustFKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_up: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustFKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_up: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustFKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_up: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustFKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_up: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustFKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_up: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustFKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_up: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustFKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_up: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustFKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_up: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustFKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_up: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustFKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_up: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustFKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_up: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustFKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_up: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustFKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_up: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustFKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_up: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustFKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_up: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustFKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_up: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustFKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_up: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustFKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_up: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustFKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_up: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustFKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_up: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustFKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_up: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustFKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_up: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustFKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_up: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustFKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon"; + leftHandIKCurve[] = {0.1,0,0.2,1}; + rightHandIKCurve[] = {0.57,0,0.63,1}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.3}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon",0.02}; + }; + class AmovPpneMstpSrasWrflDnon_healed: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_healed"; + speed = 0.17; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "PistolStandTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon"; + speed = 1.8; + disableWeapons = 1; + looped = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end"; + speed = 1.15; + showHandGun = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_1",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_1: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.01,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.04; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.97; + showHandgun = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + actions = "PistolKneelTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon"; + speed = 1.57; + disableWeapons = 1; + enableOptics = 0; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end"; + speed = 1.15; + showHandGun = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_2",0.01,"AinvPknlMstpSnonWnonDnon_healed_1",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_2: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_medic_1: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + actions = "HealSelfActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_medic"; + speed = 0.17; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.01,"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_healed_1: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_healed1"; + speed = 0.17; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + enableOptics = 2; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end"; + speed = 1.97; + showHandgun = 1; + canPullTrigger = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMstpSrasWpstDnon_healed: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_healed"; + speed = 0.17; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + actions = "CivilStandTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon"; + speed = 1.54; + disableWeapons = 1; + enableOptics = 0; + looped = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_3",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_3: AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_4: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_medic_2: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_medic"; + speed = 0.17; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_healed_2: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_healed2"; + speed = 0.17; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon",0.1}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + actions = "CivilKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMstpSnonWnonDnon_healed: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_healed"; + speed = 0.17; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AparPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AparPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = -1.5; + looped = 0; + soundOverride = "laydown"; + disableWeapons = 1; + leaningFactorEnd = 0; + canPullTrigger = 0; + interpolationRestart = 1; + minPlayTime = 0.3; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AswmPercMrunSnonWnonDf",0.02}; + ignoreMinPlayTime[] = {"Unconscious","AswmPercMrunSnonWnonDf"}; + InterpolateTo[] = {"AswmPercMrunSnonWnonDf",0.02,"Unconscious",0.1}; + soundEdge[] = {0.01}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_GetOutLow"; + speed = 1.9; + looped = 0; + soundOverride = "Walk"; + disableWeapons = 1; + leaningFactorEnd = 0; + canPullTrigger = 0; + minPlayTime = 0.95; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutMedium: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_GetOutMedium"; + speed = 1.333; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHigh: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_GetOutHigh"; + speed = 0.915; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHighZamak: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\GetOutHighZamak"; + speed = 0.5; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHighHemtt: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\GetOutHighHemtt"; + speed = 0.491803; + }; + class GetInHelicopterCargoRfl: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getin_weapon"; + speed = 0.75; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutHelicopterCargoRfl: GetInHelicopterCargoRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getout_weapon"; + speed = 0.833333; + }; + class GetInMRAP_01Rfl: GetInHelicopterCargoRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\driver_MRAP_01_getin"; + speed = 0.877; + leftHandIKCurve[] = {0}; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01Rfl: GetInMRAP_01Rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 1.579; + leftHandIKCurve[] = {1}; + }; + class GetInMRAP_01_cargoRfl: GetInMRAP_01Rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getin"; + speed = 0.577; + leftHandIKCurve[] = {0}; + }; + class GetOutMRAP_01_cargoRfl: GetOutMRAP_01Rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 0.579; + }; + class Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_pilot_exit"; + speed = 0.915; + minPlayTime = 0.85; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.1,"AmovPercMstpSnonWnonDnon",0.1,"AmovPercMstpSlowWpstDnon",0.1,"Unconscious",0.1}; + }; + class Heli_Attack_01Gunner_AmovPercMstpSlowWrflDnon: Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_gunner_exit"; + }; + class AmovPercMstpSnonWnonDnon_Heli_Attack_01Pilot: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_pilot_getin"; + speed = -1.55; + minPlayTime = 0.85; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_Heli_Attack_01Gunner: Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_gunner_getin"; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_GetOutLow"; + speed = 1.9; + looped = 0; + soundOverride = "Walk"; + disableWeapons = 1; + enableOptics = 0; + leaningFactorEnd = 0; + canPullTrigger = 0; + minPlayTime = 0.95; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutMedium: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_GetOutMedium"; + speed = 1.333; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHigh: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_GetOutHigh"; + speed = 0.915; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHighZamak: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\GetOutHighZamak"; + speed = 0.5; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHighHemtt: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\Anims_F\data\Anim\sdr\crg\knl\stp\non\non\GetOutHighHemtt"; + speed = 0.5; + }; + class GetInHelicopterCargoPst: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getin"; + speed = 0.75; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutHelicopterCargoPst: GetInHelicopterCargoPst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getout"; + speed = 0.833333; + }; + class GetInMRAP_01Pst: GetInHelicopterCargoPst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\driver_MRAP_01_getin"; + speed = 0.877; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01Pst: GetInMRAP_01Pst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 1.579; + }; + class GetInMRAP_01_cargoPst: GetInMRAP_01Pst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getin"; + speed = 0.577; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01_cargoPst: GetOutMRAP_01Pst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 0.579; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInLow"; + speed = 2; + looped = 0; + soundOverride = "Walk"; + disableWeapons = 1; + enableOptics = 0; + leaningFactorBeg = 1; + minPlayTime = 0.95; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInMedium"; + speed = 0.8333; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInHigh"; + speed = 0.8333; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInSDV: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInHigh"; + speed = 0.8333; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_GetOutLow"; + speed = 1.5; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutMedium: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_GetOutMedium"; + speed = 1.666; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHigh: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_GetOutHigh"; + speed = 0.915; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHighZamak: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getOutHighZamak"; + speed = 0.5; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHighHemtt: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getOutHighHemtt"; + speed = 0.5; + }; + class GetInHelicopterCargo: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getin"; + speed = 0.75; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutHelicopterCargo: GetInHelicopterCargo + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getout"; + speed = 0.833333; + }; + class GetInMRAP_01: GetInHelicopterCargo + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\driver_MRAP_01_getin"; + speed = 0.877; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01: GetInMRAP_01 + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 1.579; + }; + class GetInMRAP_01_cargo: GetInMRAP_01 + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getin"; + speed = 0.577; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01_cargo: GetOutMRAP_01 + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 0.579; + }; + class AinjPpneMstpSnonWrflDnon: AmovPpneMstpSrasWrflDnon_injured + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon"; + disableWeapons = 1; + actions = "InjuredManActionsRfl_norot"; + showWeaponAim = 0; + aiming = "empty"; + aimingBody = "empty"; + canPullTrigger = 0; + headBobMode = 1; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon_injuredHealed",0.2,"AinjPpneMstpSnonWrflDnon_rolltofront",0.1,"Unconscious",0.01,"AinjPfalMstpSnonWrflDnon_carried_Up",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinjPpneMstpSnonWrflDnon_injuredHealed: AinjPpneMstpSnonWrflDnon + { + actions = "InjuredManActionsRfl_healed"; + duty = 0; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDnon_rolltoback: AinjPpneMstpSnonWrflDnon + { + interpolationSpeed = 1; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWrflDnon_rolltoback"; + speed = -2; + interpolationRestart = 2; + duty = 3; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1,"AinjPfalMstpSnonWrflDnon_carried_Up",0.02}; + InterpolateTo[] = {"AinjPpneMstpSnonWrflDnon_rolltofront",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDnon_rolltofront: AinjPpneMstpSnonWrflDnon_rolltoback + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWrflDnon_rolltofront"; + actions = "InjuredManActionsRfl"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + InterpolateTo[] = {"AinjPpneMstpSnonWrflDnon_rolltoback",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_kneel: AinjPpneMstpSnonWrflDnon + { + actions = "RifleKneelActions"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon_kneel"; + speed = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDb: AinjPpneMstpSnonWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb"; + speed = 1; + actions = "InjuredManDraggedActionsRfl"; + ConnectTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb_release",0.1,"AcinPknlMwlkSlowWrflDb_still",0.1}; + InterpolateTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb_release",0.1,"AcinPknlMwlkSlowWrflDb_still",0.1}; + }; + class AinjPpneMstpSnonWrflDb_release: AinjPpneMstpSnonWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_release"; + speed = 1; + looped = 0; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDb_death: AinjPpneMstpSnonWrflDb_release + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_Adth.p3d"; + ConnectTo[] = {}; + }; + class AcinPknlMwlkSlowWrflDb_still: AinjPpneMstpSnonWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_still"; + actions = "InjuredManDraggedActionsRfl"; + ragdoll = 1; + ConnectTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb_release",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1: Default + { + actions = "MoveWithInjuredManDraggerRfl"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1"; + speed = 1; + looped = 0; + disableWeapons = 1; + aiming = "empty"; + aimingBody = "empty"; + duty = 0.2; + interpolationSpeed = 10.05; + showWeaponAim = 0; + canPullTrigger = 0; + limitGunMovement = 0; + headBobMode = 2; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2",0.2}; + InterpolateTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.2,"AcinPknlMwlkSlowWrflDb_death",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2"; + ConnectTo[] = {"AcinPknlMstpSrasWrflDnon",0.02,"AcinPknlMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1,"AcinPknlMwlkSlowWrflDb_death2",0.2}; + }; + class GetIn_Vertical_Rifle: GetInHelicopterCargoRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getin_verticaltruck_rifle"; + speed = -1; + leftHandIKCurve[] = {0}; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetIn_Vertical_Pistol: GetInHelicopterCargoPst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getin_verticaltruck"; + speed = -1; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetIn_Vertical_Unarmed: GetInHelicopterCargo + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getin_verticaltruck"; + speed = -1; + headBobMode = 4; + headBobStrength = -0.8; + }; + class AcinPknlMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_still"; + speed = 1e+010; + looped = 1; + duty = -0.3; + interpolationSpeed = 6.05; + canPullTrigger = 1; + disableWeapons = 0; + canReload = 0; + limitGunMovement = 0.15; + aimingBody = "aimingUpDefault"; + aiming = "aimingDefault"; + aimPrecision = 4; + ConnectTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.15,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.1,"AcinPknlMwlkSrasWrflDb",0.1}; + InterpolateTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.15,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMwlkSrasWrflDb",0.1,"AcinPknlMwlkSlowWrflDb_death",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1,"Helper_SwitchToCarryRfl",0.2,"AcinPknlMwlkSlowWrflDb_death2",0.2}; + }; + class DraggerBase: Default + { + actions = "MoveWithInjuredManDragger"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1"; + speed = 1; + looped = 0; + disableWeapons = 1; + aiming = "empty"; + aimingBody = "empty"; + duty = 0.2; + interpolationSpeed = 1; + showWeaponAim = 0; + canPullTrigger = 0; + limitGunMovement = 0; + headBobMode = 2; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class DraggerBaseRfl: DraggerBase + { + actions = "MoveWithInjuredManDraggerRfl"; + }; + class AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon"; + duty = -0.5; + interpolationSpeed = 1; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.15}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.15,"AmovPercMstpSlowWrflDnon",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicUp",0.2}; + }; + class AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: DraggerBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = 0.55; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.15,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicUp",0.2}; + }; + class AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: DraggerBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.38; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.15,"Unconscious",0.1}; + }; + class AcinPknlMwlkSrasWrflDb: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb"; + looped = 1; + duty = 0.6; + interpolationSpeed = 4.1; + disableWeapons = 0; + canPullTrigger = 1; + limitGunMovement = 0.15; + canReload = 0; + aimingBody = "aimingUpDefault"; + aiming = "aimingDefault"; + aimPrecision = 6; + ConnectTo[] = {"AcinPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"AcinPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.1,"AcinPknlMwlkSlowWrflDb_death",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1,"AcinPknlMwlkSlowWrflDb_death2",0.2}; + }; + class AcinPknlMwlkSlowWrflDb_death: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_death"; + terminal = 1; + ragdoll = 1; + interpolationSpeed = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPknlMwlkSlowWrflDb_agony: AmovPpneMstpSrasWrflDnon_injured + { + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"Unconscious",0.1}; + }; + class AcinPercMrunSrasWrflDf: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrier"; + actions = "MoveWithInjuredManCarrierRflStill"; + limitGunMovement = 0.5; + aimPrecision = 6; + visibleSize = 0.750126; + static = 1; + relSpeedMin = 0.5; + duty = 0.5; + speed = 1.30435; + canReload = 0; + headBobStrength = 0; + ConnectTo[] = {"AcinPercMrunSrasWrflDf_agony",0.1,"AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2}; + }; + class AcinPercMrunSrasWrflDb: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDB"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDbl: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDBl"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDbr: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDBr"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDfl: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDfl"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDfr: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDfr"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDl: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDl"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDr: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDr"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDf_death: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-dead-carrier"; + terminal = 1; + ragdoll = 1; + speed = 0.22; + looped = 0; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPercMrunSrasWrflDf_agony: AcinPercMrunSrasWrflDf_death + { + duty = 10; + terminal = 0; + ragdoll = 0; + onLandEnd = 1; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon: InjuredMovedBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_pickup"; + speed = -15; + actions = "MoveWithInjuredMan_helperRfl"; + limitGunMovement = 0; + duty = 1; + canPullTrigger = 0; + showWeaponAim = 0; + interpolationSpeed = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + forceAim = 1; + disableWeapons = 1; + canReload = 0; + ConnectTo[] = {"AcinPercMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class Helper_SwitchToCarryRfl: AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon + { + speed = 15.0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\AcinPknlMstpSrasWrflDnon_Helper"; + forceAim = 0; + interpolationSpeed = 6; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon",0.02}; + }; + class AcinPercMstpSrasWrflDnon: AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon + { + looped = 1; + speed = 1e+010; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\carrier_rfl_static"; + limitGunMovement = 0.5; + aimPrecision = 4; + visibleSize = 0; + duty = -0.2; + actions = "MoveWithInjuredManCarrierRflStill"; + canPullTrigger = 1; + forceAim = 0; + headBobStrength = 0; + disableWeapons = 0; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AcinPercMstpSrasWrflDnon_agony",0.1,"AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"AcinPercMrunSrasWrflDf",0.2,"Unconscious",0.01,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2}; + }; + class AcinPercMstpSrasWrflDnon_agony: AcinPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-dead-carrier"; + speed = 0.21; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_laydown"; + speed = -6; + actions = "RifleLowStandActions"; + looped = 0; + canPullTrigger = 0; + forceAim = 1; + disableWeapons = 1; + canReload = 0; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMwlkSlowWrflDb_death2: AcinPknlMwlkSlowWrflDb_death{}; + class Helper_InjuredRfl: AgonyBaseRfl + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup"; + speed = 0; + actions = "InjuredManDraggedActionsRfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 0.5; + canPullTrigger = 0; + disableWeapons = 1; + onLandBeg = 1; + collisionShapeSafe = ""; + InterpolateTo[] = {"Unconscious",0.1,"AinjPfalMstpSnonWrflDnon_carried_Up",0.02}; + }; + class Hepler_InjuredNon: Helper_InjuredRfl + { + actions = "InjuredManDraggedActionsNon"; + InterpolateTo[] = {"AinjPfalMstpSnonWnonDnon_carried_Up",0.1}; + }; + class AinjPfalMstpSnonWrflDnon_carried_Up: AgonyBaseRfl + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup"; + speed = -15; + actions = "InjuredManCarriedActionsRfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 1; + canPullTrigger = 0; + disableWeapons = 1; + onLandBeg = 1; + collisionShapeSafe = ""; + ConnectTo[] = {"AinjPfalMstpSnonWrflDnon_carried_still",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWrflDnon_AmovPpneMstpSrasWrflDnon_injured: AinjPfalMstpSnonWrflDnon_carried_Up + { + speed = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWrflDnon_carried_still: AinjPfalMstpSnonWrflDnon_carried_Up + { + soundEdge[] = {}; + actions = "InjuredManCarriedActionsRflStill"; + speed = 1e+010; + looped = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carried"; + duty = 0; + onLandBeg = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinjPfalMstpSnonWrflDf_carried",0.1,"AinjPfalMstpSnonWrflDnon_carried_Down",0.1}; + InterpolateTo[] = {"AinjPfalMstpSnonWrflDf_carried",0.1,"AinjPfalMstpSnonWrflDf_carried_fallwc",0.1,"AinjPfalMstpSnonWrflDf_carried_fall",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried: AinjPfalMstpSnonWrflDnon_carried_Up + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carried"; + looped = 1; + speed = 1.36; + onLandBeg = 0; + limitGunMovement = 0; + actions = "InjuredManCarriedActionsRflWc"; + ragdoll = 1; + ConnectTo[] = {"AinjPfalMstpSnonWrflDnon_carried_still",0.1,"AinjPfalMstpSnonWrflDf_carried_dead",0.1}; + InterpolateTo[] = {"AinjPfalMstpSnonWrflDnon_carried_still",0.1,"AinjPfalMstpSnonWrflDf_carried_dead",0.1,"AinjPfalMstpSnonWrflDf_carried_fallwc",0.1,"AinjPfalMstpSnonWrflDf_carried_fall",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried_fallwc: AinjPfalMstpSnonWrflDf_carried + { + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\injured_laydown"; + speed = -6; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried_fall: AinjPfalMstpSnonWrflDf_carried_fallwc + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried_dead: AinjPfalMstpSnonWrflDf_carried + { + speed = 0.21; + terminal = 1; + actions = "InjuredManCarriedActionsRflStill"; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AinjPfalMstpSnonWrflDnon_carried_Down: AgonyBase + { + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\injured_laydown"; + speed = -6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandEnd = 1; + collisionShapeSafe = ""; + actions = "InjuredManActionsRfl"; + canPullTrigger = 0; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_injured: AgonyBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + collisionShapeSafe = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.100126; + aimPrecision = 3; + aiming = "aimingLying"; + aimingBody = "aimingUpLying"; + leaning = "aimingLying"; + legs = "legsLyingAiming"; + InterpolationSpeed = 2.5; + soundOverride = "crawl"; + canPullTrigger = 0; + speed = 1e+010; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.5,"AinjPpneMstpSnonWnonDnon_rolltoback",0.02}; + InterpolateTo[] = {"AmovPpneMsprSnonWnonDf_injured",0.1,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWpstDnon_injured: AmovPpneMstpSnonWnonDnon_injured + { + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.5}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMsprSnonWnonDf_injured: AmovPpneMstpSnonWnonDnon_injured + { + actions = "InjuredManActionSnon"; + speed = 0.2; + showWeaponAim = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\spr\non\non\AmovPpneMsprSnonWnonDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + limitGunMovement = 0; + duty = 2.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_injured + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon"; + disableWeapons = 1; + actions = "InjuredManActionSnon_norot"; + showWeaponAim = 0; + aiming = "empty"; + aimingBody = "empty"; + interpolationSpeed = 0.5; + ConnectTo[] = {"Unconscious",0.01,"AinjPpneMstpSnonWnonDnon_injuredHealed",0.2,"AinjPpneMstpSnonWnonDnon_rolltofront",0.1,"AinjPfalMstpSnonWnonDnon_carried_Up",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AinjPpneMrunSnonWnonDb_grab",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_injuredHealed: AinjPpneMstpSnonWnonDnon + { + actions = "InjuredManActionSnon_healed"; + duty = 0; + speed = 10000000; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_rolltoback: AinjPpneMstpSnonWnonDnon + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon_rolltoback"; + speed = 1; + interpolationRestart = 2; + duty = 3; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1,"AinjPfalMstpSnonWnonDnon_carried_Up",0.02}; + InterpolateTo[] = {"AinjPpneMstpSnonWnonDnon_rolltofront",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_rolltofront: AinjPpneMstpSnonWnonDnon_rolltoback + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon_rolltofront"; + actions = "InjuredManActionSnon"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"AinjPpneMstpSnonWnonDnon_rolltoback",0.1,"Unconscious",0.1}; + }; + class AinjPpneMrunSnonWnonDb: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb"; + speed = 1; + actions = "InjuredManDraggedActionsNon"; + ConnectTo[] = {"Unconscious",0.51,"AinjPpneMrunSnonWnonDb_release",0.1,"AinjPpneMrunSnonWnonDb_still",0.1}; + InterpolateTo[] = {"Unconscious",0.5,"AinjPpneMrunSnonWnonDb_release",0.1,"AinjPpneMrunSnonWnonDb_still",0.1}; + }; + class AinjPpneMrunSnonWnonDb_grab: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_grab"; + ragdoll = 1; + speed = 1; + looped = 0; + actions = "InjuredManDraggedActionsNon"; + interpolationSpeed = 0.85; + ConnectTo[] = {"AinjPpneMrunSnonWnonDb_still",0.1,"AinjPfalMstpSnonWnonDnon_carried_Up",0.1}; + InterpolateTo[] = {"AinjPpneMrunSnonWnonDb_still",0.1,"AinjPpneMrunSnonWnonDb_release",0.02,"Unconscious",0.1}; + }; + class AinjPpneMrunSnonWnonDb_release: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_release"; + speed = 1; + looped = 0; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMrunSnonWnonDb_death: AinjPpneMrunSnonWnonDb_release + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_Adth.p3d"; + ConnectTo[] = {}; + }; + class AinjPpneMrunSnonWnonDb_still: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_still"; + actions = "InjuredManDraggedActionsNon"; + ragdoll = 1; + ConnectTo[] = {"Unconscious",0.01,"AinjPpneMrunSnonWnonDb",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AinjPpneMrunSnonWnonDb_release",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1: Default + { + actions = "MoveWithInjuredManDraggerNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1"; + speed = 1; + looped = 0; + disableWeapons = 1; + aiming = "empty"; + aimingBody = "empty"; + duty = 0.2; + interpolationSpeed = 10.05; + showWeaponAim = 0; + canPullTrigger = 0; + limitGunMovement = 0; + disableWeaponsLong = 1; + enableDirectControl = 0; + headBobMode = 2; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2",0.22}; + InterpolateTo[] = {"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.2,"AcinPknlMwlkSnonWnonDb_death",0.2,"AcinPknlMwlkSnonWnonDb_agony",0.2}; + }; + class AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.22}; + InterpolateTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.2,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2}; + }; + class AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + ConnectTo[] = {"AcinPknlMstpSnonWnonDnon",0.01,"AcinPknlMwlkSnonWnonDb",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2 + { + actions = "MoveWithInjuredManDraggerPst"; + showHandGun = 1; + ConnectTo[] = {"AcinPknlMstpSnonWpstDnon",0.01,"AcinPknlMwlkSnonWpstDb",0.01}; + InterpolateTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.2,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2}; + }; + class AcinPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb_still"; + speed = 1e+010; + looped = 1; + duty = -0.3; + interpolationSpeed = 6.05; + ConnectTo[] = {"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.15,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb",0.1}; + InterpolateTo[] = {"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.15,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb",0.1,"AcinPknlMwlkSnonWnonDb_death",0.2,"AcinPknlMwlkSnonWnonDb_agony",0.2,"Helper_SwitchToCarrynon",0.1}; + }; + class AcinPknlMstpSnonWpstDnon: AcinPknlMstpSrasWrflDnon + { + actions = "MoveWithInjuredManDraggerPst"; + showHandGun = 1; + ConnectTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.15,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPpneMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb",0.1}; + InterpolateTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.15,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb",0.1,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2,"Helper_SwitchToCarrynon_pst",0.1}; + }; + class DraggerBasenon: DraggerBase + { + actions = "MoveWithInjuredManDraggernon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1"; + disableWeaponsLong = 1; + }; + class AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon"; + duty = -0.5; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.15}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.1,"Unconscious",0.1}; + }; + class AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon: AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon + { + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.1,"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: DraggerBasenon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.55; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.15,"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon: AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon + { + showHandGun = 1; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: DraggerBasenon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.4; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.15,"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWpstDnon_AmovPpneMstpSrasWpstDnon: AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon + { + showHandGun = 1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMwlkSnonWnonDb: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb"; + looped = 1; + duty = 6; + interpolationSpeed = 4.1; + ConnectTo[] = {"AcinPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AcinPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb_death",0.2,"AcinPknlMwlkSnonWnonDb_agony",0.2}; + }; + class AcinPknlMwlkSnonWpstDb: AcinPknlMwlkSrasWrflDb + { + actions = "MoveWithInjuredManDraggerPst"; + showHandGun = 1; + ConnectTo[] = {"AcinPknlMstpSnonWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPpneMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AcinPknlMstpSnonWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2}; + }; + class AcinPknlMwlkSnonWnonDb_death: AcinPknlMwlkSnonWnonDb + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb_death"; + terminal = 1; + ragdoll = 1; + interpolationSpeed = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPknlMwlkSnonWpstDb_death: AcinPknlMwlkSnonWnonDb_death + { + showHandGun = 1; + }; + class AcinPknlMwlkSnonWnonDb_agony: AmovPpneMstpSnonWnonDnon_injured + { + actions = "InjuredManActionSnon_norot"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1,"Unconscious",0.1}; + }; + class AcinPknlMwlkSnonWpstDb_agony: AcinPknlMwlkSnonWnonDb_agony + { + showHandGun = 1; + InterpolateTo[] = {"AmovPpneMstpSnonWpstDnon_injured",0.1,"Unconscious",0.1}; + }; + class AcinPercMrunSnonWnonDf: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier"; + actions = "MoveWithInjuredManCarrierNonStill"; + limitGunMovement = 0; + aimPrecision = 6; + visibleSize = 0.750126; + static = 1; + relSpeedMin = 0.5; + duty = 0.5; + headBobStrength = 0; + speed = 1.30435; + disableWeapons = 1; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AcinPercMrunSnonWnonDf_agony",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2}; + }; + class AcinPercMrunSnonWnonDb: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-DB"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDbl: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-DBl"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDbr: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-DBr"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDfl: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dfl"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDfr: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dfr"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDl: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dl"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDr: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dr"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWpstDf: AcinPercMrunSnonWnonDf + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Df"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDfl: AcinPercMrunSnonWnonDfl + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dfl"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDfr: AcinPercMrunSnonWnonDfr + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dfr"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDl: AcinPercMrunSnonWnonDl + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dl"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDr: AcinPercMrunSnonWnonDr + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dr"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDbr: AcinPercMrunSnonWnonDbr + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dbr"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDbl: AcinPercMrunSnonWnonDbl + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dbl"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDb: AcinPercMrunSnonWnonDb + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Db"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2}; + }; + class AcinPercMrunSnonWnonDf_death: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-dead-carrier"; + terminal = 1; + ragdoll = 1; + speed = 0.22; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPercMrunSnonWnonDf_agony: AcinPercMrunSnonWnonDf_death + { + duty = 10; + terminal = 0; + ragdoll = 0; + showWeaponAim = 0; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon: InjuredMovedBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_pickup"; + speed = -15; + actions = "MoveWithInjuredManCarrierNon"; + limitGunMovement = 0; + duty = 1; + canPullTrigger = 0; + showWeaponAim = 0; + interpolationSpeed = 1; + disableWeapons = 1; + disableWeaponsLong = 1; + forceAim = 1; + ConnectTo[] = {"AcinPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + actions = "MoveWithInjuredManCarrierPst"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_pickup"; + showHandGun = 1; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + }; + class Helper_SwitchToCarrynon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + speed = 0; + actions = "MoveWithInjuredMan_helpernon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\Helper_SwitchToCarrynon"; + interpolationSpeed = 6; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon",0.02}; + }; + class Helper_SwitchToCarrynon_pst: Helper_SwitchToCarrynon + { + actions = "MoveWithInjuredMan_helperNonPst"; + canReload = 0; + showHandGun = 1; + InterpolateTo[] = {"AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDr_medic1: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic1"; + speed = 0.21; + actions = "RifleKneelActions"; + disableWeapons = 0; + canBlendStep = 0; + minPlayTime = 1; + interpolationRestart = 1; + ignoreMinPlayTime[] = {"Unconscious"}; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDr_medic2: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic2"; + speed = 0.13; + }; + class AinvPknlMstpSnonWrflDr_medic3: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic3"; + speed = 0.22; + }; + class AinvPknlMstpSnonWrflDr_medic4: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic4"; + speed = 0.22; + }; + class AinvPknlMstpSnonWrflDr_medic5: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic5"; + speed = 0.11; + }; + class AcinPercMstpSnonWnonDnon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + looped = 1; + speed = 1e+010; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\carrier_una_static"; + aimPrecision = 6; + visibleSize = 0; + duty = -0.2; + actions = "MoveWithInjuredManCarrierNonStill"; + forceAim = 0; + headBobStrength = 0; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AcinPercMrunSnonWnonDf",0.2,"AcinPercMstpSnonWnonDnon_agony",0.1,"AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AcinPercMrunSnonWnonDf",0.2,"Unconscious",0.01,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2}; + }; + class AcinPercMstpSnonWpstDnon: AcinPercMstpSnonWnonDnon + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\carrier_pst_static"; + showHandGun = 1; + aimPrecision = 4; + disableWeapons = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMrunSnonWpstDf",0.2,"AcinPercMstpSnonWpstDnon_agony",0.1,"AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMrunSnonWpstDf",0.2,"Unconscious",0.01,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMstpSnonWnonDnon_agony: AcinPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-dead-carrier"; + speed = 0.21; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPercMstpSnonWpstDnon_agony: AcinPercMstpSnonWnonDnon_agony + { + ConnectTo[] = {"AmovPpneMstpSnonWpstDnon_injured",0.1}; + }; + class AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_laydown"; + speed = -6; + actions = "MoveWithInjuredManCarrierNon"; + looped = 0; + canPullTrigger = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + forceAim = 1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon: AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon + { + canReload = 0; + actions = "MoveWithInjuredManCarrierPst"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_laydown"; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_carried_Up: AgonyBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup"; + speed = -15; + actions = "InjuredManCarriedActionSnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 0.9; + canPullTrigger = 0; + disableWeapons = 1; + onLandBeg = 1; + collisionShapeSafe = ""; + ConnectTo[] = {"AinjPfalMstpSnonWnonDnon_carried_still",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon_injured: AinjPfalMstpSnonWnonDnon_carried_Up + { + speed = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_carried_still: AinjPfalMstpSnonWnonDnon_carried_Up + { + speed = 1e+010; + actions = "InjuredManCarriedActionSnonStill"; + looped = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carried"; + duty = 0; + onLandBeg = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinjPfalMstpSnonWnonDf_carried",0.1,"AinjPfalMstpSnonWnonDnon_carried_Down",0.2}; + InterpolateTo[] = {"AinjPfalMstpSnonWnonDf_carried",0.1,"AinjPfalMstpSnonWnonDf_carried_fallwc",0.1,"AinjPfalMstpSnonWnonDf_carried_fall",0.1,"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried: AinjPfalMstpSnonWnonDnon_carried_Up + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carried"; + looped = 1; + speed = 1.36; + onLandBeg = 0; + limitGunMovement = 0; + actions = "InjuredManCarriedActionsNonWc"; + ragdoll = 1; + ConnectTo[] = {"AinjPfalMstpSnonWnonDnon_carried_still",0.1,"AinjPfalMstpSnonWnonDf_carried_dead",0.1}; + InterpolateTo[] = {"AinjPfalMstpSnonWnonDnon_carried_still",0.1,"AinjPfalMstpSnonWnonDf_carried_dead",0.1,"AinjPfalMstpSnonWnonDf_carried_fallwc",0.1,"AinjPfalMstpSnonWnonDf_carried_fall",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried_fallwc: AinjPfalMstpSnonWnonDf_carried + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-dead-carried"; + speed = 0.22; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried_fall: AinjPfalMstpSnonWnonDf_carried_fallwc + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried_dead: AinjPfalMstpSnonWnonDf_carried + { + speed = 0.21; + terminal = 1; + actions = "InjuredManCarriedActionSnonStill"; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AinjPfalMstpSnonWnonDnon_carried_Down: AgonyBase + { + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\injured_laydown"; + speed = -6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandEnd = 1; + collisionShapeSafe = ""; + actions = "InjuredManActionSnon"; + canPullTrigger = 0; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPsitMstpSnonWnonDnon_ground00: StandBase + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\sit\stp\non\non\AidlPsitMstpSnonWnonDnon_ground00"; + speed = 0.3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + aimPrecision = 0.5; + variantsPlayer[] = {"AidlPercMstpSrasWlnrDnon_G01",0.5,"AidlPercMstpSrasWlnrDnon_G02",0.5}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon"; + duty = -0.2; + actions = "LauncherStandActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + aiming = "aimingDefault"; + ConnectTo[] = {"LauncherReloadStand",0.02,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon",0.02,"AswmPercMstpSnonWnonDnon",0.3,"AidlPercMstpSrasWlnrDnon_S",0.02,"AmovPercMstpSrasWlnrDnon_turnL",0.02,"AmovPercMstpSrasWlnrDnon_turnR",0.02,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon",0.03,"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon",0.02,"ReloadRPG",0.2,"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_turnL",0.02,"AmovPercMstpSrasWlnrDnon_turnR",0.02,"AmovPercMwlkSrasWlnrDf",0.02,"AovrPercMstpSrasWlnrDf",0.05,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMwlkSrasWlnrDfl",0.02,"AmovPercMwlkSrasWlnrDl",0.02,"AmovPercMwlkSrasWlnrDbl",0.02,"AmovPercMwlkSrasWlnrDb",0.02,"AmovPercMwlkSrasWlnrDbr",0.02,"AmovPercMwlkSrasWlnrDr",0.02,"AmovPercMwlkSrasWlnrDfr",0.02,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfl",0.02,"AmovPercMrunSrasWlnrDl",0.02,"AmovPercMrunSrasWlnrDbl",0.02,"AmovPercMrunSrasWlnrDb",0.02,"AmovPercMrunSrasWlnrDbr",0.02,"AmovPercMrunSrasWlnrDr",0.02,"AmovPercMrunSrasWlnrDfr",0.02,"AmovPercMtacSrasWlnrDf",0.02,"AmovPercMtacSrasWlnrDfl",0.02,"AmovPercMtacSrasWlnrDl",0.02,"AmovPercMtacSrasWlnrDbl",0.02,"AmovPercMtacSrasWlnrDb",0.02,"AmovPercMtacSrasWlnrDbr",0.02,"AmovPercMtacSrasWlnrDr",0.02,"AmovPercMtacSrasWlnrDfr",0.02,"Unconscious",0.1,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown",0.02,"AfalPercMstpSrasWlnrDnon",0.025,"ReloadRPGKneel",0.05,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5}; + }; + class AidlPercMstpSrasWlnrDnon_G0S: AmovPercMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02,"AidlPercMstpSrasWlnrDnon_G01",0.02,"AidlPercMstpSrasWlnrDnon_G02",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPercMstpSrasWlnrDnon_G0S",0.2}; + }; + class ReloadRPG: AidlPercMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\reloadfullrpg"; + speed = 0.369149; + relSpeedMin = 0.5; + static = 1; + looped = 0; + disableWeapons = 1; + enableOptics = 0; + duty = 0.6; + RightHandIKCurve[] = {0.038,1,0.076,0,0.851,0,0.958,1}; + }; + class AidlPercMstpSrasWlnrDnon_AI: AidlPercMstpSrasWlnrDnon_G0S + { + variantsAI[] = {"AidlPercMstpSrasWlnrDnon_G01",0.5,"AidlPercMstpSrasWlnrDnon_G02",0.5}; + }; + class AidlPercMstpSrasWlnrDnon_G01: AidlPercMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon_G01"; + speed = -6; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSrasWlnrDnon_G02: AidlPercMstpSrasWlnrDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon_G02"; + }; + class AovrPercMstpSrasWlnrDf: AmovPercMstpSrasWlnrDnon + { + stamina = 0; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\lnr\AovrPercMstpSrasWlnrDf"; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.4; + minPlayTime = 0.69; + duty = 2; + static = 1; + relSpeedMin = 0.8; + relSpeedMax = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + enableOptics = 0; + enableMissile = 0; + limitGunMovement = 0.3; + headBobStrength = 0.512438; + interpolationspeed = 3; + interpolationrestart = 1; + }; + class AidlPercMstpSrasWlnrDnon_S: AmovPercMstpSrasWlnrDnon + { + variantsAI[] = {"AidlPercMstpSrasWlnrDnon_1",0.333,"AidlPercMstpSrasWlnrDnon_2",0.333,"AidlPercMstpSrasWlnrDnon_3",0.334}; + variantAfter[] = {0,0,0}; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02,"AidlPercMstpSrasWlnrDnon_3",0.02,"AidlPercMstpSrasWlnrDnon_1",0.02,"AidlPercMstpSrasWlnrDnon_2",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPercMstpSrasWlnrDnon_3: AidlPercMstpSrasWlnrDnon_S + { + variantAfter[] = {1,1,1}; + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon01"; + speed = 0.3; + looped = 0; + ConnectTo[] = {"AidlPercMstpSrasWlnrDnon_S",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AidlPercMstpSrasWlnrDnon_1: AidlPercMstpSrasWlnrDnon_3 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon02"; + }; + class AidlPercMstpSrasWlnrDnon_2: AidlPercMstpSrasWlnrDnon_3 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon03"; + }; + class AmovPercMstpSlowWlnrDnon: AmovPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon"; + disableWeapons = 1; + disableWeaponsLong = 1; + enableMissile = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "LauncherStandLowStpActions"; + aimPrecision = 1; + weaponLowered = 1; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon",0.01,"AswmPercMstpSnonWnonDnon",0.3,"AovrPercMstpSlowWlnrDf",0.01,"AmovPercMstpSlowWlnrDnon_turnL",0.01,"AmovPercMstpSlowWlnrDnon_turnR",0.01}; + InterpolateTo[] = {"AmovPercMstpSlowWlnrDnon_turnL",0.01,"AmovPercMstpSlowWlnrDnon_turnR",0.01,"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.02,"AmovPercMrunSlowWlnrDfl",0.02,"AmovPercMrunSlowWlnrDl",0.02,"AmovPercMrunSlowWlnrDbl",0.02,"AmovPercMrunSlowWlnrDb",0.02,"AmovPercMrunSlowWlnrDbr",0.02,"AmovPercMrunSlowWlnrDr",0.02,"AmovPercMrunSlowWlnrDfr",0.02,"AmovPercMwlkSlowWlnrDf",0.02,"AmovPercMwlkSlowWlnrDfr",0.02,"AmovPercMwlkSlowWlnrDr",0.02,"AmovPercMwlkSlowWlnrDbr",0.02,"AmovPercMwlkSlowWlnrDb",0.02,"AmovPercMwlkSlowWlnrDbl",0.02,"AmovPercMwlkSlowWlnrDl",0.02,"AmovPercMwlkSlowWlnrDfl",0.02,"HaloFreeFall_non",10.2}; + }; + class AovrPercMstpSlowWlnrDf: AmovPercMstpSlowWlnrDnon + { + stamina = 0; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\low\lnr\AovrPercMstpSlowWlnrDf"; + speed = 0.5; + looped = 0; + duty = 2; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + enableOptics = 0; + limitGunMovement = 0.3; + headBobStrength = 0.512438; + forceAim = 1; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSlowWlnrDnon_turnL: AmovPercMstpSlowWlnrDnon + { + speed = 0.3; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon_aiturn90l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon",0.01,"ReloadRPG",0.2}; + InterpolateTo[] = {"ReloadRPG",0.2,"AmovPercMstpSlowWlnrDnon",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSlowWlnrDnon_turnR: AmovPercMstpSlowWlnrDnon_turnL + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon_aiturn90r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + }; + class AmovPercMwlkSlowWlnrDf: AmovPercMstpSlowWlnrDnon + { + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDf"; + speed = 0.555556; + canPullTrigger = 1; + duty = -0.2; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 1.5; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDf",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfr",0.025,"AmovPercMwlkSlowWlnrDfl",0.025}; + }; + class AmovPercMwlkSlowWlnrDfr: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDfl",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025,"AmovPercMwlkSlowWlnrDr",0.025}; + }; + class AmovPercMwlkSlowWlnrDr: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDr"; + speed = 0.588235; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDl",0.025,"AmovPknlMwlkSrasWlnrDl",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfr",0.025,"AmovPercMwlkSlowWlnrDbr",0.025}; + }; + class AmovPercMwlkSlowWlnrDbr: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDbr"; + speed = 0.545455; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDbl",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDr",0.025,"AmovPercMwlkSlowWlnrDb",0.025}; + }; + class AmovPercMwlkSlowWlnrDb: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDb"; + speed = 0.545455; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDb",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbr",0.025,"AmovPercMwlkSlowWlnrDbl",0.025}; + }; + class AmovPercMwlkSlowWlnrDbl: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDbl"; + speed = 0.545455; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDbr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDb",0.025,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPercMwlkSlowWlnrDl: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDl"; + speed = 0.526316; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDr",0.025,"AmovPknlMwlkSrasWlnrDr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbl",0.025,"AmovPercMwlkSlowWlnrDfl",0.025}; + }; + class AmovPercMwlkSlowWlnrDfl: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPercMwlkSrasWlnrDf: AidlPercMstpSrasWlnrDnon_G0S + { + static = 1; + relSpeedMin = 0.8; + headBobStrength = 0.10199; + speed = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDf"; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + actions = "LauncherStandActionsWlkF"; + aimPrecision = 2; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDf",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfl",0.025,"AmovPercMwlkSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDf",0.025}; + }; + class AmovPercMwlkSrasWlnrDfl: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDfl"; + actions = "LauncherStandActionsWlkFL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDfl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPercMwlkSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfl",0.025}; + }; + class AmovPercMwlkSrasWlnrDl: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDl"; + speed = 0.62518; + actions = "LauncherStandActionsWlkL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfl",0.025,"AmovPercMwlkSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDl",0.025}; + }; + class AmovPercMwlkSrasWlnrDb: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDb"; + speed = 0.524476; + actions = "LauncherStandActionsWlkB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDb",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbl",0.025,"AmovPercMwlkSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDb",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDb",0.025}; + }; + class AmovPercMwlkSrasWlnrDbl: AmovPercMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDbl"; + actions = "LauncherStandActionsWlkBL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDbl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDl",0.025,"AmovPercMwlkSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbl",0.025}; + }; + class AmovPercMwlkSrasWlnrDbr: AmovPercMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDbr"; + actions = "LauncherStandActionsWlkBR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDbr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDb",0.025,"AmovPercMwlkSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbr",0.025}; + }; + class AmovPercMwlkSrasWlnrDr: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDr"; + speed = 0.562249; + actions = "LauncherStandActionsWlkR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbr",0.025,"AmovPercMwlkSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDr",0.025}; + }; + class AmovPercMwlkSrasWlnrDfr: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDfr"; + speed = 0.71; + actions = "LauncherStandActionsWlkFR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDfr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPercMwlkSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfr",0.025}; + }; + class AmovPercMtacSrasWlnrDf: AidlPercMstpSrasWlnrDnon_G0S + { + stamina = -0.1; + headBobStrength = 0.164179; + speed = 1.22699; + relSpeedMin = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDf"; + duty = 0.5; + soundOverride = "run"; + soundEnabled = 1; + limitGunMovement = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + actions = "LauncherStandActionstacF"; + aimPrecision = 4.0; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDf",0.03,"AmovPercMtacSrasWlnrDf",0.025,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1}; + }; + class AmovPercMtacSrasWlnrDfl: AmovPercMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDfl"; + actions = "LauncherStandActionstacFL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDfl",0.03,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDf",0.025,"AmovPercMtacSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDfl",0.025}; + }; + class AmovPercMtacSrasWlnrDl: AmovPercMtacSrasWlnrDf + { + speed = 1.26697; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDl"; + actions = "LauncherStandActionstacL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMtacSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDl",0.025}; + }; + class AmovPercMtacSrasWlnrDb: AmovPercMtacSrasWlnrDf + { + speed = 1.05033; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDb"; + actions = "LauncherStandActionstacB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDb",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDbl",0.025,"AmovPercMtacSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDb",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDb",0.025}; + }; + class AmovPercMtacSrasWlnrDbl: AmovPercMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDbl"; + actions = "LauncherStandActionstacBL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDbl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDl",0.025,"AmovPercMtacSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDbl",0.025}; + }; + class AmovPercMtacSrasWlnrDbr: AmovPercMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDbr"; + actions = "LauncherStandActionstacBR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDbr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDb",0.025,"AmovPercMtacSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDbr",0.025}; + }; + class AmovPercMtacSrasWlnrDr: AmovPercMtacSrasWlnrDf + { + speed = 1.12676; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDr"; + actions = "LauncherStandActionstacR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDbr",0.025,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDr",0.025}; + }; + class AmovPercMtacSrasWlnrDfr: AmovPercMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDfr"; + actions = "LauncherStandActionstacFR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDfr",0.03,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDf",0.025,"AmovPercMtacSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDfr",0.025}; + }; + class AmovPercMrunSrasWlnrDf: AmovPercMrunSlowWlnrDf + { + duty = 0.4; + speed = 0.730564; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDf"; + actions = "LauncherStandActionsRunF"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDf",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDf",0.02,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDf",0.025}; + }; + class AmovPercMrunSrasWlnrDfl: AmovPercMrunSrasWlnrDf + { + actions = "LauncherStandActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDfl"; + duty = 0.4; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDfl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfl",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPercMrunSrasWlnrDl",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMevaSlowWlnrDfl",0.025}; + }; + class AmovPercMrunSrasWlnrDl: AmovPercMrunSrasWlnrDf + { + speed = 1.72603; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDl"; + actions = "LauncherStandActionsRunL"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDl",0.025}; + }; + class AmovPercMrunSrasWlnrDb: AmovPercMrunSlowWlnrDb + { + speed = 0.669421; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDb"; + actions = "LauncherStandActionsRunB"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDb",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDb",0.025}; + }; + class AmovPercMrunSrasWlnrDbl: AmovPercMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDbl"; + actions = "LauncherStandActionsRunBL"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDbl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDb",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbl",0.025}; + }; + class AmovPercMrunSrasWlnrDbr: AmovPercMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDbr"; + actions = "LauncherStandActionsRunBR"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDbr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbr",0.025}; + }; + class AmovPercMrunSrasWlnrDr: AmovPercMrunSrasWlnrDf + { + speed = 1.5702; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDr"; + actions = "LauncherStandActionsRunR"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDr",0.025}; + }; + class AmovPercMrunSrasWlnrDfr: AmovPercMrunSrasWlnrDf + { + actions = "LauncherStandActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDfr"; + duty = 0.4; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDfr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPercMrunSrasWlnrDr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDfr",0.025}; + }; + class AmovPercMstpSrasWlnrDnon_turnL: AmovPercMstpSrasWlnrDnon + { + duty = 0; + speed = 1.2; + aimPrecision = 3; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_aiturn90l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"ReloadRPG",0.2,"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_turnR: AmovPercMstpSrasWlnrDnon + { + duty = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_aiturn90r"; + speed = 1.4; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"ReloadRPG",0.2,"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft: AadjPknlMstpSrasWrflDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "l"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + }; + class AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft: AadjPercMstpSrasWrflDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft"; + speed = -0.65; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "l"; + soundEnabled = 1; + }; + class AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright: AadjPknlMstpSrasWrflDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright"; + visibleSize = 0.400125; + actions = "RifleAdjustRKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "r"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + }; + class AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright: AadjPercMstpSrasWrflDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "r"; + soundEnabled = 1; + }; + class AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_standlow_to_kneelhigh"; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "d"; + }; + class AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup: AadjPknlMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown"; + visibleSize = 0.400125; + actions = "RifleAdjustFKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_standlow_to_kneelhigh"; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown: AadjPercMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown"; + speed = -0.65; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup: AadjPknlMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup: AadjPercMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_Stand"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "u"; + }; + class AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown: AadjPercMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneelhigh_to_standlow"; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft: AadjPknlMstpSrasWpstDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "l"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft: AadjPercMstpSrasWpstDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft"; + visibleSize = 0.400125; + actions = "PistolAdjustLStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "l"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright: AadjPknlMstpSrasWpstDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright"; + visibleSize = 0.400125; + actions = "PistolAdjustRKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "r"; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright: AadjPercMstpSrasWpstDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright"; + visibleSize = 0.400125; + actions = "PistolAdjustRStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "r"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + }; + class AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown: AadjPknlMstpSrasWpstDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown"; + visibleSize = 0.400125; + actions = "PistolAdjustBKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "d"; + }; + class AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup: AadjPknlMstpSrasWpstDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown"; + visibleSize = 0.400125; + actions = "PistolAdjustFKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_standlow_to_kneelhigh"; + soundEdge[] = {0.01}; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown: AadjPercMstpSrasWpstDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown"; + visibleSize = 0.400125; + actions = "PistolAdjustFStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_stand"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup: AadjPknlMstpSrasWpstDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup"; + visibleSize = 0.400125; + actions = "PistolAdjustFKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup: AadjPercMstpSrasWpstDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup"; + visibleSize = 0.400125; + actions = "PistolAdjustFStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_stand"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "u"; + }; + class AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown: AadjPercMstpSrasWpstDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup"; + visibleSize = 0.400125; + actions = "PistolAdjustBStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown"; + speed = -0.3; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneelhigh_to_standlow"; + soundEdge[] = {0.01}; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup: AadjPpneMstpSrasWpstDup + { + variantsPlayer[] = {}; + canBlendStep = 0; + minPlayTime = 0.65; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\stp\ras\pst\AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup"; + speed = -0.45; + leaningFactorBeg = 1; + interpolationRestart = 1; + duty = 0.3; + variantsAI[] = {}; + looped = 0; + adjstance = "m"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown: AadjPknlMstpSrasWpstDdown + { + variantsPlayer[] = {}; + canBlendStep = 0; + minPlayTime = 0.65; + file = "\A3\anims_f\Data\Anim\Sdr\adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown"; + speed = -1; + interpolationRestart = 1; + duty = 0.3; + variantsAI[] = {}; + looped = 0; + soundOverride = "adjust_prone_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon"; + disableWeapons = 1; + speed = 0.483871; + actions = "LauncherStandActions"; + interpolationRestart = 2; + canPullTrigger = 0; + soundOverride = "unarmed_to_launcher"; + rightHandIKCurve[] = {0.42,0,0.55,1}; + leftHandIKCurve[] = {0.18,0,0.24,1}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon"; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.410959; + disableWeapons = 1; + actions = "CivilStandActions"; + interpolationRestart = 2; + soundOverride = "launcher_to_unarmed"; + rightHandIKCurve[] = {0.342,1,0.42,0}; + leftHandIKCurve[] = {0.642,1,0.71,0}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon"; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + disableWeapons = 1; + speed = 0.483871; + actions = "LauncherKneelActions"; + interpolationRestart = 2; + canPullTrigger = 0; + soundOverride = "unarmed_to_launcher"; + rightHandIKCurve[] = {0.42,0,0.55,1}; + leftHandIKCurve[] = {0.18,0,0.24,1}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.410959; + disableWeapons = 1; + actions = "CivilKneelActions"; + interpolationRestart = 2; + soundOverride = "launcher_to_unarmed"; + rightHandIKCurve[] = {0.342,1,0.42,0}; + leftHandIKCurve[] = {0.642,1,0.71,0}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon"; + speed = 1.2; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_launcher"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end"; + speed = 0.4; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 1.2; + showItemInHand = 1; + disableWeapons = 1; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_launcher"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end"; + speed = 0.4; + showItemInHand = 0; + rightHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + weaponIK = 4; + }; + class AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.612245; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + canPullTrigger = 0; + weaponIK = 4; + soundEdge[] = {0.01}; + soundOverride = "launcher_to_binoc"; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + minPlayTime = 1; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 1.57895; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.08108; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + leftHandIKBeg = 0; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + weaponIK = 4; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "launcher_to_binoc_knl"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + soundEnabled = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.10526; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMrunSrasWrflDf_AmovPercMrunSrasWrflDfl: AmovPercMrunSrasWrflDf + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDf_AmovPercMrunSrasWrflDfl"; + speed = 1.53333; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDfl",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfl",0.01,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDfr: AmovPercMrunSrasWrflDfl + { + interpolationrestart = 1; + interpolationspeed = 0.6; + speed = 1.08889; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDfr"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDfr",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfr",0.01,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDf: AmovPercMrunSrasWrflDfl + { + interpolationspeed = 0.6; + interpolationrestart = 1; + speed = 1.08889; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDf"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDf",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.01,"AmovPercMrunSrasWrflDfr",0.2,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDfl: AmovPercMrunSrasWrflDfr + { + interpolationspeed = 0.6; + interpolationrestart = 1; + speed = 0.927273; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDfl"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDfl",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfl",0.01,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDf: AmovPercMrunSrasWrflDfr + { + interpolationspeed = 0.6; + interpolationrestart = 1; + speed = 1.53333; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDf"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDf",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.01,"AmovPercMrunSrasWrflDfl",0.2,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AfalPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\rfl\AfalPercMstpSrasWrflDnon"; + speed = -1.5; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_turnL",0.02,"AmovPercMstpSrasWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"Helper_SwitchToCarryRfl",0.2,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AmovPercMwlkSrasWrflDl",0.02,"AmovPercMwlkSrasWrflDbl",0.02,"AmovPercMwlkSrasWrflDb",0.02,"AmovPercMwlkSrasWrflDbr",0.02,"AmovPercMwlkSrasWrflDr",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_SaluteIn",0.03,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSlowWrflDnon_AI",0.02,"AovrPercMstpSrasWrflDf",1.01,"AmovPercMtacSrasWrflDfl",0.2,"AmovPercMtacSrasWrflDl",0.2,"AmovPercMtacSrasWrflDbl",0.2,"AmovPercMtacSrasWrflDb",0.2,"AmovPercMtacSrasWrflDbr",0.2,"AmovPercMtacSrasWrflDr",0.2,"AmovPercMtacSrasWrflDfr",0.22,"AmovPercMtacSrasWrflDf",0.02,"HaloFreeFall_non",10.2,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_falling",0.02,"AsdvPercMstpSnonWrflDnon",2.02,"AdvePercMstpSnonWrflDnon",2.02,"AbdvPercMstpSnonWrflDnon",2.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon",0.02,"AfalPercMstpSrasWrflDnon",0.025,"AmovPercMstpSrasWrflDnon",0.03}; + }; + class AfalPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\ras\rfl\AfalPknlMstpSrasWrflDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_turnL",0.02,"AmovPknlMstpSrasWrflDnon_turnR",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"AidlPknlMstpSrasWrflDnon_AI",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMwlkSrasWrflDbl",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMwlkSrasWrflDbr",0.02,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDf_ldst",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDb_ldst",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2",0.2,"ReloadGM6",0.2,"DismountOptic",0.2,"MountOptic",0.2,"MountSide",0.2,"DismountSide",0.2,"AmovPknlMstpSlowWrflDnon_relax",10.2,"AmovPknlMrunSrasWrflDf",0.2,"AinvPknlMstpSnonWrflDnon_medicUp",0.2,"AinvPknlMstpSlayWrflDnon_medic",0.05,"AinvPknlMstpSlayWrflDnon_medicOther",0.05,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AfalPknlMstpSrasWrflDnon",0.025,"AmovPknlMstpSrasWrflDnon",0.025}; + }; + class AfalPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\pne\stp\ras\rfl\AfalPpneMstpSrasWrflDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_turnL",0.02,"AmovPpneMstpSrasWrflDnon_turnR",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_AI",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown",0.02,"AwopPpneMstpSgthWrflDnon_Fast_Start",0.02,"AinvPpneMstpSlayWrflDnon_medic",0.02,"AinvPpneMstpSlayWrflDnon_medicOther",0.02,"AmovPpneMrunSlowWrflDf",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDfl",0.02,"AmovPpneMrunSlowWrflDl",0.02,"AmovPpneMrunSlowWrflDbl",0.02,"AmovPpneMrunSlowWrflDb",0.02,"AmovPpneMrunSlowWrflDbr",0.02,"AmovPpneMrunSlowWrflDr",0.02,"AmovPpneMrunSlowWrflDfr",0.02,"AmovPpneMsprSlowWrflDf",0.02,"AmovPpneMsprSlowWrflDbl",0.02,"AmovPpneMsprSlowWrflDl",0.02,"AmovPpneMsprSlowWrflDr",0.02,"AmovPpneMsprSlowWrflDbr",0.02,"AmovPpneMsprSlowWrflDb",0.02,"AmovPpneMsprSlowWrflDfl",0.02,"AmovPpneMsprSlowWrflDfr",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.01,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"RifleReloadProneMk20",0.02,"RifleReloadProneMX",0.02,"RifleReloadProneMXCompact",0.02,"RifleReloadProneMXSniper",0.02,"RifleReloadProneTRG",0.02,"RifleReloadProneTRGUGL",0.02,"RifleReloadProneM200",0.02,"RifleReloadProneLRR",0.02,"RifleReloadProneEBR",0.02,"RifleReloadProneSMG_02",0.02,"RifleReloadProneSMG_03",0.02,"RifleReloadProneSDAR",0.02,"RifleReloadProneDMR",0.02,"RifleReloadProneGM6",0.02,"RifleReloadProneSMG_01",0.02,"RifleReloadProneM4SSAS",0.02,"RifleReloadProneKatiba",0.02,"RifleReloadProneKatibaUGL",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AfalPpneMstpSrasWrflDnon",0.025,"AmovPpneMstpSrasWrflDnon",0.025}; + }; + class AfalPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\pst\AfalPercMstpSrasWpstDnon"; + speed = -1.5; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_turnL",0.02,"AmovPercMstpSrasWpstDnon_turnR",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMwlkSrasWpstDf",0.02,"AmovPercMwlkSrasWpstDfl",0.02,"AmovPercMwlkSrasWpstDl",0.02,"AmovPercMwlkSrasWpstDbl",0.02,"AmovPercMwlkSrasWpstDb",0.02,"AmovPercMwlkSrasWpstDbr",0.02,"AmovPercMwlkSrasWpstDr",0.02,"AmovPercMwlkSrasWpstDfr",0.02,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMrunSrasWpstDbl",0.02,"AmovPercMrunSrasWpstDb",0.02,"AmovPercMrunSrasWpstDbr",0.02,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"Unconscious",0.01,"AmovPercMtacSrasWpstDf",0.02,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSrasWpstDl",0.02,"AmovPercMtacSrasWpstDbl",0.02,"AmovPercMtacSrasWpstDb",0.02,"AmovPercMtacSrasWpstDbr",0.02,"AmovPercMtacSrasWpstDr",0.02,"AmovPercMtacSrasWpstDfr",0.02,"Helper_SwitchToCarrynon_pst",0.2,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWpstDnon_falling",0.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown",0.02,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AfalPercMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025}; + }; + class AfalPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\ras\pst\AfalPknlMstpSrasWpstDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AidlPknlMstpSrasWpstDnon_AI",0.02,"AinvPknlMstpSlayWpstDnon_medicIn",0.02,"AmovPknlMstpSrasWpstDnon_turnL",0.02,"AmovPknlMstpSrasWpstDnon_turnR",0.02,"AmovPknlMwlkSrasWpstDf",0.02,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMwlkSrasWpstDl",0.02,"AmovPknlMwlkSrasWpstDbl",0.02,"AmovPknlMwlkSrasWpstDb",0.02,"AmovPknlMwlkSrasWpstDbr",0.02,"AmovPknlMwlkSrasWpstDr",0.02,"AmovPknlMwlkSrasWpstDfr",0.02,"AmovPknlMrunSrasWpstDf",0.02,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDl",0.02,"AmovPknlMrunSrasWpstDbl",0.02,"AmovPknlMrunSrasWpstDb",0.02,"AmovPknlMrunSrasWpstDbr",0.02,"AmovPknlMrunSrasWpstDr",0.02,"AmovPknlMrunSrasWpstDfr",0.02,"Unconscious",0.01,"AovrPercMstpSrasWpstDf",0.03,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.2,"AmovPknlMstpSrasWpstDnon_relax",0.2,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown",0.02,"AfalPknlMstpSrasWpstDnon",0.025,"AmovPknlMstpSrasWpstDnon",0.025}; + }; + class AfalPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\pne\stp\ras\pst\AfalPpneMstpSrasWpstDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_turnL",0.02,"AmovPpneMstpSrasWpstDnon_turnR",0.02,"AidlPpneMstpSrasWpstDnon_AI",0.1,"AinvPpneMstpSlayWpstDnon_medicIn",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon_relax",0.1,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.01,"PistolReloadProne",0.02,"PistolHeavy02ReloadProne",0.02,"PistolReloadProneFlaregun",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown",0.02,"AwopPpneMstpSgthWpstDnon_Fast_Start",0.02,"AfalPpneMstpSrasWpstDnon",0.025,"AmovPpneMstpSrasWpstDnon",0.025}; + }; + class AfalPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\non\non\AfalPercMstpSnonWnonDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AovrPercMstpSnonWnonDf",0.05,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.05,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDfl",0.02,"AmovPercMwlkSnonWnonDl",0.02,"AmovPercMwlkSnonWnonDbl",0.02,"AmovPercMwlkSnonWnonDb",0.02,"AmovPercMwlkSnonWnonDbr",0.02,"AmovPercMwlkSnonWnonDr",0.02,"AmovPercMwlkSnonWnonDfr",0.02,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMrunSnonWnonDl",0.02,"AmovPercMrunSnonWnonDbl",0.02,"AmovPercMrunSnonWnonDb",0.02,"AmovPercMrunSnonWnonDbr",0.02,"AmovPercMrunSnonWnonDr",0.02,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1",0.1,"Helper_SwitchToCarrynon",0.2,"AswmPercMstpSnonWnonDnon",0.3,"AsswPercMstpSnonWnonDnon",0.3,"AbswPercMstpSnonWnonDnon",0.3,"HaloFreeFall_non",10.2,"AmovPercMstpSnonWnonDnon_falling",0.02,"AsdvPercMstpSnonWnonDnon",2.02,"AdvePercMstpSnonWnonDnon",2.0,"AbdvPercMstpSnonWnonDnon",2.0,"AfalPercMstpSnonWnonDnon",0.025,"AmovPercMstpSnonWnonDnon",0.025}; + }; + class AfalPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\non\non\AfalPknlMstpSnonWnonDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AinvPknlMstpSlayWnonDnon_medicIn",0.02,"AinvPknlMstpSlayWnonDnon_medicOther",0.02,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AmovPknlMrunSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDbr",0.02,"AmovPknlMwlkSnonWnonDbl",0.02,"AmovPknlMwlkSnonWnonDb",0.02,"AmovPknlMwlkSnonWnonDl",0.02,"AmovPknlMwlkSnonWnonDr",0.02,"AmovPknlMwlkSnonWnonDfr",0.02,"AmovPknlMwlkSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDl",0.02,"AmovPknlMrunSnonWnonDbl",0.02,"AmovPknlMrunSnonWnonDb",0.02,"AmovPknlMrunSnonWnonDbr",0.02,"AmovPknlMrunSnonWnonDr",0.02,"AmovPknlMrunSnonWnonDfr",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1,"AinvPknlMstpSnonWnonDnon_medic_1",0.02,"AfalPknlMstpSnonWnonDnon",0.025,"AmovPknlMstpSnonWnonDnon",0.025}; + }; + class AfalPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\pne\stp\non\non\AfalPpneMstpSnonWnonDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AinvPpneMstpSlayWnonDnon_medicIn",0.02,"AinvPpneMstpSlayWnonDnon_medicOther",0.02,"AmovPpneMrunSnonWnonDf",0.02,"AmovPpneMrunSnonWnonDfl",0.02,"AmovPpneMrunSnonWnonDl",0.02,"AmovPpneMrunSnonWnonDbl",0.02,"AmovPpneMrunSnonWnonDb",0.02,"AmovPpneMrunSnonWnonDbr",0.02,"AmovPpneMrunSnonWnonDr",0.02,"AmovPpneMrunSnonWnonDfr",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AwopPpneMstpSgthWnonDnon_Fast_Start",0.02,"HaloFreeFall_non",0.2,"AfalPpneMstpSnonWnonDnon",0.025,"AmovPpneMstpSnonWnonDnon",0.025}; + }; + class AfalPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\lnr\AfalPercMstpSrasWlnrDnon"; + speed = -1.5; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_turnL",0.02,"AmovPercMstpSrasWlnrDnon_turnR",0.02,"AmovPercMwlkSrasWlnrDf",0.02,"AovrPercMstpSrasWlnrDf",0.05,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMwlkSrasWlnrDfl",0.02,"AmovPercMwlkSrasWlnrDl",0.02,"AmovPercMwlkSrasWlnrDbl",0.02,"AmovPercMwlkSrasWlnrDb",0.02,"AmovPercMwlkSrasWlnrDbr",0.02,"AmovPercMwlkSrasWlnrDr",0.02,"AmovPercMwlkSrasWlnrDfr",0.02,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfl",0.02,"AmovPercMrunSrasWlnrDl",0.02,"AmovPercMrunSrasWlnrDbl",0.02,"AmovPercMrunSrasWlnrDb",0.02,"AmovPercMrunSrasWlnrDbr",0.02,"AmovPercMrunSrasWlnrDr",0.02,"AmovPercMrunSrasWlnrDfr",0.02,"AmovPercMtacSrasWlnrDf",0.02,"AmovPercMtacSrasWlnrDfl",0.02,"AmovPercMtacSrasWlnrDl",0.02,"AmovPercMtacSrasWlnrDbl",0.02,"AmovPercMtacSrasWlnrDb",0.02,"AmovPercMtacSrasWlnrDbr",0.02,"AmovPercMtacSrasWlnrDr",0.02,"AmovPercMtacSrasWlnrDfr",0.02,"Unconscious",0.1,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown",0.02,"AfalPercMstpSrasWlnrDnon",0.025,"AmovPercMstpSrasWlnrDnon",0.025}; + }; + class AfalPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\ras\lnr\AfalPknlMstpSrasWlnrDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_turnL",0.02,"AmovPknlMstpSrasWlnrDnon_turnR",0.02,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPknlMrunSrasWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDf",0.02,"AmovPknlMevaSlowWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDfr",0.02,"AmovPknlMrunSrasWlnrDl",0.02,"AmovPknlMrunSrasWlnrDbl",0.02,"AmovPknlMrunSrasWlnrDb",0.02,"AmovPknlMrunSrasWlnrDbr",0.02,"AmovPknlMrunSrasWlnrDr",0.02,"AmovPknlMrunSrasWlnrDfr",0.02,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMevaSlowWlnrDfr",0.02,"AmovPercMevaSlowWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDf",0.02,"AmovPknlMwlkSrasWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDl",0.02,"AmovPknlMwlkSrasWlnrDbl",0.02,"AmovPknlMwlkSrasWlnrDb",0.02,"AmovPknlMwlkSrasWlnrDbr",0.02,"AmovPknlMwlkSrasWlnrDr",0.02,"AmovPknlMwlkSrasWlnrDfr",0.02,"AmovPknlMtacSrasWlnrDf",0.02,"AmovPknlMtacSrasWlnrDfl",0.02,"AmovPknlMtacSrasWlnrDl",0.02,"AmovPknlMtacSrasWlnrDbl",0.02,"AmovPknlMtacSrasWlnrDb",0.02,"AmovPknlMtacSrasWlnrDbr",0.02,"AmovPknlMtacSrasWlnrDr",0.02,"AmovPknlMtacSrasWlnrDfr",0.02,"Unconscious",0.01,"AmovPknlMstpSrasWlnrDnon_relax",0.01,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic_Launcher",0.02,"AfalPknlMstpSrasWlnrDnon",0.025,"AmovPknlMstpSrasWlnrDnon",0.025}; + }; + class AmovPercMstpSoptWbinDnon_AinvPercMstpSoptWbinDnon_Putdown: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSoptWbinDnon_Putdown"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + ConnectTo[] = {"AinvPercMstpSoptWbinDnon_Putdown_AmovPercMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSoptWbinDnon_Putdown_AmovPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + canPullTrigger = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSoptWbinDnon_Putdown_end"; + speed = 0.68182; + disableWeapons = 1; + }; + class AmovPknlMstpSoptWbinDnon_AinvPknlMstpSoptWbinDnon_Putdown: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSoptWbinDnon_Putdown"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + ConnectTo[] = {"AinvPknlMstpSoptWbinDnon_Putdown_AmovPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSoptWbinDnon_Putdown_AmovPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSoptWbinDnon_Putdown_end"; + speed = 0.68182; + leftHandIKBeg = 0; + disableWeapons = 1; + }; + class AmovPpneMstpSoptWbinDnon_AinvPpneMstpSoptWbinDnon_Putdown: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSoptWbinDnon_Putdown"; + speed = 0.90909; + interpolationRestart = 1; + disableWeapons = 1; + ConnectTo[] = {"AinvPpneMstpSoptWbinDnon_Putdown_AmovPpneMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSoptWbinDnon_Putdown_AmovPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSoptWbinDnon_Putdown_end"; + speed = 0.52632; + leftHandIKBeg = 0; + disableWeapons = 1; + }; + class AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf"; + actions = "RifleStandActionsTacLnr"; + speed = 0.833333; + looped = 0; + relSpeedMin = 1; + relSpeedMax = 1; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + rightHandIKCurve[] = {0.252,1,0.411,0}; + leftHandIKCurve[] = {0.093,1,0.243,0}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2",0.01,"AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2",0.01,"AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2",0.01}; + weaponIK = 1; + }; + class AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2: AmovPercMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + looped = 0; + disableWeapons = 1; + enableMissile = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + relSpeedMin = 1; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + }; + class AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl: AmovPercMtacSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl"; + actions = "RifleStandActionsTacLnr"; + speed = 0.833333; + looped = 0; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + relSpeedMin = 1; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,1,0.411,0}; + leftHandIKCurve[] = {0.093,1,0.243,0}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2",0.01,"AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2",0.01,"AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2",0.01}; + weaponIK = 1; + }; + class AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2: AmovPercMtacSrasWlnrDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + looped = 0; + enableMissile = 1; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + }; + class AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr: AmovPercMtacSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr"; + actions = "RifleStandActionsTacLnr"; + speed = 0.833333; + looped = 0; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,1,0.411,0}; + leftHandIKCurve[] = {0.093,1,0.243,0}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2",0.01,"AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2",0.01,"AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2",0.01}; + weaponIK = 1; + }; + class AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2: AmovPercMtacSrasWlnrDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + enableMissile = 1; + looped = 0; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + }; + class HaloFreeFall_non: Default + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralLoop"; + actions = "ParachuteFreeFall"; + speed = 0.30303; + disableWeapons = 1; + interpolationSpeed = 1; + aiming = "empty"; + aimingBody = "empty"; + leaning = "empty"; + legs = "empty"; + head = "empty"; + soundEnabled = 0; + forceAim = 1; + weaponLowered = 1; + InterpolateTo[] = {"HaloFreeFall_non_HaloFreeFall_FR",0.02,"HaloFreeFall_non_HaloFreeFall_R",0.02,"HaloFreeFall_non_HaloFreeFall_BR",0.02,"HaloFreeFall_non_HaloFreeFall_B",0.02,"HaloFreeFall_non_HaloFreeFall_BL",0.02,"HaloFreeFall_non_HaloFreeFall_L",0.02,"HaloFreeFall_non_HaloFreeFall_FL",0.02,"HaloFreeFall_non_HaloFreeFall_F",0.02,"Unconscious",0.1,"AmovPercMstpSnonWnonDnon",0.2,"AmovPercMstpSlowWlnrDnon",0.2,"AmovPercMstpSrasWrflDnon",0.2,"AmovPercMstpSlowWrflDnon",0.2,"AmovPercMstpSrasWlnrDnon",0.2,"AmovPercMstpSrasWpstDnon",0.0,"AmovPpneMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class HaloFreeFall_non_HaloFreeFall_FR: HaloFreeFall_non + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToRF"; + looped = 0; + speed = 1.03448; + interpolationRestart = 1; + ConnectTo[] = {"HaloFreeFall_FR",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_R",0.02,"HaloFreeFall_non_HaloFreeFall_F",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_R: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToR"; + ConnectTo[] = {"HaloFreeFall_R",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_FR",0.02,"HaloFreeFall_non_HaloFreeFall_BR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_BR: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToRB"; + ConnectTo[] = {"HaloFreeFall_BR",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_R",0.02,"HaloFreeFall_non_HaloFreeFall_B",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_B: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToB"; + ConnectTo[] = {"HaloFreeFall_B",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_BR",0.02,"HaloFreeFall_non_HaloFreeFall_BL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_BL: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToLB"; + ConnectTo[] = {"HaloFreeFall_BL",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_B",0.02,"HaloFreeFall_non_HaloFreeFall_L",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_L: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToL"; + ConnectTo[] = {"HaloFreeFall_L",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_BL",0.02,"HaloFreeFall_non_HaloFreeFall_FL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_FL: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToLF"; + ConnectTo[] = {"HaloFreeFall_FL",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_L",0.02,"HaloFreeFall_non_HaloFreeFall_F",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_F: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToF"; + ConnectTo[] = {"HaloFreeFall_F",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_FR",0.02,"HaloFreeFall_non_HaloFreeFall_FL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_F: HaloFreeFall_non + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Floop"; + speed = 0.681818; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_FL",0.02,"HaloFreeFall_FR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_FL: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_LFloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_F",0.02,"HaloFreeFall_L",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_L: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Lloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_FL",0.02,"HaloFreeFall_BL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_BL: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_LBloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_L",0.02,"HaloFreeFall_B",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_B: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Bloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_BL",0.02,"HaloFreeFall_BR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_BR: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_RBloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_B",0.02,"HaloFreeFall_R",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_R: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Rloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_BR",0.02,"HaloFreeFall_FR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_FR: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_RFloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_F",0.02,"HaloFreeFall_R",0.02,"Unconscious",0.1}; + }; + class ReloadGM6: Default + { + actions = "RifleKneelActions"; + weaponIK = 1; + canPullTrigger = 0; + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynx"; + speed = 0.1721; + looped = 0; + mask = "handsWeapon"; + rightHandIKCurve[] = {0.016,1,0.044,0,0.214,0,0.247,1,0.723,1,0.748,0,0.956,0,0.989,1}; + leftHandIKCurve[] = {0,1,0.268,1,0.296,0,0.701,0,0.715,1,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class ReloadGM6Prone: ReloadGM6 + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynxProne"; + mask = "BodyFullReal"; + actions = "RifleProneActions"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class MountOptic: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_OpticsMnt"; + speed = 0.149626; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "LauncherStandActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon + { + variantsPlayer[] = {"AinvPercMstpSrasWlnrDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + weaponLowered = 1; + }; + class AinvPercMstpSrasWlnrDnon_G01: AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_gloop"; + speed = -7; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "LauncherKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWlnrDnon_medicOther: AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon + { + actions = "HealSelfLauncherActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\lnr\AinvPknlMstpSlayWlnrDnon_medicOther"; + speed = 0.13274; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + weaponsIK = 2; + soundOverride = "healself"; + soundEnabled = 1; + minPlayTime = 0.95; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0.05,1,0.072,0,0.915,0,0.933,1}; + leftHandIKCurve[] = {0.0133,1,0.03311,0,0.97,0,0.987,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.01}; + }; + class AinvPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {"AinvPknlMstpSrasWlnrDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + weaponLowered = 1; + }; + class AinvPknlMstpSrasWlnrDnon_G01: AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_gloop"; + speed = -7; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_in"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWlnrDnon_Putdown_AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWlnrDnon_Putdown_AmovPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_out"; + speed = 0.731707; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_in"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWlnrDnon_Putdown_AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWlnrDnon_Putdown_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_out"; + speed = 0.833333; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + ConnectTo[] = {}; + }; + class MountOpticProne: MountOptic{}; + class DismountOptic: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_OpticsDis"; + speed = 0.221402; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class DismountOpticProne: DismountOptic + { + speed = 0.149626; + }; + class MountSide: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_PtrMnt"; + speed = 0.058571; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class MountSideProne: MountSide{}; + class DismountSide: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_PtrDis"; + speed = 0.058571; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class DismountSideProne: DismountSide{}; + class Acts_CrouchingCoveringRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingCoveringRifle01"; + looped = 0; + disableWeapons = 0; + speed = 0.181; + actions = "NoActions"; + soundOverride = "Acts_CrouchingCoveringRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.297; + soundOverride = "Acts_CrouchingFiringLeftRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle02"; + disableWeapons = 0; + looped = 0; + speed = 0.375; + soundOverride = "Acts_CrouchingFiringLeftRifle02"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle03: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle03"; + disableWeapons = 0; + looped = 0; + speed = 0.234; + soundOverride = "Acts_CrouchingFiringLeftRifle03"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle04: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle04"; + speed = 0.189; + actions = "NoActions"; + disableWeapons = 0; + weaponLowered = 0; + canPullTrigger = 1; + soundOverride = "Acts_CrouchingFiringLeftRifle04"; + soundEdge[] = {0.001,1}; + InterpolateTo[] = {}; + }; + class Acts_CrouchingIdleRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingIdleRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.259; + soundOverride = "Acts_CrouchingIdleRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingReloadingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingReloadingRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.246; + soundOverride = "Acts_CrouchingReloadingRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingWatchingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingWatchingRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.252; + soundOverride = "Acts_CrouchingWatchingRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingWatchingRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingWatchingRifle02"; + disableWeapons = 0; + looped = 0; + speed = 0.265; + InterpolateTo[] = {}; + }; + class Acts_PointingLeftUnarmed: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_PointingLeftUnarmed"; + speed = 0.0135; + actions = "NoActions"; + soundOverride = "Acts_PointingLeftUnarmed"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_StandingSpeakingUnarmed: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_StandingSpeakingUnarmed"; + speed = 0.0139; + actions = "NoActions"; + soundOverride = "Acts_StandingSpeakingUnarmed"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_InjuredLyingRifle01: CutSceneAnimationBase + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLyingRifle01"; + speed = 0.106; + actions = "NoActions"; + soundOverride = "Acts_InjuredLyingRifle01"; + }; + class Acts_InjuredLyingRifle02: CutSceneAnimationBase + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLyingRifle01"; + speed = 0.106; + actions = "NoActions"; + disableWeapons = 1; + canReload = 0; + disableWeaponsLong = 1; + soundOverride = "Acts_InjuredLyingRifle02"; + }; + class Acts_InjuredLookingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle01"; + speed = 0.167; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle01"; + }; + class Acts_InjuredLookingRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle02"; + speed = 0.102; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle02"; + }; + class Acts_InjuredLookingRifle03: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle03"; + speed = 0.088; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle03"; + }; + class Acts_InjuredLookingRifle04: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle04"; + speed = 0.06; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle04"; + }; + class Acts_InjuredLookingRifle05: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle05"; + speed = 0.067; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle05"; + }; + class Acts_InjuredAngryRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredAngryRifle01"; + speed = 0.098; + actions = "NoActions"; + soundOverride = "Acts_InjuredAngryRifle01"; + }; + class Acts_InjuredSpeakingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredSpeakingRifle01"; + speed = 0.064; + actions = "NoActions"; + soundOverride = "Acts_InjuredSpeakingRifle01"; + }; + class Acts_InjuredCoughRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredCoughRifle02"; + speed = 0.142; + actions = "ToIncapacitatedRifleAction"; + soundOverride = "Acts_InjuredCoughRifle02"; + ConnectTo[] = {}; + }; + class Acts_MHCargo_JumpToWater_all: CutSceneAnimationBaseSit + { + headBobMode = 0; + headBobStrength = 0; + speed = 0.216; + file = "\A3\anims_f\Data\Anim\Sdr\cts\cts_MHCargo_JumpToWater_all"; + looped = 0; + disableWeapons = 0; + actions = "NoActions"; + canBlendStep = 0; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.001}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon",0.001}; + }; + class Acts_MHCargo_JumpToWater_sittingloop: CutSceneAnimationBaseSit + { + headBobMode = 0; + headBobStrength = 0; + actions = "NoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\cts\cts_MHCargo_JumpToWater_sittingloop"; + disableWeapons = 0; + speed = 0.151; + ConnectTo[] = {"Acts_MHCargo_JumpToWater_all",0.001}; + InterpolateTo[] = {"Acts_MHCargo_JumpToWater_all",0.001}; + }; + class HubTemplateU: StandBase + { + useIdles = 0; + looped = 0; + enableBinocular = 0; + preload = 1; + canPullTrigger = 0; + canReload = 0; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle1"; + legs = "legsNo"; + head = "headNo"; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class HubTemplate: HubTemplateU + { + weaponIK = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + disableWeapons = 0; + canPullTrigger = 1; + }; + class HubSittingChairA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle1"; + speed = 0.0667; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairA_idle2: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle2"; + speed = 0.0545; + }; + class HubSittingChairA_idle3: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle3"; + speed = 0.0769; + }; + class HubSittingChairA_move1: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_move1"; + speed = 0.1132; + }; + class HubSittingChairB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle1"; + speed = 0.0577; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairB_idle2: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle2"; + speed = 0.0652; + }; + class HubSittingChairB_idle3: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle3"; + speed = 0.0293; + }; + class HubSittingChairB_move1: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_move1"; + speed = 0.0932; + }; + class HubSittingChairC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle1"; + speed = 0.089; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairC_idle2: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle2"; + speed = 0.0667; + }; + class HubSittingChairC_idle3: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle3"; + speed = 0.0667; + }; + class HubSittingChairC_move1: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_move1"; + speed = 0.0621; + }; + class HubSittingChairUA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_idle1"; + speed = 0.0667; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairUA_idle2: HubSittingChairUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_idle2"; + speed = 0.0545; + }; + class HubSittingChairUA_idle3: HubSittingChairUA_idle1 + { + speed = 0.0769; + }; + class HubSittingChairUA_move1: HubSittingChairUA_idle1 + { + speed = 0.1132; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_move1"; + }; + class HubSittingChairUB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle1"; + speed = 0.0577; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairUB_idle2: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle2"; + speed = 0.0652; + }; + class HubSittingChairUB_idle3: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle3"; + speed = 0.0293; + }; + class HubSittingChairUB_move1: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_move1"; + speed = 0.0932; + }; + class HubSittingChairUC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle1"; + speed = 0.089; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairUC_idle2: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle2"; + speed = 0.0667; + }; + class HubSittingChairUC_idle3: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle3"; + speed = 0.0667; + }; + class HubSittingChairUC_move1: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_move1"; + speed = 0.0621; + }; + class HubSittingAtTableU_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle1"; + speed = 0.0741; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingAtTableU_idle2: HubSittingAtTableU_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle2"; + speed = 0.0882; + }; + class HubSittingAtTableU_idle3: HubSittingAtTableU_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle3"; + speed = 0.0488; + }; + class HubSittingHighA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighA_idle1"; + speed = 0.1; + }; + class HubSittingHighB_idle1: HubTemplateU + { + speed = 0.0648; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle1"; + }; + class HubSittingHighB_idle2: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle2"; + speed = 0.068; + }; + class HubSittingHighB_idle3: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle3"; + speed = 0.0716; + }; + class HubSittingHighB_move1: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_move1"; + speed = 0.030303; + }; + class HubSittingHighB_in: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_in"; + speed = 0.1345; + }; + class HubSittingHighB_out: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_out"; + speed = 0.3333; + }; + class HubSittingHighB_outSalute: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_outSalute"; + speed = 0.24; + }; + class HubWoundedProne_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wounded\HubWoundedProne_idle1"; + speed = 0.04; + }; + class HubWoundedProne_idle2: HubWoundedProne_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wounded\HubWoundedProne_idle2"; + speed = 0.0342; + }; + class HubFixingVehicleProne_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\FixingVehicle\HubFixingVehicleProne_idle1"; + speed = 0.0545; + }; + class HubShootingRange_base: HubTemplate + { + enableOptics = 1; + }; + class HubShootingRangeKneel_shoot: HubShootingRange_base + { + ConnectTo[] = {"HubShootingRangeKneel_shoot",0.03,"HubShootingRangeKneel_move1",1.0,"HubShootingRangeKneel_move2",1.0,"HubShootingRangeKneel_move3",1.0,"HubShootingRangeKneel_HubShootingRangeStand",0.01}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeKneel_shoot"; + looped = 1; + speed = 1e+010; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + canBlendStep = 1; + interpolationSpeed = 4; + InterpolateTo[] = {"HubShootingRangeKneel_HubShootingRangeStand",0.01,"HubShootingRangeKneel_move1",1.0,"HubShootingRangeKneel_move2",1.0,"HubShootingRangeKneel_move3",1.0}; + }; + class HubShootingRangeKneel_move1: HubShootingRange_base + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move1"; + speed = 0.1224; + InterpolateTo[] = {}; + ConnectTo[] = {"HubShootingRangeKneel_shoot",0.01}; + }; + class HubShootingRangeKneel_move2: HubShootingRangeKneel_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move2"; + speed = 0.075; + }; + class HubShootingRangeKneel_move3: HubShootingRangeKneel_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move3"; + speed = 0.1154; + }; + class HubShootingRangeProne_shoot: HubShootingRangeKneel_shoot + { + ConnectTo[] = {"HubShootingRangeProne_shoot",0.03,"HubShootingRangeProne_move1",1.0,"HubShootingRangeProne_move2",1.0,"HubShootingRangeProne_move3",1.0}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeProne_shoot"; + actions = "RifleProneActions"; + InterpolateTo[] = {"HubShootingRangeProne_move1",1.0,"HubShootingRangeProne_move2",1.0,"HubShootingRangeProne_move3",1.0}; + }; + class HubShootingRangeProne_move1: HubShootingRange_base + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move1"; + speed = 0.0732; + InterpolateTo[] = {}; + ConnectTo[] = {"HubShootingRangeProne_shoot",0.01}; + actions = "RifleProneActions"; + }; + class HubShootingRangeProne_move2: HubShootingRangeProne_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move2"; + speed = 0.0444; + }; + class HubShootingRangeProne_move3: HubShootingRangeProne_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move3"; + speed = 0.1364; + }; + class HubShootingRangeStand_shoot: HubShootingRangeKneel_shoot + { + ConnectTo[] = {"HubShootingRangeStand_shoot",0.03,"HubShootingRangeStand_move1",1.0,"HubShootingRangeStand_move2",1.0,"HubShootingRangeStand_move3",1.0,"HubShootingRangeStand_move4",1.0,"HubShootingRangeStand_HubShootingRangeKneel",0.01,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeStand_shoot"; + actions = "RifleStandActions"; + InterpolateTo[] = {"HubShootingRangeStand_HubShootingRangeKneel",0.01,"HubShootingRangeStand_move1",1.0,"HubShootingRangeStand_move2",1.0,"HubShootingRangeStand_move3",1.0,"HubShootingRangeStand_move4",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0}; + }; + class HubShootingRangeStand_move1: HubShootingRange_base + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move1"; + speed = 0.1304; + ConnectTo[] = {"HubShootingRangeStand_shoot",0.01}; + }; + class HubShootingRangeStand_move2: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move2"; + speed = 0.1195; + }; + class HubShootingRangeStand_move3: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move3"; + speed = 0.0779; + }; + class HubShootingRangeStand_move4: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move4"; + speed = 0.0714; + }; + class HubShootingRangeKneel_HubShootingRangeStand: HubShootingRange_base + { + reverse = "HubShootingRangeStand_HubShootingRangeKneel"; + minPlayTime = 0.9; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeKneel_HubShootingRangeStand"; + speed = -1.1; + interpolationRestart = 1; + soundOverride = "adjust_kneel_to_stand"; + actions = "RifleStandActions"; + ConnectTo[] = {"HubShootingRangeStand_shoot",0.01}; + }; + class HubShootingRangeStand_HubShootingRangeKneel: HubShootingRangeKneel_HubShootingRangeStand + { + ConnectTo[] = {"HubShootingRangeKneel_shoot",0.01}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeStand_HubShootingRangeKneel"; + speed = -0.9; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + soundOverride = "adjust_stand_to_kneel"; + minPlayTime = 0.7; + }; + class HubStandingUA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle1"; + speed = 0.0545; + }; + class HubStandingUA_idle2: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle2"; + speed = 0.0577; + }; + class HubStandingUA_idle3: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle3"; + speed = 0.0556; + }; + class HubStandingUA_move1: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_move1"; + speed = 0.0659; + }; + class HubStandingUA_move2: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_move2"; + speed = 0.0645; + }; + class HubStandingUB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle1"; + speed = 0.0567; + }; + class HubStandingUB_idle2: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle2"; + speed = 0.069; + }; + class HubStandingUB_idle3: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle3"; + speed = 0.0667; + }; + class HubStandingUB_move1: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_move1"; + speed = 0.0714; + }; + class HubStandingUC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle1"; + speed = 0.0659; + }; + class HubStandingUC_idle2: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle2"; + speed = 0.1027; + }; + class HubStandingUC_idle3: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle3"; + speed = 0.0706; + }; + class HubStandingUC_move1: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_move1"; + speed = 0.0432; + }; + class HubStandingUC_move2: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_move2"; + speed = 0.0741; + }; + class HubStanding_idle1: HubTemplate + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle1"; + speed = -25; + weaponLowered = 1; + canBlendStep = 1; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + interpolationSpeed = 0.5; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",1.0,"AmovPercMstpSrasWrflDnon",1.0,"HubShootingRangeStand_shoot",1.0}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",1.0,"AmovPercMstpSrasWrflDnon",1.0,"HubShootingRangeStand_shoot",1.0}; + leftHandIKCurve[] = {0.025,1,0.046,0,0.9,0,0.925,1}; + rightHandIKCurve[] = {1}; + }; + class HubStanding_idle2: HubStanding_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle2"; + speed = 0.031704; + leftHandIKCurve[] = {0.851,1,0.867,0,0.952,0,0.978,1}; + rightHandIKCurve[] = {1}; + }; + class HubStanding_idle3: HubStanding_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle3"; + speed = 0.024666; + leftHandIKCurve[] = {0.088,1,0.095,0,0.946,0,0.956,1}; + rightHandIKCurve[] = {1}; + }; + class HubWave_move1: HubTemplate + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wave\HubWave_move1"; + speed = 0.3333; + }; + class HubWave_move2: HubWave_move1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wave\HubWave_move2"; + speed = 0.2222; + }; + class HubTemplate_Briefing: HubTemplateU + { + useIdles = 0; + head = "headNo"; + }; + class HubBriefing_loop: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_loop"; + speed = 0.0306; + InterpolateTo[] = {"HubBriefing_lookAround1",0.01,"HubBriefing_lookAround2",0.01,"HubBriefing_pointAtTable",0.01,"HubBriefing_pointLeft",0.01,"HubBriefing_pointRight",0.01,"HubBriefing_scratch",0.01,"HubBriefing_stretch",0.01,"HubBriefing_talkAround",0.01,"HubBriefing_think",0.01,"HubBriefing_loop",0.01,"Unconscious",0.01}; + looped = 1; + ConnectTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_lookAround1: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_lookAround1"; + speed = 0.1714; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_lookAround2: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_lookAround2"; + speed = 0.0822; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_pointAtTable: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_pointAtTable"; + speed = 0.4478; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_pointLeft: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_pointLeft"; + speed = 0.2174; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_pointRight: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_pointRight"; + speed = 0.2803; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_scratch: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_scratch"; + speed = 0.1875; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_stretch: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_stretch"; + speed = 0.12; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_talkAround: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_talkAround"; + speed = 0.0822; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_think: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_think"; + speed = 0.1136; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class Campaign_Base: AmovPercMstpSnonWnonDnon + { + affectedByFatigue = "false"; + looped = 0; + weaponIK = 1; + leftHandIKEnd = 1; + leftHandIKBeg = 1; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + interpolationSpeed = 2.5; + preload = 1; + relSpeedMin = 1; + relSpeedMax = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + head = "headNo"; + InterpolateTo[] = {"Unconscious",0.01}; + ConnectTo[] = {}; + }; + class Acts_CrouchGetLowGesture: Campaign_Base + { + soundOverride = "Acts_CrouchGetLowGesture"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.01}; + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_CrouchGetLowGesture"; + speed = 0.3846; + leftHandIKCurve[] = {0.17,1,0.23,0,0.7,0,0.84,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMwlkSlowWrflDf: Campaign_Base + { + static = 1; + relSpeedMin = 0.8; + relSpeedMax = 1; + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMwlkSlowWrflDf"; + speed = 0.5; + forceAim = 1; + soundOverride = "Acts_PercMwlkSlowWrflDf"; + ConnectTo[] = {"Acts_PercMwlkSlowWrflDf",1e-005,"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + headBobMode = 3; + actions = "CutsceneLoop"; + useIdles = 0; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + soundEnabled = 1; + interpolationSpeed = 2.5; + enableBinocular = 0; + canReload = 0; + enableDirectControl = 0; + enableOptics = 0; + }; + class Acts_PercMwlkSlowWrflDf2: Acts_PercMwlkSlowWrflDf + { + soundOverride = "Acts_PercMwlkSlowWrflDf2"; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + ConnectTo[] = {"Acts_PercMwlkSlowWrflDf2",1e-005,"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\low\rfl\AmovPercMwlkSlowWrflDf"; + speed = 0.25; + soundEdge[] = {0.25,0.5,0.75,1}; + looped = 1; + headBobStrength = 0.054726; + }; + class Acts_PercMstpSlowWrflDnon_handup2: Campaign_Base + { + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2"; + speed = 0.2222; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup2"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + leftHandIKCurve[] = {0.03,1,0.08,0,0.79,0,0.82,1}; + rightHandIKCurve[] = {0.03,1,0.08,0,0.65,0,0.72,1}; + }; + class Acts_PercMstpSlowWrflDnon_handup2b: Acts_PercMstpSlowWrflDnon_handup2 + { + speed = 0.3192; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup2b"; + file = "\A3\anims_f_epa\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2b"; + leftHandIKCurve[] = {0.01,1,0.06,0,0.77,0,0.9,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMstpSlowWrflDnon_handup2c: Acts_PercMstpSlowWrflDnon_handup2 + { + speed = 0.242; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup2c"; + file = "\A3\anims_f_epa\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2c"; + leftHandIKCurve[] = {0.01,1,0.06,0,0.8,0,0.88,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMstpSlowWrflDnon_handup1: Campaign_Base + { + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup1"; + speed = 0.3333; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup1"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + leftHandIKCurve[] = {0.17,1,0.23,0,0.7,0,0.84,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMstpSlowWrflDnon_handup1b: Acts_PercMstpSlowWrflDnon_handup1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup1b"; + speed = 0.375; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup1b"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + }; + class Acts_PercMstpSlowWrflDnon_handup1c: Acts_PercMstpSlowWrflDnon_handup1 + { + speed = 0.375; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup1c"; + file = "\A3\anims_f_epa\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup1c"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + }; + class Acts_WalkingChecking: Campaign_Base + { + file = "\A3\anims_f_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_WalkingChecking"; + speed = 0.0382; + soundOverride = "Acts_WalkingChecking"; + boundingSphere = 10; + legs = "legsNo"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class HubSpectator_stand: HubTemplate + { + actions = "StaticCutsceneLoop"; + enableBinocular = 0; + headBobStrength = 0.104478; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Spectator\HubSpectator_stand"; + canBlendStep = 1; + leftHandIKCurve[] = {0.198,1,0.213,0,0.271,0,0.293,1,0.818,1,0.835,0,0.888,0,0.924,1}; + speed = -45; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"HubSpectator_walk",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"HubSpectator_walk",1.0,"HubSpectator_stand",0.01,"AmovPercMstpSlowWrflDnon",1.0}; + weaponLowered = 1; + interpolationSpeed = 0.5; + canPullTrigger = 0; + showWeaponAim = 0; + disableWeaponsLong = 1; + enableDirectControl = 0; + forceAim = 1; + headBobMode = 2; + }; + class HubSpectator_walk: HubSpectator_stand + { + actions = "CutsceneLoop"; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Spectator\HubSpectator_walk"; + looped = 1; + speed = 0.25; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + soundEdge[] = {0.25,0.5,0.75,1}; + Walkcycles = 2; + headBobStrength = 0.23; + aimPrecision = 4; + InterpolateTo[] = {"HubSpectator_stand",1.0,"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"HubSpectator_stand",1.0,"AmovPercMstpSrasWrflDnon",1.0,"HubSpectator_walk",0.01,"AmovPercMstpSlowWrflDnon",1.0}; + }; + class HubSpectator_walkU: HubSpectator_walk + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\HubSpectator_walkU"; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + }; + class HubSpectator_standU: HubSpectator_stand + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\HubSpectator_standU"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + }; + class Acts_UnconsciousStandUp_part1: Campaign_Base + { + variantAfter[] = {99,99,0}; + variantsPlayer[] = {}; + InterpolateTo[] = {}; + ConnectTo[] = {"Acts_UnconsciousStandUp_part2",0.01}; + soundOverride = "Acts_UnconsciousStandUp_part1"; + legs = "legsNo"; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_in\Acts_UnconsciousStandUp_part1"; + speed = 0.0228; + actions = "Acts_UnconsciousStandUp_Actions"; + interpolationRestart = 1; + enableDirectControl = 0; + interpolationSpeed = 0.05; + headBobMode = 1; + headBobStrength = -1; + canBlendStep = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + head = "headNo"; + forceAim = 1; + soundEdge[] = {0.001}; + }; + class Acts_UnconsciousStandUp_part2: Acts_UnconsciousStandUp_part1 + { + minPlayTime = 0.9; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_in\Acts_UnconsciousStandUp_part2"; + speed = 0.3659; + showItemInRightHand = 1; + showHandGun = 1; + aiming = "aimingNo"; + aimingBody = "aimingUpDefault"; + head = "headDefault"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.001}; + canBlendStep = 0; + enableDirectControl = 0; + }; + class Acts_HUBABriefing: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\HubBriefings\Acts_HUBABriefing"; + speed = 0.025; + disableWeapons = 1; + relSpeedMin = 1; + relSpeedMax = 1; + boundingSphere = 4; + soundOverride = "Acts_HUBABriefing"; + soundEdge[] = {0.001}; + }; + class Acts_SignalToCheck: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SignalToCheck"; + speed = 0.4286; + soundOverride = "Acts_SignalToCheck"; + InterpolateTo[] = {}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + interpolationRestart = 1; + actions = "RifleLowStandActions"; + }; + class Acts_carFixingWheel: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_carFixingWheel"; + useIdles = 0; + speed = 0.05; + soundOverride = "Acts_carFixingWheel"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.5,"AmovPknlMstpSrasWlnrDnon",0.5,"AmovPknlMstpSrasWpstDnon",0.5,"AmovPknlMstpSrasWrflDnon",0.5}; + actions = "Acts_CarFixingWheel_actions"; + InterpolateTo[] = {"AmovPknlMwlkSrasWrflDb",0.2,"AmovPknlMwlkSrasWrflDbl",0.2,"AmovPknlMwlkSrasWrflDbr",0.2,"AmovPknlMwlkSrasWrflDf",0.2,"AmovPknlMwlkSrasWrflDfl",0.2,"AmovPknlMwlkSrasWrflDfr",0.2,"AmovPknlMwlkSrasWrflDl",0.2,"AmovPknlMwlkSrasWrflDr",0.2}; + interpolationRestart = 0; + enableAutoActions = 0; + forceAim = 1; + }; + class Acts_SittingJumpingSaluting_in: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_in"; + speed = 0.1345; + soundOverride = "Acts_SittingJumpingSaluting_in"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.001}; + actions = "Acts_SittingJumpingSaluting_actions"; + }; + class Acts_SittingJumpingSaluting_loop: Campaign_Base + { + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + variantAfter[] = {5,5,5}; + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_stillpose"; + actions = "Acts_SittingJumpingSaluting_actions"; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop1",0.0001,"Acts_SittingJumpingSaluting_loop2",0.0001,"Acts_SittingJumpingSaluting_loop3",0.0001,"Acts_SittingJumpingSaluting_out",0.1}; + looped = 1; + InterpolateTo[] = {}; + interpolationRestart = 1; + interpolationSpeed = 1.45; + canBlendStep = 0; + weaponLowered = 0; + }; + class Acts_SittingJumpingSaluting_loop1: Campaign_Base + { + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + variantAfter[] = {5,5,5}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_var1"; + speed = 0.0648; + soundOverride = "Acts_SittingJumpingSaluting_loop1"; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + actions = "Acts_SittingJumpingSaluting_actions"; + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + InterpolateTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + interpolationRestart = 1; + weaponLowered = 0; + canBlendStep = 0; + }; + class Acts_SittingJumpingSaluting_loop2: Campaign_Base + { + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + variantAfter[] = {5,5,5}; + soundOverride = "Acts_SittingJumpingSaluting_loop2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_var2"; + speed = 0.068; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + actions = "Acts_SittingJumpingSaluting_actions"; + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + InterpolateTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + interpolationRestart = 1; + weaponLowered = 0; + canBlendStep = 0; + looped = 1; + }; + class Acts_SittingJumpingSaluting_loop3: Campaign_Base + { + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + variantAfter[] = {5,5,5}; + soundOverride = "Acts_SittingJumpingSaluting_loop3"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_var3"; + speed = 0.0716; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + actions = "Acts_SittingJumpingSaluting_actions"; + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + InterpolateTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + interpolationRestart = 1; + weaponLowered = 0; + canBlendStep = 0; + looped = 1; + }; + class Acts_SittingJumpingSaluting_out: Campaign_Base + { + looped = 0; + soundOverride = "Acts_SittingJumpingSaluting_out"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_out"; + speed = 0.2344; + ConnectTo[] = {}; + disableWeapons = 1; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + interpolationRestart = 1; + }; + class Acts_NavigatingChopper_In: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_NavigatingChopperIn"; + speed = 0.8333; + soundOverride = "Acts_NavigatingChopper_In"; + ConnectTo[] = {"Acts_NavigatingChopper_Loop",0.001}; + actions = "Acts_NavigatingChopper_Actions"; + }; + class Acts_NavigatingChopper_Loop: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_NavigatingChopperLoopTwice"; + speed = 0.5456; + soundOverride = "Acts_NavigatingChopper_Loop"; + soundEdge[] = {0.0,0.33,0.66}; + looped = 1; + head = "headNo"; + ConnectTo[] = {"Acts_NavigatingChopper_Out",0.001,"Acts_NavigatingChopper_Loop",0.001}; + InterpolateTo[] = {"Acts_NavigatingChopper_Out",0.001}; + disableWeapons = 1; + interpolationRestart = 1; + actions = "Acts_NavigatingChopper_Actions"; + }; + class Acts_NavigatingChopper_Out: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_NavigatingChopperOut"; + speed = 0.2586; + soundOverride = "Acts_NavigatingChopper_Out"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + InterpolateTo[] = {}; + interpolationRestart = 1; + actions = "Acts_NavigatingChopper_Actions"; + }; + class Acts_TreatingWounded_in: Campaign_Base + { + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\PercMstpSlowWrlfDnon_TreatingWounded"; + actions = "Acts_TreatingWounded_actions"; + interpolationRestart = 1; + speed = 0.3261; + soundOverride = "Acts_TreatingWounded_in"; + soundEdge[] = {0.001}; + }; + class Acts_TreatingWounded_loop: Campaign_Base + { + variantAfter[] = {2,4,6}; + variantsAI[] = {"Acts_TreatingWounded01",0.18,"Acts_TreatingWounded02",0.1,"Acts_TreatingWounded03",0.18,"Acts_TreatingWounded04",0.18,"Acts_TreatingWounded05",0.18,"Acts_TreatingWounded06",0.18}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded_Stillpose"; + speed = 1e+009; + ConnectTo[] = {"Acts_TreatingWounded01",0.0001,"Acts_TreatingWounded02",0.0001,"Acts_TreatingWounded03",0.0001,"Acts_TreatingWounded04",0.0001,"Acts_TreatingWounded05",0.0001,"Acts_TreatingWounded06",0.0001,"Acts_TreatingWounded_Out",0.0001}; + interpolationRestart = 1; + actions = "Acts_TreatingWounded_actions"; + looped = 1; + }; + class Acts_TreatingWounded01: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded01"; + speed = 0.1887; + soundOverride = "Acts_TreatingWounded01"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded02: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded02"; + speed = 0.1245; + soundOverride = "Acts_TreatingWounded02"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded03: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded03"; + speed = 0.1154; + soundOverride = "Acts_TreatingWounded03"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded04: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded04"; + speed = 0.1911; + soundOverride = "Acts_TreatingWounded04"; + soundEdge[] = {0.03}; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded05: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded05"; + speed = 0.1; + soundOverride = "Acts_TreatingWounded05"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded06: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded06"; + speed = 0.1604; + soundOverride = "Acts_TreatingWounded06"; + soundEdge[] = {0.03}; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded_Out: Campaign_Base + { + speed = 0.2543; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\TreatingWounded_PercMstpSlowWrlfDnon"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.0001}; + soundEdge[] = {0.001}; + actions = "RifleLowStandActions"; + soundOverride = "Acts_TreatingWounded_Out"; + interpolationRestart = 1; + }; + class Acts_LyingWounded_loop: Campaign_Base + { + variantAfter[] = {3,5,7}; + variantsAI[] = {"Acts_LyingWounded_loop1",0.33,"Acts_LyingWounded_loop2",0.33,"Acts_LyingWounded_loop3",0.34}; + ConnectTo[] = {"Acts_LyingWounded_loop1",0.0001,"Acts_LyingWounded_loop2",0.0001,"Acts_LyingWounded_loop3",0.0001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded_stillpose"; + interpolationRestart = 1; + looped = 1; + actions = "Acts_LyingWounded_actions"; + }; + class Acts_LyingWounded_loop1: Acts_LyingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded01"; + speed = 0.04; + looped = 0; + soundOverride = "Acts_LyingWounded_loop1"; + ConnectTo[] = {"Acts_LyingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_LyingWounded_loop",0.0001}; + }; + class Acts_LyingWounded_loop2: Acts_LyingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded02"; + speed = 0.0342; + looped = 0; + soundOverride = "Acts_LyingWounded_loop2"; + ConnectTo[] = {"Acts_LyingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_LyingWounded_loop",0.0001}; + }; + class Acts_LyingWounded_loop3: Acts_LyingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded03"; + looped = 0; + speed = 0.0405; + soundOverride = "Acts_LyingWounded_loop3"; + ConnectTo[] = {"Acts_LyingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_LyingWounded_loop",0.0001}; + }; + class Acts_ShowingTheRightWay_in: Campaign_Base + { + ConnectTo[] = {"Acts_ShowingTheRightWay_loop",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShowingTheRightWayIn"; + speed = 0.5556; + soundOverride = "Acts_ShowingTheRightWay_in"; + actions = "RifleLowStandActions"; + }; + class Acts_ShowingTheRightWay_loop: Campaign_Base + { + ConnectTo[] = {"Acts_ShowingTheRightWay_out",0.001,"Acts_ShowingTheRightWay_loop",0.001}; + InterpolateTo[] = {"Acts_ShowingTheRightWay_out",0.001}; + soundOverride = "Acts_ShowingTheRightWay_loop"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShowingTheRightWayLoop"; + speed = 0.5456; + looped = 1; + actions = "Acts_ShowingTheRightWay_actions"; + soundEdge[] = {0.05}; + }; + class Acts_ShowingTheRightWay_out: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundOverride = "Acts_ShowingTheRightWay_out"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShowingTheRightWayEnd"; + speed = 0.5263; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_ShieldFromSun_in: Campaign_Base + { + ConnectTo[] = {"Acts_ShieldFromSun_loop",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShieldFromSunIn"; + speed = 0.8569; + actions = "RifleLowStandActions"; + }; + class Acts_ShieldFromSun_loop: Campaign_Base + { + ConnectTo[] = {"Acts_ShieldFromSun_loop",0.001,"Acts_ShieldFromSun_out",0.001}; + looped = 1; + soundOverride = "Acts_ShieldFromSun_loop"; + speed = 0.2; + InterpolateTo[] = {"Acts_ShieldFromSun_out",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShieldFromSunLoop"; + actions = "Acts_ShieldFromSun_actions"; + }; + class Acts_ShieldFromSun_out: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundOverride = "Acts_ShieldFromSun_out"; + speed = 0.5456; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShieldFromSunOut"; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_listeningToRadio_In: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_listeningToRadioIn"; + soundOverride = "Acts_listeningToRadio_in"; + speed = 1.199; + interpolationRestart = 1; + ConnectTo[] = {"Acts_listeningToRadio_Loop",0.001}; + actions = "RifleLowStandActions"; + }; + class Acts_listeningToRadio_Loop: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_listeningToRadioLoop"; + looped = 1; + soundOverride = "Acts_listeningToRadio_Loop"; + speed = 0.1622; + interpolationRestart = 1; + ConnectTo[] = {"Acts_listeningToRadio_Out",0.001,"Acts_listeningToRadio_Loop",0.001}; + InterpolateTo[] = {"Acts_listeningToRadio_Out",0.001}; + actions = "Acts_listeningToRadio_actions"; + }; + class Acts_listeningToRadio_Out: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_listeningToRadioOut"; + speed = 0.8569; + soundOverride = "Acts_listeningToRadio_Out"; + interpolationRestart = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_BoatAttacked01: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked01"; + speed = 0.0773; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked01"; + InterpolateTo[] = {}; + }; + class Acts_BoatAttacked02: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked02"; + speed = 0.0674; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked02"; + InterpolateTo[] = {}; + }; + class Acts_BoatAttacked03: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked03"; + speed = 0.0642; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked03"; + InterpolateTo[] = {}; + }; + class Acts_BoatAttacked04: AmovPercMstpSnonWnonDnon_Scared + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked04"; + speed = 0.0682; + ConnectTo[] = {}; + InterpolateTo[] = {}; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked04"; + }; + class Acts_BoatAttacked05: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked05"; + speed = 0.0968; + looped = 0; + legs = "legsNo"; + headBobMode = 3; + headBobStrength = 0.004975; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked05"; + InterpolateTo[] = {}; + }; + class Acts_AidlPercMstpSlowWrflDnon_pissing: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_pissing"; + speed = 0.0522; + soundOverride = "Acts_AidlPercMstpSlowWrflDnon_pissing"; + InterpolateTo[] = {}; + variantsPlayer[] = {}; + forceAim = 1; + }; + class Acts_A_M01_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M01_briefing"; + speed = 0.011; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_M02_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M02_briefing"; + speed = 0.0245; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_M03_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M03_briefing"; + speed = 0.015; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + limitGunMovement = 0.3; + interpolationRestart = 1; + }; + class Acts_A_M04_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M04_briefing"; + speed = 0.014; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_M05_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M05_briefing"; + speed = 0.0147; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_OUT_briefing: CutSceneAnimationBase + { + rightHandIKCurve[] = {0,1,0.20262,0,0.876856,0,0.876856,1}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub02\Acts_A_out_briefing"; + speed = 0.0131; + weaponIK = 1; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + }; + class Acts_B_briefings: CutSceneAnimationBase + { + looped = 0; + preload = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_B_hub01_briefing"; + speed = 0.011; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + InterpolateTo[] = {"Acts_B_hub01_briefing",0.5,"Acts_B_M01_briefing",0.5,"Acts_B_M02_briefing",0.5,"Acts_B_M03_briefing",0.5,"Acts_B_M05_briefing",0.5,"Acts_B_m06_briefing",0.5,"Acts_B_out2_briefing",0.5}; + }; + class Acts_B_hub01_briefing: Acts_B_briefings + { + speed = 0.0097; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_m06_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_B_m06_briefing"; + speed = 0.0115; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M01_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m01_briefing"; + speed = 0.0126; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M02_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m02_briefing"; + speed = 0.0106; + canBlendStep = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M03_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m03_briefing"; + speed = 0.0118; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M05_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m05_briefing"; + speed = 0.0144; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_out2_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_B_out2_briefing"; + speed = 0.0089; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_C_in1_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_in1\Acts_C_in1_briefing"; + looped = 0; + speed = 0.0126; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + preload = 1; + }; + class Acts_PknlMstpSlowWrflDnon: HubSpectator_walk + { + speed = 0.067; + soundOverride = "Acts_PknlMstpSlowWrflDnon"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.001}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in2\Acts_PknlMstpSlowWrflDnon"; + }; + class Acts_welcomeOnHUB01_AIWalk: CutSceneAnimationBase + { + speed = 0.3333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk1a"; + soundEnabled = 1; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_1b",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + soundOverride = "Acts_welcomeOnHUB01_AIWalk"; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB01_AIWalk_1b: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.12; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_1b"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk1b"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_1",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_1: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1667; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_1"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_2",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_2: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.0857; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_3",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_3: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1579; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_3"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_4",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_4: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1429; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_4"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk5"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_5",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_5: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1765; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_5"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk6"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_6",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_6: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1579; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_6"; + minPlayTime = 0.955; + interpolationSpeed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk7"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk: CutSceneAnimationBase + { + speed = 0.1435; + soundOverride = "Acts_welcomeOnHUB02_AIWalk"; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk1"; + soundEnabled = 1; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1,0.334928,0,0.339713,0,0.641148,1,0.645933}; + leftHandIKCurve[] = {1,0.291866,0,0.296651,0,0.679426,1,0.684211}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB02_AIWalk_2: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.1429; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_3",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_3: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.3751; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_3"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_4",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_4: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.1304; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_4"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_5",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_5: Acts_welcomeOnHUB02_AIWalk + { + leftHandIKCurve[] = {1,0,1,0.490909,0,0.495455,0,0.890909,1,0.895455}; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_5"; + rightHandIKCurve[] = {1}; + weaponIK = 1; + speed = 0.1364; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk5"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_6",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_6: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.131; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_6"; + minPlayTime = 0.955; + interpolationSpeed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk6"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB01_PlayerWalk: CutSceneAnimationBase + { + speed = 0.3; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk1"; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_1",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + soundEnabled = 1; + soundEdge[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_1: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_2",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_1"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_2: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.3; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_3",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_2"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_3: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.0667; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_4",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_3"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_4: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.2999; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk5"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_5",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_4"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_5: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.12; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk6"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_6",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_5"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_6: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.0909; + minPlayTime = 0.955; + interpolationSpeed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk7"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_6"; + }; + class Acts_welcomeOnHUB02_PlayerWalk: CutSceneAnimationBase + { + speed = 0.1587; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk1"; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_1",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + soundEnabled = 1; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk"; + soundEdge[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB02_PlayerWalk_1: Acts_welcomeOnHUB02_PlayerWalk + { + speed = 0.12; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk_1"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_2",0.001}; + }; + class Acts_welcomeOnHUB02_PlayerWalk_2: Acts_welcomeOnHUB02_PlayerWalk + { + speed = 0.0968; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk_2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_3",0.001}; + }; + class Acts_welcomeOnHUB02_PlayerWalk_3: Acts_welcomeOnHUB02_PlayerWalk + { + minPlayTime = 0.955; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk_3"; + speed = 0.0699; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB03_AIWalk_1: CutSceneAnimationBase + { + speed = 0.0909; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.048485,0.121212,0.181818,0.233333,0.293939,0.366667,0.424242,0.481818,0.542424,0.6,0.660606,0.721212,0.778788,0.857576,0.930303,0.99697}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_2: CutSceneAnimationBase + { + speed = 0.0938; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.05,0.125}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_3: CutSceneAnimationBase + { + speed = 0.1961; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.189542,0.346405,0.496732,0.633987,0.75817,0.928105}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_4: CutSceneAnimationBase + { + speed = 0.3261; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_5: CutSceneAnimationBase + { + speed = 0.2609; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_6: CutSceneAnimationBase + { + speed = 0.4; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB03_PlayerWalk_1: CutSceneAnimationBase + { + speed = 0.079; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_2: CutSceneAnimationBase + { + speed = 0.0968; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_3: CutSceneAnimationBase + { + speed = 0.2308; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_4: CutSceneAnimationBase + { + speed = 0.2069; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_5: CutSceneAnimationBase + { + speed = 0.079; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB04_AIWalk_1: CutSceneAnimationBase + { + speed = 0.1911; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_2: CutSceneAnimationBase + { + speed = 0.1042; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.059028,0.166667,0.25,0.319444,0.402778,0.479167,0.569444,0.642361,0.722222,0.802083,0.881944,0.965278}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_3: CutSceneAnimationBase + { + speed = 0.2; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_4: CutSceneAnimationBase + { + speed = 0.1079; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.057554,0.143885,0.241007,0.31285,0.402878,0.47482,0.571942,0.654676,0.733813,0.809353,0.884892,0.97482}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_5: CutSceneAnimationBase + { + speed = 0.3125; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.520833,0.854167}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_6: CutSceneAnimationBase + { + speed = 0.4413; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB04_PlayerWalk_1: CutSceneAnimationBase + { + speed = 0.1797; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_2: CutSceneAnimationBase + { + speed = 0.1141; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_3: CutSceneAnimationBase + { + speed = 0.1523; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_4: CutSceneAnimationBase + { + speed = 0.1091; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_5: CutSceneAnimationBase + { + speed = 0.2222; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB05_AIWalk_1: CutSceneAnimationBase + { + speed = 0.2222; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_2: CutSceneAnimationBase + { + speed = 0.12; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.112,0.228,0.348,0.432,0.52,0.636,0.764,0.904}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_3: CutSceneAnimationBase + { + speed = 0.0368; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.017178,0.051534,0.082209,0.115337,0.147239,0.177914,0.204908,0.228221,0.253988,0.277301,0.304294,0.330061,0.354601,0.379141,0.404908,0.430675,0.460123,0.482209,0.509202,0.532515,0.559509,0.584049,0.609816,0.633129,0.660123,0.683436,0.709202,0.732515,0.768098,0.791411,0.820859,0.850307,0.877301,0.911656,0.954601,0.993865}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_4: CutSceneAnimationBase + { + speed = 0.3333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_5: CutSceneAnimationBase + { + speed = 0.3333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.166667,0.477778,0.733333,0.944444}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_6",0.001}; + }; + class Acts_welcomeOnHUB05_AIWalk_6: Acts_welcomeOnHUB05_AIWalk_5 + { + speed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk6"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + ConnectTo[] = {}; + }; + class Acts_welcomeOnHUB05_PlayerWalk_1: CutSceneAnimationBase + { + speed = 0.1639; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_2: CutSceneAnimationBase + { + speed = 0.1523; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_3: CutSceneAnimationBase + { + speed = 0.0504; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_4: CutSceneAnimationBase + { + speed = 0.1579; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_5: CutSceneAnimationBase + { + speed = 0.2308; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_6: CutSceneAnimationBase + { + speed = 0.2803; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_7",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_7: CutSceneAnimationBase + { + speed = 0.625; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_NATOCommanderArrival_Commander_1: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander1"; + speed = 0.5999; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_2",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_2: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander2"; + speed = 1.5015; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_3",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_3: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander3"; + speed = 0.2069; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_4",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_4: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander4"; + speed = 0.8576; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_5",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_5: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander5"; + speed = 0.0267; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_6",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_6: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander6"; + speed = 0.1875; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_7",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_7: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander7"; + speed = 0.3; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_8",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_8: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander8"; + speed = 0.9681; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_9",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_9: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander9"; + speed = 0.8818; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + ConnectTo[] = {}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Larkin_1: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin1"; + speed = 0.0488; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_2",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_2: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin2"; + speed = 0.5456; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_3",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_3: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin3"; + speed = 0.0243; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_4",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_4: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin4"; + speed = 1.2005; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_5",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_5: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin5"; + speed = 0.2222; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_6",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_6: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin6"; + speed = 1.3643; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_7",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_7: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin7"; + speed = 0.3614; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_passenger_boat_holdright: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_boat_holdright2_mocap"; + actions = "CargoActions"; + speed = 0.033; + disableWeapons = 0; + disableWeaponsLong = 0; + canBlendStep = 0; + InterpolateTo[] = {"Acts_BoatAttacked02",0.001}; + ConnectTo[] = {"Acts_BoatAttacked02",0.001}; + }; + class Acts_passenger_boat_holdleft: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_boat_holdleft2_mocap"; + looped = 1; + disableWeapons = 0; + canBlendStep = 0; + speed = 0.033; + actions = "CargoActions"; + InterpolateTo[] = {"Acts_BoatAttacked01",0.001}; + ConnectTo[] = {"Acts_BoatAttacked01",0.001}; + }; + class Acts_passenger_boat_rightrear: CutSceneAnimationBase + { + speed = 0.033; + canBlendStep = 0; + looped = 1; + disableWeapons = 0; + disableWeaponsLong = 0; + actions = "CargoActions"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_boat_rightrear_mocap"; + InterpolateTo[] = {"Acts_BoatAttacked04",0.001}; + ConnectTo[] = {"Acts_BoatAttacked04",0.001}; + }; + class Acts_gunner_MRAP_01_mocap: CutSceneAnimationBase + { + actions = "CargoActions"; + speed = 0.033; + disableWeapons = 1; + canBlendStep = 0; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\gunner_MRAP_01_mocap"; + InterpolateTo[] = {"Acts_BoatAttacked03",0.001}; + ConnectTo[] = {"Acts_BoatAttacked03",0.001}; + }; + class Acts_passenger_flatground_leanright: CutSceneAnimationBase + { + actions = "CargoActions"; + speed = 0.033; + canBlendStep = 0; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_flatground_leanright_mocap"; + InterpolateTo[] = {"Acts_BoatAttacked05",0.001}; + ConnectTo[] = {"Acts_BoatAttacked05",0.001}; + headBobStrength = 0.004975; + headBobMode = 3; + interpolationRestart = 0; + }; + class Acts_ComingInSpeakingWalkingOut_1: CutSceneAnimationBase + { + speed = 0.1515; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.048485,0.121212,0.181818,0.233333,0.293939,0.366667,0.424242,0.481818,0.542424,0.6,0.660606,0.721212,0.778788,0.857576,0.930303,0.99697}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_2",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_2: CutSceneAnimationBase + { + speed = 0.3948; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.05,0.125}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_3",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_3: CutSceneAnimationBase + { + speed = 0.1049; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.189542,0.346405,0.496732,0.633987,0.75817,0.928105}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_4",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_4: CutSceneAnimationBase + { + speed = 0.0779; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_5",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_5: CutSceneAnimationBase + { + speed = 0.4411; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_6",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_6: CutSceneAnimationBase + { + speed = 0.0917; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_7",0.001}; + }; + class Acts_ComingInSpeakingWalkingOut_7: CutSceneAnimationBase + { + speed = 0.15; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut7"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_8",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_8: CutSceneAnimationBase + { + speed = 0.2941; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut8"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_9",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_9: CutSceneAnimationBase + { + speed = 0.2041; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut9"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_10",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_10: CutSceneAnimationBase + { + speed = 0.375; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut10"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_11",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_11: CutSceneAnimationBase + { + speed = 0.0906; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut11"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + interpolationRestart = 1; + }; + class Acts_SittingWounded_in: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_in"; + ConnectTo[] = {"Acts_SittingWounded_wave",0.001,"Acts_SittingWounded_loop",0.001}; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + }; + class Acts_SittingWounded_wave: CutSceneAnimationBase + { + ConnectTo[] = {"Acts_SittingWounded_loop",0.001,"Acts_SittingWounded_in",0.001}; + speed = 0.322581; + looped = 0; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_wave"; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 1; + }; + class Acts_SittingWounded_loop: CutSceneAnimationBase + { + ConnectTo[] = {"Acts_SittingWounded_out",0.001,"Acts_SittingWounded_loop",0.001,"Acts_SittingWounded_breath",0.001,"Acts_SittingWounded_wave",0.001}; + speed = 0.04717; + actions = "Acts_SittingWounded_actions"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_loop"; + InterpolateTo[] = {"Acts_SittingWounded_out",0.001,"Acts_SittingWounded_breath",0.001,"Acts_SittingWounded_wave",0.001}; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 1; + }; + class Acts_SittingWounded_out: CutSceneAnimationBase + { + looped = 0; + speed = 0.229008; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_out"; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + interpolationSpeed = 2.5; + interpolationRestart = 1; + }; + class Acts_SittingWounded_breath: CutSceneAnimationBase + { + InterpolateTo[] = {"Acts_SittingWounded_loop",0.001}; + ConnectTo[] = {"Acts_SittingWounded_loop",0.001}; + looped = 0; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_breath"; + speed = 0.1734; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + }; + class Acts_starterPistol_in: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_in"; + speed = 0.4348; + ConnectTo[] = {"Acts_starterPistol_loop",0.001}; + disableWeapons = 0; + showHandGun = 1; + showItemInHand = 0; + showItemInRightHand = 1; + interpolationRestart = 1; + InterpolateTo[] = {}; + actions = "CivilStandActions"; + looped = 0; + }; + class Acts_starterPistol_loop: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_loop"; + speed = 0.1364; + ConnectTo[] = {"Acts_starterPistol_fire",0.001,"Acts_starterPistol_out",0.001}; + InterpolateTo[] = {"Acts_starterPistol_out",0.001,"Acts_starterPistol_fire",0.001}; + actions = "Acts_starterPistol_loop"; + enableBinocular = 0; + disableWeapons = 0; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 0; + weaponLowered = 0; + disableWeaponsLong = 0; + }; + class Acts_starterPistol_fire: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_fire"; + speed = 0.1744; + ConnectTo[] = {"Acts_starterPistol_loop",0.001}; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 1; + InterpolateTo[] = {"Acts_starterPistol_loop",0.001}; + actions = "Acts_starterPistol_loop"; + looped = 0; + disableWeapons = 0; + weaponLowered = 0; + disableWeaponsLong = 0; + }; + class Acts_starterPistol_out: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_out"; + speed = 0.4617; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.001}; + showHandGun = 1; + showItemInRightHand = 1; + interpolationRestart = 1; + looped = 0; + }; + class Acts_Abuse_abuser: CutSceneAnimationBaseAbuse + { + speed = 0.0106; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_abuser"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.019048,0.025397,0.02963,0.037743,0.043386,0.051499,0.059259,0.068078,0.07478,0.082892,0.88889,0.312522,0.316402,0.32134,0.338977,0.34321,0.347443,0.353086,0.360847,0.367901,0.374603,0.383422}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_Abuse_abusing: CutSceneAnimationBaseAbuse + { + speed = 0.0106; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_abusing"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.010582,0.023633,0.030688,0.037743,0.044444,0.051146,0.059259,0.067019,0.072663,0.079365,0.086067,0.097002,0.104762,0.112875,0.119577,0.12522,0.223633,0.236332,0.248325,0.289594,0.305115,0.309347,0.319224,0.325926,0.333686,0.345326,0.353439,0.360141,0.368254,0.375309,0.382011,0.389418,0.401058,0.412346,0.430688,0.443739,0.453968,0.462434,0.475132,0.487125,0.498765,0.520988,0.531922,0.541446,0.554145,0.56649,0.5806,0.608466,0.6194,0.629982,0.642328,0.65679,0.674074,0.753439,0.766843,0.778131,0.789065,0.798942,0.809877,0.822575,0.85291,0.869841,0.885009,0.896649,0.906526,0.919577,0.932275,0.964374,0.996825}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_Abuse_Akhanteros: CutSceneAnimationBaseAbuse + { + speed = 0.013; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_Akhanteros"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.085281,0.153247,0.17013,0.180087,0.18961,0.199134,0.207359,0.21645,0.493074,0.507359,0.52381,0.552814,0.566667,0.582251,0.596104,0.610822,0.622944,0.637229,0.661905,0.966234,0.980087,0.993506}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_Abuse_Lacey: CutSceneAnimationBaseAbuse + { + speed = 0.0116; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_Lacey"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.005792,0.0139,0.02278,0.030116,0.03861,0.04556,0.053668,0.06139,0.069884,0.076062,0.084556,0.092278,0.1,0.108494,0.117375,0.126641,0.137066,0.149035,0.16139,0.180309,0.230888,0.248263,0.307336,0.333205,0.368726,0.394981,0.49305,0.511197,0.811197,0.827413,0.848649,0.857529,0.86834,0.87722,0.8861,0.895367,0.903475,0.912355,0.92278}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0,1,0.129,1,0.13,0,0.158,0,0.159,1,0.373,1,0.374,0,0.397,0,0.398,1,0.442,1,0.443,0,0.833,0,0.834,1}; + headBobMode = 4; + headBobStrength = -1.0; + preload = 1; + head = "headNo"; + enableDirectControl = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + leaning = "leaningNo"; + forceAim = 0; + ConnectTo[] = {}; + }; + class Acts_Abuse_Lacey2: Acts_Abuse_Lacey + { + headBobMode = 1; + ConnectTo[] = {}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_Lacey_2"; + speed = 0.0698; + }; + class Acts_Abuse_Lacey3: Acts_Abuse_Lacey + { + headBobMode = 3; + }; + class Acts_Abuse_Lacey4: Acts_Abuse_Lacey + { + headBobMode = 4; + }; + class Acts_Abuse_Lacey5: Acts_Abuse_Lacey + { + headBobMode = 5; + }; + class Acts_BootKoreShootingRange_Adams: CutSceneAnimationBase + { + speed = 0.0251; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Adams"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.426778,0.56569,0.694561,0.708787,0.815063,0.953138}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0,1,0.676,1,0.678,0,0.902,0,0.903,1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_BootKoreShootingRange_Lacey: CutSceneAnimationBase + { + speed = 0.1351; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.216038,0.24434,0.262264,0.281132,0.3,0.318868,0.332075,0.35,0.366038,0.383019,0.40283,0.420755,0.958491}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {}; + }; + class Acts_BootKoreShootingRange_Lacey1: Acts_BootKoreShootingRange_Lacey + { + soundEdge = ""; + soundOverride = "walk"; + rightHandIKCurve[] = {}; + weaponIK = 0; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_001"; + ConnectTo[] = {"Acts_BootKoreShootingRange_Lacey2",0.001}; + head = "headNo"; + headBobMode = 1; + headBobStrength = -1.0; + enableDirectControl = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + interpolationRestart = 1; + interpolationSpeed = 0.0; + }; + class Acts_BootKoreShootingRange_Lacey2: Acts_BootKoreShootingRange_Lacey + { + weaponIK = 1; + leftHandIKCurve[] = {0,0,0.982,0,0.983,1}; + rightHandIKCurve[] = {}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_002"; + ConnectTo[] = {"Acts_BootKoreShootingRange_Lacey3",0.001}; + soundEdge[] = {0.101124,0.157303,0.213483,0.266854,0.320225,0.373596,0.424157,0.47191,0.519663,0.578652,0.629214,0.679775,0.727528,0.77809,0.825843,0.879214,0.926966,0.985955}; + speed = 0.0843; + headBobStrength = -1.0; + headBobMode = 1; + enableDirectControl = 0; + head = "headNo"; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + }; + class Acts_BootKoreShootingRange_Lacey3: Acts_BootKoreShootingRange_Lacey + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_003"; + ConnectTo[] = {"Acts_BootKoreShootingRange_Lacey4",0.001}; + soundEdge[] = {0.416667}; + speed = 0.8333; + headBobMode = 1; + headBobStrength = -1.0; + enableDirectControl = 0; + head = "headNo"; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + }; + class Acts_BootKoreShootingRange_Lacey4: Acts_BootKoreShootingRange_Lacey + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_004"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundEdge[] = {0.951807}; + headBobMode = 1; + headBobStrength = -1.0; + head = "headNo"; + enableDirectControl = 0; + speed = 0.0516; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + limitGunMovement = 0.0; + }; + class Acts_Ending_Adams1: CutSceneAnimationBase + { + speed = 0.1255; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Adams1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.129707,0.246862,0.364017,0.464435,0.589958,0.736402,0.857741,0.995816}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Ending_Adams2",0.001}; + }; + class Acts_Ending_Adams2: Acts_Ending_Adams1 + { + ConnectTo[] = {"Acts_Ending_Adams3",0.001}; + soundEdge[] = {0.223776,0.377622,0.559441,0.741259,0.958042}; + speed = 0.0435; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Adams2"; + }; + class Acts_Ending_Adams3: Acts_Ending_Adams1 + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + speed = 0.2098; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Adams3"; + }; + class Acts_Ending_Lacey1: CutSceneAnimationBase + { + speed = 0.1333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Lacey1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.164444,0.293333,0.426667,0.577778,0.737778,0.897778}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -1.0; + preload = 1; + enableDirectControl = 0; + ConnectTo[] = {"Acts_Ending_Lacey2",0.001}; + aiming = "aimingNo"; + aimingBody = "aimingUpNo"; + }; + class Acts_Ending_Lacey2: Acts_Ending_Lacey1 + { + speed = 0.0393; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Lacey2"; + ConnectTo[] = {"Acts_Ending_Lacey3",0.001}; + }; + class Acts_Ending_Lacey3: Acts_Ending_Lacey1 + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Lacey3"; + speed = 0.3615; + headBobMode = 5; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundEdge[] = {0.313253,0.795181}; + }; + class Acts_FarmIncident_Adams1: CutSceneAnimationBase + { + speed = 0.2521; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Adams1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.159664,0.336134,0.512605,0.733689,0.92437}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_FarmIncident_Adams2",0.001}; + }; + class Acts_FarmIncident_Adams2: Acts_FarmIncident_Adams1 + { + ConnectTo[] = {"Acts_FarmIncident_Adams3",0.001}; + soundEdge[] = {0.168539,0.460674}; + speed = 0.337; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Adams2"; + }; + class Acts_FarmIncident_Adams3: Acts_FarmIncident_Adams1 + { + leftHandIKCurve[] = {0,1,0.237,1,0.238301,0,0.297,0,0.298056,1,0.367,1,0.368,0,0.415,0,0.416127,1,0.504,1,0.505,0,0.584,0,0.585313,1,0.717,1,0.718503,0,0.894,0,0.895,1}; + weaponIK = 1; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Adams3"; + speed = 0.0216; + }; + class Acts_FarmIncident_Commander: CutSceneAnimationBase + { + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0.0,1,0.368,1,0.369443,0,0.388,0,0.38948,1,0.699,1,0.7,0,0.724,0,0.72511,1}; + speed = 0.0188; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Commander"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.607631,0.727142,0.7473,0.820014,0.834413,0.87401,0.892009,0.946004}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_FarmIncident_Lacey1: CutSceneAnimationBase + { + speed = 0.2941; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.147059,0.362745,0.54902,0.764706,0.970588}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 1; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_FarmIncident_Lacey2",0.001}; + enableDirectControl = 0; + }; + class Acts_FarmIncident_Lacey2: Acts_FarmIncident_Lacey1 + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey2"; + ConnectTo[] = {"Acts_FarmIncident_Lacey3",0.001}; + soundEdge[] = {0.290698,0.593023}; + speed = 0.3488; + }; + class Acts_FarmIncident_Lacey3: Acts_FarmIncident_Lacey1 + { + leftHandIKCurve[] = {0,1,0.283,1,0.284,0,0.336,0,0.337,1,0.86,1,0.861,0,0.933,0,0.934,1,1,1}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey3"; + weaponIK = 1; + rightHandIKCurve[] = {1}; + ConnectTo[] = {"Acts_FarmIncident_Lacey4",0.001}; + speed = 0.0261; + }; + class Acts_FarmIncident_Lacey4: Acts_FarmIncident_Lacey1 + { + leftHandIKCurve[] = {0}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey4"; + speed = 0.1163; + soundEdge[] = {0.186047,0.333333,0.48062,0.589147}; + }; + class Acts_HeliCargo_in: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargo_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_HeliCargo_loop",0.001}; + }; + class Acts_HeliCargo_loop: CutSceneAnimationBase + { + speed = 0.0802; + looped = 1; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargo_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_HeliCargoHopInSignal",0.001,"Acts_HeliCargoPointing",0.001,"Acts_HeliCargoTalking_in",0.001,"Acts_HeliCargo_out",0.001}; + ConnectTo[] = {"Acts_HeliCargoHopInSignal",0.001,"Acts_HeliCargoPointing",0.001,"Acts_HeliCargoTalking_in",0.001,"Acts_HeliCargo_loop",0.001,"Acts_HeliCargo_out",0.001}; + }; + class Acts_HeliCargo_out: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargo_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + interpolationRestart = 1; + }; + class Acts_HeliCargoHopInSignal: CutSceneAnimationBase + { + speed = 0.5263; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoHopInSignal"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + lefttHandIKCurve[] = {0,1,0.01818,1,0.0182,0,0.927273,0,0.945455,1}; + headBobMode = 5; + rightHandIKCurve[] = {1}; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_HeliCargo_loop",0.001}; + ConnectTo[] = {"Acts_HeliCargo_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_HeliCargoPointing: CutSceneAnimationBase + { + leftHandIKCurve[] = {0,1,0.036,1,0.0361,0,0.8648,0,0.8649,1}; + rightHandIKCurve[] = {1}; + speed = 0.2703; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoPointing"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + minPlayTime = 0.95; + InterpolateTo[] = {"Acts_HeliCargo_loop",0.001,"Acts_HeliCargoTalking_in",0.001}; + ConnectTo[] = {}; + interpolationRestart = 1; + }; + class Acts_HeliCargoTalking_in: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "Acts_HelicargoTalking_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoTalking_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_HeliCargoTalking_loop",0.001}; + interpolationSpeed = 2.5; + interpolationRestart = 1; + }; + class Acts_HeliCargoTalking_loop: CutSceneAnimationBase + { + speed = 0.0254; + looped = 1; + actions = "Acts_HelicargoTalking_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoTalking_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_HeliCargoTalking_loop",0.001,"Acts_HeliCargoTalking_out",0.001}; + InterpolateTo[] = {"Acts_HeliCargoTalking_out",0.001}; + }; + class Acts_HeliCargoTalking_out: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoTalking_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_HeliCargo_loop",0.001}; + ConnectTo[] = {"Acts_HeliCargo_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_IdleNoWeapon_in: CutSceneAnimationBase + { + speed = 0.3062; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_IdleNoWeapon_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_IdleNoWeapon_loop: CutSceneAnimationBase + { + speed = 0.1339; + looped = 1; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_IdleNoWeapon_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001,"Acts_Kore_Introducing",0.001,"Acts_Kore_PointingForward",0.001,"Acts_Kore_TalkingOverRadio_in",0.001,"Acts_Kore_IdleNoWeapon_out",0.001}; + InterpolateTo[] = {"Acts_Kore_Introducing",0.001,"Acts_Kore_PointingForward",0.001,"Acts_Kore_TalkingOverRadio_in",0.001,"Acts_Kore_IdleNoWeapon_out",0.001}; + }; + class Acts_Kore_IdleNoWeapon_out: CutSceneAnimationBase + { + speed = 0.4286; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_IdleNoWeapon_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + interpolationRestart = 1; + }; + class Acts_Kore_Introducing: CutSceneAnimationBase + { + speed = 0.2632; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_Introducing"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_PointingForward: CutSceneAnimationBase + { + speed = 0.3192; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_PointingForward"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_TalkingOverRadio_in: CutSceneAnimationBase + { + speed = 1.3055; + looped = 0; + actions = "Acts_Kore_TalkingOverRadio_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_TalkingOverRadio_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_TalkingOverRadio_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_TalkingOverRadio_loop: CutSceneAnimationBase + { + speed = 0.1339; + looped = 1; + actions = "Acts_Kore_TalkingOverRadio_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_TalkingOverRadio_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_TalkingOverRadio_loop",0.001,"Acts_Kore_TalkingOverRadio_out",0.001}; + InterpolateTo[] = {"Acts_Kore_TalkingOverRadio_out",0.001}; + }; + class Acts_Kore_TalkingOverRadio_out: CutSceneAnimationBase + { + speed = 1.0718; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_TalkingOverRadio_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class LaceyTest1a: CutSceneAnimationBase + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast1_naJ_rsOFF"; + looped = 0; + speed = 0.375; + boundingSphere = 10.0; + headBobMode = 5; + headBobStrength = 0.482587; + head = "headDefault"; + enableDirectControl = 0; + }; + class LaceyTest1b: LaceyTest1a + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast2_naS_rsOFF"; + speed = 1.0; + }; + class LaceyTest2a: CutSceneAnimationBase + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast1_naJ_rsON"; + looped = 0; + speed = 0.375; + duty = -0.8; + headBobMode = 5; + headBobStrength = -1.0; + interpolationSpeed = 2.5; + head = "headDefault"; + enableDirectControl = 0; + }; + class LaceyTest2b: LaceyTest2a + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast2_naS_rsON"; + speed = 1.0; + }; + class Acts_AidlPsitMstpSsurWnonDnon_loop: CutSceneAnimationBaseSit + { + actions = "Acts_SittingTiedHands_actions"; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_1"; + VariantsPlayer[] = {"Acts_AidlPsitMstpSsurWnonDnon01",0.2,"Acts_AidlPsitMstpSsurWnonDnon02",0.2,"Acts_AidlPsitMstpSsurWnonDnon03",0.2,"Acts_AidlPsitMstpSsurWnonDnon04",0.2,"Acts_AidlPsitMstpSsurWnonDnon05",0.2}; + VariantsAI[] = {"Acts_AidlPsitMstpSsurWnonDnon01",0.2,"Acts_AidlPsitMstpSsurWnonDnon02",0.2,"Acts_AidlPsitMstpSsurWnonDnon03",0.2,"Acts_AidlPsitMstpSsurWnonDnon04",0.2,"Acts_AidlPsitMstpSsurWnonDnon05",0.2}; + VariantAfter[] = {20,20,20}; + InterpolateTo[] = {"Acts_AidlPsitMstpSsurWnonDnon01",0.001,"Acts_AidlPsitMstpSsurWnonDnon02",0.001,"Acts_AidlPsitMstpSsurWnonDnon03",0.001,"Acts_AidlPsitMstpSsurWnonDnon04",0.001,"Acts_AidlPsitMstpSsurWnonDnon05",0.001,"Acts_AidlPsitMstpSsurWnonDnon_out",0.1,"Unconscious",0.01}; + canReload = 0; + }; + class Acts_AidlPsitMstpSsurWnonDnon01: Acts_AidlPsitMstpSsurWnonDnon_loop + { + equivalentTo = "Acts_AidlPsitMstpSsurWnonDnon_loop"; + speed = 0.075; + VariantsPlayer[] = {}; + VariantsAI[] = {}; + interpolationSpeed = 0.5; + InterpolateTo[] = {"Acts_AidlPsitMstpSsurWnonDnon_loop",0.001,"Unconscious",0.01}; + }; + class Acts_AidlPsitMstpSsurWnonDnon02: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_2"; + speed = 0.15; + }; + class Acts_AidlPsitMstpSsurWnonDnon03: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_3"; + speed = 0.06; + }; + class Acts_AidlPsitMstpSsurWnonDnon04: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_4"; + speed = 0.05; + }; + class Acts_AidlPsitMstpSsurWnonDnon05: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_5"; + speed = 0.05; + }; + class Acts_AidlPsitMstpSsurWnonDnon_out: CutSceneAnimationBase + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_out"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + speed = 0.1875; + looped = 0; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup_loop: CutSceneAnimationBase + { + actions = "Acts_WarmUp_actions"; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup01"; + VariantsPlayer[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup01",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup02",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup03",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup04",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup05",0.2}; + VariantsAI[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup01",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup02",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup03",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup04",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup05",0.2}; + VariantAfter[] = {15,15,15}; + InterpolateTo[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup01",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup02",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup03",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup04",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup05",0.001}; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup01: Acts_AidlPercMstpSlowWrflDnon_warmup_loop + { + speed = 0.153846; + VariantsPlayer[] = {}; + VariantsAI[] = {}; + InterpolateTo[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup_loop",0.001,"AmovPercMstpSlowWrflDnon",0.01,"Unconscious",0.01}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup02: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.115385; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup02"; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup03: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.085714; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup03"; + leftHandIKCurve[] = {0,1,0.2,1,0.22,0,0.7,0,0.714286,1,0.788571,1,0.8,0,0.88,0,0.894286,1}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup04: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.065217; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup04"; + leftHandIKCurve[] = {0,1,0.030435,1,0.036957,0,0.569565,0,0.576087,1}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup05: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.068182; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup05"; + }; + class AfdsPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSlowWrflDnon",0.01,"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPercMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPercMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPercMstpSrasWrflDnon_turnR",0.02,"AfdsPercMstpSrasWrflDnon_turnL",0.02,"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon",0.01,"AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AfdsPercMstpSrasWrflDnon_turnR",0.02,"AfdsPercMstpSrasWrflDnon_turnL",0.02,"AfdsPercMstpSrasWrflDnon_inv",0.05}; + }; + class AfdsPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPercMstpSlowWrflDnon_AfdsPknlMstpSlowWrflDnon",0.01,"AfdsPercMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPercMstpSlowWrflDnon_turnL",0.02,"AfdsPercMstpSlowWrflDnon_turnR",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AfdsPercMstpSlowWrflDnon_inv",0.05,"AfdsPercMstpSlowWrflDnon_turnL",0.02,"AfdsPercMstpSlowWrflDnon_turnR",0.02}; + actions = "FiringDrillsRifleLowStandActions"; + }; + class AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AfdsPknlMstpSrasWrflDnon_turnR",0.02,"AfdsPknlMstpSrasWrflDnon_turnL",0.02,"AfdsPknlMstpSrasWrflDnon_inv",0.05}; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSlowWrflDnon",0.01,"AfdsPknlMstpSrasWrflDnon_turnR",0.02,"AfdsPknlMstpSrasWrflDnon_turnL",0.02,"AfdsPknlMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSlowWpstDnon",0.02,"AfdsPercMstpSrasWpstDnon_turnR",0.02,"AfdsPercMstpSrasWpstDnon_turnL",0.02,"AfdsPercMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPercMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AfdsPercMstpSrasWpstDnon_turnR",0.02,"AfdsPercMstpSrasWpstDnon_turnL",0.02,"AfdsPercMstpSrasWpstDnon_inv",0.05}; + }; + class AfdsPercMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon + { + actions = "FiringDrillsPistolLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPercMstpSlowWpstDnon_turnL",0.02,"AfdsPercMstpSlowWpstDnon_turnR",0.02,"AfdsPercMstpSlowWpstDnon_AfdsPknlMstpSlowWpstDnon",0.01,"AfdsPercMstpSlowWpstDnon",0.05,"AfdsPercMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AfdsPercMstpSlowWpstDnon_turnL",0.02,"AfdsPercMstpSlowWpstDnon_turnR",0.02,"AfdsPercMstpSlowWpstDnon_inv",0.05}; + }; + class AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSlowWpstDnon",0.01,"AfdsPknlMstpSrasWpstDnon_turnL",0.02,"AfdsPknlMstpSrasWpstDnon_turnR",0.02,"AfdsPknlMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AfdsPknlMstpSrasWpstDnon_turnL",0.02,"AfdsPknlMstpSrasWpstDnon_turnR",0.02,"AfdsPknlMstpSrasWpstDnon_inv",0.05}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon + { + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AfdsPknlMstpSlowWpstDnon_turnL",0.02,"AfdsPknlMstpSlowWpstDnon_turnR",0.02,"AfdsPknlMstpSlowWpstDnon_inv",0.05}; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdspPknlMstpSlowWpstDnon_AfdspPercMstpSlowWpstDnon",0.01,"AfdsPknlMstpSlowWpstDnon_turnL",0.02,"AfdsPknlMstpSlowWpstDnon_turnR",0.02,"AfdsPknlMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolLowKneelActions"; + }; + class AfdsPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon_turnL",0.02,"AfdsPpneMstpSrasWpstDnon_turnR",0.02,"AmovPpneMstpSrasWpstDnon",0.02,"AfdsPpneMstpSrasWpstDnon_inv",0.05}; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon_turnL",0.02,"AfdsPpneMstpSrasWpstDnon_turnR",0.02,"AfdsPpneMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPpneMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AfdsPknlMstpSlowWrflDnon_turnR",0.02,"AfdsPknlMstpSlowWrflDnon_turnL",0.02,"AfdsPknlMstpSlowWrflDnon_inv",0.05}; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPknlMstpSlowWrflDnon_turnR",0.02,"AfdsPknlMstpSlowWrflDnon_turnL",0.02,"AfdsPknlMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPknlMstpSlowWrflDnon_AfdsPercMstpSlowWrflDnon",0.01}; + actions = "FiringDrillsRifleLowKneelActions"; + }; + class AfdsPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AfdsPpneMstpSrasWrflDnon_turnR",0.02,"AfdsPpneMstpSrasWrflDnon_turnL",0.02,"AfdsPpneMstpSrasWrflDnon_inv",0.05}; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPpneMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPpneMstpSrasWrflDnon_turnR",0.02,"AfdsPpneMstpSrasWrflDnon_turnL",0.02,"AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"AfdsPercMstpSnonWnonDnon_turnL",0.02,"AfdsPercMstpSnonWnonDnon_turnR",0.02,"AfdsPercMstpSnonWnonDnon_inv",0.05}; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon_turnL",0.02,"AfdsPercMstpSnonWnonDnon_turnR",0.02,"AfdsPercMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon",0.01,"AfdsPercMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon",0.01,"AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPknlMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon",0.01,"AfdsPknlMstpSnonWnonDnon_turnL",0.02,"AfdsPknlMstpSnonWnonDnon_turnR",0.02,"AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AfdsPknlMstpSnonWnonDnon_turnL",0.02,"AfdsPknlMstpSnonWnonDnon_turnR",0.02,"AfdsPknlMstpSnonWnonDnon_inv",0.05}; + }; + class AfdsPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPpneMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon",0.01,"AfdsPpneMstpSnonWnonDnon_turnL",0.02,"AfdsPpneMstpSnonWnonDnon_turnR",0.02,"AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AfdsPpneMstpSnonWnonDnon_turnL",0.02,"AfdsPpneMstpSnonWnonDnon_turnR",0.02,"AfdsPpneMstpSnonWnonDnon_inv",0.05}; + }; + class AfdsPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon",0.01,"AfdsPercMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon",0.01,"AfdsPercMstpSoptWbinDnon_turnL",0.02,"AfdsPercMstpSoptWbinDnon_turnR",0.02,"AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon",0.01,"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon",0.01,"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AfdsPercMstpSoptWbinDnon_turnL",0.02,"AfdsPercMstpSoptWbinDnon_turnR",0.02,"AmovPercMstpSoptWbinDnon",0.02}; + }; + class AfdsPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon",0.01,"AfdsPknlMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon",0.01,"AfdsPknlMstpSoptWbinDnon_turnL",0.02,"AfdsPknlMstpSoptWbinDnon_turnR",0.02,"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon",0.01,"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AfdsPknlMstpSoptWbinDnon_turnL",0.02,"AfdsPknlMstpSoptWbinDnon_turnR",0.02}; + }; + class AfdsPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon",0.01,"AfdsPpneMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon",0.01,"AfdsPpneMstpSoptWbinDnon_turnL",0.02,"AfdsPpneMstpSoptWbinDnon_turnR",0.02,"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon",0.01,"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AfdsPpneMstpSoptWbinDnon_turnL",0.02,"AfdsPpneMstpSoptWbinDnon_turnR",0.02}; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSlowWrflDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon + { + actions = "FiringDrillsRifleLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.01}; + }; + class AfdsPercMstpSlowWrflDnon_AfdsPercMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon_end",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon_end",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon_end",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon_end: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon: AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon_end",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end + { + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + }; + class AfdsPknlMstpSlowWrflDnon_AfdsPercMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon + { + actions = "FiringDrillsRifleLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.01}; + }; + class AfdsPercMstpSlowWrflDnon_AfdsPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon + { + actions = "FiringDrillsRifleLowKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon + { + actions = "FiringDrillsPistolLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + }; + class AfdsPercMstpSlowWpstDnon_AfdsPercMstpSrasWpstDnon: AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPercMstpSlowWpstDnon_AfdsPknlMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon + { + actions = "FiringDrillsPistolLowKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.01}; + }; + class AfdspPknlMstpSlowWpstDnon_AfdspPercMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.01}; + actions = "FiringDrillsPistolLowStandActions"; + }; + class AfdsPknlMstpSlowWrflDnon_AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSlowWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.01}; + actions = "FiringDrillsRifleLowKneelActions"; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPknlMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPercMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSlowWpstDnon_AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSlowWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.01}; + actions = "FiringDrillsPistolLowKneelActions"; + }; + class AfdsPercMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPknlMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon_end",0.01}; + actions = "FiringDrillsCivilStandActions"; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end + { + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + actions = "FiringDrillsCivilStandActions"; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon + { + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + actions = "FiringDrillsCivilStandActions"; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWrflDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWrflDnon: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon_end",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon_end: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon_end",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon_end: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon_end",0.01}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon_end: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end + { + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPercMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon: AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon: AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon: AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon: AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon: AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon: AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon: AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon: AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon: AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon: AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon_end",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon_end: AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon_end",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon_end: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon_end",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon_end: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon_end",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon_end: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon_end",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon_end: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon_end",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon_end: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon_end",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon_end: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon_end",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon_end: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon_end",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon_end: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_turnL: AmovPercMstpSrasWrflDnon_turnL + { + actions = "FiringDrillsRifleStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + }; + class AfdsPercMstpSrasWrflDnon_turnR: AmovPercMstpSrasWrflDnon_turnR + { + actions = "FiringDrillsRifleStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + }; + class AfdsPercMstpSlowWrflDnon_turnL: AmovPercMstpSlowWrflDnon_turnL + { + actions = "FiringDrillsRifleLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + }; + class AfdsPercMstpSlowWrflDnon_turnR: AmovPercMstpSlowWrflDnon_turnR + { + actions = "FiringDrillsRifleLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + }; + class AfdsPknlMstpSrasWrflDnon_turnL: AmovPknlMstpSrasWrflDnon_turnL + { + InterpolateTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPknlMstpSrasWrflDnon_turnR: AmovPknlMstpSrasWrflDnon_turnR + { + InterpolateTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPknlMstpSlowWrflDnon_turnL: AmovPknlMstpSlowWrflDnon_turnL + { + actions = "FiringDrillsRifleLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + }; + class AfdsPknlMstpSlowWrflDnon_turnR: AmovPknlMstpSlowWrflDnon_turnR + { + actions = "FiringDrillsRifleLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + }; + class AfdsPpneMstpSrasWrflDnon_turnL: AmovPpneMstpSrasWrflDnon_turnL + { + actions = "FiringDrillsRifleProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + }; + class AfdsPpneMstpSrasWrflDnon_turnR: AmovPpneMstpSrasWrflDnon_turnR + { + actions = "FiringDrillsRifleProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + }; + class AfdsPercMstpSrasWpstDnon_turnL: AmovPercMstpSrasWpstDnon_turnL + { + actions = "FiringDrillsPistolStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + }; + class AfdsPercMstpSrasWpstDnon_turnR: AmovPercMstpSrasWpstDnon_turnR + { + actions = "FiringDrillsPistolStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + }; + class AfdsPercMstpSlowWpstDnon_turnL: AmovPercMstpSlowWpstDnon_turnL + { + actions = "FiringDrillsPistolLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + }; + class AfdsPercMstpSlowWpstDnon_turnR: AmovPercMstpSlowWpstDnon_turnR + { + actions = "FiringDrillsPistolLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + }; + class AfdsPknlMstpSrasWpstDnon_turnL: AmovPknlMstpSrasWpstDnon_turnL + { + actions = "FiringDrillsPistolKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + }; + class AfdsPknlMstpSrasWpstDnon_turnR: AmovPknlMstpSrasWpstDnon_turnR + { + actions = "FiringDrillsPistolKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + }; + class AfdsPknlMstpSlowWpstDnon_turnL: AmovPknlMstpSlowWpstDnon_turnL + { + actions = "FiringDrillsPistolLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + }; + class AfdsPknlMstpSlowWpstDnon_turnR: AmovPknlMstpSlowWpstDnon_turnR + { + actions = "FiringDrillsPistolLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + }; + class AfdsPpneMstpSrasWpstDnon_turnL: AmovPpneMstpSrasWpstDnon_turnL + { + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPpneMstpSrasWpstDnon_turnR: AmovPpneMstpSrasWpstDnon_turnR + { + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPercMstpSnonWnonDnon_turnL: AmovPercMstpSnonWnonDnon_turnL + { + actions = "FiringDrillsCivilStandActions"; + InterpolateTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + }; + class AfdsPercMstpSnonWnonDnon_turnR: AmovPercMstpSnonWnonDnon_turnR + { + actions = "FiringDrillsCivilStandActions"; + InterpolateTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + }; + class AfdsPknlMstpSnonWnonDnon_turnL: AmovPknlMstpSnonWnonDnon_turnL + { + actions = "FiringDrillsCivilKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + }; + class AfdsPknlMstpSnonWnonDnon_turnR: AmovPknlMstpSnonWnonDnon_turnR + { + actions = "FiringDrillsCivilKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + }; + class AfdsPpneMstpSnonWnonDnon_turnL: AmovPpneMstpSnonWnonDnon_turnL + { + actions = "FiringDrillsCivilProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + }; + class AfdsPpneMstpSnonWnonDnon_turnR: AmovPpneMstpSnonWnonDnon_turnR + { + actions = "FiringDrillsCivilProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + }; + class AfdsPercMstpSoptWbinDnon_turnL: AmovPercMstpSoptWbinDnon_turnL + { + actions = "FiringDrillsBinocStandActions"; + InterpolateTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + }; + class AfdsPercMstpSoptWbinDnon_turnR: AmovPercMstpSoptWbinDnon_turnR + { + actions = "FiringDrillsBinocStandActions"; + InterpolateTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + }; + class AfdsPknlMstpSoptWbinDnon_turnL: AmovPknlMstpSoptWbinDnon_turnL + { + actions = "FiringDrillsBinocKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + }; + class AfdsPknlMstpSoptWbinDnon_turnR: AmovPknlMstpSoptWbinDnon_turnR + { + actions = "FiringDrillsBinocKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + }; + class AfdsPpneMstpSoptWbinDnon_turnL: AmovPpneMstpSoptWbinDnon_turnL + { + actions = "FiringDrillsBinocProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + }; + class AfdsPpneMstpSoptWbinDnon_turnR: AmovPpneMstpSoptWbinDnon_turnR + { + actions = "FiringDrillsBinocProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + }; + class AfdsPercMstpSrasWrflDnon_inv: AinvPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions_inv"; + InterpolateTo[] = {"AfdsPercMstpSrasWrflDnon",0.05}; + }; + class AfdsPercMstpSlowWrflDnon_inv: AfdsPercMstpSrasWrflDnon_inv + { + InterpolateTo[] = {"AfdsPercMstpSlowWrflDnon",0.05}; + actions = "FiringDrillsRifleLowStandActions_inv"; + }; + class AfdsPknlMstpSrasWrflDnon_inv: AinvPknlMstpSrasWrflDnon + { + InterpolateTo[] = {"AfdsPknlMstpSrasWrflDnon",0.05}; + actions = "FiringDrillsRifleKneelActions_inv"; + }; + class AfdsPknlMstpSlowWrflDnon_inv: AfdsPknlMstpSrasWrflDnon_inv + { + actions = "FiringDrillsRifleLowKneelActions_inv"; + InterpolateTo[] = {"AfdsPknlMstpSlowWrflDnon",0.05}; + }; + class AfdsPpneMstpSrasWrflDnon_inv: AinvPpneMstpSrasWrflDnon + { + InterpolateTo[] = {"AfdsPpneMstpSrasWrflDnon",0.05}; + actions = "FiringDrillsRifleProneActions_inv"; + }; + class AfdsPercMstpSrasWpstDnon_inv: AinvPercMstpSrasWpstDnon + { + InterpolateTo[] = {"AfdsPercMstpSrasWpstDnon",0.05}; + actions = "FiringDrillsPistolStandActions_inv"; + }; + class AfdsPercMstpSlowWpstDnon_inv: AfdsPercMstpSrasWpstDnon_inv + { + actions = "FiringDrillsPistolLowStandActions_inv"; + InterpolateTo[] = {"AfdsPercMstpSlowWpstDnon",0.05}; + }; + class AfdsPknlMstpSrasWpstDnon_inv: AinvPknlMstpSrasWpstDnon + { + InterpolateTo[] = {"AfdsPknlMstpSrasWpstDnon",0.05}; + actions = "FiringDrillsPistolKneelActions_inv"; + }; + class AfdsPknlMstpSlowWpstDnon_inv: AfdsPknlMstpSrasWpstDnon_inv + { + InterpolateTo[] = {"AfdsPknlMstpSlowWpstDnon",0.05}; + actions = "FiringDrillsPistolLowKneelActions_inv"; + }; + class AfdsPpneMstpSrasWpstDnon_inv: AinvPpneMstpSrasWpstDnon + { + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon",0.05}; + actions = "FiringDrillsPistolProneActions_inv"; + }; + class AfdsPercMstpSnonWnonDnon_inv: AinvPercMstpSnonWnonDnon + { + InterpolateTo[] = {"AfdsPercMstpSnonWnonDnon",0.05}; + actions = "FiringDrillsCivilStandActions_inv"; + }; + class AfdsPknlMstpSnonWnonDnon_inv: AinvPknlMstpSnonWnonDnon + { + InterpolateTo[] = {"AfdsPknlMstpSnonWnonDnon",0.05}; + actions = "FiringDrillsCivilKneelActions_inv"; + }; + class AfdsPpneMstpSnonWnonDnon_inv: AinvPpneMstpSnonWnonDnon + { + InterpolateTo[] = {"AfdsPpneMstpSnonWnonDnon",0.05}; + actions = "FiringDrillsCivilProneActions_inv"; + }; + class Bipod_120_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_120_TopRight: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-tc-tr"; + }; + class Bipod_120_BottomLeft: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-bc-bl"; + }; + class Bipod_120_CenterLeft: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-cc-cl"; + }; + class Bipod_120_CenterRight: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-cc-cr"; + }; + class Bipod_120_BottomRight: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-bc-br"; + }; + class Bipod_130_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_130_TopRight: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-tc-tr"; + }; + class Bipod_130_BottomLeft: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-bc-bl"; + }; + class Bipod_130_CenterLeft: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-cc-cl"; + }; + class Bipod_130_CenterRight: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-cc-cr"; + }; + class Bipod_130_BottomRight: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-bc-br"; + }; + class Bipod_140_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_140_TopRight: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-tc-tr"; + }; + class Bipod_140_BottomLeft: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-bc-bl"; + }; + class Bipod_140_CenterLeft: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-cc-cl"; + }; + class Bipod_140_CenterRight: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-cc-cr"; + }; + class Bipod_140_BottomRight: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-bc-br"; + }; + class Bipod_150_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_150_TopRight: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-tc-tr"; + }; + class Bipod_150_BottomLeft: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-bc-bl"; + }; + class Bipod_150_CenterLeft: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-cc-cl"; + }; + class Bipod_150_CenterRight: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-cc-cr"; + }; + class Bipod_150_BottomRight: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-bc-br"; + }; + class Bipod_110_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_110_TopRight: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-tc-tr"; + }; + class Bipod_110_BottomLeft: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-bc-bl"; + }; + class Bipod_110_CenterLeft: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-cc-cl"; + }; + class Bipod_110_CenterRight: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-cc-cr"; + }; + class Bipod_110_BottomRight: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-bc-br"; + }; + class Bipod_100_TopLeft: AmovPknlMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_100_TopRight: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-tc-tr"; + }; + class Bipod_100_BottomLeft: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-bc-bl"; + }; + class Bipod_100_CenterLeft: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-cc-cl"; + }; + class Bipod_100_CenterRight: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-cc-cr"; + }; + class Bipod_100_BottomRight: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-bc-br"; + }; + class Bipod_90_TopLeft: AmovPknlMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_90_TopRight: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-tc-tr"; + }; + class Bipod_90_BottomLeft: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-bc-bl"; + }; + class Bipod_90_CenterLeft: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-cc-cl"; + }; + class Bipod_90_CenterRight: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-cc-cr"; + }; + class Bipod_90_BottomRight: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-bc-br"; + }; + class Bipod_80_TopLeft: AmovPknlMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_80_TopRight: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-tc-tr"; + }; + class Bipod_80_BottomLeft: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-bc-bl"; + }; + class Bipod_80_CenterLeft: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-cc-cl"; + }; + class Bipod_80_CenterRight: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-cc-cr"; + }; + class Bipod_80_BottomRight: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-bc-br"; + }; + class Bipod_60_TopLeft: AadjPpneMstpSrasWrflDup + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_60_TopRight: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-tc-tr"; + }; + class Bipod_60_BottomLeft: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-bc-bl"; + }; + class Bipod_60_CenterLeft: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-cc-cl"; + }; + class Bipod_60_CenterRight: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-cc-cr"; + }; + class Bipod_60_BottomRight: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-bc-br"; + }; + class ProneBipod_TopLeft: AmovPpneMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\prone-tc_tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + actions = "DeployedProneActions"; + }; + class ProneBipod_TopRight: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-tc_tr"; + }; + class ProneBipod_BottomLeft: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-bc_bl"; + }; + class ProneBipod_CenterLeft: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-cc_cl"; + }; + class ProneBipod_CenterRight: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-cc_cr"; + }; + class ProneBipod_BottomRight: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-bc_br"; + }; + }; + class BlendAnims: BlendAnims + { + wholeBody[] = {"Pelvis",1,"Spine",1,"Spine1",1,"Spine2",1,"Spine3",1,"Camera",1,"weapon",1,"launcher",1,"neck",1,"neck1",1,"head",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"LeftUpLeg",1,"LeftUpLegRoll",1,"LeftLeg",1,"LeftLegRoll",1,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",1,"RightUpLegRoll",1,"RightLeg",1,"RightLegRoll",1,"RightFoot",1,"RightToeBase",1}; + aimingDefault[] = {"head",0.6,"neck1",0.6,"neck",0.6,"weapon",1,"launcher",1,"LeftShoulder",0.8,"LeftArm",0.8,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",0.8,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingRifleSlingDefault[] = {"head",0.6,"neck1",0.6,"neck",0.6,"weapon",0.3,"launcher",1,"LeftShoulder",0.8,"LeftArm",0.8,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",0.8,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingPistol[] = {"head",0.6,"neck1",0.6,"neck",0.6,"LeftShoulder",1,"launcher",1,"weapon",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingLauncher[] = {"head",0.6,"neck1",0.6,"neck",0.6,"launcher",1,"weapon",1,"LeftShoulder",0.8,"LeftArm",0.8,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",0.8,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingCivil[] = {"neck1",0.25,"neck",0.25,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.5}; + aimingCivilKneel[] = {"neck1",0.25,"neck",0.25,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.5,"LeftShoulder",0.5,"LeftArm",0.2,"LeftArmRoll",0.15,"LeftForeArm",0.1,"LeftForeArmRoll",0.05,"RightShoulder",0.5,"RightArm",0.2,"RightArmRoll",0.15,"RightForeArm",0.1,"RightForeArmRoll",0.05}; + aimingLying[] = {"weapon",1,"LeftShoulder",0.8,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine2",0.2,"Spine3",0.6}; + aimingLyingPistol[] = {"LeftShoulder",0.8,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine2",0.2,"Spine3",0.6}; + legsLyingAiming[] = {"weapon",0,"LeftShoulder",0.2,"LeftArm",0,"LeftArmRoll",0,"LeftForeArm",0,"LeftForeArmRoll",0,"LeftHand",0,"LeftHandRing",0,"LeftHandPinky1",0,"LeftHandPinky2",0,"LeftHandPinky3",0,"LeftHandRing1",0,"LeftHandRing2",0,"LeftHandRing3",0,"LeftHandMiddle1",0,"LeftHandMiddle2",0,"LeftHandMiddle3",0,"LeftHandIndex1",0,"LeftHandIndex2",0,"LeftHandIndex3",0,"LeftHandThumb1",0,"LeftHandThumb2",0,"LeftHandThumb3",0,"RightShoulder",0.2,"RightArm",0,"RightArmRoll",0,"RightForeArm",0,"RightForeArmRoll",0,"RightHand",0,"RightHandRing",0,"RightHandPinky1",0,"RightHandPinky2",0,"RightHandPinky3",0,"RightHandRing1",0,"RightHandRing2",0,"RightHandRing3",0,"RightHandMiddle1",0,"RightHandMiddle2",0,"RightHandMiddle3",0,"RightHandIndex1",0,"RightHandIndex2",0,"RightHandIndex3",0,"RightHandThumb1",0,"RightHandThumb2",0,"RightHandThumb3",0,"Spine2",0.8,"Spine3",0.4,"spine1",1,"pelvis",1,"leftupleg",1,"leftuplegroll",1,"leftleg",1,"leftlegroll",1,"leftfoot",1,"LeftToeBase",1,"rightupleg",1,"rightuplegroll",1,"rightleg",1,"rightlegroll",1,"rightfoot",1,"RightToeBase",1}; + legsLyingAimingPistol[] = {"LeftShoulder",0.2,"LeftArm",0,"LeftArmRoll",0,"LeftForeArm",0,"LeftForeArmRoll",0,"LeftHand",0,"LeftHandRing",0,"LeftHandPinky1",0,"LeftHandPinky2",0,"LeftHandPinky3",0,"LeftHandRing1",0,"LeftHandRing2",0,"LeftHandRing3",0,"LeftHandMiddle1",0,"LeftHandMiddle2",0,"LeftHandMiddle3",0,"LeftHandIndex1",0,"LeftHandIndex2",0,"LeftHandIndex3",0,"LeftHandThumb1",0,"LeftHandThumb2",0,"LeftHandThumb3",0,"RightShoulder",0.2,"RightArm",0,"RightArmRoll",0,"RightForeArm",0,"RightForeArmRoll",0,"RightHand",0,"RightHandRing",0,"RightHandPinky1",0,"RightHandPinky2",0,"RightHandPinky3",0,"RightHandRing1",0,"RightHandRing2",0,"RightHandRing3",0,"RightHandMiddle1",0,"RightHandMiddle2",0,"RightHandMiddle3",0,"RightHandIndex1",0,"RightHandIndex2",0,"RightHandIndex3",0,"RightHandThumb1",0,"RightHandThumb2",0,"RightHandThumb3",0,"Spine2",0.8,"Spine3",0.4,"spine1",1,"pelvis",1,"leftupleg",1,"leftuplegroll",1,"leftleg",1,"leftlegroll",1,"leftfoot",1,"LeftToeBase",1,"rightupleg",1,"rightuplegroll",1,"rightleg",1,"rightlegroll",1,"rightfoot",1,"RightToeBase",1}; + headDefault[] = {"head",1,"neck1",0.5,"neck",0.5}; + leaningDefault[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7,"pelvis",0.4}; + crewShake_half[] = {"weapon",0.5,"Camera",0.5,"launcher",0.5,"Head",0.5,"Neck",0.5,"Neck1",0.5,"LeftShoulder",0.45,"LeftArm",0.35,"LeftArmRoll",0.25,"LeftForeArm",0.15,"RightShoulder",0.45,"RightArm",0.35,"RightArmRoll",0.25,"RightForeArm",0.315,"spine3",0.475,"spine2",0.45,"spine1",0.4,"spine",0.35,"pelvis",0.2,"LeftUpLeg",0.1,"LeftUpLegRoll",0.25,"LeftLeg",0.1,"RightUpLeg",0.1,"RightUpLegRoll",0.25,"RightLeg",0.1}; + crewShake[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",0.9,"LeftArm",0.7,"LeftArmRoll",0.5,"LeftForeArm",0.3,"RightShoulder",0.9,"RightArm",0.7,"RightArmRoll",0.5,"RightForeArm",0.3,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7,"pelvis",0.4,"LeftUpLeg",0.2,"LeftUpLegRoll",0.5,"LeftLeg",0.2,"RightUpLeg",0.2,"RightUpLegRoll",0.5,"RightLeg",0.2}; + aimingUpDefault[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpRifleSlingDefault[] = {"weapon",0.3,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpCivilKneel[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7,"LeftShoulder",0.95,"LeftArm",0.45,"LeftArmRoll",0.35,"LeftForeArm",0.25,"LeftForeArmRoll",0.15,"RightShoulder",0.95,"RightArm",0.45,"RightArmRoll",0.35,"RightForeArm",0.25,"RightForeArmRoll",0.15}; + aimingUpLying[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.9,"spine2",0.7,"spine1",0.5}; + aimingUpPistol[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpCivil[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpLauncher[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + legsDefault[] = {"LeftUpLeg",0.9,"LeftUpLegRoll",0.9,"LeftLeg",0.95,"LeftLegRoll",0.95,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",0.9,"RightUpLegRoll",0.9,"RightLeg",0.95,"RightLegRoll",0.95,"RightFoot",1,"RightToeBase",1}; + idleDefault[] = {"Pelvis",1,"Spine",1,"Spine1",1,"Spine2",1,"Spine3",1,"Camera",1,"weapon",1,"launcher",1,"neck",1,"neck1",1,"head",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"LeftUpLeg",1,"LeftUpLegRoll",1,"LeftLeg",1,"LeftLegRoll",1,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",1,"RightUpLegRoll",1,"RightLeg",1,"RightLegRoll",1,"RightFoot",1,"RightToeBase",1}; + }; }; diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index 5f46e69d..224a5e81 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -15,6 +15,10 @@ class CfgPricing { + + // generated by external system + #include "CfgPricing\AutoGen.hpp" + class ChainSaw {price = 125;}; class CircuitParts {price = 50;}; class ItemCoolerE {price = 50;}; @@ -446,12 +450,13 @@ class CfgPricing class B_Kitbag_mcamo {price = 25;}; class B_Kitbag_rgr {price = 25;}; class B_Kitbag_sgg {price = 25;}; - class B_Parachute {price = 25;}; + class B_Parachute {price = 25;}; // no packed option class B_TacticalPack_blk {price = 20;}; class B_TacticalPack_mcamo {price = 20;}; class B_TacticalPack_ocamo {price = 20;}; class B_TacticalPack_oli {price = 20;}; class B_TacticalPack_rgr {price = 20;}; + class smallbackpack_red_epoch {price = 22;}; class smallbackpack_green_epoch {price = 22;}; class smallbackpack_teal_epoch {price = 22;}; diff --git a/Sources/epoch_config/Configs/CfgPricing/AutoGen.hpp b/Sources/epoch_config/Configs/CfgPricing/AutoGen.hpp new file mode 100644 index 00000000..92fba3f5 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgPricing/AutoGen.hpp @@ -0,0 +1,201 @@ +class ItemEmptyTin { + price = 1; +}; +class ItemSodaEmpty { + price = 1; +}; +class ItemSodaAlpineDude { + price = 5; +}; +class ItemHotwire { + price = 15; +}; +class ItemKeyKit { + price = 15; +}; +class ItemBarrelF { + price = 200; +}; +class ItemBarrelE { + price = 50; +}; +class ItemPipe { + price = 10; +}; +class ItemKey { + price = 10; +}; +class ItemKeyBlue { + price = 10; +}; +class ItemKeyGreen { + price = 10; +}; +class ItemKeyRed { + price = 10; +}; +class ItemKeyYellow { + price = 10; +}; +class ItemDoc1 { + price = 10; +}; +class ItemDoc2 { + price = 10; +}; +class ItemDoc3 { + price = 10; +}; +class ItemDoc4 { + price = 10; +}; +class ItemDoc5 { + price = 10; +}; +class ItemDoc6 { + price = 10; +}; +class ItemDoc7 { + price = 10; +}; +class ItemDoc8 { + price = 10; +}; +class ItemVehDoc1 { + price = 10; +}; +class ItemVehDoc2 { + price = 10; +}; +class ItemVehDoc3 { + price = 10; +}; +class ItemVehDoc4 { + price = 10; +}; +class ItemBulb { + price = 10; +}; +class ItemBurlap { + price = 10; +}; +class ItemBriefcaseE { + price = 10; +}; +class ItemBriefcaseGold100oz { + price = 10000; +}; +class ItemAluminumBar { + price = 10; +}; +class ItemCopperBar { + price = 100; +}; +class ItemTinBar { + price = 1; +}; +class ItemPlywoodPack { + price = 100; +}; +class ItemComboLock { + price = 45; +}; +class Item_AssaultPack_cbr { + price = 10; +}; +class Item_AssaultPack_dgtl { + price = 10; +}; +class Item_AssaultPack_khk { + price = 10; +}; +class Item_AssaultPack_mcamo { + price = 10; +}; +class Item_AssaultPack_ocamo { + price = 10; +}; +class Item_AssaultPack_rgr { + price = 10; +}; +class Item_AssaultPack_sgg { + price = 10; +}; +class Item_AssaultPack_blk { + price = 10; +}; +class Item_Carryall_cbr { + price = 40; +}; +class Item_Carryall_khk { + price = 40; +}; +class Item_Carryall_mcamo { + price = 40; +}; +class Item_Carryall_ocamo { + price = 40; +}; +class Item_Carryall_oli { + price = 40; +}; +class Item_Carryall_oucamo { + price = 40; +}; +class Item_FieldPack_blk { + price = 15; +}; +class Item_FieldPack_cbr { + price = 15; +}; +class Item_FieldPack_khk { + price = 15; +}; +class Item_FieldPack_ocamo { + price = 15; +}; +class Item_FieldPack_oli { + price = 15; +}; +class Item_FieldPack_oucamo { + price = 15; +}; +class Item_Kitbag_cbr { + price = 25; +}; +class Item_Kitbag_mcamo { + price = 25; +}; +class Item_Kitbag_rgr { + price = 25; +}; +class Item_Kitbag_sgg { + price = 25; +}; +class Item_TacticalPack_blk { + price = 20; +}; +class Item_TacticalPack_mcamo { + price = 20; +}; +class Item_TacticalPack_ocamo { + price = 20; +}; +class Item_TacticalPack_oli { + price = 20; +}; +class Item_TacticalPack_rgr { + price = 20; +}; +class Item_smallbackpack_red { + price = 22; +}; +class Item_smallbackpack_green { + price = 22; +}; +class Item_smallbackpack_teal { + price = 22; +}; +class Item_smallbackpack_pink { + price = 22; +}; diff --git a/Sources/epoch_config/Configs/CfgRemoteExec.hpp b/Sources/epoch_config/Configs/CfgRemoteExec.hpp new file mode 100644 index 00000000..a7afba0e --- /dev/null +++ b/Sources/epoch_config/Configs/CfgRemoteExec.hpp @@ -0,0 +1,200 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + RemoteExec whitelist for Epoch sandbox gamemode. This also blacklists default A3 remoteExec commands. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgRemoteExec.hpp +*/ + +class CfgRemoteExec +{ + class Functions + { + mode = 1; + jip = 0; + class EPOCH_server_save_vehicles { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_saveBuilding { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_upgradeBUILD { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_removeBUILD { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_paintBUILD { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_maintBUILD { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_loadPlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_checkPlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_respawnPlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_deadPlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_destroyTrash { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_knockDownTree { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_mineRocks { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_lootAnimal { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_handle_say3D { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_handle_switchMove { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_upgradeGroup { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_updatePlayerGroup { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_createGroup { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_deleteGroup { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_invitePlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_lootContainer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_revivePlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_storeCrypto { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_tradeRequest { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_makeTrade { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_makeNPCTrade { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_takeCrypto { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_repairVehicle { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_fillVehicle { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_lockVehicle { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_equippedItem { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_lockStorage { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_packStorage { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_packJack { + allowedTargets=2; + jip = 0; + }; + class EPOCH_localCleanup { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_teleportPlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_fillContainer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_handle_sapperObjs { + allowedTargets=2; + jip = 0; + }; + class EPOCH_Server_createAirDrop { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_airDropCrate { + allowedTargets=2; + jip = 0; + }; + class EPOCH_Server_createObject { + allowedTargets=2; + jip = 0; + }; + class EPOCH_fnc_savePlayer { + allowedTargets=2; + jip = 0; + }; + class EPOCH_server_unpackBackpack { + allowedTargets=2; + jip = 0; + }; + }; + class Commands {mode=0;}; +}; diff --git a/Sources/epoch_config/Configs/CfgVehicles.hpp b/Sources/epoch_config/Configs/CfgVehicles.hpp index e9a989b2..5712c216 100644 --- a/Sources/epoch_config/Configs/CfgVehicles.hpp +++ b/Sources/epoch_config/Configs/CfgVehicles.hpp @@ -1607,7 +1607,7 @@ class CfgVehicles position = "Door_knopf"; radius = 3; condition = "this animationPhase ""raise"" == 0"; - statement = "EPOCH_packJack_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packJack_PVS"";"; + statement = "[this,player,Epoch_personalToken] remoteExec ['EPOCH_server_packJack',2];"; }; }; @@ -2820,7 +2820,7 @@ class CfgVehicles position = "Door_knopf"; radius = 3; condition = "this getVariable [""EPOCH_Locked"",true]"; - statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";"; + statement = "[this,false,player,Epoch_personalToken] remoteExec ["EPOCH_server_lockStorage",2];"; }; class Pack { @@ -2829,7 +2829,7 @@ class CfgVehicles position = "Door_knopf"; radius = 3; condition = "this getVariable [""EPOCH_Locked"",true]"; - statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS"";"; + statement = "[this,player,Epoch_personalToken] remoteExec ["EPOCH_server_lockStorage",2];"; }; }; */ @@ -2863,7 +2863,7 @@ class CfgVehicles position = "Door_knopf"; radius = 3; condition = "(this getVariable[""EPOCH_secStorParent"", objNull]) getVariable [""EPOCH_Locked"",true]"; - statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";"; + statement = "[this,false,player,Epoch_personalToken] remoteExec ["EPOCH_server_lockStorage",2];"; }; class Pack @@ -2873,7 +2873,7 @@ class CfgVehicles position = "Door_knopf"; radius = 3; condition = "(this getVariable[""EPOCH_secStorParent"", objNull]) getVariable [""EPOCH_Locked"",true]"; - statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS"";"; + statement = "[this,player,Epoch_personalToken] remoteExec ["EPOCH_server_lockStorage",2];"; }; }; diff --git a/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp b/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp index edef09f7..1ace22b5 100644 --- a/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp +++ b/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp @@ -371,6 +371,130 @@ class Epoch_Cloak_F : Epoch_Char_base_F modelSides[] = {6}; armor = 10; armorStructural = 20; + class HitPoints + { + class HitFace + { + armor = 1000; + material = -1; + name = "face_hub"; + passThrough = 0.1; + radius = 0.08; + explosionShielding = 0.1; + minimalHit = 0.01; + }; + class HitNeck: HitFace + { + armor = 10; + material = -1; + name = "neck"; + passThrough = 0.1; + radius = 0.1; + explosionShielding = 0.5; + minimalHit = 0.01; + }; + class HitHead: HitNeck + { + armor = 10; + material = -1; + name = "head"; + passThrough = 0.1; + radius = 0.2; + explosionShielding = 0.5; + minimalHit = 0.01; + depends = "HitFace max HitNeck"; + }; + class HitPelvis + { + armor = 10; + material = -1; + name = "pelvis"; + passThrough = 0.1; + radius = 0.2; + explosionShielding = 1; + visual = "injury_body"; + minimalHit = 0.01; + }; + class HitAbdomen: HitPelvis + { + armor = 10; + material = -1; + name = "spine1"; + passThrough = 0.1; + radius = 0.15; + explosionShielding = 1; + visual = "injury_body"; + minimalHit = 0.01; + }; + class HitDiaphragm: HitAbdomen + { + armor = 10; + material = -1; + name = "spine2"; + passThrough = 0.1; + radius = 0.15; + explosionShielding = 6; + visual = "injury_body"; + minimalHit = 0.01; + }; + class HitChest: HitDiaphragm + { + armor = 10; + material = -1; + name = "spine3"; + passThrough = 0.1; + radius = 0.15; + explosionShielding = 6; + visual = "injury_body"; + minimalHit = 0.01; + }; + class HitBody: HitChest + { + armor = 10; + material = -1; + name = "body"; + passThrough = 0.1; + radius = 0.2; + explosionShielding = 6; + visual = "injury_body"; + minimalHit = 0.01; + depends = "HitPelvis max HitAbdomen max HitDiaphragm max HitChest"; + }; + class HitArms + { + armor = 10; + material = -1; + name = "arms"; + passThrough = 1; + radius = 0.1; + explosionShielding = 1; + visual = "injury_hands"; + minimalHit = 0.01; + }; + class HitHands: HitArms + { + armor = 10; + material = -1; + name = "hands"; + passThrough = 1; + radius = 0.1; + explosionShielding = 1; + visual = "injury_hands"; + minimalHit = 0.01; + depends = "HitArms"; + }; + class HitLegs + { + armor = 10; + material = -1; + name = "legs"; + passThrough = 1; + radius = 0.12; + explosionShielding = 1; + visual = "injury_legs"; + minimalHit = 0.01; + }; + }; }; class Epoch_Sapper_F: Epoch_Sapper_base_F { @@ -513,6 +637,13 @@ class Epoch_Sapper_F: Epoch_Sapper_base_F }; }; }; +class Epoch_SapperG_F : Epoch_Sapper_F { + scope = 2; + displayName = "Sapper (Toxic)"; + moves = "CfgMovesMaleSdr3"; + hiddenSelections[] = {"camo","remains"}; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\sapper\sapper_green_eco.paa",""}; +}; class Epoch_SapperB_F : Epoch_Sapper_base_F { scope = 2; @@ -598,7 +729,7 @@ class Epoch_SapperB_F : Epoch_Sapper_base_F }; class HitChest: HitDiaphragm { - armor = 3; + armor = 9; material = -1; name = "spine3"; passThrough = 0.1; diff --git a/Sources/epoch_config/Configs/CfgVehicles/Players.hpp b/Sources/epoch_config/Configs/CfgVehicles/Players.hpp index 6a436210..7fb64e24 100644 --- a/Sources/epoch_config/Configs/CfgVehicles/Players.hpp +++ b/Sources/epoch_config/Configs/CfgVehicles/Players.hpp @@ -18,6 +18,9 @@ class Epoch_Female_base_F : B_Soldier_base_F { identityTypes[] = { "Woman", "NoGlasses" }; + // minGunElev = -80; + maxGunElev = 80; // test increased aim up angle + faceType = "Man_A3"; woman = 1; side = 1; @@ -698,6 +701,8 @@ class Epoch_Man_base_F : O_Soldier_base_F { identityTypes[] = { "Kerry", "NoGlasses" }; + maxGunElev = 80; // test increased aim up angle + faceType = "Man_A3"; side = 0; vehicleClass = "Men"; diff --git a/Sources/epoch_config/Configs/cfgCrafting.hpp b/Sources/epoch_config/Configs/cfgCrafting.hpp index df1c2604..6569e4b1 100644 --- a/Sources/epoch_config/Configs/cfgCrafting.hpp +++ b/Sources/epoch_config/Configs/cfgCrafting.hpp @@ -192,27 +192,75 @@ class CfgCrafting class EnergyPack : Item { usedIn[] = { "EnergyPackLg" }; - nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; - recipe[] = { { "CircuitParts", 1 }, { "clean_water_epoch", 1 } }; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0},{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; + recipe[] = { { "CircuitParts", 1 }, { "ItemCopperBar", 1 }, { "clean_water_epoch", 1 } }; previewPosition[] = {0.8,1,0.29}; previewScale = 1.75; previewVector = 2.8; }; class EnergyPackLg : Item { - nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; - recipe[] = { { "EnergyPack", 3 }, { "CircuitParts", 1 } }; + nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; + recipe[] = { { "EnergyPack", 3 }, { "ItemGoldBar", 1 }, { "CircuitParts", 1 } }; previewPosition[] = {0.8,1,0.29}; previewScale = 1.75; previewVector = 2.8; }; + + class ItemSodaEmpty : Part + { + usedIn[] = { "ItemAluminumBar" }; + previewPosition[] = {0.799961,1,0.27}; + previewScale = 1.25; + }; + class ItemAluminumBar : Item + { + usedIn[] = {}; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; + recipe[] = { { "ItemSodaEmpty", 6 }, {"water_epoch", 1}}; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + + class ItemEmptyTin : Part + { + usedIn[] = { "ItemTinBar" }; + previewPosition[] = {0.799961,1,0.27}; + previewScale = 1.25; + }; + class ItemTinBar : Item + { + usedIn[] = {}; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; + recipe[] = { { "ItemEmptyTin", 6 }, {"water_epoch", 1}}; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + + + class PartOre : Part { usedIn[] = { "ItemScraps" }; previewPosition[] = {0.799961,1,0.27}; previewScale = 1.25; }; + class PartOreSilver : Part + { + usedIn[] = { "ItemSilverBar" }; + previewPosition[] = {0.799961,1,0.27}; + previewScale = 1.25; + }; + class PartOreGold : Part + { + usedIn[] = { "ItemGoldBar" }; + previewPosition[] = {0.799961,1,0.27}; + previewScale = 1.25; + }; + class Pelt_EPOCH : Part { usedIn[] = { "KitTiPi" }; @@ -228,15 +276,22 @@ class CfgCrafting }; class ItemStick : Item { - usedIn[] = { "WoodClub","MeleeMaul", "CrudeHatchet", "KitFirePlace" }; + usedIn[] = { "WoodClub", "MeleeMaul", "CrudeHatchet", "KitFirePlace" , "KitSpikeTrap" , "KitMetalTrap" }; recipe[] = { { "WoodLog_EPOCH", 1 } }; previewPosition[] = {0.8,1,0.25}; previewScale = 0.4; previewVector = 1; }; + class JackKit : Part + { + usedIn[] = { "KitSpikeTrap" , "KitMetalTrap" }; + previewPosition[] = {0.796267,1,0.322762}; + previewScale = 0.9; + previewVector = 1.4; + }; class ItemKiloHemp : Part { - usedIn[] = { "ItemRope" }; + usedIn[] = { "ItemRope", "ItemBurlap" }; previewPosition[] = {0.796267,1,0.322762}; previewScale = 0.9; previewVector = 1.4; @@ -244,10 +299,19 @@ class CfgCrafting class ItemRope : Item { usedIn[] = { "WoodClub", "MeleeMaul", "CrudeHatchet" }; + nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; recipe[] = { { "ItemKiloHemp", 1 } }; previewPosition[] = {0.8,1,0.35}; previewScale = 4; }; + class ItemBurlap : Item + { + usedIn[] = { "KitHesco3" }; + nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; + recipe[] = { { "ItemKiloHemp", 2 } }; + previewPosition[] = {0.8,1,0.35}; + previewScale = 4; + }; class MeleeMaul : Item { recipe[] = { { "ItemRock", 1 }, { "ItemStick", 2 }, { "ItemRope", 1 } }; @@ -271,7 +335,7 @@ class CfgCrafting class WoodLog_EPOCH : Part { - usedIn[] = { "PartPlankPack", "ItemStick" }; + usedIn[] = { "PartPlankPack", "ItemStick", "ItemPlywoodPack" }; previewPosition[] = {0.800064,1,0.25}; previewScale = 0.3; }; @@ -641,7 +705,7 @@ class CfgCrafting }; // recipes - class CSGAS : Kit + class CSGAS : Item { recipe[] = { "ItemMixOil", "jerrycan_epoch" }; model = "\x\addons\a3_epoch_assets_2\jerrycan.p3d"; @@ -649,7 +713,7 @@ class CfgCrafting previewScale = 0.6; previewVector = 4.9; }; - class ItemCorrugatedLg : Kit + class ItemCorrugatedLg : Item { usedIn[] = { "VehicleRepairLg", "KitPlotPole", "KitTankTrap", "KitHesco3" }; recipe[] = { { "ItemCorrugated", 3 } }; @@ -659,7 +723,7 @@ class CfgCrafting previewVector = 0.5; }; - class PartPlankPack : Kit + class PartPlankPack : Item { usedIn[] = {"KitStudWall","KitWoodFloor","KitWoodFoundation","KitWoodStairs","KitWoodRamp","KitWoodLadder","KitWoodTower","KitTiPi","KitWorkbench","KitSpikeTrap","KitMetalTrap"}; recipe[] = {{"WoodLog_EPOCH",2}}; @@ -668,6 +732,17 @@ class CfgCrafting previewVector = 1; craftTime = 2; }; + class ItemPlywoodPack : Item + { + usedIn[] = {}; + recipe[] = {{"WoodLog_EPOCH",3}}; + previewPosition[] = {0.797837,1,0.288258}; + previewScale = 0.2; + previewVector = 1; + craftTime = 2; + }; + + class KitFirePlace : Kit { recipe[] = {{"ItemRock",2},{"ItemStick",1}}; @@ -679,9 +754,10 @@ class CfgCrafting + class KitSpikeTrap : Kit { - recipe[] = {{"PartPlankPack",4}}; + recipe[] = {{"PartPlankPack",4},{"ItemStick",1},{"JackKit",1}}; model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; previewPosition[] = {0.797675,1,0.398882}; @@ -690,7 +766,7 @@ class CfgCrafting }; class KitMetalTrap : Kit { - recipe[] = {{"PartPlankPack",4}, {"ItemScraps",2}}; + recipe[] = {{"PartPlankPack",4},{"ItemStick",1},{"ItemScraps",2},{"JackKit",1}}; model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; previewPosition[] = {0.797675,1,0.398882}; @@ -747,7 +823,7 @@ class CfgCrafting }; class KitHesco3 : Kit { - recipe[] = { { "MortarBucket", 2 }, { "ItemCorrugatedLg", 2 } }; + recipe[] = { { "ItemBurlap", 3 }, { "MortarBucket", 2 }, { "ItemCorrugatedLg", 2 } }; nearby[] = { { "Workbench", "", "workbench", { 1, { "WorkBench_EPOCH" } }, 3, 1, 0, 1 } }; model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Defense\hesco.p3d"; previewPosition[] = { 0.803749, 1, 0.448515 }; @@ -828,7 +904,7 @@ class CfgCrafting }; class KitPlotPole : Kit { - recipe[] = {{"ItemCorrugatedLg",2}, {"CircuitParts",2} }; + recipe[] = {{ "ItemCables", 1 }, { "ItemBattery", 1 }, {"ItemCorrugatedLg",2}, {"CircuitParts",2} }; nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; model = "\x\addons\a3_epoch_assets\models\jammer.p3d"; previewPosition[] = {0.801378,1,0.464834}; @@ -844,16 +920,74 @@ class CfgCrafting previewVector = 3.3; }; - class ItemCables : Part + class ItemCables : Item { - usedIn[] = { "KitSolarGen" }; + usedIn[] = { "KitSolarGen", "KitPlotPole", "ItemCopperBar" }; + nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; + // TODO add rubber/plasic + recipe[] = { { "ItemCopperBar", 1 } }; previewPosition[] = {0.802374,1,0.26}; previewScale = 0.3; previewVector = 2.8; }; - class ItemBattery : Part + + class ItemCopperBar : Item { - usedIn[] = { "KitSolarGen" }; + usedIn[] = {"ItemCables"}; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; + recipe[] = { { "ItemCables", 1 }, {"water_epoch", 1}}; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + + class ItemGoldBar : Item + { + usedIn[] = { "ItemGoldBar10oz" }; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; + recipe[] = { { "PartOreGold", 2 }, {"water_epoch", 1} }; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + class ItemSilverBar : Item + { + usedIn[] = {}; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; + recipe[] = { { "PartOreSilver", 2 }, {"water_epoch", 1} }; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + + class ItemGoldBar10oz : Item + { + usedIn[] = {"ItemBriefcaseGold100oz"}; + nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; + recipe[] = { { "ItemGoldBar", 10 }, {"water_epoch", 1}}; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + + class ItemBriefcaseGold100oz : Item + { + usedIn[] = {}; + nearby[] = {}; + recipe[] = { { "ItemGoldBar10oz", 10 }, {"ItemBriefcaseE", 1}}; + previewPosition[] = {0.797144,1,0.309158}; + previewScale = 1; + previewVector = 2.8; + }; + + + + + class ItemBattery : Item + { + usedIn[] = { "KitSolarGen", "KitPlotPole" }; + nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}}; + recipe[] = { { "EnergyPackLg", 3 }, { "CircuitParts", 1 } }; previewPosition[] = {0.802374,1,0.276733}; previewScale = 0.4; }; diff --git a/Sources/epoch_config/config.cpp b/Sources/epoch_config/config.cpp index 6a708e7e..da0d0b82 100644 --- a/Sources/epoch_config/config.cpp +++ b/Sources/epoch_config/config.cpp @@ -33,7 +33,7 @@ class CfgPatches requiredAddons[] = { "a3_map_altis", "a3_map_stratis", "A3_epoch_assets_3", "a3_epoch_weapons", "epoch_objects", "A3_epoch_vehicles", "A3_epoch_assets_1", "A3_epoch_assets", "A3_Soft_F", "A3_Characters_F", "A3_Characters_F_Beta", "A3_Characters_F_EPA", "A3_Characters_F_EPB", "A3_Structures_F", "A3_Armor_F_Beta", "A3_Data_F", "A3_Weapons_F", "A3_Weapons_F_LongRangeRifles_M320", "A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_EBR", "A3_Weapons_F_EPA_LongRangeRifles_DMR_01", "A3_Weapons_F_Machineguns_M200", "A3_Weapons_F_Machineguns_Zafir", "A3_Weapons_F_Mark_LongRangeRifles_DMR_02", "A3_Weapons_F_Mark_LongRangeRifles_DMR_03", "A3_Weapons_F_Mark_LongRangeRifles_DMR_04", "A3_Weapons_F_Mark_LongRangeRifles_DMR_05", "A3_Weapons_F_Mark_LongRangeRifles_DMR_06","A3_Characters_F_Kart", "A3_Soft_F_Kart_Kart_01", "a2_epoch_weapons", "A3_Air_F_Gamma_UAV_01", "A3_Soft_F_Car", "A3_Soft_F_Heli_Car", "A3_Soft_F_Offroad_01", "A3_Soft_F_Quadbike", "A3_Soft_F_Heli_Quadbike", "A3_Soft_F_SUV", "A3_Soft_F_Heli_SUV", "A3_Boat_F_Boat_Transport_01", "A3_Soft_F_Truck", "A3_Soft_F_Heli_Truck", "A3_Soft_F_Bootcamp_Truck", "A3_Boat_F_Civilian_Boat", "A3_Air_F_Heli_Light_01", "A3_Air_F_Heli_Heli_Light_01", "A3_Air_F_Beta_Heli_Transport_01", "A3_Boat_F_SDV_01", "A3_Boat_F_Heli_SDV_01", "A3_Soft_F_MRAP_01", "A3_Soft_F_Heli_MRAP_01", "A3_Soft_F_HEMTT", "A3_Soft_F_Gamma_HEMTT", "A3_Soft_F_TruckHeavy", "A3_Soft_F_Gamma_TruckHeavy", "A3_Soft_F_EPC_Truck_03", "A3_Air_F_Heli_Light_02", "A3_Air_F_Beta_Heli_Transport_02", "A3_Air_F_EPB_Heli_Light_03", "A3_Air_F_Heli_Heli_Transport_04", "A3_Air_F_Heli_Heli_Transport_03", "A3_Animals_F_Dog", "A3_Animals_F_Rabbit", "A3_Animals_F_Chicken", "A3_Characters_F_Common", "A3_Structures_F_Ind_Transmitter_Tower", "a3_epoch_structures", "A3_Weapons_F_Ammoboxes" }; magazines[] = { "30Rnd_test_mag", "5Rnd_rollins_mag", "CSGAS", "sledge_swing", "30Rnd_test_mag_Tracer", "EnergyPack", "1Rnd_Soda", "1Rnd_Food", "WoodLog_EPOCH", "PaintCanBlk", "PaintCanBlu", "PaintCanBrn", "PaintCanGrn", "PaintCanOra", "PaintCanPur", "PaintCanRed", "PaintCanTeal", "PaintCanYel" }; ammo[] = { "B_EnergyPack", "B_Swing", "Sapper_Charge_Ammo", "SapperB_Charge_Ammo", "B_Soda", "B_Food", "B_Test_Caseless", "ChainSaw_Bullet", "SmokeShellCustom" }; - epochVersion = "0.3.6.0"; + epochVersion = "0.3.7.0"; }; }; @@ -73,15 +73,11 @@ class WeaponCloudsMGun; #include "\x\addons\a3_epoch_config\Configs\CfgMovesMaleSdr2.hpp" #include "\x\addons\a3_epoch_config\Configs\CfgGesturesMale.hpp" #include "\x\addons\a3_epoch_config\Configs\CfgMovesAnimal.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgSounds.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgCloudlets.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgVehicles.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgActions.hpp" - +#include "\x\addons\a3_epoch_config\Configs\CfgRemoteExec.hpp" //#include "\x\addons\a3_epoch_config\Configs\CfgInGameUI.hpp" class Mode_SemiAuto; @@ -92,11 +88,8 @@ class CowsSlot; class PointerSlot; #include "\x\addons\a3_epoch_config\Configs\cfgRecoils.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgMagazines.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgAmmo.hpp" - #include "\x\addons\a3_epoch_config\Configs\CfgWeapons.hpp" class CfgInventoryGlobalVariable @@ -122,10 +115,10 @@ class CfgAnimationSourceSounds class CfgCommands { - // allowedHTMLLoadURIs[] += // think this adds to an existing array - allowedHTMLLoadURIs[] = + // allowedHTMLLoadURIs[] += // think this adds to an existing array? + allowedHTMLLoadURIs[] += { - "https://raw.githubusercontent.com/epochmodteam/epoch/test/changelog.html" //there are some issues with capitalization used in github links + "http://epochmod.com*" }; }; diff --git a/Sources/epoch_config/license.txt b/Sources/epoch_config/license.txt new file mode 100644 index 00000000..35440e4b --- /dev/null +++ b/Sources/epoch_config/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/Sources/epoch_functions/config.cpp b/Sources/epoch_functions/config.cpp new file mode 100644 index 00000000..dfbf117a --- /dev/null +++ b/Sources/epoch_functions/config.cpp @@ -0,0 +1,45 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: Niklas Wagner + + Description: + Epoch Functions config - Intent of this config is to apply a custom respawn template + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_functions/config.hpp +*/ + +#define _ARMA_ + +class CfgPatches +{ + class A3_epoch_functions + { + units[] = {}; + weapons[] = {}; + requiredVersion = 0.1; + requiredAddons[] = {"A3_Functions_F","A3_epoch_code"}; + epochVersion = "0.3.7.0"; + }; +}; +class cfgFunctions +{ + version = 4; + init = "x\addons\a3_epoch_code\compile\bis_functions\initFunctions.sqf"; + class A3 + { + tag = "BIS"; + class Respawn + { + file = "A3\functions_f\Respawn"; + class selectRespawnTemplate + { + file = "\x\addons\a3_epoch_code\compile\bis_functions\Respawn\fn_selectRespawnTemplate.sqf"; + }; + }; + }; +}; diff --git a/Sources/epoch_functions/license.txt b/Sources/epoch_functions/license.txt new file mode 100644 index 00000000..35440e4b --- /dev/null +++ b/Sources/epoch_functions/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/Sources/epoch_language/config.cpp b/Sources/epoch_language/config.cpp new file mode 100644 index 00000000..592b77e0 --- /dev/null +++ b/Sources/epoch_language/config.cpp @@ -0,0 +1,25 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch Language Config and stringtable.xml + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_language/config.hpp +*/ + +class CfgPatches +{ + class A3_epoch_language + { + requiredVersion = 0.1; + requiredAddons[] = {"A3_epoch_assets_3","a3_epoch_weapons","epoch_objects","A3_epoch_assets_1","A3_epoch_assets","A3_Soft_F","A3_Characters_F","A3_Characters_F_Beta","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Structures_F","A3_Armor_F_Beta","A3_Weapons_F"}; + units[] = {}; + epochVersion = "0.3.7.0"; + }; +}; diff --git a/Sources/epoch_language/license.txt b/Sources/epoch_language/license.txt new file mode 100644 index 00000000..cd657ed1 --- /dev/null +++ b/Sources/epoch_language/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. diff --git a/Sources/epoch_language/stringtable.xml b/Sources/epoch_language/stringtable.xml new file mode 100644 index 00000000..f378359d --- /dev/null +++ b/Sources/epoch_language/stringtable.xml @@ -0,0 +1,1132 @@ + + + + Abort in %1 + Abort in %1 + Abbrechen in %1 + Přerušit (%1) + Abandonner (%1) + Abbandona (%1) + Przerwij (%1) + Abortar (%1) + Отмена (%1) + Abandonar misión (%1) + + + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + Server restart in %1 minutes. + + + Hotwire Kit + Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + Vehicle Hotwire Kit + + + Used to hack open door locks. + Used to hack open door locks. + Used to unlock vehicles. + Used to unlock vehicles. + Used to unlock vehicles. + Used to unlock vehicles. + Used to unlock vehicles. + Used to unlock vehicles. + Used to unlock vehicles. + Used to unlock vehicles. + + + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + Key Makers Kit + + + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + Used to craft duplicate keys. + + + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + Fuel Barrel (Full) + + + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + 55 gallon fuel barrel. + + + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + Fuel Barrel (Empty) + + + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + Empty 55 gallon fuel barrel. + + + Pipes + Pipes + Pipes + Pipes + Pipes + Pipes + Pipes + Pipes + Pipes + Pipes + + + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + Small pile of metal pipes. + + + Key + Key + Key + Key + Key + Key + Key + Key + Key + Key + + + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + Key used in a lock. + + + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + Key (Blue) + + + Key (Green) + Key (Green) + Key (Green) + Key (Green) + Key (Green) + Key (Green) + Key (Green) + Key (Green) + Key (Green) + Key (Green) + + + Key (Red) + Key (Red) + Key (Red) + Key (Red) + Key (Red) + Key (Red) + Key (Red) + Key (Red) + Key (Red) + Key (Red) + + + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + Key (Yellow) + + + Book + Book + Book + Book + Book + Book + Book + Book + Book + Book + + + Book + Book + Book + Book + Book + Book + Book + Book + Book + Book + + + Book + Book + Book + Book + Book + Book + Book + Book + Book + Book + + + Book + Book + Book + Book + Book + Book + Book + Book + Book + Book + + + Book + Book + Book + Book + Book + Book + Book + Book + Book + Book + + + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + + + Book + Book + Book + Book + Book + Book + Book + Book + Book + Book + + + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + + + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + Letter + + + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + Vehicle Manual I + + + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + Vehicle Manual II + + + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + Vehicle Manual III + + + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + Vehicle Manual IV + + + Light Bulb + Light Bulb + Light Bulb + Light Bulb + Light Bulb + Light Bulb + Light Bulb + Light Bulb + Light Bulb + Light Bulb + + + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + Light Bulb in factory package. Gives off light when powered. + + + Burlap + Burlap + Burlap + Burlap + Burlap + Burlap + Burlap + Burlap + Burlap + Burlap + + + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + Woven fabric made from plant fibers. + + + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + Empty Briefcase + + + A rectangular container, good for carrying books and papers. + A rectangular container, good for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + A rectangular container, for carrying books and papers. + + + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + + + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + Aluminum Bar (1oz) + + + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + + + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + Copper Bar (1oz) + + + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + + + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + Tin Bar (1oz) + + + Plywood + Plywood + Plywood + Plywood + Plywood + Plywood + Plywood + Plywood + Plywood + Plywood + + + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + Plywood Sheets + + + Plywood + Plywood + Plywood Pack + Plywood Pack + Plywood Pack + Plywood Pack + Plywood Pack + Plywood Pack + Plywood Pack + Plywood Pack + + + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + Stack of Plywood Sheets + + + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + + + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + Combination Lock + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + Small Backpack (Red) + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + Small Backpack (Green) + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + Small Backpack (Teal) + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + Small Backpack (Pink) + + + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + Packed Backpack + + + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + Alpine Dude Soda + + + Do the dude! + Do the dude! + Do the dude! + Do the dude! + Do the dude! + Do the dude! + Do the dude! + Do the dude! + Do the dude! + Do the dude! + + + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + Empty Soda Can + + + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + Empty Aluminum Soda Can + + + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + + + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + Empty Tin Can + + + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + Full Briefcase (Gold) + + + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + Briefcase that contains ten 10oz (100oz) Gold Bars. + + + \ No newline at end of file diff --git a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_loadBuildings.sqf b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_loadBuildings.sqf index eb44fa65..0e022988 100644 --- a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_loadBuildings.sqf +++ b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_loadBuildings.sqf @@ -1,7 +1,7 @@ /* Author: Aaron Clark - EpochMod.com - Contributors: + Contributors: Skaronator Description: Load Buildings from Epoch Hive diff --git a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf index e9a31ff4..c8ded032 100644 --- a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf +++ b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf @@ -1,14 +1,31 @@ /* - Building Maintain - by Aaron Clark - EpochMod.com + Author: Aaron Clark - EpochMod.com - This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. - http://creativecommons.org/licenses/by-nc-nd/4.0/ + Contributors: Skaronator - Improvements and or bugfixes and other contributions are welcome via the github: + Description: + Building Maintain + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server/compile/epoch_bases/EPOCH_server_maintBUILD.sqf + + Example: + // Client RE + [_this, player, _maintainCount, Epoch_personalToken] remoteExec ["EPOCH_server_maintBUILD",2]; + + Parameter(s): + _this select 0: OBJECT - Jammer object + _this select 1: STRING - Player Object + _this select 2: STRING - Maintain count + _this select 3: STRING - Epoch Personal Token + + Returns: + NOTHING */ -private["_object", "_plyr", "_maintCount", "_plyrUID", "_counter", "_objSlot", "_objHiveKey", "_buildingJammerRange", "_current_crypto", "_cIndex", "_vars"]; +private ["_object","_plyr","_maintCount","_plyrUID","_counter","_objSlot","_buildingJammerRange","_current_crypto","_cIndex","_vars","_storSlot","_playerCryptoLimit","_config"]; _object = _this select 0; _plyr = _this select 1; diff --git a/Sources/epoch_server/compile/epoch_looting/EPOCH_server_destroyTrash.sqf b/Sources/epoch_server/compile/epoch_looting/EPOCH_server_destroyTrash.sqf index 0355a384..f6ed326b 100644 --- a/Sources/epoch_server/compile/epoch_looting/EPOCH_server_destroyTrash.sqf +++ b/Sources/epoch_server/compile/epoch_looting/EPOCH_server_destroyTrash.sqf @@ -11,11 +11,8 @@ if (!(_object isKindOf "All")) then { if (alive _object) then { - if (isNil "EPOCH_trashLootClasses") then{ - _config = 'CfgEpochClient' call EPOCH_returnConfig; - EPOCH_trashLootClasses = getArray(_config >> worldname >> "TrashClasses"); - }; - _payout = EPOCH_trashLootClasses param [_type, "Trash"]; + _config = 'CfgEpochClient' call EPOCH_returnConfig; + _payout = getArray(_config >> worldname >> "TrashClasses") param [_type, "Trash"]; _posWH = getPosATL _player; _object setdamage 1; @@ -29,7 +26,7 @@ if (!(_object isKindOf "All")) then { [_item, _payout] call EPOCH_serverLootObject; }; }; - + // TODO move to server config if ((random 1) <= EPOCH_antagonistChanceTrash) then { _nearPlayers = _posWH nearEntities[["Epoch_Male_F", "Epoch_Female_F"], 50]; diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf index 9216b479..69694ef7 100644 --- a/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf +++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_loadPlayer.sqf @@ -68,7 +68,7 @@ if (typename _this == "ARRAY") then { _normalMagazines = [_serverSettingsConfig, "normalMagazines", []] call EPOCH_fnc_returnConfigEntry; _weaponsAndItems = [_serverSettingsConfig, "weaponsAndItems", ["", []]] call EPOCH_fnc_returnConfigEntry; - diag_log format["DEBUG (Load Player) _linkedItems 1: %1", _linkedItems]; + if (count _arr < 11) then { // invaild format attempt to override _arr = [[0, [], _instanceID], [0, 0, 1, 0, []], [_goggles, _headgear, _vest, _backpack, _uniform, _class], [""], [] + EPOCH_defaultVars_SEPXVar, _weaponsAndItems, _linkedItems, _normalMagazines, _itemsInContainers, _weaponsInContainers, "", true]; @@ -77,6 +77,11 @@ if (typename _this == "ARRAY") then { _worldspace = _arr select 0; _dir = _worldspace select 0; _location = _worldspace select 1; + + if (count _location == 2) then{ + _location = (_location select 0) vectorAdd (_location select 1); + }; + _prevInstance = _worldspace select 2; _medical = _arr select 1; _server_vars = _arr select 3; @@ -247,7 +252,6 @@ if (typename _this == "ARRAY") then { _newPlyr linkItem _x; }; } forEach _linkedItems; - diag_log format["DEBUG (Load Player) _linkedItems: %1", _linkedItems]; // add items to containers [_newPlyr, _itemsInContainers] call _fnc_addItemToX; diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_savePlayer.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_savePlayer.sqf index c8e1e0b4..875a7f36 100644 --- a/Sources/epoch_server/compile/epoch_player/EPOCH_server_savePlayer.sqf +++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_savePlayer.sqf @@ -60,10 +60,10 @@ if (typeName _vars == "ARRAY") then { _group = _plyr getVariable ["GROUP", ""]; _revive = _plyr getVariable ["REVIVE", true]; - _pos = getPosATL _plyr; + _pos = (getposATL _plyr call EPOCH_precisionPos); if (vehicle _plyr != _plyr) then { - + _staticTraderLocationsDistances = []; { _staticTraderLocationsDistances pushBack [_x distance player, _x] diff --git a/Sources/epoch_server/compile/epoch_player/EPOCH_server_unpackBackpack.sqf b/Sources/epoch_server/compile/epoch_player/EPOCH_server_unpackBackpack.sqf new file mode 100644 index 00000000..bedf06c6 --- /dev/null +++ b/Sources/epoch_server/compile/epoch_player/EPOCH_server_unpackBackpack.sqf @@ -0,0 +1,35 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Unpack backpack + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server/compile/epoch_player/EPOCH_server_unpackBackpack.sqf +*/ +private ["_wHPos","_wH","_nearByHolder","_item","_player"]; +diag_log str(_this); +_item = _this select 0; +_player = _this select 1; +if !([_player,_this select 2] call EPOCH_server_getPToken) exitWith {}; +if (_item isKindOf "Bag_Base") then { + _wH = objNull; + _nearByHolder = nearestObjects [position _player,["groundWeaponHolder"],3]; + + if (_nearByHolder isEqualTo []) then { + _wHPos = _player modelToWorld [0,1,0]; + if (surfaceIsWater _wHPos) then { + _wHPos = ASLToATL _wHPos; + }; + _wH = createVehicle ["groundWeaponHolder",_wHPos, [], 0, "CAN_COLLIDE"]; + } else { + _wH = _nearByHolder select 0; + }; + + _wh addBackpackCargoGlobal [_item,1]; +}; diff --git a/Sources/epoch_server/compile/epoch_player/fn_savePlayer.sqf b/Sources/epoch_server/compile/epoch_player/fn_savePlayer.sqf new file mode 100644 index 00000000..40840dee --- /dev/null +++ b/Sources/epoch_server/compile/epoch_player/fn_savePlayer.sqf @@ -0,0 +1,3 @@ +if([_this select 0,_this select 2] call EPOCH_server_getPToken)then{ + _this call EPOCH_server_savePlayer +} diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_serverLootObject.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_serverLootObject.sqf index 14cf0e05..cfcd4094 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_serverLootObject.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_serverLootObject.sqf @@ -2,6 +2,8 @@ private["_randomItemArray", "_quan", "_randomLootClass", "_type", "_randomItem", _object = _this select 0; _type = _this select 1; +_randomizeMagazineAmmoCount = ["CfgEpochClient", "randomizeMagazineAmmoCount", true] call EPOCH_fnc_returnConfigEntryV2; + if !(isNull _object) then{ _lootTable = [_type, "CfgMainTable", "tables"] call EPOCH_weightedArray; @@ -62,10 +64,14 @@ if !(isNull _object) then{ _loop = false; }; case "magazine": { - //_object addMagazineCargoGlobal [_randomItem, _quan]; - _magazineSize = getNumber (configFile >> "CfgMagazines" >> _randomItem >> "count"); - _object addMagazineAmmoCargo[_randomItem, _quan, ceil(random(_magazineSize))]; - + if (_randomizeMagazineAmmoCount) then { + // spawn a single Magazine with a random ammo count + _magazineSize = getNumber (configFile >> "CfgMagazines" >> _randomItem >> "count"); + _object addMagazineAmmoCargo[_randomItem, _quan, ceil(random(_magazineSize))]; + } else { + // spawn a single full Magazine + _object addMagazineCargoGlobal [_randomItem, _quan]; + }; _loop = false; }; case "backpack": { @@ -77,9 +83,14 @@ if !(isNull _object) then{ _mags = getArray (configFile >> "CfgWeapons" >> _randomItem >> "magazines"); if !(_mags isEqualTo []) then { - // add only one free magazine with random ammo count - _magazineSize = getNumber (configFile >> "CfgMagazines" >> (_mags select 0) >> "count"); - _object addMagazineAmmoCargo[_mags select 0, 1, ceil(random(_magazineSize))]; + if (_randomizeMagazineAmmoCount) then { + // spawn a single Magazine with a random ammo count + _magazineSize = getNumber (configFile >> "CfgMagazines" >> (_mags select 0) >> "count"); + _object addMagazineAmmoCargo[_mags select 0, 1, ceil(random(_magazineSize))]; + } else { + // spawn a single full Magazine with weapon + _object addMagazineCargoGlobal [_mags select 0, 1]; + }; }; _loop = false; }; diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf index fd595fe3..a8d9c9c0 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf @@ -1,4 +1,50 @@ -private ["_pos1","_pos","_veh","_veh1","_veh2"]; +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Creates inital teleport zones and sets up trader city props. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf +*/ + +private ["_class","_debug1","_lightLocation","_light","_deSimulate","_pos","_dir","_ep","_useWorldPos","_pos1","_markerName","_loadBaseTemplateConfig","_pro2","_veh2","_enterClass","_exitClass","_pro1","_veh1","_debugLocation","_debug","_protection","_config","_loadBaseTemplateConfig"]; + +_loadBaseTemplateConfig = { + private ["_partPos","_part","_array","_pos","_center","_deSimulate"]; + _array = getArray(configfile >> "CfgPropTemplate" >> (_this select 1)); + _pos = _this select 2; + _pos set [2,0]; + _center = createVehicle [_this select 0, _pos, [], 0, "CAN_COLLIDE"]; + // diag_log format ["DEBUG 24 _pos: %1 %2",_pos, getpos _center]; + { + _partPos = _center modelToWorld (_x select 1); + _partPos set [2,0]; + if ((_x select 0) isKindOf "Man") then { + // { "C_man_hunter_1_F", { 4585.05, 4516.51, 0.201431 }, 273.197 }, + EPOCH_staticNPCTraderPos pushBack [(_x select 0), _partPos, (_x select 2)]; + } else { + _part = createVehicle [_x select 0, _partPos, [], 0, "CAN_COLLIDE"]; + _part setDir (_x select 2); + _part setPos _partPos; + + _deSimulate = _class isKindOf "ThingX"; + // disable simulation if true + if (count _x >= 4) then { + _deSimulate = (_x select 3) isEqualTo "true"; + }; + + if (_deSimulate) then{ + _part enableSimulationGlobal false; + }; + }; + } forEach _array; +}; _debugLocation = getMarkerPos "respawn_west"; _debugLocation set[2, 0]; @@ -17,6 +63,13 @@ for "_i" from 5 to 8 do { _debug1 setDir 90; }; +// spawn lights +{ + _lightLocation = _debug modelToWorld _x; + _light = createVehicle["Land_PortableLight_double_F", _lightLocation, [], 0, "CAN_COLLIDE"]; + _light setDir ([_debugLocation,_lightLocation] call BIS_fnc_dirTo); + _light setpos _lightLocation; +} forEach [[-16.623,-8.50195,-10.5417],[15.0352,-9.08594,-10.5417]]; _config = configFile >> "CfgEpoch"; @@ -29,12 +82,11 @@ _config = configFile >> "CfgEpoch"; _deSimulate = _class isKindOf "ThingX"; if (count _x >= 4) then { - _deSimulate = (_x select 3) isEqualTo "true"; }; _ep = createVehicle[_class, _pos, [], 0, "CAN_COLLIDE"]; - + _ep allowDamage false; if (typeName _dir == "ARRAY") then{ _ep setVectorDirAndUp _dir; @@ -51,10 +103,30 @@ _config = configFile >> "CfgEpoch"; { _enterClass = _x select 0; - _pos1 = _debug modelToWorld (_x select 1); + + _useWorldPos = false; + if (count _x >= 5) then { + _useWorldPos = (_x select 4) isEqualTo "true"; + }; + _pos1 = _x select 1; + if !(_useWorldPos) then { + _pos1 = _debug modelToWorld (_x select 1); + }; + _exitClass = _x select 2; _pos = _x select 3; + // if _pos is given a string we expect is to be a markerName + if (_pos isEqualType "") then { + _markerName = _pos; + _pos = getMarkerPos _markerName; + // diag_log format ["DEBUG _pos: %1",_pos]; + // load template props for marker location + ["ProtectionZone_Invisible_F",_markerName,_pos] call _loadBaseTemplateConfig; + } else { + _pro2 = createVehicle ["ProtectionZone_Invisible_F", _pos, [], 0, "CAN_COLLIDE"]; + }; + _pro1 = createVehicle ["ProtectionZone_Invisible_F", _pos1, [], 0, "CAN_COLLIDE"]; _veh1 = createVehicle[_enterClass, _pos1, [], 0, "CAN_COLLIDE"]; _veh1 enableSimulationGlobal false; @@ -71,6 +143,6 @@ _config = configFile >> "CfgEpoch"; _veh2 setDir 0; _veh2 setposATL _pos; }; - _pro2 = createVehicle ["ProtectionZone_Invisible_F", _pos, [], 0, "CAN_COLLIDE"]; + EPOCH_staticTraderLocations pushBack _pos; } foreach (getArray(_config >> worldname >> "telePos")); diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_server_teleportPlayer.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_server_teleportPlayer.sqf index 26ce3d9f..bb92ff92 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_server_teleportPlayer.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_server_teleportPlayer.sqf @@ -5,9 +5,9 @@ _teleporter = _this select 1; if !([_player, _this select 2] call EPOCH_server_getPToken) exitWith{}; if (isNull _teleporter) exitWith{}; -if (_plyr distance _teleporter > 20) exitWith{}; +if (_player distance _teleporter > 20) exitWith{}; _tp = _teleporter getVariable["ParentBuilding", []]; if !(_tp isEqualTo []) then { _player setPosATL _tp; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf index 5750cd5c..d4c3785d 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf @@ -11,6 +11,6 @@ if (!isNull (_this select 0)) then { [(_this select 1), "UAV"] call EPOCH_server_triggerEvent; _objHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _slot]; - ["AI", _objHiveKey, []] call EPOCH_fnc_server_hiveSET; + ["AI", _objHiveKey] call EPOCH_fnc_server_hiveDEL; }; }; diff --git a/Sources/epoch_server/compile/epoch_traders/EPOCH_server_loadTraders.sqf b/Sources/epoch_server/compile/epoch_traders/EPOCH_server_loadTraders.sqf index 9ddee61c..16648eb2 100644 --- a/Sources/epoch_server/compile/epoch_traders/EPOCH_server_loadTraders.sqf +++ b/Sources/epoch_server/compile/epoch_traders/EPOCH_server_loadTraders.sqf @@ -8,7 +8,9 @@ private [ ,"_home","_work","_schedule" ]; -_staticTradersArray = getArray(configFile >> "CfgEpoch" >> worldName >> "staticNpcPos"); +_staticTradersArray = [] + EPOCH_staticNPCTraderPos; +EPOCH_staticNPCTraderPos = nil; +_staticTradersArray append getArray(configFile >> "CfgEpoch" >> worldName >> "staticNpcPos"); _staticTradersArrCount = count _staticTradersArray; _aiTables = ["U_OG_leader", "U_C_Poloshirt_stripped", "U_C_Poloshirt_blue", "U_C_Poloshirt_burgundy", "U_C_Poloshirt_tricolour", "U_C_Poloshirt_salmon", "U_C_Poloshirt_redwhite", "U_C_Poor_1", "U_C_WorkerCoveralls", "U_C_Journalist", "U_C_Scientist", "U_OrestesBody"]; diff --git a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf index 1c41924a..9b4f5327 100644 --- a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf +++ b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf @@ -224,7 +224,7 @@ if (_slot != -1) then { _lockOwner = _plyrGroup; }; - _vehObj = [_item,_position,random 360,true,_vehslot,_lockOwner,"NONE",false] call EPOCH_fnc_spawn_vehicle; + _vehObj = [_item,_position,random 360,true,_vehslot,_lockOwner,"NONE",false,false] call EPOCH_fnc_spawn_vehicle; _final_location = getPosATL _vehObj; _group = group _plyr; diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedBuilding.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedBuilding.sqf index 50ff34c1..266439e9 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedBuilding.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedBuilding.sqf @@ -15,7 +15,8 @@ if (!isNull _building) then { }; _vehHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _vehSlot]; - ["Building", _vehHiveKey, []] call EPOCH_fnc_server_hiveSET; + ["Building", _vehHiveKey] call EPOCH_fnc_server_hiveDEL; + EPOCH_BuildingSlots set [_vehSlot, 0]; EPOCH_BuildingSlotCount = { _x == 0 } count EPOCH_BuildingSlots; diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedStorage.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedStorage.sqf index ee84320d..d7bd7a95 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedStorage.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedStorage.sqf @@ -7,7 +7,8 @@ if (!isNull _storage) then { _vehSlot = _storage getVariable["STORAGE_SLOT", "ABORT"]; if (_vehSlot != "ABORT") then { _vehHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _vehSlot]; - ["Storage", _vehHiveKey, []] call EPOCH_fnc_server_hiveSET; + ["Storage", _vehHiveKey] call EPOCH_fnc_server_hiveDEL; + EPOCH_StorageSlots pushBack _vehSlot; EPOCH_StorageSlotsCount = count EPOCH_StorageSlots; diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedVehicle.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedVehicle.sqf index 93f03903..95695d63 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedVehicle.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_save_killedVehicle.sqf @@ -7,7 +7,7 @@ if (!isNull _vehicle) then { _vehSlot = _vehicle getVariable ["VEHICLE_SLOT", "ABORT"]; if (_vehSlot != "ABORT") then { _vehHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _vehSlot]; - ["Vehicle", _vehHiveKey, []] call EPOCH_fnc_server_hiveSET; + ["Vehicle", _vehHiveKey] call EPOCH_fnc_server_hiveDEL; EPOCH_VehicleSlots pushBack _vehSlot; EPOCH_VehicleSlotCount = count EPOCH_VehicleSlots; publicVariable "EPOCH_VehicleSlotCount"; diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf index a873f701..af00e192 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_lockVehicle.sqf @@ -9,7 +9,7 @@ if (isNull _vehicle) exitWith {}; if !([_player,_this select 3] call EPOCH_server_getPToken) exitWith {}; if (_player distance _vehicle > 20) exitWith {}; -// Group access +// Group access _plyrUID = getPlayerUID _player; _plyrGroup = _player getVariable["GROUP", ""]; @@ -28,10 +28,34 @@ if (_vehSlot != "ABORT") then { }; }; +// get locked state _isLocked = locked _vehicle in[2, 3]; +_driver = driver _vehicle; +_crew = []; +{ + // only get alive crew + if (alive _x) then { + _crew pushBack _x; + }; +} forEach (crew _vehicle); + +// if vehicle has a crew and player is not inside vehicle only allow locking if already owner +_logic = if !(_crew isEqualTo []) then { + if (_player in _crew) then { + // allow unlock if player is the driver or is inside the vehicle with out a driver. + (_player isEqualTo _driver || isNull(_driver)) + } else { + // allow only if player is already the owner as they are not inside the occupied vehicle. + (_lockedOwner == _lockOwner) + }; +} else { + // vehicle has no crew, so allow only if: unlocked, is already the owner, vehicle has no owner. + (!_isLocked || _lockedOwner == _lockOwner || _lockedOwner == "-1") +}; + // Lockout mech -if (!_isLocked || _lockedOwner == _lockOwner || _lockedOwner == "-1") then { +if (_logic) then { _value = _this select 1; @@ -48,4 +72,4 @@ if (!_isLocked || _lockedOwner == _lockOwner || _lockedOwner == "-1") then { [["unlockVehicle", _vehicle], (owner _vehicle)] call EPOCH_sendPublicVariableClient; }; }; -}; \ No newline at end of file +}; diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf index 6dcd706d..36e4bb42 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicle.sqf @@ -11,6 +11,7 @@ _slot = _this select 4; _lockOwner = param [5, ""]; _can_collide = param [6, "CAN_COLLIDE"]; _spawnLoot = param [7, false]; +_spawnDamaged = param [8, true]; //diag_log format["DEBUG: spawn_vehicle %1", _this]; @@ -45,6 +46,14 @@ if !(isNull _vehObj) then{ // randomize fuel TODO push min max to config _vehObj setFuel ((random 1 max 0.1) min 0.9); + // add random damage to vehicles (avoid setting engine or fuel to 100% damage to prevent instant destruction) + if (_spawnDamaged) then { + { + _maxDamage = if (_x in ["HitEngine","HitFuel"]) then {0.9} else {1}; + _vehObj setHitIndex [_forEachIndex,random(_maxDamage)]; + } forEach ((getAllHitPointsDamage _vehObj) param [0,[]]); + }; + // get colors from config _config = (configFile >> "CfgVehicles" >> _vehClass >> "availableColors"); diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicles.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicles.sqf index 1c362a34..f4db327c 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicles.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_spawn_vehicles.sqf @@ -129,7 +129,7 @@ for "_i" from 1 to _spawnCount do { }; }; - _vehObj = [_vehClass,_position,_direction,true,_slot,"",_collide,true] call EPOCH_fnc_spawn_vehicle; + _vehObj = [_vehClass,_position,_direction,true,_slot,"",_collide,true,true] call EPOCH_fnc_spawn_vehicle; if (EPOCH_DEBUG_VEH) then { _marker = createMarker [str(_position) , _position]; diff --git a/Sources/epoch_server/compile/epoch_vehicle/test.sqf b/Sources/epoch_server/compile/epoch_vehicle/test.sqf deleted file mode 100644 index e2f7f5a7..00000000 --- a/Sources/epoch_server/compile/epoch_vehicle/test.sqf +++ /dev/null @@ -1,205 +0,0 @@ -epoch_centerMarkerPosition = getpos player; -EPOCH_dynamicVehicleArea = 20000 / 2; - -EPOCH_VehicleSlots = []; -for "_i" from 1 to 156 do { - EPOCH_VehicleSlots pushBack str(_i); -}; - -EPOCH_storedVehicleCount = 0; - -EPOCH_allowedVehiclesList = [ - ["C_Offroad_01_EPOCH", 8], - ["C_Quadbike_01_EPOCH", 8], - ["C_Hatchback_01_EPOCH", 10], - ["C_Hatchback_02_EPOCH", 10], - ["C_SUV_01_EPOCH", 10], - ["C_Rubberboat_EPOCH", 5], - ["C_Rubberboat_02_EPOCH", 5], - ["C_Rubberboat_03_EPOCH", 5], - ["C_Rubberboat_04_EPOCH", 5], - ["C_Van_01_box_EPOCH", 8], - ["C_Van_01_transport_EPOCH", 9], - ["C_Boat_Civil_01_EPOCH", 5], - ["C_Boat_Civil_01_police_EPOCH", 5], - ["C_Boat_Civil_01_rescue_EPOCH", 5], - ["B_Heli_Light_01_EPOCH", 2], - ["B_SDV_01_EPOCH", 2], - ["B_MRAP_01_EPOCH", 3], - ["B_Truck_01_transport_EPOCH", 1], - ["B_Truck_01_covered_EPOCH", 2], - ["B_Truck_01_mover_EPOCH", 1], - ["B_Truck_01_box_EPOCH", 1], - ["O_Truck_02_covered_EPOCH", 2], - ["O_Truck_02_transport_EPOCH", 1], - ["O_Truck_03_covered_EPOCH", 1], - ["O_Truck_02_box_EPOCH", 1], - ["I_Heli_light_03_unarmed_EPOCH", 1], - ["O_Heli_Light_02_unarmed_EPOCH", 1], - ["I_Heli_Transport_02_EPOCH", 1], - ["O_Heli_Transport_04_EPOCH", 1], - ["O_Heli_Transport_04_bench_EPOCH", 1], - ["O_Heli_Transport_04_box_EPOCH", 1], - ["O_Heli_Transport_04_covered_EPOCH", 1], - ["B_Heli_Transport_03_unarmed_EPOCH", 1], - ["jetski_epoch", 7], - ["K01", 2], - ["K02", 2], - ["K03", 2], - ["K04", 2], - ["ebike_epoch", 7], - ["mosquito_epoch", 5], - ["C_Heli_Light_01_civil_EPOCH",5] -]; - - - -_allowedVehiclesList = []; -{ - _vehClass = _x select 0; - _velimit = _x select 1; - _vehicleCount = {typeOf _x == _vehClass} count vehicles; - for "_i" from 1 to (_velimit-_vehicleCount) do { - _allowedVehiclesList pushBack _vehClass; - }; -} forEach EPOCH_allowedVehiclesList; - - - - - - - -_spawnPositionSize = [ - ["FlatAreaCity",1], - ["FlatAreaCitySmall",1], - ["NameCity",2], - ["NameVillage",1], - ["NameCityCapital",4], - ["Airport",5] -]; -if (worldName in ["Bornholm","Australia"]) then { - _spawnPositionSize append [ - ["NameLocal",2], - ["StrongpointArea",1], - ["VegetationBroadleaf",1], - ["VegetationFir",1], - ["ViewPoint",1] - ]; -}; - - -_allowedTypes = []; -{ - _allowedTypes pushBack (_x select 0) -}forEach _spawnPositionSize; - - - - - - -_allCitys = "getText(_x >> 'type') in _allowedTypes" configClasses (configfile >> "CfgWorlds" >> worldName >> "Names"); -_allCitysDync = []; - -{ - _cityPos = getArray(_x >> "position"); - _range = getNumber(_x >> "radiusA") * 1.3; - _nearBy = count(_cityPos nearEntities[["LandVehicle", "Ship", "Air", "Tank"], _range]); - _find = _allowedTypes find (getText(_x >> "type")); - if (_find > -1) then{ - _limit = _spawnPositionSize select _find select 1; - if (_limit > _nearBy) then{ - _allCitysDync pushBack _x; - }; - }; -} forEach _allCitys; - - - -_position = [0,0,0]; - - -{ - if (count EPOCH_VehicleSlots <= EPOCH_storedVehicleCount) exitWith{}; - - _vehClass = _allowedVehiclesList deleteAt (floor(random(count _allowedVehiclesList))); - - _direction = random 360; - _position = [0,0,0]; - _getRandomPos = true; - - - _preferedPos = getArray(configFile >> "CfgEpoch" >> worldname >> "whitelistedVehiclePos" >> _vehClass); - if !(_preferedPos isEqualTo []) then{ - _newPosition = _preferedPos select(floor(random(count _preferedPos))); - if ((nearestObjects[(_newPosition select 0), ["LandVehicle", "Ship", "Air", "Tank"], 50]) isEqualTo []) then{ - _position = _newPosition select 0; - _direction = _newPosition select 1; - _getRandomPos = false; - }; - }; - - - if (_getRandomPos) then{ - _isShip = _vehClass isKindOf "Ship"; - if (_isShip || (_vehClass isKindOf "Air")) then{ - if (_isShip) then{ - _position = [epoch_centerMarkerPosition, 0, EPOCH_dynamicVehicleArea, 10, 0, 4000, 1] call BIS_fnc_findSafePos; - _position = [_position, 0, 100, 10, 2, 4000, 0] call BIS_fnc_findSafePos; - } else { - _position = [epoch_centerMarkerPosition, 0, EPOCH_dynamicVehicleArea, 10, 0, 1000, 0] call BIS_fnc_findSafePos; - }; - } else { - - if (_allCitysDync isEqualTo []) then { - _position = [epoch_centerMarkerPosition, 0, EPOCH_dynamicVehicleArea, 10, 0, 1000, 0] call BIS_fnc_findSafePos; - } else { - - _selectedCity = _allCitysDync deleteAt (floor random(count _allCitysDync)); - _cityPos = getArray(_selectedCity >> "position"); - _range = getNumber(_selectedCity >> "radiusA") * 1.3; - - _roads = _cityPos nearRoads _range; - _road = _roads select(floor random(count _roads)); - - _position = getPosATL _road; - _position deleteAt 2; - }; - }; - }; - - if ((count _position == 2 && _getRandomPos) || !_getRandomPos) then{ - - - _collide = "CAN_COLLIDE"; - if (_getRandomPos) then{ - _collide = "NONE"; - _position set[2, 0]; - if (surfaceIsWater _position) then{ - _position = ASLToATL _position; - }; - }; - - _vehObj = [_vehClass,_position,_direction,true,_x,"",_collide,true] call EPOCH_fnc_spawn_vehicle; - - - _marker = createMarker [str(_position) , _position]; - _marker setMarkerShape "ICON"; - _marker setMarkerType "mil_dot"; - _marker setMarkerText format ["%1",_vehClass]; - _marker setMarkerColor "ColorRed"; - - - EPOCH_VehicleSlots set[_forEachIndex, "REM"]; - }; - -} forEach EPOCH_VehicleSlots; - -EPOCH_VehicleSlots = EPOCH_VehicleSlots - ["REM"]; - -EPOCH_VehicleSlotCount = count EPOCH_VehicleSlots; -publicVariable "EPOCH_VehicleSlotCount"; - -EPOCH_allowedVehiclesList = nil; -true diff --git a/Sources/epoch_server/config.cpp b/Sources/epoch_server/config.cpp index 650a3a8c..d80130e0 100644 --- a/Sources/epoch_server/config.cpp +++ b/Sources/epoch_server/config.cpp @@ -39,12 +39,17 @@ class cfgFunctions file = "\x\addons\a3_epoch_server\compile\epoch_bases\fn_saveBuilding.sqf"; }; }; + class players { + class savePlayer { + file = "\x\addons\a3_epoch_server\compile\epoch_player\fn_savePlayer.sqf"; + }; + }; }; }; class CfgServerVersion { - client = "0.3.6.0"; - config = "0.3.6.0"; + client = "0.3.7.0"; + config = "0.3.7.0"; hive = "0.5.1.7"; }; diff --git a/Sources/epoch_server/init/server_compiles.sqf b/Sources/epoch_server/init/server_compiles.sqf index c5b4926f..f42d60cd 100644 --- a/Sources/epoch_server/init/server_compiles.sqf +++ b/Sources/epoch_server/init/server_compiles.sqf @@ -32,6 +32,7 @@ EPOCH_server_deadPlayer = compileFinal preprocessFileLineNumbers "\x\ad EPOCH_server_revivePlayer = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_player\EPOCH_server_revivePlayer.sqf"; EPOCH_server_storeCrypto = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_player\EPOCH_server_storeCrypto.sqf"; EPOCH_server_equippedItem = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_player\EPOCH_server_equippedItem.sqf"; +EPOCH_server_unpackBackpack = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_player\EPOCH_server_unpackBackpack.sqf"; EPOCH_server_loadTraders = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_traders\EPOCH_server_loadTraders.sqf"; EPOCH_server_spawnTraders = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_traders\EPOCH_server_spawnTraders.sqf"; EPOCH_server_makeTrade = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_trading\EPOCH_server_makeTrade.sqf"; @@ -62,9 +63,9 @@ EPOCH_server_traderKilled = compileFinal preprocessFileLineNumbers "\x\ad EPOCH_localCleanup = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_server\EPOCH_localCleanup.sqf"; EPOCH_server_createTeleport = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_server\EPOCH_server_createTeleport.sqf"; EPOCH_server_teleportPlayer = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_server\EPOCH_server_teleportPlayer.sqf"; -EPOCH_Server_createObject = compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_Server_createObject.sqf"; -EPOCH_server_airDropCrate = compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_server_airDropCrate.sqf"; -EPOCH_server_fillContainer = compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_Server_fillContainer.sqf"; +EPOCH_Server_createObject = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_Server_createObject.sqf"; +EPOCH_server_airDropCrate = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_server_airDropCrate.sqf"; +EPOCH_server_fillContainer = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_Server_fillContainer.sqf"; EPOCH_server_handle_sapperObjs = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_antagonists\EPOCH_server_handle_sapperObjs.sqf"; EPOCH_Server_createAirDrop = compileFinal preprocessFileLineNumbers "\x\addons\a3_epoch_server\compile\epoch_missions\EPOCH_Server_createAirDrop.sqf"; @@ -74,7 +75,7 @@ EPOCH_weightedArray = compileFinal ' _configName = _this select 1; _arrayName = _this select 2; _return = missionNamespace getVariable[format["EPOCH_LT_%1_%2_%3",_configName,_keyName,_arrayName],[]]; - if(_return isEqualTo[]) then { + if(_return isEqualTo[]) then { _lootTableArray = []; _weightedArray = []; { @@ -113,4 +114,4 @@ EPOCH_precisionPos = compileFinal ' ]; _high = _this vectorDiff _low; [_low, _high] -'; \ No newline at end of file +'; diff --git a/Sources/epoch_server/init/server_publicEH.sqf b/Sources/epoch_server/init/server_publicEH.sqf index 3fd3a30e..b6e8ad1f 100644 --- a/Sources/epoch_server/init/server_publicEH.sqf +++ b/Sources/epoch_server/init/server_publicEH.sqf @@ -1,44 +1,49 @@ -"EPOCH_SAVEBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_saveBuilding}; -"EPOCH_UPBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_upgradeBUILD}; -"EPOCH_REMBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_removeBUILD}; -"EPOCH_PAINTBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_paintBUILD}; -"EPOCH_MAINTBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_maintBUILD}; -"EPOCH_selectedGender_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_loadPlayer}; -"EPOCH_checkPlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_checkPlayer}; -"EPOCH_respawnPlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_respawnPlayer}; -// "EPOCH_S_S_VEHICLES" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_save_vehicles}; -"EPOCH_pushPlayer_PVS" addPublicVariableEventHandler{if([_this select 1 select 0,_this select 1 select 2]call EPOCH_server_getPToken)then{(_this select 1)call EPOCH_server_savePlayer}}; -"EPOCH_deadPlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_deadPlayer}; -"EPOCH_destroyTrash" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_destroyTrash}; -"EPOCH_knockDownTree" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_knockDownTree}; -"EPOCH_mineRocks_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_mineRocks}; -"EPOCH_lootAnimal" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lootAnimal}; -"EPOCH_say3D_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_handle_say3D}; -"EPOCH_switchMove_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_handle_switchMove}; -"EPOCH_GROUP_Upgrade_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_upgradeGroup}; -"EPOCH_GROUP_Player_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_updatePlayerGroup}; -"EPOCH_GROUP_create_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_createGroup}; -"EPOCH_GROUP_Delete_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_deleteGroup}; -"EPOCH_GROUP_Invite_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_invitePlayer}; -"EPOCH_lootContainer" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lootContainer}; -"EPOCH_revivePlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_revivePlayer}; -"EPOCH_storeCrypto_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_storeCrypto}; -"EPOCH_MAKETRADEREQ" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_tradeRequest}; -"EPOCH_MAKETRADE" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_makeTrade}; -"EPOCH_MAKENPCTRADE" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_makeNPCTrade}; -"EPOCH_takeCrypto_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_takeCrypto}; -"EPOCH_repairVehicle_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_repairVehicle}; -"EPOCH_fillVehicle_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_fillVehicle}; -"EPOCH_lockVehicle_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lockVehicle}; -"EPOCH_equippedItem_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_equippedItem}; -"EPOCH_lockStorage_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lockStorage}; -"EPOCH_packStorage_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_packStorage}; -"EPOCH_packJack_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_packJack}; -"EPOCH_TEMPOBJ_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_localCleanup}; -"EPOCH_oneWayTP" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_teleportPlayer}; -"EPOCH_FillContainer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_fillContainer}; -"EPOCH_SapperObjs_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_handle_sapperObjs}; -"EPOCH_createAirDrop_PVS" addPublicVariableEventHandler{ (_this select 1)call EPOCH_Server_createAirDrop }; -"EPOCH_airDropCrate_PVS" addPublicVariableEventHandler{ (_this select 1)call EPOCH_server_airDropCrate }; +// "EPOCH_SAVEBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_saveBuilding}; +// "EPOCH_UPBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_upgradeBUILD}; +// "EPOCH_REMBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_removeBUILD}; +// "EPOCH_PAINTBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_paintBUILD}; +// "EPOCH_MAINTBUILD" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_maintBUILD}; +// "EPOCH_selectedGender_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_loadPlayer}; +// "EPOCH_checkPlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_checkPlayer}; +// "EPOCH_respawnPlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_respawnPlayer}; +// "EPOCH_S_S_VEHICLES" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_save_vehicles}; +// "EPOCH_pushPlayer_PVS" addPublicVariableEventHandler{(_this select 1) call EPOCH_fnc_savePlayer}; +// "EPOCH_deadPlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_deadPlayer}; +// "EPOCH_destroyTrash" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_destroyTrash}; +// "EPOCH_knockDownTree" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_knockDownTree}; +// "EPOCH_mineRocks_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_mineRocks}; +// "EPOCH_lootAnimal" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lootAnimal}; +// "EPOCH_say3D_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_handle_say3D}; +// "EPOCH_switchMove_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_handle_switchMove}; +// "EPOCH_GROUP_Upgrade_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_upgradeGroup}; +// "EPOCH_GROUP_Player_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_updatePlayerGroup}; +// "EPOCH_GROUP_create_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_createGroup}; +// "EPOCH_GROUP_Delete_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_deleteGroup}; +// "EPOCH_GROUP_Invite_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_invitePlayer}; + +// "EPOCH_lootContainer" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lootContainer}; +// "EPOCH_revivePlayer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_revivePlayer}; +// "EPOCH_storeCrypto_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_storeCrypto}; +// "EPOCH_MAKETRADEREQ" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_tradeRequest}; + +// "EPOCH_MAKETRADE" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_makeTrade}; +// "EPOCH_MAKENPCTRADE" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_makeNPCTrade}; +// "EPOCH_takeCrypto_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_takeCrypto}; +// "EPOCH_repairVehicle_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_repairVehicle}; + +// "EPOCH_fillVehicle_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_fillVehicle}; +// "EPOCH_lockVehicle_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lockVehicle}; +// "EPOCH_equippedItem_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_equippedItem}; +// "EPOCH_lockStorage_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_lockStorage}; + +// "EPOCH_packStorage_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_packStorage}; +// "EPOCH_packJack_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_packJack}; +// "EPOCH_TEMPOBJ_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_localCleanup}; +// "EPOCH_oneWayTP" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_teleportPlayer}; + +// "EPOCH_FillContainer_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_fillContainer}; +// "EPOCH_SapperObjs_PVS" addPublicVariableEventHandler{(_this select 1)call EPOCH_server_handle_sapperObjs}; +// "EPOCH_createAirDrop_PVS" addPublicVariableEventHandler{ (_this select 1)call EPOCH_Server_createAirDrop }; +// "EPOCH_airDropCrate_PVS" addPublicVariableEventHandler{ (_this select 1)call EPOCH_server_airDropCrate }; diff --git a/Sources/epoch_server/init/server_securityfunctions.sqf b/Sources/epoch_server/init/server_securityfunctions.sqf index 8464fd61..961db0f1 100644 --- a/Sources/epoch_server/init/server_securityfunctions.sqf +++ b/Sources/epoch_server/init/server_securityfunctions.sqf @@ -61,7 +61,7 @@ _checkFiles = [ ["\x\addons\a3_epoch_code\compile\interface_event_handlers\EPOCH_KeyDown.sqf", "EPOCH_KeyDown"] ]; _skn_check_files = [_serverSettingsConfig, "antihack_checkFiles", _checkFiles] call EPOCH_fnc_returnConfigEntry; -_whitelistPatches = ["A3_AIR_F_RTD","AiA_Worlds_Author","AiA_Worlds_Grid","AiA_BaseConfig_F","AiA_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","AiA_cba_xeh_a2_Dummy","AiA_CBA_A2_xeh_Dummy","AiA_cba_xeh_oa_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_CA_Data","AiA_A10_Data","AiA_Afghan_Data","AiA_Air2_Data","AiA_Air3_Data","AiA_Air_Data","AiA_Air_e_Data","AiA_Animations_Data","AiA_Animations_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Data","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Data","AiA_Buildings_Data","AiA_Ca_acr_Data","AiA_CA_Config","CAData","AiA_CA_Config_Data_ParticleEffects","CAData_ParticleEffects","AiA_Ca_e_Data","AiA_Ca_pmc_Data","AiA_Characters2_Data","AiA_Chernarus_Data","AiA_Chernarus_Data_Data","AiA_Chernarus_Data_Layers_Data","AiA_Chernarus_Summer_Data","AiA_Cti_buildings_Data","AiA_CA_Data_Data_ParticleEffects","AiA_Data_baf_Data","AiA_Desert2_Data","Desert2_Objects","AiA_Desert_Data","AiA_Desert_e_Data","AiA_Hotfix_Data","AiA_Introanims_Data","CALanguage","AiA_Language_acr_Data","AiA_Language_baf_Data","AiA_Language_e_Data","AiA_Language_pmc_Data","CALanguage_missions","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Data","CALanguage_missions_e","AiA_Languagemissions_pmc_Data","AiA_Misc2_Data","AiA_Misc3_Data","AiA_Misc_Data","AiA_Misc_acr_Data","AiA_Misc_e_Data","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Data","AiA_Plants_Data","AiA_Plants_Config","CAPlants","AiA_Plants_e2_Data","AiA_Plants_e_Data","AiA_Plants_pmc_Data","AiA_Provinggrounds_pmc_Data","AiA_Roads2_Data","AiA_Roads2_Config","CARoads2","CARoads2Bridge","CARoads2Dam","AiA_Roads_Data","AiA_Roads_Config","CARoads","AiA_Roads_e_Data","AiA_Roads_pmc_Data","AiA_Roads_pmc_Config","CARoads_PMC_Bridge","AiA_Rocks2_Data","AiA_Rocks2_Config","CARocks2","AiA_Rocks_Data","AiA_Rocks_Config","CARocks","AiA_Rocks_e_Data","AiA_Sara_Data","AiA_Saralite_Data","AiA_Shapur_baf_Data","AiA_Signs2_Data","AiA_Signs2_Config","CASigns2","AiA_Signs_Data","AiA_Signs_Config","CASigns","AiA_Signs_e_Data","AiA_Sounds_Data","AiA_Sounds_Config","CASounds","AiA_Sounds_e_Data","AiA_Structures_Data","pond_test","AiA_Structures_e_Data","AiA_Structures_pmc_Data","AiA_Takistan_Data","AiA_Takistan_Data_Data","AiA_Takistan_Data_Layers_Data","AiA_Tracked2_Data","AiA_Tracked_Data","AiA_Tracked_e_Data","AiA_Ui_Data","AiA_Utes_Data","AiA_Utes_Config","Utes","AiA_Water2_Data","CAWater2_LHD","AiA_Water_Data","AiA_Weapons2_Data","AiA_Weapons_Data","AiA_Weapons_e_Data","AiA_Weapons_pmc_Data","AiA_Wheeled2_Data","AiA_Wheeled_Data","AiA_Wheeled_e_Data","AiA_Zargabad_Data","AiA_Models_DBE1_Data","Music_DBE1","ploty_DBE1","Roads_DBE1","AiA_Sara_dbe1_Data","Disable_XEH_Logging","AiA_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","Hsim_Language_H","Hsim_Language_missions_H","AiA_StandaloneTerrainPack_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAUI","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAFonts","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMP_Armory_Misc","CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Direction","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","AiA_Buildings_Config","CABuildings","CABuildings_Misc","Desert2_Buildings","CA_desert2_Characters","DBE1_Hotfix","AiA_Language_acr_Config","CALanguage_ACR","AiA_Language_e_Config","CALanguage_e","AiA_Language_pmc_Config","CALanguage_PMC","AiA_Languagemissions_acr_Config","CALanguage_missions_ACR","AiA_Languagemissions_pmc_Config","CALanguage_missions_PMC","AiA_Misc_Config","CAMisc","CAWater2_seafox_EP1","AiA_Roads_e_Config","CARoads_E","AiA_Rocks_e_Config","CARocks_E","AiA_Sara_Config","Sara","AiA_Saralite_Config","SaraLite","AiA_Structures_Config","CAStructures","CAStructures_A_BuildingWIP","CAStructures_A_CraneCon","CAStructuresLand_A_MunicipalOffice","CAStructuresBarn_W","CAStructures_Castle","CAStructuresHouse","CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office02","CAStructuresHouse_a_stationhouse","CAStructuresHouse_Church_02","CAStructuresHouse_Church_03","CAStructuresHouse_Church_05R","CAStructuresHouse_HouseBT","CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV","CAStructuresLand_Ind_Stack_Big","CAStructures_IndPipe1","CAStructuresInd_Quarry","Ind_SawMill","CAStructures_Mil","CAStructures_Misc","CAStructures_Misc_Armory","CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Powerlines","CAStructures_Nav","CAStructuresLand_Nav_Boathouse","CAStructures_Proxy_BuildingParts","CAStructures_Proxy_Ruins","CAStructures_Rail","CAStructuresHouse_rail_station_big","CAStructures_Ruins","CAStructuresShed_Small","CAStructuresHouse_Shed_Ind","CAStructures_Wall","AiA_Models_DBE1_Config","Models_DBE1","Anims_DBE1","HMMWV_DBE1","Kamenolom_DBE1","Mercenary_DBE1","Misc_DBE1","NPCs_DBE1","Pila_DBE1","Prisoners_DBE1","UH60Desert","UI_DBE1","Vysilac_DBE1","Zakladna_DBE1","AiA_Sara_dbe1_Config","Sara_dbe1","AiA_Buildings2_Config","CABuildings2","A_Crane_02","A_GeneralStore_01","CABuildings2_A_Pub","A_statue","Barn_Metal","CABuildingParts","CABuildingParts_Signs","CATEC","Church_01","Farm_Cowshed","Farm_WTower","CAHouseBlock_A","CAHouseBlock_B","CAHouseBlock_C","CAHouseBlock_D","HouseRuins","Ind_Dopravnik","Ind_Expedice","Ind_MalyKomin","Ind_Mlyn","Ind_Pec","ind_silomale","Ind_SiloVelke","Ind_Vysypka","Ind_Garage01","CAStructures_IndPipe1_todo_delete","IndPipe2","Ind_Shed_01","Ind_Shed_02","Ind_Tank","Ind_Workshop01","CABuildings2_Misc_Cargo","Misc_PowerStation","Misc_WaterStation","Rail_House_01","Shed_small","Shed_wooden","particle_effects","AiA_Chernarus_Config","Chernarus","AiA_Chernarus_Summer_Config","Chernarus_Summer","AiA_Desert2_Config","Porto","AiA_Desert_Config","Desert","AiA_Hotfix_Config","CA_Hotfix","CA_QGClutterHotfix","CA_Hotfix_vez_ropa","AiA_Misc2_Config","CAMisc2","AiA_Misc3_Config","CAMisc3","WarfareBuildings","AiA_Misc_e_Config","CAMisc_E","CAMisc_E_WF","AiA_Signs_e_Config","CASigns_E","A_TVTower","CAStructures_Nav_pier","CAStructures_Railway","AiA_Structures_e_Config","CAStructures_E","CAStructures_E_HouseA","CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseC","CAStructures_E_HouseK","CAStructures_E_HouseL","CAStructures_E_Ind","CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Ind_Shed","CAStructures_E_Mil","CAStructures_E_Misc","CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Well","CAStructures_E_Wall","CAStructures_E_Wall_Wall_L","AiA_Structures_pmc_Config","CAStructures_PMC","CAStructures_PMC_Buildings","CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Ind","CAStructures_PMC_FuelStation","CAStructures_PMC_Misc","CAStructures_PMC_Misc_Shed","CAStructures_PMC_Ruins","CAStructures_PMC_Walls","AiA_Takistan_Config","Takistan","AiA_Zargabad_Config","zargabad","AiA_Afghan_Config","Mountains_ACR","AiA_Bohemia_Config","Woodland_ACR","AiA_Bootcamp_acr_Config","Bootcamp_ACR","AiA_Data_baf_Config","CA_BAF","AiA_Desert_e_Config","Desert_E","AiA_Language_baf_Config","CALanguage_Baf","AiA_Languagemissions_baf_Config","CALanguageMissions_baf","AiA_Misc_acr_Config","CAMisc_ACR","CAMisc_ACR_3DMarkers","CAMisc_ACR_Container","CAMisc_ACR_Dog","CAMisc_ACR_Helpers","CAMisc_ACR_PBX","CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_Shooting_range","CAMisc_ACR_Sign_Mines","CAMisc_ACR_Targets","CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_TestSphere","AiA_Provinggrounds_pmc_Config","ProvingGrounds_PMC","AiA_Shapur_baf_Config","Shapur_BAF","AiA_Core","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_PictureMap","AiA_Worlds_PictureShot","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrainPack_Core_Faction","AiA_StandaloneTerrainPack_Core_VehicleClass"]; +_whitelistPatches = ["A3Data","A3_BaseConfig_F","A3_Dubbing_Radio_F","A3_Functions_F","A3_Functions_F_EPA","A3_Functions_F_EPC","A3_Language_F_MP_Mark","A3_LanguageMissions_F_MP_Mark","Map_VR","A3_Map_VR_Scenes","CUP_A10_Data","CUP_Afghan_Data","CUP_Air2_Data","CUP_Air3_Data","CUP_Air_Data","CUP_Air_d_baf_Data","CUP_Air_e_Data","CUP_Air_pmc_Data","CUP_CA_animals2","CA_animals2","CUP_Animations_Data","CUP_Animations_Config","CUP_Bohemia_Data","CUP_Bootcamp_acr_Data","CUP_Buildings2_Data","CUP_Buildings2_Ind_Cementworks_Data","CUP_Buildings_Data","CUP_Ca_acr_Data","CUP_CA_Config","CAData","CUP_Ca_e_Data","CUP_Ca_pmc_Data","CUP_Characters2_Data","CUP_Chernarus_Data","CUP_Chernarus_Summer_Data","CUP_Cti_buildings_Data","CUP_CA_Data","CUP_CAData_ParticleEffects","CAData_ParticleEffects","CUP_Data_baf_Data","CUP_dbe1_data","CUP_Desert2_Data","CUP_Desert2_Objects","Desert2_Objects","CUP_Desert_Data","CUP_Desert_e_Data","CUP_Hotfix_Data","CUP_L39_Data","CUP_CALanguage","CALanguage","CUP_CALanguage_ACR","CALanguage_ACR","CUP_CALanguage_missions","CALanguage_missions","CUP_CALanguage_missions_e","CALanguage_missions_e","CUP_Misc3_Data","CUP_CAMisc","CUP_Misc_Data","CAMisc","CUP_Misc_acr_Data","CUP_Misc_e_Data","CUP_CA_MPA","CA_MPA","CUP_CA_Plants2_Clutter","CA_Plants2_Clutter","CUP_CAPlants","CAPlants","CUP_CA_Plants_E_Clutter","CA_Plants_E_Clutter","CUP_Provinggrounds_pmc_Data","CUP_CARoads2","CARoads2","CUP_CARoads2Dam","CARoads2Dam","CUP_CARoads","CARoads","CUP_CARoads_E","CARoads_E","CUP_CARoads_PMC","CARoads_PMC","CUP_CARocks2","CARocks2","CUP_CARocks","CARocks","CUP_CARocks_E","CARocks_E","CUP_Sara_Data","CUP_Saralite_Data","CUP_Shapur_baf_Data","CUP_CASigns","CASigns","CUP_CASigns_E","CASigns_E","CUP_Sounds_Data","CUP_Sounds_Config","CASounds","CUP_Sounds_e_Data","CUP_Structures_Data","CUP_pond_test","pond_test","CUP_Structures_e_Data","CUP_Structures_pmc_Data","CUP_Takistan_Data","CUP_Tracked2_Data","CUP_Tracked_Data","CUP_Tracked_e_Data","CUP_CAFonts","CAFonts","CUP_Utes_Data","CUP_Water2_Data","CUP_Water_Data","CUP_Weapons2_Data","CUP_Weapons_Data","CUP_Weapons_e_Data","CUP_Weapons_pmc_Data","CUP_Wheeled2_Data","CUP_Wheeled_Data","CUP_Wheeled_e_Data","CUP_Zargabad_Data","CUP_A1AlwaysDummy","CAVideo2_PMC","CA_AnimsHotfix","CA_CutSceneAnims","CAIntroAnims","CAUSMCD","CAVoice","CAweapons3_aks74pso","CAWeapons3_ammocrates","CAweapons3_ksvk","CAweapons3_m107","CAweapons3_m16a4_acg_gl","CAweapons3_m16a4_acg","CAweapons3_m16a4_gl","CAweapons3_m16a4","CAWeapons3","CTI_buildingsBmp2_hq","CTI_buildingsM113_hq","DSHkM_Mini","M2HD_Mini","MK19_Tripod","Warfare","WarfareBuildings_Stinger_Twice_static","WarfareBuildings_T72_RACS","WarfareBuildings_TOW_Tripod","CUP_AiA_compat","AiA_A1AlwaysDummy","AiA_Afghan_Config","AiA_Afghan_Data","AiA_BaseConfig_F","AiA_Bohemia_Config","AiA_Bohemia_Data","AiA_Bootcamp_acr_Config","AiA_Bootcamp_acr_Data","AiA_Buildings_Config","AiA_Buildings_Data","AiA_Buildings2_Config","AiA_Buildings2_Data","AiA_Buildings2_Ind_Cementworks_Config","AiA_Buildings2_Ind_Cementworks_Data","AiA_Ca_acr_Config","AiA_Ca_acr_Data","AiA_CA_Config","AiA_CA_Config_Data_ParticleEffects","AiA_CA_Data","AiA_Ca_e_Config","AiA_Ca_e_Data","AiA_Ca_pmc_Config","AiA_Ca_pmc_Data","AiA_CBA_A2_xeh_Dummy","AiA_CBA_OA_xeh_Dummy","AiA_cba_xeh_a2_Dummy","AiA_cba_xeh_oa_Dummy","AiA_Chernarus_Config","AiA_Chernarus_Data","AiA_Chernarus_Summer_Config","AiA_Chernarus_Summer_Data","AiA_Core","AiA_Cti_buildings_Config","AiA_Cti_buildings_Data","AiA_Data_baf_Config","AiA_Data_baf_Data","AiA_Desert_Config","AiA_Desert_Data","AiA_Desert_e_Config","AiA_Desert_e_Data","AiA_Desert2_Config","AiA_Desert2_Data","AiA_Hotfix_Config","AiA_Hotfix_Data","AiA_Language_acr_Config","AiA_Language_acr_Data","AiA_Language_baf_Config","AiA_Language_baf_Data","AiA_Language_e_Config","AiA_Language_e_Data","AiA_Language_pmc_Config","AiA_Language_pmc_Data","AiA_Languagemissions_acr_Config","AiA_Languagemissions_acr_Data","AiA_Languagemissions_baf_Config","AiA_Languagemissions_baf_Data","AiA_Languagemissions_pmc_Config","AiA_Languagemissions_pmc_Data","AiA_Misc_acr_Config","AiA_Misc_acr_Data","AiA_Misc_Config","AiA_Misc_Data","AiA_Misc_e_Config","AiA_Misc_e_Data","AiA_Misc2_Config","AiA_Misc2_Data","AiA_Misc3_Config","AiA_Misc3_Data","AiA_Models_DBE1_Config","AiA_Models_DBE1_Data","AiA_Plants_Config","AiA_Plants_Data","AiA_Plants_e_Config","AiA_Plants_e_Data","AiA_Plants_e2_Config","AiA_Plants_e2_Data","AiA_Plants_pmc_Config","AiA_Plants_pmc_Data","AiA_Plants2_Bush_Config","AiA_Plants2_Bush_Data","AiA_Plants2_Clutter_Config","AiA_Plants2_Clutter_Data","AiA_Plants2_Misc_Config","AiA_Plants2_Misc_Data","AiA_Plants2_Plant_Config","AiA_Plants2_Plant_Data","AiA_Plants2_Tree_Config","AiA_Plants2_Tree_Data","AiA_Provinggrounds_pmc_Config","AiA_Provinggrounds_pmc_Data","AiA_Roads_Config","AiA_Roads_Data","AiA_Roads_e_Config","AiA_Roads_e_Data","AiA_Roads_pmc_Config","AiA_Roads_pmc_Data","AiA_Roads2_Config","AiA_Roads2_Data","AiA_Rocks_Config","AiA_Rocks_Data","AiA_Rocks_e_Config","AiA_Rocks_e_Data","AiA_Rocks2_Config","AiA_Rocks2_Data","AiA_Sara_Config","AiA_Sara_Data","AiA_Sara_dbe1_Config","AiA_Sara_dbe1_Data","AiA_Saralite_Config","AiA_Saralite_Data","AiA_Shapur_baf_Config","AiA_Shapur_baf_Data","AiA_Signs_Config","AiA_Signs_Data","AiA_Signs_e_Config","AiA_Signs_e_Data","AiA_Signs2_Config","AiA_Signs2_Data","AiA_Sounds_Config","AiA_Sounds_Data","AiA_StandaloneTerrainPack_Core","AiA_StandaloneTerrains_Core","AiA_Structures_Config","AiA_Structures_Data","AiA_Structures_e_Config","AiA_Structures_e_Data","AiA_Structures_pmc_Config","AiA_Structures_pmc_Data","AiA_Takistan_Config","AiA_Takistan_Data","AiA_Ui_Config","AiA_Ui_Data","AiA_Utes_Config","AiA_Utes_Data","AiA_Water_Config","AiA_Water_Data","AiA_Water2_Config","AiA_Water2_Data","AiA_Weapons_Config","AiA_Weapons_Data","AiA_Weapons_e_Config","AiA_Weapons_e_Data","AiA_Weapons_pmc_Config","AiA_Weapons_pmc_Data","AiA_Weapons2_Config","AiA_Weapons2_Data","AiA_Wheeled_Config","AiA_Wheeled_Data","AiA_Wheeled_e_Config","AiA_Wheeled_e_Data","AiA_Wheeled2_Config","AiA_Wheeled2_Data","AiA_Worlds","AiA_Worlds_Ambient","AiA_Worlds_Author","AiA_Worlds_Clutter","AiA_Worlds_ClutterDist","AiA_Worlds_Delete","AiA_Worlds_DisableInfiniteTerrain","AiA_Worlds_DustEffects","AiA_Worlds_EnvSounds","AiA_Worlds_FullDetailDist","AiA_Worlds_Grid","AiA_Worlds_Intros","AiA_Worlds_Lighting","AiA_Worlds_Lighting_Chernarus","AiA_Worlds_Lighting_Desert","AiA_Worlds_MapSize","AiA_Worlds_MidDetailTexture","AiA_Worlds_NoDetailDist","AiA_Worlds_Seabed","AiA_Worlds_SkyTexture","AiA_Worlds_StreetLamp","AiA_Worlds_Surfaces","AiA_Worlds_Water","AiA_Zargabad_Config","AiA_Zargabad_Data","CUP_StandaloneTerrains_Dummy","CA_ACR","CA_Animals2_Anim_Config","CA_Anims_Char","CA_Anims_E_Wmn","CA_E","CA_PMC","CAAir","CACharacters","CATracked","CAWater","CAWater2","CAWater2_seafox","CAWeapons","CAWeapons_Warfare_weapons","CAWheeled","CAWheeled_E","CAWheeled2","6G30_DBE1","Arma2_Ka52","BI_SRRS","CA_AH64D","CA_AIR_E_MQ9PredatorB","CA_AIR_E_Su25","CA_AIR2_Su25","CA_Animals_E","CA_Animals2_Chicken","CA_Animals2_Cow","CA_Animals2_Dogs","CA_Animals2_Dogs_Fin","CA_Animals2_Dogs_Pastor","CA_Animals2_Goat","CA_Animals2_Rabbit","CA_Animals2_Sheep","CA_Animals2_WildBoar","CA_Anims","CA_Anims_E","CA_Anims_E_Sdr","CA_Anims_Sdr","CA_Anims_Wmn","CA_CommunityConfigurationProject_E","CA_CruiseMissile","CA_Dubbing","CA_Dubbing_Baf","CA_Dubbing_Counterattack","CA_Dubbing_E","CA_Dubbing_PMC","CA_DubbingRadio_E","CA_DubbingRadio_PMC","CA_E_ParticleEffects","CA_Editor","CA_HC_Sounds","CA_Heads","CA_HighCommand","CA_L39","CA_Missions","CA_Missions_AlternativeInjurySimulation","CA_Missions_AmbientCombat","CA_Missions_Armory1","CA_Missions_Armory2","CA_Missions_BAF","CA_Missions_BAF_2","CA_Missions_BAF_Templates_SecOps","CA_Missions_BattlefieldClearance","CA_Missions_E","CA_Missions_E_Armory2","CA_Missions_E_SecOps","CA_Missions_E_Templates_SecOps","CA_Missions_FirstAidSystem","CA_Missions_GarbageCollector","CA_Missions_PMC","CA_Missions_SecOps","CA_Missions_Templates_SecOps","CA_Missions2_PMC","CA_Modules","CA_Modules_Alice","CA_Modules_Animals","CA_Modules_ARTY","CA_Modules_clouds","CA_Modules_Coin","CA_Modules_DynO","CA_Modules_E","CA_Modules_E_DynO","CA_Modules_E_Jukebox","CA_Modules_E_OO","CA_Modules_E_UAV","CA_Modules_E_UAV_Heli","CA_Modules_E_Weather","CA_Modules_Functions","CA_Modules_Marta","CA_Modules_PMC","CA_Modules_PMC_SimpleFIrstAid","CA_Modules_Silvie","CA_Modules_StratLayer","CA_Modules_UAV","CA_Modules_ZoRA","CA_MPA_Challenges","CA_MPA_Core","CA_MPA_MP","CA_MPA_Scenarios","CA_Sounds_Baf","CA_SoundsMissions_E","CA_Support","CAA10","CAAir_BAF","CAAir_BAF_CH_47F","CAAir_E","CAAir_E_A10","CAAir_E_AH64D","CAAir_E_AH6J","CAAir_E_An2","CAAir_E_C130J","CAAir_E_CH_47F","CAAir_E_Halo","CAAir_E_Mi24","CAAir_E_MI8","CAAir_E_UH1H_EP1","CAAir_E_UH60M","CAAir_PMC","CAAir_PMC_KA137","CAAir_PMC_KA60","CAAir2","CAAir2_C130J","CAAir2_ChukarTarget","CAAir2_F35B","CAAir2_MQ9PredatorB","CAAir2_MV22","CAAir2_Pchela1T","CAAir2_UH1Y","CAAir3","CAAir3_Su34","CAAnimals","CACharacters_BAF","CACharacters_BAF_Head","CACharacters_E","CACharacters_E_Head","CACharacters_PMC","CACharacters_PMC_Head","CACharacters_W_BAF","CACharacters2","CAMisc_fix","CAMisc_fix_A2FREE","CAMisc_fix_air","CAMisc_fix_Ch2","CAMisc_fix_Str","CAMisc_fix_Weap","CAMusic","CAMusic_E","CAMusic_PMC","CASounds_E","CASounds_Missions","CATracked_BAF","CATracked_E","CATracked_E_BMP2","CATracked_E_M1_Abrams","CATracked_E_M113","CATracked_E_M2A2_Bradley","CATracked_E_T34","CATracked_E_T55","CATracked_E_T72","CATracked_E_us_m270mlrs","CATracked_E_ZSU","CATracked_W_BAF","CATracked2","CATracked2_2S6M_Tunguska","CATracked2_AAV","CATracked2_BMP3","CATracked2_T34","CATracked2_T90","CATracked2_us_m270mlrs","CAWater2_Destroyer","CAWater2_fishing_boat","CAWater2_Fregata","CAWater2_smallboat_1","CAWeapons_2b14_82mm_Mortar","CAWeapons_AK","CAWeapons_AmmoBoxes","CAWeapons_BAF","CAWeapons_bizon","CAWeapons_Colt1911","CAWeapons_DMR","CAWeapons_E","CAWeapons_E_AGS","CAWeapons_E_AK","CAWeapons_E_AmmoBoxes","CAWeapons_E_Colt1911","CAWeapons_E_D30","CAWeapons_E_DSHKM","CAWeapons_E_FIM92_static","CAWeapons_E_fnfal","CAWeapons_E_G36","CAWeapons_E_GrenadeLauncher","CAWeapons_E_Igla","CAWeapons_E_Javelin","CAWeapons_E_KORD","CAWeapons_E_ksvk","CAWeapons_E_LeeEnfield","CAweapons_E_m107","CAWeapons_E_M110","CAWeapons_E_M119_Howitzer","CAWeapons_E_M136","CAWeapons_E_M14","CAWeapons_E_M16","CAWeapons_E_M240","CAWeapons_E_M252_81mm_Mortar","CAWeapons_E_M2StaticMG","CAWeapons_E_M47","CAWeapons_E_M9","CAWeapons_E_MAAWS","CAWeapons_E_Makarov","CAWeapons_E_Metis","CAWeapons_E_Mk19_MiniTriPod","CAWeapons_E_PK","CAWeapons_E_Podnos_2b14_82mm","CAWeapons_E_RPG18","CAWeapons_E_RPG7","CAWeapons_E_scar","CAWeapons_E_Searchlight","CAWeapons_E_SPG9","CAWeapons_E_STATIC","CAWeapons_E_Stinger","CAWeapons_E_Strela","CAWeapons_E_TOW","CAWeapons_E_ZU23","CAWeapons_Kord","CAweapons_ksvk","CAWeapons_M1014","CAweapons_m107","CAWeapons_M252_81mm_Mortar","CAWeapons_Metis_AT_13","CAWeapons_PMC","CAWeapons_PMC_AA_12","CAWeapons_PMC_AS50","CAWeapons_PMC_XM8","CAWeapons_Saiga12K","CAWeapons_SPG9","CAWeapons_VSS_vintorez","CAWeapons_ZU23","CAWeapons2","CAWeapons2_HuntingRifle","CAWeapons2_RPG18","CAWeapons2_SMAW","CAWheeled_D_BAF","CAWheeled_E_ATV","CAWheeled_E_BRDM2","CAWheeled_E_BTR40","CAWheeled_E_BTR60","CAWheeled_E_HMMWV","CAWheeled_E_Ikarus","CAWheeled_E_LADA","CAWheeled_E_LandRover","CAWheeled_E_M1030","CAWheeled_E_MTVR","CAWheeled_E_Offroad","CAWheeled_E_Old_bike","CAWheeled_E_Old_moto","CAWheeled_E_Pickup","CAWheeled_E_s1203","CAWheeled_E_SCUD","CAWheeled_E_stryker","CAWheeled_E_SUV","CAWheeled_E_TT650","CAWheeled_E_UAZ","CAWheeled_E_Ural","CAWheeled_E_V3S","CAWheeled_E_Volha","CAWheeled_Offroad","CAWheeled_Pickup","CAWheeled_PMC","CAWheeled_PMC_ArmoredSUV","CAWheeled_W_BAF","CAWheeled2_BTR90","CAWheeled2_GAZ39371","CAWheeled2_HMMWV_Ambulance","CAWheeled2_HMMWV_BASE","CAWheeled2_Ikarus","CAWheeled2_Kamaz","CAWheeled2_LADA","CAWheeled2_LAV25","CAWheeled2_M1114_Armored","CAWheeled2_M998A2_Avenger","CAWheeled2_MMT","CAWheeled2_MTVR","CAWheeled2_TowingTractor","CAWheeled2_V3S","CAWheeled2_VWGolf","CAWheeled3","CAWheeled3_M1030","CAWheeled3_TT650","Datsun_armed_DBE1","DBE1","DBE1_UI","DC3_DBE1","HALO_Test","Hilux_armed_DBE1","Warfare2","Warfare2_E","Warfare2Vehicles","CUP_Models_DBE1_Data","CUP_Anims_DBE1","Anims_DBE1","CUP_HMMWV_DBE1","HMMWV_DBE1","CUP_Mercenary_DBE1","Mercenary_DBE1","CUP_Misc_DBE1","Misc_DBE1","CUP_Music_DBE1","Music_DBE1","CUP_NPCs_DBE1","NPCs_DBE1","CUP_ploty_DBE1","ploty_DBE1","CUP_Prisoners_DBE1","Prisoners_DBE1","CUP_Roads_DBE1","Roads_DBE1","CUP_UH60Desert","UH60Desert","CUP_Sara_dbe1_Data","CUP_TKOH_Dummy","HSim_Data_H","HSim_Data_H_data_ParticleEffects","HSim_Data_H_data_ParticleEffects_rotor_blades","HSim_Dubbing_H","HSim_DubbingRadio_H","HSim_Editor_H","Intro_Island_H","HSim_Missions_H","HSim_ModulesCore_H","HSim_ModulesCore_H_AmbientCombat","HSim_ModulesCore_H_DynO","HSim_ModulesCore_H_Functions","HSim_ModulesCore_H_GarbageCollector","HSim_ModulesCore_H_Functions_E","HSim_ModulesCore_H_OO","HSim_ModulesCore_H_Functions_PMC","HSim_Music_H","HSim_Sounds_H","South_Asia_H","HSim_UIFonts_H","United_States_H","HSim_Animals_H","HSim_Animals_H_Anim_Config","HSim_Animals_H_Dog","HSim_Characters_H_Faces","HSim_Characters_H_Heads","HSim_Modules_H","HSim_UI_H","HSim_Weapons_H","HSim_Weapons_H_AK47","HSim_Weapons_H_DShKM","HSim_Weapons_H_Glock","HSim_Weapons_H_HandItems","HSim_Weapons_H_M16","HSim_Weapons_US_H","HSim_Characters_H","HSim_Characters_US_H","HSim_Missions_H_FreeFlight","HSim_Functions_Base_H","HSim_Water_H","HSim_Water_H_Civ_FishingBoat_Large","HSim_Water_H_Civ_Jetboat","HSim_Water_H_Civ_Yacht","HSim_Water_H_Container_Ship","HSim_Water_H_Cruise_Ship","HSim_Water_H_Destroyer","HSim_Water_H_Fishing_Boat","HSim_Water_H_Fregata","HSim_Water_H_LHD","HSim_Water_H_Oil_tanker","HSim_Water_H_Rubber_Boat","HSim_Water_H_Whales","HSim_Water_H_Whales_GreyWhale","HSim_Water_H_Whales_Whale1","HSim_Weapons_H_IGLA","HSim_Weapons_US_H_M2","HSim_Wheeled_H","HSim_Wheeled_H_Ambulance","HSim_Wheeled_H_FireTruck","HSim_Wheeled_H_Hatchback","HSim_Wheeled_H_Military_Offroad_LR","HSim_Wheeled_H_Military_Pickup_DSHKM","HSim_Wheeled_H_Offroad","HSim_Wheeled_H_Police_Car","HSim_Wheeled_H_TowingTractor","HSim_Wheeled_H_Tractor","HSim_Wheeled_H_Trailers","HSim_Wheeled_H_Truck_Light_Transport","HSim_Wheeled_H_Ural","HSim_Wheeled_H_Van_Passenger","HSim_Wheeled_US_H","HSim_Wheeled_US_H_Military_Offroad","HSim_Wheeled_US_H_Military_Truck","HSim_Wheeled_US_H_Pickup_01","HSim_Wheeled_US_H_Pickup_02","HSim_Wheeled_US_H_SUV","HSim_Wheeled_US_H_Truck_US_Type","HSim_Air_H","HSim_Air_H_Aircraft_A","HSim_Air_H_Aircraft_C","HSim_Air_H_Aircraft_D","HSim_Air_H_Aircraft_E_H","HSim_Air_H_Airliner_A","HSim_Air_H_Airliner_B","HSim_Air_H_Parachute","HSim_Air_US_H","HSim_Air_US_H_Helicopters_Heavy","HSim_Air_US_H_Helicopters_Light","HSim_Air_US_H_Helicopters_Medium","HSim_Misc_H","HSim_Misc_H_Antena","HSim_Misc_H_Barels","HSim_Misc_H_Bleacher","HSim_Misc_H_BoardsPack","HSim_Misc_H_CncBlock","HSim_Misc_H_Doghouse","HSim_Misc_H_Engine_Crane","HSim_Misc_H_Fence","HSim_Misc_H_Fire_Extinguisher","HSim_Misc_H_Fire_Suppression","HSim_Misc_H_First_Aid","HSim_Misc_H_Flagpole","HSim_Misc_H_Folding_Ladder","HSim_Misc_H_FuelCan","HSim_Misc_H_Heliport_Furniture","HSim_Misc_H_Helicopter_Parts","HSim_Misc_H_Helipads","HSim_Misc_H_Heliport_Objects","HSim_Misc_H_Helpers","HSim_Misc_H_Info_Board","HSim_Misc_H_Infostands","HSim_Misc_H_Inspection_Visuals","HSim_Misc_H_Interior","HSim_Misc_H_Loudspeakers","HSim_Misc_H_Market","HSim_Misc_H_Office_Objects","HSim_Misc_H_Perimeter_Ligh","HSim_Misc_H_Pike","HSim_Misc_H_Platform_Cart","HSim_Misc_H_Portable_Generator","HSim_Misc_H_Props","HSim_Misc_H_SawHorse","HSim_Misc_H_Shooting_Range","HSim_Misc_H_Signs","HSim_Misc_H_Sink","HSim_Misc_H_Targets","HSim_Misc_H_Tent","HSim_Misc_H_Toilet","HSim_Misc_H_Tools","HSim_Misc_H_Tools_Racking","HSim_Misc_H_Trash","HSim_Misc_H_Weather_Station","HSim_Misc_H_Weld_Gastank","HSim_Misc_H_Wheel_Chocks","HSim_Misc_H_Wheeled_Scaffolding","HSim_Misc_H_wheeled_tool_cart","HSim_Misc_H_Wheeled_Whiteboard","HSim_Misc_H_Winch","HSim_Misc_H_Windsock","HSim_Misc_H_Workbench","HSim_Misc_H_Wrecks","HSim_Structures_H","HSim_Structures_H_Airport_Papi","HSim_Structures_H_Harbour","HSim_Structures_H_Heliports_Heliport_Big","HSim_Structures_H_Heliports_Heliport_Small","HSim_Structures_H_Industrial_A_CraneCon","HSim_Structures_H_Industrial_Rooftop_Objects","HSim_Structures_US_H","HSim_Structures_US_H_Bld_US","HSim_Structures_US_H_Landmarks_Space_Needle","HSim_Tracked_H","HSim_Tracked_H_BMP2","HSim_Tracked_US_H","HSim_Tracked_US_H_M1A2","HSim_Tracked_US_H_MLRS","HSim_Data_H_EditorGroups","HSim_Anims_H","HSim_Anims_H_config_sdr","HSim_Anims_H_config_wmn","CUP_Hsim_Language_H","Hsim_Language_H","CUP_Hsim_Language_missions_H","Hsim_Language_missions_H","Enhanced_Epoch_AiASupport","A3_epoch_assets_1","epoch_objects","A3_epoch_assets_3","Underground_Epoch","A3_epoch_vehicles","a3_epoch_weapons","A3_Data_F","A3_Data_F_Hook","A3_Data_F_ParticleEffects","A3_Data_F_Bootcamp","A3_Data_F_Exp_A","A3_Data_F_Kart_ParticleEffects","A3_Data_F_Mark","A3_Editor_F","A3_Functions_F_Bootcamp","A3_Functions_F_Curator","A3_Functions_F_Exp_A","A3_Functions_F_Heli","A3_Functions_F_Mark","A3_Functions_F_MP_Mark","A3_Language_F","A3_Language_F_Beta","A3_Language_F_Curator","A3_Language_F_EPA","A3_Language_F_EPB","A3_Language_F_EPC","A3_Language_F_Gamma","A3_Language_F_Heli","A3_Language_F_Kart","A3_Language_F_Mark","A3_LanguageMissions_F","A3_LanguageMissions_F_Beta","A3_LanguageMissions_F_Gamma","A3_LanguageMissions_F_Kart","A3_Misc_F","A3_Misc_F_Helpers","A3_Modules_F","A3_Modules_F_DynO","A3_Modules_F_Effects","A3_Modules_F_Events","A3_Modules_F_GroupModifiers","A3_Modules_F_HC","A3_Modules_F_Intel","A3_Modules_F_LiveFeed","A3_Modules_F_Marta","A3_Modules_F_Misc","A3_Modules_F_Multiplayer","A3_Modules_F_ObjectModifiers","A3_Modules_F_Sites","A3_Modules_F_Skirmish","A3_Modules_F_StrategicMap","A3_Modules_F_Supports","A3_Modules_F_UAV","A3_Modules_F_Beta","A3_Modules_F_Beta_FiringDrills","A3_Modules_F_EPB","A3_Modules_F_EPB_Misc","A3_Modules_F_Heli","A3_Modules_F_Heli_SpawnAi","A3_Modules_F_Mark","A3_Modules_F_Mark_FiringDrills","A3_Modules_F_MP_Mark","A3_Modules_F_Mark_Objectives","A3_Music_F","A3_Music_F_Bootcamp","A3_Music_F_EPA","A3_Music_F_EPB","A3_Music_F_EPC","A3_Music_F_Heli","A3_Music_F_Mark","A3_Roads_F","A3_Rocks_F","A3_Sounds_F","A3_Sounds_F_Bootcamp","A3_Sounds_F_EPB","A3_Sounds_F_EPC","A3_Sounds_F_Exp_A","A3_Structures_F","A3_Structures_F_Bridges","A3_Structures_F_Civ","A3_Structures_F_Civ_Accessories","A3_Structures_F_Civ_Ancient","A3_Structures_F_Civ_BellTowers","A3_Structures_F_Civ_Calvaries","A3_Structures_F_Civ_Camping","A3_Structures_F_Civ_Chapels","A3_Structures_F_Civ_Constructions","A3_Structures_F_Civ_Dead","A3_Structures_F_Civ_Garbage","A3_Structures_F_Civ_Graffiti","A3_Structures_F_Civ_InfoBoards","A3_Structures_F_Civ_Kiosks","A3_Structures_F_Civ_Lamps","A3_Structures_F_Civ_Market","A3_Structures_F_Civ_Offices","A3_Structures_F_Civ_Pavements","A3_Structures_F_Civ_PlayGround","A3_Structures_F_Civ_SportsGrounds","A3_Structures_F_Civ_Statues","A3_Structures_F_Civ_Tourism","A3_Structures_F_Dominants","A3_Structures_F_Dominants_Amphitheater","A3_Structures_F_Dominants_Castle","A3_Structures_F_Dominants_Church","A3_Structures_F_Dominants_Hospital","A3_Structures_F_Dominants_Lighthouse","A3_Structures_F_Dominants_WIP","A3_Structures_F_Furniture","A3_Structures_F_Households","A3_Structures_F_Households_Addons","A3_Structures_F_Households_House_Big01","A3_Structures_F_Households_House_Big02","A3_Structures_F_Households_House_Shop01","A3_Structures_F_Households_House_Shop02","A3_Structures_F_Households_House_Small01","A3_Structures_F_Households_House_Small02","A3_Structures_F_Households_House_Small03","A3_Structures_F_Households_Slum","A3_Structures_F_Households_Stone_Big","A3_Structures_F_Households_Stone_Shed","A3_Structures_F_Households_Stone_Small","A3_Structures_F_Households_WIP","A3_Structures_F_Ind","A3_Structures_F_Ind_AirPort","A3_Structures_F_Ind_Cargo","A3_Structures_F_Ind_CarService","A3_Structures_F_Ind_ConcreteMixingPlant","A3_Structures_F_Ind_Crane","A3_Structures_F_Ind_DieselPowerPlant","A3_Structures_F_Ind_Factory","A3_Structures_F_Ind_FuelStation","A3_Structures_F_Ind_FuelStation_Small","A3_Structures_F_Ind_Pipes","A3_Structures_F_Ind_PowerLines","A3_Structures_F_Ind_ReservoirTank","A3_Structures_F_Ind_Shed","A3_Structures_F_Ind_SolarPowerPlant","A3_Structures_F_Ind_Tank","A3_Structures_F_Ind_Transmitter_Tower","A3_Structures_F_Ind_WavePowerPlant","A3_Structures_F_Ind_Windmill","A3_Structures_F_Ind_WindPowerPlant","A3_Structures_F_Items","A3_Structures_F_Items_Documents","A3_Structures_F_Items_Electronics","A3_Structures_F_Items_Cans","A3_Structures_F_Items_Gadgets","A3_Structures_F_Items_Luggage","A3_Structures_F_Items_Medical","A3_Structures_F_Items_Military","A3_Structures_F_Items_Stationery","A3_Structures_F_Items_Tools","A3_Structures_F_Items_Valuables","A3_Structures_F_Items_Vessels","A3_Structures_F_Mil","A3_Structures_F_Mil_BagBunker","A3_Structures_F_Mil_BagFence","A3_Structures_F_Mil_Barracks","A3_Structures_F_Mil_Bunker","A3_Structures_F_Mil_Cargo","A3_Structures_F_Mil_Flags","A3_Structures_F_Mil_Fortification","A3_Structures_F_Mil_Helipads","A3_Structures_F_Mil_Offices","A3_Structures_F_Mil_Radar","A3_Structures_F_Mil_Shelters","A3_Structures_F_Mil_TentHangar","A3_Structures_F_Naval","A3_Structures_F_Naval_Buoys","A3_Structures_F_Naval_Fishing","A3_Structures_F_Naval_Piers","A3_Structures_F_Naval_RowBoats","A3_Structures_F_Research","A3_Structures_F_System","A3_Structures_F_Training","A3_Structures_F_Training_InvisibleTarget","A3_Structures_F_Walls","A3_Structures_F_Bootcamp_Ind_Cargo","A3_Structures_F_Bootcamp_Items_Sport","A3_Structures_F_Bootcamp_System","A3_Structures_F_Bootcamp_Training","A3_Structures_F_Bootcamp_VR_Blocks","A3_Structures_F_Bootcamp_VR_CoverObjects","A3_Structures_F_Bootcamp_VR_Helpers","A3_Structures_F_EPA_Civ_Camping","A3_Structures_F_EPA_Civ_Constructions","A3_Structures_F_EPA_Items_Electronics","A3_Structures_F_EPA_Items_Food","A3_Structures_F_EPA_Items_Medical","A3_Structures_F_EPA_Items_Tools","A3_Structures_F_EPA_Items_Vessels","A3_Structures_F_EPA_Walls","A3_Structures_F_EPB_Civ_Accessories","A3_Structures_F_EPB_Civ_Camping","A3_Structures_F_EPB_Civ_Dead","A3_Structures_F_EPB_Civ_Garbage","A3_Structures_F_EPB_Civ_Graffiti","A3_Structures_F_EPB_Civ_PlayGround","A3_Structures_F_EPB_Furniture","A3_Structures_F_EPB_Items_Documents","A3_Structures_F_EPB_Items_Luggage","A3_Structures_F_EPB_Items_Military","A3_Structures_F_EPB_Items_Vessels","A3_Structures_F_EPB_Naval_Fishing","A3_Structures_F_EPC_Civ_Accessories","A3_Structures_F_EPC_Civ_Camping","A3_Structures_F_EPC_Civ_Garbage","A3_Structures_F_EPC_Civ_InfoBoards","A3_Structures_F_EPC_Civ_Kiosks","A3_Structures_F_EPC_Civ_PlayGround","A3_Structures_F_EPC_Civ_Tourism","A3_Structures_F_EPC_Dominants_GhostHotel","A3_Structures_F_EPC_Dominants_Stadium","A3_Structures_F_EPC_Furniture","A3_Structures_F_EPC_Items_Documents","A3_Structures_F_EPC_Items_Electronics","A3_Structures_F_EPC_Walls","A3_Structures_F_Exp_A","A3_Structures_F_Exp_A_VR_Blocks","A3_Structures_F_Exp_A_VR_Helpers","A3_Structures_F_Heli_Civ_Accessories","A3_Structures_F_Heli_Civ_Constructions","A3_Structures_F_Heli_Civ_Garbage","A3_Structures_F_Heli_Civ_Market","A3_Structures_F_Heli_Furniture","A3_Structures_F_Heli_Ind_AirPort","A3_Structures_F_Heli_Ind_Cargo","A3_Structures_F_Heli_Ind_Machines","A3_Structures_F_Heli_Items_Airport","A3_Structures_F_Heli_Items_Luggage","A3_Structures_F_Heli_Items_Sport","A3_Structures_F_Heli_Items_Tools","A3_Structures_F_Heli_VR_Helpers","A3_Structures_F_Kart_Civ_SportsGrounds","A3_Structures_F_Kart_Mil_Flags","A3_Structures_F_Mark_Items_Military","A3_Structures_F_Mark_Items_Sport","A3_Structures_F_Mark_Mil_Flags","A3_Structures_F_Mark_Training","A3_Structures_F_Mark_VR_Helpers","A3_Structures_F_Mark_VR_Shapes","A3_Structures_F_Mark_VR_Targets","A3_UIFonts_F","CUP_Buildings_Config","CABuildings","CUP_CABuildings_Misc","CABuildings_Misc","CUP_Desert2_Buildings","Desert2_Buildings","CUP_CA_desert2_Characters","CA_desert2_Characters","CUP_Desert_Config","Desert","CUP_DBE1_Hotfix","DBE1_Hotfix","CUP_CALanguage_e","CALanguage_e","CUP_CALanguage_PMC","CALanguage_PMC","CUP_CALanguage_missions_PMC","CALanguage_missions_PMC","CUP_CAWater2_seafox_EP1","CAWater2_seafox_EP1","CUP_CA_Plants2","CA_Plants2","CUP_CA_Plants2_Plant","CA_Plants2_Plant","CUP_CA_Plants2_Tree","CA_Plants2_Tree","CUP_CA_Plants_E2","CA_Plants_E2","CUP_CA_Plants_E","CA_Plants_E","CUP_CA_Plants_E_Misc","CA_Plants_E_Misc","CUP_CA_Plants_E_Plant","CA_Plants_E_Plant","CUP_CA_Plants_E_Tree","CA_Plants_E_Tree","CUP_Sara_Config","Sara","CUP_Saralite_Config","SaraLite","CUP_CASigns2","CASigns2","CUP_Structures_Config","CAStructures","CUP_CAStructures_A_BuildingWIP","CAStructures_A_BuildingWIP","CUP_CAStructures_A_CraneCon","CAStructures_A_CraneCon","CUP_CAStructuresLand_A_MunicipalOffice","CAStructuresLand_A_MunicipalOffice","CUP_CAStructuresBarn_W","CAStructuresBarn_W","CUP_CAStructures_Castle","CAStructures_Castle","CUP_CAStructuresHouse","CAStructuresHouse","CUP_CAStructuresHouse_A_FuelStation","CAStructuresHouse_A_FuelStation","CUP_CAStructuresHouse_A_Hospital","CAStructuresHouse_A_Hospital","CUP_CAStructuresHouse_A_Office01","CAStructuresHouse_A_Office01","CUP_CAStructuresHouse_A_Office02","CAStructuresHouse_A_Office02","CUP_CAStructuresHouse_a_stationhouse","CAStructuresHouse_a_stationhouse","CUP_CAStructuresHouse_Church_02","CAStructuresHouse_Church_02","CUP_CAStructuresHouse_Church_03","CAStructuresHouse_Church_03","CUP_CAStructuresHouse_Church_05R","CAStructuresHouse_Church_05R","CUP_CAStructuresHouse_HouseBT","CAStructuresHouse_HouseBT","CUP_CAStructuresHouse_HouseV2","CAStructuresHouse_HouseV2","CUP_CAStructuresHouse_HouseV","CAStructuresHouse_HouseV","CUP_CAStructuresLand_Ind_Stack_Big","CAStructuresLand_Ind_Stack_Big","CUP_CAStructures_IndPipe1","CAStructures_IndPipe1","CUP_CAStructuresInd_Quarry","CAStructuresInd_Quarry","CUP_Ind_SawMill","Ind_SawMill","CUP_CAStructures_Mil","CAStructures_Mil","CUP_CAStructures_Misc","CAStructures_Misc","CUP_CAStructures_Misc_Armory","CAStructures_Misc_Armory","CUP_CAStructures_Misc_Armory_Armor_Popuptarget","CAStructures_Misc_Armory_Armor_Popuptarget","CUP_CAStructures_Misc_Powerlines","CAStructures_Misc_Powerlines","CUP_CAStructures_Nav","CAStructures_Nav","CUP_CAStructuresLand_Nav_Boathouse","CAStructuresLand_Nav_Boathouse","CUP_CAStructures_Proxy_BuildingParts","CAStructures_Proxy_BuildingParts","CUP_CAStructures_Proxy_Ruins","CAStructures_Proxy_Ruins","CUP_CAStructures_Rail","CAStructures_Rail","CUP_CAStructuresHouse_rail_station_big","CAStructuresHouse_rail_station_big","CUP_CAStructures_Ruins","CAStructures_Ruins","CUP_CAStructuresShed_Small","CAStructuresShed_Small","CUP_CAStructuresHouse_Shed_Ind","CAStructuresHouse_Shed_Ind","CUP_CAStructures_Wall","CAStructures_Wall","CUP_CAUI","CAUI","CUP_CAWater2_LHD","CAWater2_LHD","CUP_Models_DBE1_Config","Models_DBE1","CUP_Kamenolom_DBE1","Kamenolom_DBE1","CUP_Pila_DBE1","Pila_DBE1","CUP_UI_DBE1","UI_DBE1","CUP_Vysilac_DBE1","Vysilac_DBE1","CUP_Zakladna_DBE1","Zakladna_DBE1","CUP_Sara_dbe1_Config","Sara_dbe1","a3_epoch_structures","A3_Animals_F","A3_Animals_F_AnimConfig","A3_Animals_F_Fishes","A3_Animals_F_Kestrel","A3_Animals_F_Rabbit","A3_Animals_F_Seagull","A3_Animals_F_Snakes","A3_Animals_F_Turtle","A3_Animals_F_Chicken","A3_Animals_F_Dog","A3_Animals_F_Goat","A3_Animals_F_Sheep","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Anims_F_EPA","A3_Anims_F_EPC","A3_Anims_F_Exp_A","A3_Anims_F_Kart","A3_Anims_F_Mark_Deployment","A3_Language_F_Bootcamp","A3_Language_F_Exp_A","A3_Map_Data","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Plants_F_Bush","A3_Props_F_Exp_A","A3_Props_F_Exp_A_Military","A3_Signs_F","A3_Signs_F_AD","A3_Structures_F_Signs_Companies","A3_Structures_F_Bootcamp_Civ_Camping","A3_Structures_F_Bootcamp_Civ_SportsGrounds","A3_Structures_F_Bootcamp_Items_Electronics","A3_Structures_F_Bootcamp_Items_Food","A3_Structures_F_Heli_Items_Electronics","A3_Structures_F_Heli_Items_Food","A3_Structures_F_Kart_Signs_Companies","A3_UI_F","A3_UI_F_Curator","A3_UI_F_Kart","A3_UI_F_Mark","A3_UI_F_MP_Mark","A3_Weapons_F","A3_Weapons_F_NATO","A3_Weapons_F_CSAT","A3_Weapons_F_AAF","A3_weapons_F_FIA","A3_Weapons_F_ItemHolders","A3_Weapons_F_Headgear","A3_Weapons_F_Uniforms","A3_Weapons_F_Vests","A3_Weapons_F_Ammoboxes","A3_Weapons_F_DummyWeapons","A3_Weapons_F_Explosives","A3_Weapons_F_Items","A3_Weapons_F_Launchers_NLAW","A3_Weapons_F_Launchers_LAW","A3_Weapons_F_Launchers_Titan","A3_Weapons_F_EPA_LongRangeRifles_DMR_01","A3_Weapons_F_EBR","A3_Weapons_F_LongRangeRifles_GM6","A3_Weapons_F_LongRangeRifles_M320","A3_Weapons_F_Machineguns_M200","A3_Weapons_F_Machineguns_Zafir","A3_Weapons_F_Pistols_ACPC2","A3_Weapons_F_Pistols_P07","A3_Weapons_F_Pistols_Pistol_heavy_01","A3_Weapons_F_Pistols_Pistol_heavy_02","A3_Weapons_F_Pistols_Rook40","A3_Weapons_F_Rifles_Khaybar","A3_Weapons_F_Rifles_Mk20","A3_Weapons_F_Rifles_MX","A3_Weapons_F_EPB_Rifles_MX_Black","A3_Weapons_F_Rifles_SDAR","A3_Weapons_F_Rifles_TRG20","A3_Weapons_F_Pistols_PDW2000","A3_Weapons_F_Rifles_Vector","a3_weapons_f_rifles_SMG_02","A3_Weapons_F_beta","A3_Weapons_F_Beta_Ammoboxes","A3_Weapons_F_beta_EBR","A3_Weapons_F_EPA_LongRangeRifles_GM6","A3_Weapons_F_EPB_LongRangeRifles_M320","A3_Weapons_F_beta_Rifles_Khaybar","A3_Weapons_F_beta_Rifles_MX","A3_Weapons_F_beta_Rifles_TRG20","A3_Weapons_F_Bootcamp_LongRangeRifles_GM6","A3_Weapons_F_Bootcamp_LongRangeRifles_M320","A3_Weapons_F_EPB_LongRangeRifles_GM3","A3_Weapons_F_gamma","A3_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_EPA_EBR","A3_Weapons_F_EPA_Rifles_MX","A3_Weapons_F_Kart_Pistols_Pistol_Signal_F","A3_Weapons_F_Mark_LongRangeRifles_DMR_01","A3_Weapons_F_Mark_EBR","A3_Weapons_F_Mark_LongRangeRifles_GM6","A3_Weapons_F_Mark_LongRangeRifles_GM6_camo","A3_Weapons_F_Mark_LongRangeRifles_M320","A3_Weapons_F_Mark_LongRangeRifles_M320_camo","A3_Weapons_F_Mark_Machineguns_M200","A3_Weapons_F_Mark_Machineguns_Zafir","A3_Weapons_F_Mark_Rifles_Khaybar","A3_Weapons_F_Mark_Rifles_Mk20","A3_Weapons_F_Mark_Rifles_MX","A3_Weapons_F_Mark_Rifles_SDAR","A3_Weapons_F_Mark_Rifles_TRG20","CUP_Buildings2_Config","CABuildings2","CUP_A_Crane_02","A_Crane_02","CUP_A_GeneralStore_01","A_GeneralStore_01","CUP_CABuildings2_A_Pub","CABuildings2_A_Pub","CUP_A_statue","A_statue","CUP_Barn_Metal","Barn_Metal","CUP_CABuildingParts","CABuildingParts","CUP_CABuildingParts_Signs","CABuildingParts_Signs","CUP_CATEC","CATEC","CUP_Church_01","Church_01","CUP_Farm_Cowshed","Farm_Cowshed","CUP_Farm_WTower","Farm_WTower","CUP_CAHouseBlock_A","CAHouseBlock_A","CUP_CAHouseBlock_B","CAHouseBlock_B","CUP_CAHouseBlock_C","CAHouseBlock_C","CUP_CAHouseBlock_D","CAHouseBlock_D","CUP_HouseRuins","HouseRuins","CUP_Ind_Dopravnik","Ind_Dopravnik","CUP_Ind_Expedice","Ind_Expedice","CUP_Ind_MalyKomin","Ind_MalyKomin","CUP_Ind_Mlyn","Ind_Mlyn","CUP_Ind_Pec","Ind_Pec","CUP_ind_silomale","ind_silomale","CUP_Ind_SiloVelke","Ind_SiloVelke","CUP_Ind_Vysypka","Ind_Vysypka","CUP_Ind_Garage01","Ind_Garage01","CUP_CAStructures_IndPipe1_todo_delete","CAStructures_IndPipe1_todo_delete","CUP_IndPipe2","IndPipe2","CUP_Ind_Shed_01","Ind_Shed_01","CUP_Ind_Shed_02","Ind_Shed_02","CUP_Ind_Tank","Ind_Tank","CUP_Ind_Workshop01","Ind_Workshop01","CUP_CABuildings2_Misc_Cargo","CABuildings2_Misc_Cargo","CUP_Misc_PowerStation","Misc_PowerStation","CUP_Misc_WaterStation","Misc_WaterStation","CUP_Rail_House_01","Rail_House_01","CUP_Shed_small","Shed_small","CUP_Shed_wooden","Shed_wooden","CUP_particle_effects","particle_effects","CUP_Chernarus_Config","Chernarus","CUP_Chernarus_Summer_Config","Chernarus_Summer","CUP_Desert2_Config","Porto","CUP_Hotfix_Config","CA_Hotfix","CUP_CA_QGClutterHotfix","CA_QGClutterHotfix","CUP_CA_Hotfix_vez_ropa","CA_Hotfix_vez_ropa","CUP_CAMisc2","CAMisc2","CUP_Misc3_Config","CAMisc3","CUP_WarfareBuildings","WarfareBuildings","CUP_Misc_e_Config","CAMisc_E","CUP_CAMisc_E_WF","CAMisc_E_WF","CUP_CAMP_Armory_Misc","CAMP_Armory_Misc","CUP_CAMP_Armory_Misc_Concrete_Wall","CAMP_Armory_Misc_Concrete_Wall","CUP_CAMP_Armory_Misc_Entrance_Gate","CAMP_Armory_Misc_Entrance_Gate","CUP_CAMP_Armory_Misc_Info_Board","CAMP_Armory_Misc_Info_Board","CUP_CAMP_Armory_Misc_Infostands","CAMP_Armory_Misc_Infostands","CUP_CAMP_Armory_Misc_Laptop","CAMP_Armory_Misc_Laptop","CUP_CAMP_Armory_Misc_Loudspeakers","CAMP_Armory_Misc_Loudspeakers","CUP_CAMP_Armory_Misc_Plasticpole","CAMP_Armory_Misc_Plasticpole","CUP_CAMP_Armory_Misc_Red_Light","CAMP_Armory_Misc_Red_Light","CUP_CAMP_Armory_Misc_Sign_Armex","CAMP_Armory_Misc_Sign_Armex","CUP_CAMP_Armory_Misc_Sign_Direction","CAMP_Armory_Misc_Sign_Direction","CUP_CA_Plants2_Bush","CA_Plants2_Bush","CUP_CA_Plants2_Misc","CA_Plants2_Misc","CUP_CA_Plants_E_Bush","CA_Plants_E_Bush","CUP_CA_Plants_PMC","CA_Plants_PMC","CUP_CARoads2Bridge","CARoads2Bridge","CUP_CARoads_PMC_Bridge","CARoads_PMC_Bridge","CUP_A_TVTower","A_TVTower","CUP_CAStructures_Nav_pier","CAStructures_Nav_pier","CUP_CAStructures_Railway","CAStructures_Railway","CUP_Structures_e_Config","CAStructures_E","CUP_CAStructures_E_HouseA","CAStructures_E_HouseA","CUP_CAStructures_E_HouseA_A_BuildingWIP","CAStructures_E_HouseA_A_BuildingWIP","CUP_CAStructures_E_HouseA_A_CityGate1","CAStructures_E_HouseA_A_CityGate1","CUP_CAStructures_E_HouseA_A_Minaret","CAStructures_E_HouseA_A_Minaret","CUP_CAStructures_E_HouseA_A_Minaret_Porto","CAStructures_E_HouseA_A_Minaret_Porto","CUP_CAStructures_E_HouseA_A_Mosque_big","CAStructures_E_HouseA_A_Mosque_big","CUP_CAStructures_E_HouseA_A_Mosque_small","CAStructures_E_HouseA_A_Mosque_small","CUP_CAStructures_E_HouseA_A_Office01","CAStructures_E_HouseA_A_Office01","CUP_CAStructures_E_HouseA_a_stationhouse","CAStructures_E_HouseA_a_stationhouse","CUP_CAStructures_E_HouseA_A_Statue","CAStructures_E_HouseA_A_Statue","CUP_CAStructures_E_HouseA_A_Villa","CAStructures_E_HouseA_A_Villa","CUP_CAStructures_E_HouseC","CAStructures_E_HouseC","CUP_CAStructures_E_HouseK","CAStructures_E_HouseK","CUP_CAStructures_E_HouseL","CAStructures_E_HouseL","CUP_CAStructures_E_Ind","CAStructures_E_Ind","CUP_CAStructures_E_Ind_Ind_Coltan_Mine","CAStructures_E_Ind_Ind_Coltan_Mine","CUP_CAStructures_E_Ind_Ind_FuelStation","CAStructures_E_Ind_Ind_FuelStation","CUP_CAStructures_E_Ind_Ind_Garage01","CAStructures_E_Ind_Ind_Garage01","CUP_CAStructures_E_Ind_Oil_Mine","CAStructures_E_Ind_Oil_Mine","CUP_CAStructures_E_Ind_IndPipes","CAStructures_E_Ind_IndPipes","CUP_CAStructures_E_Ind_Misc_PowerStation","CAStructures_E_Ind_Misc_PowerStation","CUP_CAStructures_E_Ind_Ind_Shed","CAStructures_E_Ind_Ind_Shed","CUP_CAStructures_E_Mil","CAStructures_E_Mil","CUP_CAStructures_E_Misc","CAStructures_E_Misc","CUP_CAStructures_E_Misc_Misc_cables","CAStructures_E_Misc_Misc_cables","CUP_CAStructures_E_Misc_Misc_Construction","CAStructures_E_Misc_Misc_Construction","CUP_CAStructures_E_Misc_Misc_Garbage","CAStructures_E_Misc_Misc_Garbage","CUP_CAStructures_E_Misc_Misc_Interier","CAStructures_E_Misc_Misc_Interier","CUP_CAStructures_E_Misc_Misc_Lamp","CAStructures_E_Misc_Misc_Lamp","CUP_CAStructures_E_Misc_Misc_Market","CAStructures_E_Misc_Misc_Market","CUP_CAStructures_E_Misc_Misc_powerline","CAStructures_E_Misc_Misc_powerline","CUP_CAStructures_E_Misc_Misc_Water","CAStructures_E_Misc_Misc_Water","CUP_CAStructures_E_Misc_Misc_Well","CAStructures_E_Misc_Misc_Well","CUP_CAStructures_E_Wall","CAStructures_E_Wall","CUP_CAStructures_E_Wall_Wall_L","CAStructures_E_Wall_Wall_L","CUP_Structures_pmc_Config","CAStructures_PMC","CUP_CAStructures_PMC_Buildings","CAStructures_PMC_Buildings","CUP_CAStructures_PMC_Buildings_Bunker","CAStructures_PMC_Buildings_Bunker","CUP_CAStructures_PMC_Buildings_GeneralStore_PMC","CAStructures_PMC_Buildings_GeneralStore_PMC","CUP_CAStructures_PMC_Buildings_Ruin_Cowshed","CAStructures_PMC_Buildings_Ruin_Cowshed","CUP_CAStructures_PMC_Ind","CAStructures_PMC_Ind","CUP_CAStructures_PMC_FuelStation","CAStructures_PMC_FuelStation","CUP_CAStructures_PMC_Misc","CAStructures_PMC_Misc","CUP_CAStructures_PMC_Misc_Shed","CAStructures_PMC_Misc_Shed","CUP_CAStructures_PMC_Ruins","CAStructures_PMC_Ruins","CUP_CAStructures_PMC_Walls","CAStructures_PMC_Walls","CUP_Takistan_Config","Takistan","CUP_Utes_Config","Utes","CUP_Zargabad_Config","zargabad","CUP_ibr_plants","ibr_plants","a2_epoch_weapons","A3_epoch_assets","A3_Anims_F_Heli","A3_Characters_F","A3_Characters_F_BLUFOR","A3_Characters_F_Civil","A3_Characters_F_Heads","A3_Characters_F_OPFOR","A3_Characters_F_Proxies","A3_Characters_F_Beta","A3_Characters_F_INDEP","A3_Characters_F_Bootcamp","A3_Characters_F_EPB_Heads","A3_Characters_F_Gamma","A3_Characters_F_Mark","A3_Data_F_Curator","A3_Data_F_Curator_Eagle","A3_Data_F_Curator_Intel","A3_Data_F_Curator_Misc","A3_Data_F_Curator_Respawn","3DEN","A3_Data_F_Kart","A3_UAV_F_Characters_F_Gamma","A3_UAV_F_Weapons_F_Gamma_Ammoboxes","A3_Weapons_F_gamma_Items","A3_Map_Altis","A3_Map_Altis_Scenes","A3_Missions_F","A3_Missions_F_Beta","A3_Missions_F_Gamma","A3_Missions_F_Kart","A3_Modules_F_Bootcamp","A3_Modules_F_Curator","A3_Modules_F_Curator_Animals","A3_Modules_F_Curator_CAS","A3_Modules_F_Curator_Curator","A3_Modules_F_Curator_Effects","A3_Modules_F_Curator_Environment","A3_Modules_F_Curator_Flares","A3_Modules_F_Curator_Intel","A3_Modules_F_Curator_Lightning","A3_Modules_F_Curator_Mines","A3_Modules_F_Curator_Misc","A3_Modules_F_Curator_Multiplayer","A3_Modules_F_Curator_Objectives","A3_Modules_F_Curator_Ordnance","A3_Modules_F_Curator_Respawn","A3_Modules_F_Curator_Smokeshells","A3_Modules_F_Exp_A","A3_Modules_F_Kart","A3_Modules_F_Kart_TimeTrials","A3_Props_F_Exp_A_Military_Equipment","A3_Static_F","A3_Static_F_Mortar_01","A3_Static_F_Beta_Mortar_01","A3_Static_F_Gamma","A3_Static_F_Gamma_Mortar_01","A3_Static_F_Mark_Designator_01","A3_Static_F_Mark_Designator_02","A3_Supplies_F_Heli","A3_Supplies_F_Heli_Bladders","A3_Supplies_F_Heli_CargoNets","A3_Supplies_F_Heli_Fuel","A3_Supplies_F_Heli_Slingload","A3_Supplies_F_Mark","A3_UI_F_Bootcamp","A3_UI_F_Exp_A","A3_UI_F_Heli","A3_Weapons_F_Acc","A3_Weapons_F_Beta_Acc","A3_Weapons_F_Bootcamp_Ammoboxes","A3_Weapons_F_EPA","A3_Weapons_F_EPA_Acc","A3_Weapons_F_EPA_Ammoboxes","A3_Weapons_F_EPB","A3_Weapons_F_EPB_Acc","A3_Weapons_F_EPB_Ammoboxes","A3_Weapons_F_EPC","A3_Weapons_F_gamma_Acc","A3_Weapons_F_Kart","A3_Weapons_F_Mark_Acc","CUP_Afghan_Config","Mountains_ACR","CUP_Bohemia_Config","Woodland_ACR","CUP_Bootcamp_acr_Config","Bootcamp_ACR","CUP_Data_baf_Config","CA_BAF","CUP_Desert_e_Config","Desert_E","CUP_CALanguage_Baf","CALanguage_Baf","CUP_CALanguageMissions_baf","CALanguageMissions_baf","CUP_Misc_acr_Config","CAMisc_ACR","CUP_CAMisc_ACR_3DMarkers","CAMisc_ACR_3DMarkers","CUP_CAMisc_ACR_Container","CAMisc_ACR_Container","CUP_CAMisc_ACR_Dog","CAMisc_ACR_Dog","CUP_CAMisc_ACR_Helpers","CAMisc_ACR_Helpers","CUP_CAMisc_ACR_PBX","CAMisc_ACR_PBX","CUP_CAMisc_ACR_ScaffoldingSmall","CAMisc_ACR_ScaffoldingSmall","CUP_CAMisc_ACR_Shooting_range","CAMisc_ACR_Shooting_range","CUP_CAMisc_ACR_Sign_Mines","CAMisc_ACR_Sign_Mines","CUP_CAMisc_ACR_Targets","CAMisc_ACR_Targets","CUP_CAMisc_ACR_Targets_InvisibleTarget","CAMisc_ACR_Targets_InvisibleTarget","CUP_CAMisc_ACR_TestSphere","CAMisc_ACR_TestSphere","CUP_CAMisc_BAF","CAMisc_BAF","CUP_Provinggrounds_pmc_Config","ProvingGrounds_PMC","CUP_Shapur_baf_Config","Shapur_BAF","CUP_BaseConfig_F","A3_Air_F","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Light_02","A3_Air_F_Beta","A3_Air_F_Beta_Heli_Attack_01","A3_Air_F_Beta_Heli_Attack_02","A3_Air_F_Beta_Heli_Transport_01","A3_Air_F_Beta_Heli_Transport_02","A3_Air_F_Beta_Parachute_01","A3_Air_F_Beta_Parachute_02","A3_Air_F_EPB_Heli_Light_03","A3_Air_F_EPC_Plane_CAS_01","A3_Air_F_EPC_Plane_CAS_02","A3_Air_F_Gamma_Plane_Fighter_03","A3_Air_F_Heli","A3_Air_F_Heli_Heli_Attack_01","A3_Air_F_Heli_Heli_Attack_02","A3_Air_F_Heli_Heli_Light_01","A3_Air_F_Heli_Heli_Light_02","A3_Air_F_Heli_Heli_Light_03","A3_Air_F_Heli_Heli_Transport_01","A3_Air_F_Heli_Heli_Transport_02","A3_Air_F_Heli_Heli_Transport_03","A3_Air_F_Heli_Heli_Transport_04","A3_Armor_F","A3_armor_f_beta","A3_Armor_F_Panther","A3_armor_f_beta_APC_Tracked_02","A3_Armor_F_EPB_APC_tracked_03","A3_Armor_F_EPB_MBT_03","A3_Armor_F_Slammer","A3_Armor_F_T100K","A3_Boat_F","A3_Boat_F_Boat_Armed_01","A3_Boat_F_Boat_Transport_01","A3_Boat_F_Beta_Boat_Armed_01","A3_Boat_F_Beta_Boat_Transport_01","A3_Boat_F_SDV_01","A3_Boat_F_EPC_Submarine_01_F","A3_Boat_F_Civilian_Boat","A3_Boat_F_Trawler","A3_Boat_F_Gamma_Boat_Transport_01","A3_Boat_F_Heli_Boat_Armed_01","A3_Boat_F_Heli_SDV_01","A3_Characters_F_Common","A3_Characters_F_Bootcamp_Common","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Characters_F_EPC","A3_Characters_F_Kart","A3_Data_F_Curator_Characters","A3_Data_F_Curator_Virtual","A3_Data_F_Exp_A_Virtual","A3_Data_F_Heli","A3_Air_F_Gamma_UAV_01","A3_Air_F_Gamma_UAV_02","A3_Missions_F_Bootcamp","A3_Missions_F_Curator","A3_Missions_F_EPA","A3_Missions_F_EPB","A3_Missions_F_EPC","A3_Missions_F_Exp_A","A3_Missions_F_Heli","A3_Missions_F_Mark","A3_Missions_F_MP_Mark","A3_Modules_F_Bootcamp_Misc","A3_Modules_F_Curator_Chemlights","A3_Soft_F","A3_Soft_F_MRAP_01","A3_Soft_F_MRAP_02","A3_Soft_F_Offroad_01","A3_Soft_F_Quadbike","A3_Soft_F_MRAP_03","A3_Soft_F_Beta_Quadbike","A3_Soft_F_HEMTT","A3_Soft_F_TruckHeavy","A3_Soft_F_EPC_Truck_03","A3_Soft_F_Car","A3_Soft_F_Gamma_Offroad","A3_Soft_F_Gamma_Quadbike","A3_Soft_F_SUV","A3_Soft_F_Gamma_HEMTT","A3_Soft_F_Gamma_TruckHeavy","A3_Soft_F_Truck","A3_Soft_F_Heli_Car","A3_Soft_F_Heli_MRAP_01","A3_Soft_F_Heli_MRAP_02","A3_Soft_F_Heli_MRAP_03","A3_Soft_F_Heli_Quadbike","A3_Soft_F_Heli_SUV","A3_Soft_F_Heli_Truck","A3_Soft_F_Kart_Kart_01","A3_Static_F_Gamma_AA","A3_Static_F_Gamma_AT","A3_Structures_F_Mil_Scrapyard","A3_Structures_F_Wrecks","A3_Structures_F_EPA_Mil_Scrapyard","A3_Weapons_F_Bootcamp","A3_Weapons_F_Mark","A3_Weapons_F_Mark_LongRangeRifles_DMR_02","A3_Weapons_F_Mark_LongRangeRifles_DMR_03","A3_Weapons_F_Mark_LongRangeRifles_DMR_04","A3_Weapons_F_Mark_LongRangeRifles_DMR_05","A3_Weapons_F_Mark_LongRangeRifles_DMR_06","A3_Weapons_F_Mark_Machineguns_MMG_01","A3_Weapons_F_Mark_Machineguns_MMG_02","A3_epoch_language","A3_epoch_vehicles_1","A3_Air_F_EPC_Plane_Fighter_03","A3_Armor_F_AMV","A3_Armor_F_Marid","A3_Armor_F_EPC_MBT_01","A3_Armor_F_APC_Wheeled_03","A3_CargoPoses_F","A3_CargoPoses_F_Heli","A3_Soft_F_Crusher_UGV","A3_Soft_F_Bootcamp_Offroad_01","A3_Soft_F_Bootcamp_Quadbike","A3_Soft_F_Bootcamp_Truck","A3_Soft_F_Heli_Crusher_UGV","CUP_Core","CUP_StandaloneTerrains_Core","CUP_StandaloneTerrains_Core_Faction","CUP_StandaloneTerrains_Core_VehicleClass","CUP_Worlds","CUP_Worlds_Ambient","CUP_Worlds_Author","CUP_Worlds_Clutter","CUP_Worlds_ClutterDist","CUP_Worlds_Delete","CUP_Worlds_DisableInfiniteTerrain","CUP_Worlds_DustEffects","CUP_Worlds_EnvSounds","CUP_Worlds_FullDetailDist","CUP_Worlds_Grid","CUP_Worlds_Intros","CUP_Worlds_Lighting","CUP_Worlds_Lighting_Chernarus","CUP_Worlds_Lighting_Desert","CUP_Worlds_MapSize","CUP_Worlds_MidDetailTexture","CUP_Worlds_NoDetailDist","CUP_Worlds_PictureMap","CUP_Worlds_PictureShot","CUP_Worlds_Seabed","CUP_Worlds_SkyTexture","CUP_Worlds_StreetLamp","CUP_Worlds_Surfaces","CUP_Worlds_Water","A3_epoch_config","CUP_A1_EditorObjects","CUP_A2_EditorObjects","A3_epoch_code","A3_epoch_functions"]; _skn_whitelist_cfgPatches = [_serverSettingsConfig, "antihack_whitelistedCfgPatches", _whitelistPatches] call EPOCH_fnc_returnConfigEntry; _skn_adminsOwner = [_serverSettingsConfig, "adminMenu_Owner", []] call EPOCH_fnc_returnConfigEntry; _skn_adminsHigh = [_serverSettingsConfig, "adminMenu_High", []] call EPOCH_fnc_returnConfigEntry; @@ -1373,13 +1373,12 @@ _skn_admincode = compileFinal (" if ("+_skn_tg_map_ai+") then { _size = (0.5/ctrlMapScale _display) max 20; { - if (isPlayer _x) then { - _display drawIcon [ - getText (configFile >> 'CfgVehicles' >> typeOf _x >> 'Icon'), _x call _getDmgColor, visiblePosition _x, _size, _size, getDir _x, - getText (configFile >> 'CfgVehicles' >> typeOf _x >> 'displayName') - ]; - }; - }forEach allUnits-playableUnits; + _agent = agent _x; + _display drawIcon [ + getText (configFile >> 'CfgVehicles' >> typeOf _agent >> 'Icon'), _agent call _getDmgColor, visiblePosition _agent, _size, _size, getDir _agent, + getText (configFile >> 'CfgVehicles' >> typeOf _agent >> 'displayName') + ]; + }forEach agents; }; if ("+_skn_tg_map_basebuilding+") then { diff --git a/Sources/epoch_server/init/server_variables.sqf b/Sources/epoch_server/init/server_variables.sqf index cad64de7..ce49d559 100644 --- a/Sources/epoch_server/init/server_variables.sqf +++ b/Sources/epoch_server/init/server_variables.sqf @@ -8,6 +8,7 @@ EPOCH_cleanupQueue = []; EPOCH_defaultVars_SEPXVar = EPOCH_defaultVars; EPOCH_group_upgrade_lvl_SEPXVar = EPOCH_group_upgrade_lvl; EPOCH_staticTraderLocations = []; +EPOCH_staticNPCTraderPos = []; _configArray = [ ["serverRestart", false], diff --git a/Sources/epoch_server/license.txt b/Sources/epoch_server/license.txt new file mode 100644 index 00000000..35440e4b --- /dev/null +++ b/Sources/epoch_server/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/Sources/epoch_server_core/license.txt b/Sources/epoch_server_core/license.txt new file mode 100644 index 00000000..35440e4b --- /dev/null +++ b/Sources/epoch_server_core/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf b/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf index a8917dc9..b2babade 100644 --- a/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf +++ b/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf @@ -6,19 +6,23 @@ Improvements and or bugfixes and other contributions are welcome via the github: https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settings/EpochEvents/Earthquake.sqf */ -private ["_marker","_minerals","_randomIndex","_item","_plyrsNearEpicenter","_position"]; +private ["_marker","_minerals","_randomIndex","_item","_plyrsNearEpicenter","_position","_chance"]; _position = [epoch_centerMarkerPosition, 0, EPOCH_dynamicVehicleArea, 10, 0, 1000, 0] call BIS_fnc_findSafePos; if ((count _position) == 2) then{ _plyrsNearEpicenter = _position nearEntities[["Epoch_Male_F", "Epoch_Female_F"], 1000]; if !(_plyrsNearEpicenter isEqualTo[]) then{ - if ((random 1) > 0.5) then{ + // decrease chance with more players + _chance = linearConversion [1, 100, (count allPlayers), 0, 0.5, true]; + if ((random 1) > _chance) then { // send earthquake to each player in zone { [["earthQuake", _position], (owner _x)] call EPOCH_sendPublicVariableClient; }forEach _plyrsNearEpicenter; + _minerals = ["MineralDepositCopper_EPOCH", "MineralDepositGold_EPOCH", "MineralDepositSilver_EPOCH"]; _randomIndex = floor(random(count _minerals)); + _item = createVehicle[(_minerals select _randomIndex), _position, [], 0.0, "CAN_COLLIDE"]; if (EPOCH_showEarthQuakes) then{ _marker = createMarker[str(_position), _position]; diff --git a/Sources/epoch_server_settings/config.cpp b/Sources/epoch_server_settings/config.cpp index 37c4fa70..b9c9c6e2 100644 --- a/Sources/epoch_server_settings/config.cpp +++ b/Sources/epoch_server_settings/config.cpp @@ -20,14 +20,17 @@ class CfgPatches { units[] = {}; weapons[] = {}; requiredVersion = 0.1; - epochVersion = "0.3.6.0"; + epochVersion = "0.3.7.0"; requiredAddons[] = {}; }; }; // inport loot tables #include "configs\Loots.h" +// security checks #include "configs\security\security_checks.h" +// props template +#include "configs\templates\CfgPropTemplate.h" // import settings class CfgEpochServer @@ -52,7 +55,20 @@ class CfgEpoch #include "configs\maps\stratis.h" #include "configs\maps\altis.h" #include "configs\maps\chernarus.h" + #include "configs\maps\chernarus_summer.h" #include "configs\maps\australia.h" #include "configs\maps\takistan.h" + #include "configs\maps\Zargabad.h" #include "configs\maps\esseker.h" + #include "configs\maps\Sara.h" + #include "configs\maps\SaraLite.h" + #include "configs\maps\Sara_dbe1.h" + #include "configs\maps\Bootcamp_ACR.h" + #include "configs\maps\Desert_E.h" + #include "configs\maps\Mountains_ACR.h" + #include "configs\maps\Porto.h" + #include "configs\maps\ProvingGrounds_PMC.h" + #include "configs\maps\Shapur_BAF.h" + #include "configs\maps\Utes.h" + #include "configs\maps\Woodland_ACR.h" }; diff --git a/Sources/epoch_server_settings/configs/loots.h b/Sources/epoch_server_settings/configs/loots.h index 8c287589..701313a8 100644 --- a/Sources/epoch_server_settings/configs/loots.h +++ b/Sources/epoch_server_settings/configs/loots.h @@ -766,7 +766,11 @@ class CfgLootTable { { "Sodas", "CfgLootTable" }, 8 }, { { "CanFood", "CfgLootTable" }, 8 }, { { "Primitive", "CfgLootTable" }, 21 }, - { { "lighter_epoch", "magazine" }, 1 } + { { "lighter_epoch", "magazine" }, 1 }, + + { { "ItemAluminumBar", "magazine" }, 2 }, + { { "ItemCopperBar", "magazine" }, 2 }, + { { "ItemTinBar", "magazine" }, 1 }, }; }; @@ -784,12 +788,14 @@ class CfgLootTable { items[] = { { { "WhiskeyNoodle", "magazine" }, 5 }, - { { "ItemSodaOrangeSherbet", "magazine" }, 16 }, - { { "ItemSodaPurple", "magazine" }, 15 }, - { { "ItemSodaMocha", "magazine" }, 14 }, - { { "ItemSodaBurst", "magazine" }, 23 }, + { { "ItemSodaOrangeSherbet", "magazine" }, 13 }, + { { "ItemSodaAlpineDude", "magazine" }, 6 }, + { { "ItemSodaPurple", "magazine" }, 13 }, + { { "ItemSodaMocha", "magazine" }, 12 }, + { { "ItemSodaBurst", "magazine" }, 15 }, { { "ItemSodaRbull", "magazine" }, 13 }, - { { "FoodWalkNSons", "magazine" }, 14 } + { { "FoodWalkNSons", "magazine" }, 13 }, + { { "ItemSodaEmpty", "magazine" }, 11 } }; }; class CanFood @@ -797,16 +803,15 @@ class CfgLootTable items[] = { { { "honey_epoch", "magazine" }, 5 }, { { "emptyjar_epoch", "magazine" }, 13 }, - { { "FoodBioMeat", "magazine" }, 13 }, + { { "FoodBioMeat", "magazine" }, 11 }, { { "sardines_epoch", "magazine" }, 11 }, - { { "meatballs_epoch", "magazine" }, 14 }, - { { "scam_epoch", "magazine" }, 15 }, - { { "sweetcorn_epoch", "magazine" }, 15 }, + { { "meatballs_epoch", "magazine" }, 13 }, + { { "scam_epoch", "magazine" }, 14 }, + { { "sweetcorn_epoch", "magazine" }, 14 }, { { "FoodSnooter", "magazine" }, 9 }, { { "TacticalBacon", "magazine" }, 5 }, - { { "FoodMeeps", "magazine" }, 1 } - - + { { "FoodMeeps", "magazine" }, 1 }, + { { "ItemEmptyTin", "magazine" }, 5 } }; }; @@ -848,13 +853,15 @@ class CfgLootTable items[] = { { { "MortarBucket", "magazine" }, 16 }, { { "CinderBlocks", "magazine" }, 17 }, - { { "VehicleRepair", "magazine" }, 17 }, + { { "VehicleRepair", "magazine" }, 16 }, { { "CircuitParts", "magazine" }, 17 }, { { "ItemCorrugated", "magazine" }, 17 }, { { "ItemSolar", "magazine" }, 5 }, { { "ItemBattery", "magazine" }, 5 }, { { "ItemCables", "magazine" }, 5 }, - { { "ItemSafe", "magazine" }, 1 } + { { "ItemSafe", "magazine" }, 1 }, + { { "ItemBarrelE", "magazine" }, 1 } + }; }; @@ -870,13 +877,14 @@ class CfgLootTable { { "VehicleRepair", "magazine" }, 10 }, { { "ItemCorrugated", "magazine" }, 11 }, { { "CinderBlocks", "magazine" }, 12 }, - { { "JackKit", "magazine" }, 9 }, + { { "JackKit", "magazine" }, 8 }, { { "ItemCoolerE", "magazine" }, 13 }, { { "ItemScraps", "magazine" }, 13 }, { { "lighter_epoch", "magazine" }, 1 }, { { "ItemSolar", "magazine" }, 3 }, { { "ItemBattery", "magazine" }, 3 }, - { { "ItemCables", "magazine" }, 3 } + { { "ItemCables", "magazine" }, 3 }, + { { "ItemBarrelE", "magazine" }, 1 } }; }; @@ -1314,16 +1322,25 @@ class CfgLootTable { items[] = { { { "Gems", "CfgLootTable" }, 5 }, - { { "ItemGoldBar10oz", "magazine" }, 6 }, - { { "ItemGoldBar", "magazine" }, 9 }, + { { "MetalBars", "CfgLootTable" }, 26 }, { { "PartOreGold", "magazine" }, 10 }, - { { "ItemSilverBar", "magazine" }, 11 }, { { "PartOreSilver", "magazine" }, 13 }, { { "ItemKiloHemp", "magazine" }, 12 }, { { "ItemScraps", "magazine" }, 16 }, { { "PartOre", "magazine" }, 18 } }; }; + class MetalBars + { + items[] = { + { { "ItemGoldBar10oz", "magazine" }, 1 }, + { { "ItemGoldBar", "magazine" }, 9 }, + { { "ItemSilverBar", "magazine" }, 20 }, + { { "ItemCopperBar", "magazine" }, 20 }, + { { "ItemAluminumBar", "magazine" }, 20 }, + { { "ItemTinBar", "magazine" }, 30 }, + }; + }; class Gems { items[] = { @@ -1439,7 +1456,7 @@ class CfgLootTable class Epoch_Sapper_F { items[] = { - { { "ItemGoldBar", "magazine" }, 6 }, + { { "MetalBars", "CfgLootTable" }, 6 }, { { "WhiskeyNoodle", "magazine" }, 11 }, { { "ItemKiloHemp", "magazine" }, 16 }, { { "ItemSilverBar", "magazine" }, 18 }, @@ -1862,9 +1879,9 @@ class CfgLootTable { { "H_91_EPOCH", "item" }, 1 }, { { "H_92_EPOCH", "item" }, 1 }, { { "H_104_EPOCH", "item" }, 1 }, - { { "wolf_mask_epoch", "item" }, 1 }, - { { "pkin_mask_epoch", "item" }, 1 }, - { { "clown_mask_epoch", "item" }, 1 } + //{ { "wolf_mask_epoch", "item" }, 1 }, + //{ { "pkin_mask_epoch", "item" }, 1 }, + //{ { "clown_mask_epoch", "item" }, 1 } }; }; diff --git a/Sources/epoch_server_settings/configs/maps/Bootcamp_ACR.h b/Sources/epoch_server_settings/configs/maps/Bootcamp_ACR.h new file mode 100644 index 00000000..1b78d9c9 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Bootcamp_ACR.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Bootcamp_ACR. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Bootcamp_ACR.h +*/ +class Bootcamp_ACR : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" } + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + //{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Desert_E.h b/Sources/epoch_server_settings/configs/maps/Desert_E.h new file mode 100644 index 00000000..ec8d0a91 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Desert_E.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Desert_E. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Desert_E.h +*/ +class Desert_E : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + //{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Mountains_ACR.h b/Sources/epoch_server_settings/configs/maps/Mountains_ACR.h new file mode 100644 index 00000000..e2d278d8 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Mountains_ACR.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Mountains_ACR. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Mountains_ACR.h +*/ +class Mountains_ACR : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Porto.h b/Sources/epoch_server_settings/configs/maps/Porto.h new file mode 100644 index 00000000..73fd75d7 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Porto.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Porto. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Porto.h +*/ +class Porto : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + //{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/ProvingGrounds_PMC.h b/Sources/epoch_server_settings/configs/maps/ProvingGrounds_PMC.h new file mode 100644 index 00000000..9beeff04 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/ProvingGrounds_PMC.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for ProvingGrounds_PMC. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/ProvingGrounds_PMC.h +*/ +class ProvingGrounds_PMC : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + //{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Sara.h b/Sources/epoch_server_settings/configs/maps/Sara.h new file mode 100644 index 00000000..6c29506f --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Sara.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Sahrani. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Sara.h +*/ +class Sara : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + //{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/SaraLite.h b/Sources/epoch_server_settings/configs/maps/SaraLite.h new file mode 100644 index 00000000..2c970a95 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/SaraLite.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Sahrani. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/SaraLite.h +*/ +class SaraLite : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + //{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Sara_dbe1.h b/Sources/epoch_server_settings/configs/maps/Sara_dbe1.h new file mode 100644 index 00000000..3b192260 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Sara_dbe1.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Sahrani. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Sara_dbe1.h +*/ +class Sara_dbe1 : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + //{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Shapur_BAF.h b/Sources/epoch_server_settings/configs/maps/Shapur_BAF.h new file mode 100644 index 00000000..b0bfe7b5 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Shapur_BAF.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Shapur_BAF. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Shapur_BAF.h +*/ +class Shapur_BAF : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + //{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Utes.h b/Sources/epoch_server_settings/configs/maps/Utes.h new file mode 100644 index 00000000..32ba108c --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Utes.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Utes. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/Utes.h +*/ +class Utes : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + //{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/Woodland_ACR.h b/Sources/epoch_server_settings/configs/maps/Woodland_ACR.h new file mode 100644 index 00000000..6073b48c --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/Woodland_ACR.h @@ -0,0 +1,47 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Woodland_ACR. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/woodland_acr.h +*/ +class Woodland_ACR : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = {}; + containerPos[] = {}; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, + { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + { "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + //{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } + }; + propsPos[] = { + }; + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/chernarus.h b/Sources/epoch_server_settings/configs/maps/chernarus.h index d1336ad3..314ffccf 100644 --- a/Sources/epoch_server_settings/configs/maps/chernarus.h +++ b/Sources/epoch_server_settings/configs/maps/chernarus.h @@ -39,9 +39,6 @@ class Chernarus : Default { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", { 10688.6, 9428.98, 0.00144958 } } // North East }; propsPos[] = { - //debug lights - { "Land_PortableLight_double_F", { 1041.07,2032.96,0.249583 }, 48.2164 }, - { "Land_PortableLight_double_F", { 1008.24,2013.97,0.217788 }, 233.858 }, // phones { "Land_PhoneBooth_02_F", { 10455.2, 2214.84, 0 }, 52.4502 }, { "Land_PhoneBooth_02_F", { 10480, 2350.02, 0.101999 }, 326.023 }, diff --git a/Sources/epoch_server_settings/configs/maps/chernarus_summer.h b/Sources/epoch_server_settings/configs/maps/chernarus_summer.h new file mode 100644 index 00000000..70cc01e9 --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/chernarus_summer.h @@ -0,0 +1,496 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: Uro1, Robio + + Description: + Epoch gamemode server Side map specific configs for chernarus. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/chernarus.h +*/ +class Chernarus_Summer : Default +{ + worldSize = 12000; + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = { "Land_A_FuelStation_Build", "Land_A_GeneralStore_01", "Land_A_GeneralStore_01a", "Land_A_Office01", "Land_Ind_Garage01", "Land_Ind_Workshop01_04", "Land_Ind_Workshop01_L", "Land_Shed_Ind02", "Land_Tovarna2", "Land_sara_hasic_zbroj" }; + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", { 4569.52, 4524.24, 0.201431 } }, // South West + { "Transport_E_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", { 12077.8, 5121.92, 0.00144958 } }, // South East + { "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", { 10688.6, 9428.98, 0.00144958 } } // North East + }; + propsPos[] = { + // phones + { "Land_PhoneBooth_02_F", { 10455.2, 2214.84, 0 }, 52.4502 }, + { "Land_PhoneBooth_02_F", { 10480, 2350.02, 0.101999 }, 326.023 }, + { "Land_PhoneBooth_02_F", { 10479.1, 2349.45, 0.101999 }, 326.023 }, + { "Land_PhoneBooth_02_F", { 6809.42, 2703.85, 0.101999 }, 131.438 }, + { "Land_PhoneBooth_02_F", { 6795.85, 2484.88, 0 }, 312.46 }, + { "Land_PhoneBooth_02_F", { 6738.58, 2393.89, 0 }, 221.25 }, + { "Land_PhoneBooth_02_F", { 6409.57, 2439.88, 0.0883212 }, 46.4278 }, + { "Land_PhoneBooth_02_F", { 7496.04, 5126.04, -0.000732422 }, 182.17 }, + { "Land_PhoneBooth_02_F", { 10132.1, 5471.31, 1.52588e-005 }, 46.4049 }, + { "Land_TouristShelter_01_F", { 11285.3, 5492.9, 1.52588e-005 }, 160.867 }, + { "Land_PhoneBooth_02_F", { 11282.8, 5491.04, 0 }, 162.031 }, + { "Land_PhoneBooth_02_F", { 13359.8, 6170.49, 0 }, 176.672 }, + { "Land_PhoneBooth_02_F", { 12102.1, 7283.6, 0 }, 96.4346 }, + { "Land_PhoneBooth_02_F", { 10654.9, 8013.35, 0.102005 }, 303.161 }, + { "Land_PhoneBooth_02_F", { 12022.4, 9151.21, 0 }, 47.4504 }, + { "Land_PhoneBooth_02_F", { 12023.3, 9150.26, 0 }, 45.6474 }, + { "Land_PhoneBooth_02_F", { 12265.6, 9479.49, 1.18411 }, 141.691 }, + { "Land_PhoneBooth_02_F", { 6017.95, 7821.39, -0.00500488 }, 223.037 }, + { "Land_PhoneBooth_02_F", { 6227.46, 7721.33, 0 }, 36.2285 }, + { "Land_TouristShelter_01_F", { 1969.65, 7361.86, 0 }, 35.9378 }, + { "Land_PhoneBooth_02_F", { 1971.84, 7359.15, -1.52588e-005 }, 127.545 }, + { "Land_PhoneBooth_02_F", { 8785.43, 11618.8, 0 }, 100.044 }, + { "Land_PhoneBooth_02_F", { 11242.2, 12209.9, 0 }, 118.072 }, + { "Land_PhoneBooth_02_F", { 2706.84, 10002.9, 0 }, 12.6221 }, + // City Klen + { "Land_MarketShelter_F", { 11396.6, 11368.6, -0.0245056 }, 216.043 }, + { "Land_i_Stone_Shed_V1_F", { 11392.3, 11388.6, 0 }, 216.9 }, + { "Land_Wreck_Offroad2_F", { 11398.5, 11382.7, -0.00628662 }, 181.726 }, + { "Land_Slums01_8m", { 11383.6, 11393.7, 0.00790405 }, 300.102 }, + { "Land_Slums01_8m", { 11379.6, 11386.9, -0.00378418 }, 300.014 }, + { "Land_GarbageBags_F", { 11394.1, 11382.3, 0.00491333 }, 0.000760495 }, + { "Land_CratesPlastic_F", { 11398.8, 11372.4, -0.000823975 }, 359.71 }, + { "Land_BarrelWater_F", { 11390, 11370.7, 0.000457764 }, 359.997 }, + { "Land_Chapel_V2_F", { 11429, 11352.8, 0.258972 }, 126.48 }, + { "Land_u_House_Big_02_V1_F", { 11417.7, 11362.8, 0 }, 36.7593 }, + { "Land_Cages_F", { 11401.1, 11369.3, 0.00457764 }, 76.3813 }, + { "Land_GarbagePallet_F", { 11426.1, 11367.2, 0.00119019 }, 0.234284 }, + { "Land_i_Stone_HouseBig_V3_F", { 11405.1, 11375.6, 0 }, 129.339 }, + { "Land_Slums02_4m", { 11414.1, 11377.4, 0.0258484 }, 39.2923 }, + { "Land_Slums02_4m", { 11417, 11375.1, 0.00820923 }, 39.284 }, + { "Land_Slums02_4m", { 11407.2, 11383.1, 0.00335693 }, 39.2788 }, + { "Land_Slums02_4m", { 11419.8, 11372.7, 0.00827026 }, 39.284 }, + { "Land_Wreck_Truck_dropside_F", { 11429.9, 11380.5, 0.000671387 }, 0.00762456 }, + { "Land_d_Shop_01_V1_F", { 11453.7, 11350.2, 0.298096 }, 127.575 }, + { "Land_Garbage_square5_F", { 11449.2, 11357.1, 3.05176e-005 }, 0.000244135 }, + { "Land_GarbagePallet_F", { 11452.4, 11353.4, -0.0103455 }, 0.234284 }, + { "Land_PhoneBooth_02_F", { 11459, 11364.1, 3.05176e-005 }, 124.922 }, + { "Land_d_Addon_02_V1_F", { 11436, 11377.1, 3.05176e-005 }, 37.7171 }, + { "Land_i_Stone_HouseSmall_V3_F", { 11464.1, 11229.2, 0 }, 206.45 }, + { "Land_Wired_Fence_8mD_F", { 11480.2, 11247.8, 0.228699 }, 359.571 }, + { "Land_GarbagePallet_F", { 11473.9, 11223.8, -0.0253296 }, 0.234284 }, + { "Land_Wired_Fence_8m_F", { 11476.1, 11253.8, 0.219452 }, 359.549 }, + { "Land_d_Shop_02_V1_F", { 11460.3, 11357.9, 0 }, 215.984 }, + { "Land_Garbage_line_F", { 11464.2, 11351.2, 0.000854492 }, 52.1301 }, + { "Land_WheelieBin_01_F", { 11461.5, 11349.7, 0 }, 0.0691075 }, + { "Land_GarbagePallet_F", { 11463.7, 11363.2, -0.0102539 }, 0.234284 }, + { "Land_GarbageContainer_closed_F", { 11463.6, 11351.2, 3.05176e-005 }, 130.585 }, + { "Land_Timbers_F", { 11469.3, 11389.7, 0.0153503 }, 359.649 }, + { "Land_d_Stone_HouseBig_V1_F", { 11461.3, 11389.2, 0 }, 0 }, + { "Land_GarbagePallet_F", { 11466.6, 11393.2, -0.0388489 }, 0.234284 }, + { "Land_Wreck_Van_F", { 11462.1, 11396.9, -0.0365906 }, 282.773 }, + { "Land_Ancient_Wall_8m_F", { 11535.8, 11265.3, -0.125122 }, 144.692 }, + { "Land_Ancient_Wall_4m_F", { 11556.4, 11279, -0.112091 }, 148.121 }, + { "Land_Ancient_Wall_8m_F", { 11567.8, 11287.4, 0.0343018 }, 144.515 }, + { "Land_HBarrier_5_F", { 11577.4, 11307.8, -0.0361633 }, 324.948 }, + { "Land_HBarrier_5_F", { 11572.7, 11307.1, 0.0201416 }, 21.0099 }, + { "Land_HBarrier_5_F", { 11562.9, 11309.6, 0.0461121 }, 48.0841 }, + { "Land_HBarrier_5_F", { 11567.4, 11307.6, 0.0220337 }, 355.004 }, + { "Land_Cargo_HQ_V3_F", { 11571.9, 11330.1, -0.0317078 }, 268 }, + { "Land_HBarrier_5_F", { 11555.9, 11323.6, 0.0753479 }, 231.934 }, + { "Land_HBarrier_5_F", { 11562.4, 11326.7, -0.125763 }, 49.9669 }, + { "Land_HBarrier_5_F", { 11560.6, 11331.7, -0.0820618 }, 87.9061 }, + { "Land_HBarrier_5_F", { 11564.1, 11322.1, 0.0942078 }, 88.1076 }, + { "Land_HBarrier_5_F", { 11557.4, 11319, -0.0873108 }, 272.274 }, + { "Land_HBarrier_5_F", { 11564.8, 11339.8, 0.0496521 }, 177.031 }, + { "Land_HBarrier_5_F", { 11561.2, 11337.2, -0.0386963 }, 107.942 }, + { "Land_HBarrier_5_F", { 11557.3, 11313.6, -0.120697 }, 271.244 }, + { "Land_HBarrier_5_F", { 11566.1, 11318.1, 0.0227051 }, 36.0297 }, + { "Land_HBarrier_5_F", { 11557.1, 11332, 0.112 }, 177.096 }, + { "Land_HBarrier_3_F", { 11559.8, 11311.4, 0.0235596 }, 180.944 }, + { "Land_PortableLight_double_F", { 11578.2, 11325.2, -0.00167847 }, 357.96 }, + { "Land_PortableLight_double_F", { 11565.8, 11331, 0.00180054 }, 87.9936 }, + { "Land_PortableLight_double_F", { 11579.4, 11336.2, 0.00131226 }, 229.004 }, + { "Land_HBarrier_5_F", { 11570.4, 11340, 0.0419312 }, 176.992 }, + { "Land_HBarrier_5_F", { 11575.8, 11340.3, -0.00686646 }, 176.886 }, + { "Land_Cargo_Patrol_V3_F", { 11598.1, 11309, -0.261566 }, 315 }, + { "Land_HBarrier_5_F", { 11604.1, 11309.6, 0.263916 }, 91.8105 }, + { "Land_HBarrier_5_F", { 11592.5, 11305.2, 0.325073 }, 42.8493 }, + { "Land_HBarrier_5_F", { 11587.8, 11308.1, 0.193237 }, 23.3538 }, + { "Land_HBarrier_5_F", { 11602, 11304.9, -0.0116272 }, 133.822 }, + { "Land_HBarrier_5_F", { 11582.7, 11309.1, -0.0935974 }, 179.212 }, + { "Land_HBarrier_5_F", { 11597.2, 11303.2, 0.501007 }, 1.93882 }, + { "Land_PortableLight_double_F", { 11600.9, 11306.2, 0.0727539 }, 311.827 }, + { "Land_Wreck_HMMWV_F", { 11601.7, 11318.8, 0.0107117 }, 0.254173 }, + { "Land_HBarrier_5_F", { 11580.2, 11338.1, -0.0474548 }, 230.951 }, + { "Land_HBarrier_5_F", { 11604.3, 11315.3, 0.15564 }, 90.3624 }, + { "Land_HBarrier_5_F", { 11605.4, 11320.6, 0.00527954 }, 108.727 }, + { "Land_HBarrier_5_F", { 11605.2, 11325.8, -0.31781 }, 239.194 }, + { "Land_HBarrier_5_F", { 11602.4, 11336.2, -0.191833 }, 230.52 }, + { "Land_HBarrier_5_F", { 11587, 11332.5, 0.0287476 }, 272.043 }, + { "Land_HBarrier_5_F", { 11588, 11327.3, -0.0723877 }, 242.815 }, + { "Land_HBarrier_5_F", { 11604, 11331, 0.0708313 }, 271.184 }, + { "Land_HBarrier_5_F", { 11589.1, 11322.3, -0.0202026 }, 273.918 }, + { "Land_HBarrier_5_F", { 11586.6, 11318.1, 0.0480652 }, 330.046 }, + { "Land_HBarrier_5_F", { 11581.5, 11316.5, 0.0766602 }, 358.179 }, + { "Land_HBarrier_5_F", { 11584.9, 11336.1, -0.142578 }, 180.844 }, + { "Land_Tyres_F", { 11589.7, 11334.3, -0.0446472 }, 202.731 }, + { "Land_ToiletBox_F", { 11585.2, 11333.7, 0.00323486 }, 359.952 }, + { "Land_ToiletBox_F", { 11582.7, 11333.7, 0.00323486 }, 359.965 }, + { "Land_WaterTank_F", { 11584.8, 11322.4, 0.00262451 }, 270.952 }, + { "Land_Pallet_F", { 11599.1, 11334.4, 0.0012207 }, 167.913 }, + { "Land_PaperBox_open_empty_F", { 11593.4, 11312.9, 0.0102844 }, 166.48 }, + { "Land_PaperBox_closed_F", { 11595.3, 11314, 0.0174255 }, 20.1509 }, + { "Land_Pallets_stack_F", { 11599, 11336.3, 0.00747681 }, 107.491 }, + { "Land_BarrelSand_grey_F", { 11582.4, 11318.9, 0.00143433 }, 200.963 }, + { "Land_BarrelEmpty_F", { 11583, 11319.7, 0.00137329 }, 143.048 }, + { "Land_wpp_Turbine_V2_F", { 11630.6, 11256.4, 3.05176e-005 }, 0 }, + { "Land_wpp_Turbine_V2_F", { 11634.6, 11338.9, 0 }, 0 }, + { "Land_wpp_Turbine_V2_F", { 11645.6, 11296.8, 0 }, 0 }, + // North East + {"Land_ClutterCutter_medium_F",{10679.6,9435.62,7.62939e-006},0.0643096}, + {"Land_LampShabby_F",{10673.1,9422,-7.62939e-006},48.6578}, + {"Land_WoodenCart_F",{10677.4,9442.94,-0.0199509},0.1255}, + {"Land_Slums02_4m",{10674.5,9433.75,0.00186157},224.018}, + {"Land_Slums02_4m",{10673.4,9444.57,0.0374298},309.223}, + {"Land_Slums02_4m",{10672.1,9437.09,-0.00406647},244.438}, + {"Land_Slums02_4m",{10676.8,9446.41,0.0543442},0.119723}, + {"Land_Slums02_4m",{10671.6,9441.05,0.0140839},283.663}, + {"Land_Garbage_line_F",{10674,9443.57,0.0653152},217.23}, + {"Land_JunkPile_F",{10679.5,9444.45,0.00154877},359.709}, + {"Land_InvisibleBarrier_F",{10673.7,9444.29,0},131.152}, + {"Land_InvisibleBarrier_F",{10672,9440.85,7.62939e-006},285.049}, + {"Land_InvisibleBarrier_F",{10676.8,9445.61,0},182.439}, + {"Land_InvisibleBarrier_F",{10672.5,9437.2,0},63.0227}, + {"Land_InvisibleBarrier_F",{10674.8,9434.01,0},43.6106}, + {"Land_Campfire_F",{10679.6,9435.56,0.000465393},359.367}, + {"Land_WoodPile_F",{10675.9,9441.61,0.00293732},359.088}, + {"Land_CncBarrier_F",{10677,9430.56,3.8147e-005},38.2729}, + {"Land_Axe_F",{10676.6,9441.46,-0.00322723},73.9678}, + {"Land_HelipadEmpty_F",{10686.6,9418.95,4.57764e-005},0.0323291}, + {"Land_ClutterCutter_large_F",{10686.8,9435.84,-7.62939e-006},359.153}, + {"Land_Garbage_square5_F",{10690.6,9430.02,0.000267029},0.00641501}, + {"Land_Slums02_4m",{10684.4,9427.61,0.00271606},33.3528}, + {"Land_Slums02_4m",{10694.4,9429.21,0.0391235},116.206}, + {"Land_Slums02_4m",{10690.7,9442.29,0.0845108},48.305}, + {"Land_Slums02_4m",{10694.1,9436.97,0.0754395},67.0969}, + {"Land_Slums02_4m",{10695.1,9433.24,0.0348969},86.0347}, + {"Land_Slums02_4m",{10687.4,9444.58,0.0864868},22.401}, + {"Land_Slums02_4m",{10687.7,9426.84,0.00393677},356.182}, + {"Land_Slums02_4m",{10680.9,9446.4,0.0634003},1.21943}, + {"Land_Slums02_4m",{10681,9429.68,0.00272369},33.3528}, + {"Land_Slums02_4m",{10691.6,9426.76,-0.00839233},160.21}, + {"Land_TentDome_F",{10687.7,9442.09,-0.0244064},290.361}, + {"Land_InvisibleBarrier_F",{10680.9,9445.82,0},182.266}, + {"Land_InvisibleBarrier_F",{10684.1,9427.22,0},33.8221}, + {"Land_InvisibleBarrier_F",{10680.8,9429.46,0},33.8225}, + {"Land_InvisibleBarrier_F",{10690.3,9441.82,0},227.277}, + {"Land_InvisibleBarrier_F",{10694.5,9433.07,0},268.195}, + {"Land_InvisibleBarrier_F",{10687,9444.06,7.62939e-006},196.736}, + {"Land_InvisibleBarrier_F",{10687.7,9426.38,0},351.992}, + {"Land_InvisibleBarrier_F",{10691.6,9427.21,-7.62939e-006},334.964}, + {"Land_InvisibleBarrier_F",{10693.8,9436.79,0},248.547}, + {"Land_InvisibleBarrier_F",{10687.7,9426.38,0},352.452}, + {"Land_InvisibleBarrier_F",{10693.9,9429.35,0},297.599}, + {"Land_WorkStand_F",{10689.6,9431.71,0.00012207},0.4623}, + {"Land_FieldToilet_F",{10700.1,9449.24,0.0270386},229.999}, + {"Land_PortableLight_double_F",{10688.4,9426.99,-7.62939e-006},152.941}, + {"Land_Cages_F",{10691,9428.64,9.91821e-005},359.15}, + {"Land_WoodenTable_large_F",{10685.9,9434.16,0.000358582},143.934}, + {"Land_Pallets_stack_F",{10692.5,9430.88,0.0114899},359.393}, + {"Land_WheelCart_F",{10683.8,9441.73,0.0119476},181.87}, + {"Land_ShelvesWooden_khaki_F",{10685.5,9440.39,0.0146866},238.174}, + {"Land_CampingChair_V1_F",{10683.2,9430.95,0.00310516},0.668239}, + {"Land_CratesPlastic_F",{10699.1,9449.65,0.00570679},110.237}, + {"Land_BarrelWater_F",{10684.7,9440.29,0.0127869},2.49711}, + {"Land_Slums02_pole",{10682.8,9445.84,0.00499725},0.672715}, + {"Land_Slums02_pole",{10691.6,9440.46,0.00566864},321.615}, + {"Land_GasTank_01_khaki_F",{10690.6,9431.43,0.00012207},200.712}, + // South East + { "Land_spp_Mirror_F", { 12021.8, 5100.76, -7.62939e-006 }, 182.521 }, + { "Land_spp_Mirror_Broken_F", { 12031.5, 5104.48, 0 }, 182.521 }, + { "Land_Slums01_8m", { 12050.9, 5109.1, -0.00202179 }, 359.933 }, + { "Land_Slums01_8m", { 12051, 5121.93, 0.0187302 }, 118.143 }, + { "Land_Slums01_8m", { 12054.5, 5128.94, 0.0217743 }, 118.269 }, + { "Land_WoodPile_large_F", { 12057.6, 5121.48, -9.15527e-005 }, 21.8792 }, + { "Land_WoodPile_large_F", { 12057.1, 5119.12, 9.91821e-005 }, 203.739 }, + { "Land_WoodPile_large_F", { 12058.9, 5123.89, -0.00171661 }, 197.098 }, + { "Land_WoodPile_large_F", { 12055.8, 5119.65, -9.15527e-005 }, 16.6504 }, + { "Land_Garbage_square3_F", { 12058.5, 5119.32, -0.000190735 }, 200.54 }, + { "Land_Cages_F", { 12051, 5119.59, 0.00479126 }, 22.0683 }, + { "Land_HelipadEmpty_F", { 12058.1, 5100.99, 0 }, 359.533 }, + { "Land_cargo_addon02_V2_F", { 12075.8, 5110.74, 0 }, 313.277 }, + { "Land_Slums01_8m", { 12067.6, 5108.54, -0.00462341 }, 194.501 }, + { "Land_Slums01_8m", { 12067, 5122.79, -0.00128937 }, 106.496 }, + { "Land_Slums01_8m", { 12078.5, 5109.96, -0.00531769 }, 302.472 }, + { "Land_Slums01_8m", { 12080.8, 5125.66, -0.0038147 }, 62.4229 }, + { "Land_Slums01_8m", { 12071.9, 5107.49, -0.00380707 }, 194.501 }, + { "Land_Wreck_Offroad_F", { 12074.4, 5127.79, 0.0411682 }, 325.773 }, + { "Land_LampShabby_F", { 12070.6, 5109.13, -0.0195618 }, 0 }, + { "Land_Wreck_Car3_F", { 12078.6, 5126.01, 0.0244293 }, 146.6 }, + { "Land_TentDome_F", { 12076.8, 5111.69, 3.8147e-005 }, 359.62 }, + { "Land_Garbage_line_F", { 12078, 5124.46, -0.0770569 }, 142.344 }, + { "Land_JunkPile_F", { 12073.8, 5125.85, -0.0101395 }, 359.544 }, + { "Land_InvisibleBarrier_F", { 12065.4, 5108.95, 0 }, 16.7308 }, + { "Land_InvisibleBarrier_F", { 12074.6, 5106.78, 0 }, 19.2329 }, + { "Land_InvisibleBarrier_F", { 12081.8, 5123.84, 0 }, 243.383 }, + { "Land_InvisibleBarrier_F", { 12070.3, 5107.81, 0 }, 16.7344 }, + { "Land_InvisibleBarrier_F", { 12079.7, 5111.63, 0 }, 122.723 }, + { "Land_InvisibleBarrier_F", { 12080.1, 5127.47, 0 }, 239.065 }, + { "Land_InvisibleBarrier_F", { 12077.2, 5107.93, 0 }, 122.631 }, + { "Land_InvisibleBarrier_F", { 12069.1, 5128.14, 0 }, 122.279 }, + { "Land_InvisibleBarrier_F", { 12067.6, 5124.65, 0 }, 112.368 }, + { "Land_InvisibleBarrier_F", { 12066.5, 5120.62, 0 }, 104.748 }, + { "Land_Campfire_F", { 12070.3, 5113.58, 0.00119019 }, 0 }, + { "Land_WoodPile_F", { 12073, 5117.34, -0.00229645 }, 236.097 }, + { "Land_CncBarrier_F", { 12065.4, 5116.71, 0 }, 103.32 }, + { "Land_CncBarrier_stripes_F", { 12082.8, 5121.11, 0.0150528 }, 90.5238 }, + { "Land_CncBarrier_stripes_F", { 12082.3, 5117.84, 0.0185394 }, 104.536 }, + { "Land_CncBarrier_stripes_F", { 12064.5, 5112.14, 0.0020752 }, 279.748 }, + { "Land_CncBarrier_stripes_F", { 12081.2, 5114.26, 0.0116425 }, 300.824 }, + { "Land_WheelCart_F", { 12073, 5108.21, 0.00278473 }, 301.42 }, + { "Land_Slums01_pole", { 12068.4, 5126.9, 0.000801086 }, 260.084 }, + { "Land_Portable_generator_F", { 12069.8, 5108.61, 0.00123596 }, 359.87 }, + { "Land_CampingChair_V2_F", { 12076.1, 5109.27, 0.00286865 }, 99.2684 }, + { "Land_CratesPlastic_F", { 12072.4, 5118.94, 3.05176e-005 }, 359.993 }, + { "Land_BarrelWater_F", { 12073.1, 5110.06, 0.00231171 }, 359.255 }, + { "Land_Axe_fire_F", { 12077.1, 5109.95, -0.00322723 }, 359.907 }, + { "Land_Slums01_8m", { 12070.5, 5130.62, 0.0177002 }, 300.964 }, + { "Land_Slums01_8m", { 12075.7, 5131.46, 0.00196838 }, 40.0636 }, + { "Land_Slums01_8m", { 12060.6, 5133.4, 0.000160217 }, 168.792 }, + { "Land_LampShabby_F", { 12063, 5131.89, 0 }, 169.228 }, + { "Land_InvisibleBarrier_F", { 12073.8, 5133.13, -7.62939e-006 }, 221.588 }, + { "Land_InvisibleBarrier_F", { 12071.2, 5131.82, 0 }, 122.469 }, + { "Land_InvisibleBarrier_F", { 12077.1, 5130.37, 0 }, 221.588 }, + { "Land_Slums01_pole", { 12072.6, 5134.17, 0.00662994 }, 359.468 }, + { "Land_Slums01_pole", { 12064.7, 5134.13, 0.0012207 }, 359.827 }, + { "Land_Garbage_square5_F", { 12093.4, 5120.34, 0.00907135 }, 359.692 }, + { "Land_FieldToilet_F", { 12093.7, 5119.73, 0.0153198 }, 155.607 }, + { "Land_Grave_rocks_F", { 12116.8, 5130.7, 0 }, 0 }, + // South West + { "Flag_US_F", { 4542.15, 4522, -1.52588e-005 }, 209.275 }, + { "Land_HelipadEmpty_F", { 4552.98, 4515.85, 0 }, 0 }, + { "Land_ToiletBox_F", { 4556.27, 4549.86, 0.175018 }, 0.00193372 }, + { "Land_Timbers_F", { 4564.65, 4516.04, 0.199997 }, 325.751 }, + { "Land_Wreck_Van_F", { 4573.34, 4506.86, 0.199997 }, 151.285 }, + { "Land_Garbage_square5_F", { 4588.59, 4516.25, 0.199997 }, 0 }, + { "Land_LampStreet_small_F", { 4577.73, 4514.35, 0.199997 }, 239.902 }, + { "Land_Pipes_large_F", { 4581.84, 4521.72, 0.174988 }, 146.546 }, + { "Land_Pallets_F", { 4586.84, 4514.64, 0.275681 }, 335.695 }, + { "Land_EngineCrane_01_F", { 4581.71, 4510.71, 0.174988 }, 95.9295 }, + { "Land_GarbageContainer_open_F", { 4582.15, 4523.48, 0.175003 }, 151.569 }, + { "Land_Workbench_01_F", { 4585.25, 4521.76, 0.174988 }, 50.0718 }, + { "Barrels", { 4589.08, 4516.4, 0.225494 }, 239.1 }, + { "SignAd_SponsorS_Redstone_F", { 4585.1, 4511.84, 0 }, 142.53 }, + { "Land_WoodenTable_large_F", { 4579.26, 4513.71, 0.175003 }, 142.285 }, + { "Land_Sink_F", { 4573.95, 4519.14, 0.175003 }, 51.2154 }, + { "Land_CncBarrier_stripes_F", { 4578.63, 4513.11, 0.199997 }, 231.189 }, + { "Land_CncBarrier_stripes_F", { 4577.53, 4518.75, 0.199997 }, 325.531 }, + { "Land_CncBarrier_stripes_F", { 4576.61, 4515.73, 0.199997 }, 231.189 }, + { "Land_WoodenTable_small_F", { 4578.02, 4515.24, 0.174988 }, 319.098 }, + { "Land_WeldingTrolley_01_F", { 4585.96, 4513.3, 0.174988 }, 236.669 }, + { "Land_Bench_F", { 4573.12, 4520.15, 0.175003 }, 232.492 }, + { "Land_ToolTrolley_01_F", { 4586.23, 4520.34, 0.175018 }, 228.625 }, + { "Land_ToolTrolley_02_F", { 4587.01, 4519.39, 0.174973 }, 320.682 }, + { "Land_PlasticCase_01_large_F", { 4588.17, 4518.07, 0.174988 }, 321.256 }, + { "Land_WheelieBin_01_F", { 4581.21, 4522.58, 0.175003 }, 139.325 }, + { "Land_WaterCooler_01_old_F", { 4575.21, 4518.16, 0.175064 }, 226.8 }, + { "Land_ChairWood_F", { 4583.23, 4521.15, 0.175018 }, 270.935 }, + { "Land_BarrelWater_F", { 4574.63, 4517.66, 0.175049 }, 354.242 }, + { "Land_PlasticCase_01_medium_F", { 4579.23, 4513.68, 0.175003 }, 120.138 }, + { "Land_Tyre_F", { 4576.11, 4505.51, 0.0297241 }, 358.563 }, + { "Land_GasTank_01_blue_F", { 4588.49, 4515.58, 0.175034 }, 327.133 }, + { "Land_GasTank_01_yellow_F", { 4588.23, 4515.09, 0.175034 }, 247.551 }, + { "Land_PlasticCase_01_small_F", { 4578.02, 4515.24, 0.174988 }, 137.793 }, + { "Land_SurvivalRadio_F", { 4586.07, 4521.12, 0.941803 }, 269.968 }, + { "Fridge_01_closed_F", { 4576.98, 4516.48, 0.175064 }, 238.777 }, + // Boat Vendor + { "Land_WorkStand_F", { 13678.8, 4032.35, -0.00124931 }, 359.908 }, + { "Land_WheelCart_F", { 13671.7, 4037.31, 0.00549078 }, 0.0201131 }, + { "Land_TentDome_F", { 13661.6, 4027.37, -0.014101 }, 359.452 }, + { "Land_Pier_Box_F", { 13696.5, 4033.33, 0.599987 }, 0 }, + { "Land_Campfire_F", { 13681.2, 4035.13, 0.00247145 }, 0.1179 }, + { "Land_Wreck_Traw_F", { 13710.9, 3862.6, 0.242525 }, 0.611813 }, + { "Land_WavePowerPlant_F", { 13878.7, 3932.25, 9.53635 }, 345.483 }, + // Stary Sobor Military + { "Land_HBarrierBig_F", { 6296.66, 7795.88, -0.00692749 }, 219.542 }, + { "Land_HBarrier_5_F", { 6290.16, 7793.43, 0.0203857 }, 218.553 }, + { "Land_HBarrier_5_F", { 6297.02, 7790.79, 0.110291 }, 130.462 }, + { "Land_HBarrier_5_F", { 6285.72, 7796.98, 0.0177002 }, 219.491 }, + { "Land_PaperBox_closed_F", { 6292.73, 7799.57, -0.00213623 }, 221.545 }, + { "Land_WaterTank_F", { 6299.27, 7797.89, 0.00109863 }, 219.43 }, + { "Land_HBarrierBig_F", { 6272.08, 7813.91, 0.00427246 }, 193.847 }, + { "Land_HBarrierBig_F", { 6297.31, 7802.14, -0.00527954 }, 307.543 }, + { "Land_HBarrierBig_F", { 6276.2, 7808.03, 0.000549316 }, 83.8871 }, + { "Land_HBarrierBig_F", { 6280.2, 7801.39, -0.00228882 }, 37.4585 }, + { "Land_HBarrier_5_F", { 6288.43, 7824.38, 0.00488281 }, 217.5 }, + { "Land_HBarrier_5_F", { 6293.44, 7822.44, -0.00402832 }, 175.45 }, + { "Land_PortableLight_double_F", { 6278.42, 7808.37, 0 }, 261.498 }, + { "Land_Pallets_stack_F", { 6291.09, 7800.92, 0.000518799 }, 203.664 }, + { "Land_HBarrierBig_F", { 6293.92, 7846.05, -0.000823975 }, 37.5492 }, + { "Land_HBarrier_5_F", { 6288.87, 7844.77, 0.0146179 }, 125.61 }, + { "Land_HBarrier_5_F", { 6287.4, 7836.51, 0.00183105 }, 36.5104 }, + { "Land_HBarrier_5_F", { 6285.68, 7840.26, 0.00210571 }, 125.565 }, + { "Land_PortableLight_double_F", { 6288.7, 7841.98, 0 }, 125.471 }, + { "Land_Cargo_Patrol_V1_F", { 6291.25, 7840.74, 0 }, 125.498 }, + { "Land_BagBunker_Large_F", { 6284.77, 7830.87, 0.000396729 }, 125.544 }, + { "Land_Cargo_Patrol_V1_F", { 6315.33, 7798.51, 0 }, 306.498 }, + { "Land_HBarrierBig_F", { 6304.61, 7794.26, -0.00469971 }, 164.31 }, + { "Land_HBarrierBig_F", { 6312.32, 7793.03, -0.00683594 }, 219.624 }, + { "Land_HBarrier_5_F", { 6317.45, 7794.16, 0.0157166 }, 307.501 }, + { "Land_HBarrier_5_F", { 6320.83, 7798.61, 0.0254822 }, 307.457 }, + { "Land_PortableLight_double_F", { 6317.92, 7796.97, 0 }, 307.493 }, + { "Land_PortableLight_double_F", { 6309.06, 7797.2, 0 }, 188.5 }, + { "Land_ToiletBox_F", { 6314.53, 7793.88, 0.000274658 }, 132.45 }, + { "Land_BagBunker_Large_F", { 6326.43, 7813.56, -0.000640869 }, 307.499 }, + { "Land_HBarrier_5_F", { 6319.26, 7802.51, -0.00213623 }, 219.502 }, + { "Land_HBarrier_5_F", { 6318.51, 7814.62, -0.00192261 }, 219.497 }, + { "Land_HBarrier_5_F", { 6329.87, 7820.18, 0.0175171 }, 299.066 }, + { "Land_HBarrier_5_F", { 6301.78, 7807.92, -0.00479126 }, 307.524 }, + { "Land_HBarrier_5_F", { 6313.51, 7816.39, -0.000457764 }, 171.499 }, + { "Land_TentA_F", { 6325.46, 7824.22, 9.15527e-005 }, 94.5132 }, + { "Land_TentA_F", { 6323.97, 7829.37, 0.00863647 }, 82.3408 }, + { "Land_Campfire_F", { 6317.24, 7829.11, -0.0592346 }, 26.001 }, + { "Land_WoodPile_F", { 6312.93, 7826.2, 0.00164795 }, 1.00009 }, + { "Land_WaterBarrel_F", { 6304.27, 7808.83, -3.05176e-005 }, 136.44 }, + { "Land_Sack_F", { 6326, 7822.95, 0.010437 }, 353.513 }, + { "Land_Basket_F", { 6325.17, 7822.36, 9.15527e-005 }, 137.301 }, + { "Land_MetalBarrel_F", { 6305.22, 7808.31, 0 }, 244.342 }, + { "Land_BarrelTrash_grey_F", { 6305.45, 7807.6, 0.000549316 }, 313.436 }, + { "Land_BarrelEmpty_grey_F", { 6304.88, 7807.12, 0 }, 307.487 }, + { "Land_WoodenLog_F", { 6317.17, 7827.17, 0.000335693 }, 77.1906 }, + { "Land_Axe_F", { 6313.81, 7826.37, -0.00338745 }, 248.999 }, + { "Land_CanisterFuel_F", { 6313.75, 7825.28, 6.10352e-005 }, 34.3382 }, + { "Land_Canteen_F", { 6323.97, 7823.34, 9.15527e-005 }, 347.753 }, + { "Land_TinContainer_F", { 6317.53, 7827.55, 0.00189209 }, 235.145 }, + { "Land_Camping_Light_F", { 6317.18, 7827.1, 0.481659 }, 78.9907 }, + { "Land_HBarrierBig_F", { 6325.11, 7838.57, 0.00241089 }, 219.523 }, + { "Land_HBarrierBig_F", { 6301.64, 7845.13, -0.00299072 }, 342.464 }, + { "Land_HBarrierBig_F", { 6309.64, 7843.89, -0.00140381 }, 37.508 }, + { "Land_HBarrierBig_F", { 6317.6, 7841.65, 0.00088501 }, 187.754 }, + { "Land_HBarrierBig_F", { 6309.25, 7837.67, 0.0010376 }, 125.494 }, + { "Land_HBarrierBig_F", { 6328.96, 7831.3, 0.000183105 }, 265.544 }, + { "Land_HBarrier_5_F", { 6305.08, 7831.75, 0.013855 }, 306.499 }, + { "Land_TentA_F", { 6323.29, 7833.88, -3.05176e-005 }, 56.9963 }, + { "Land_ToiletBox_F", { 6306.66, 7840.59, 0.000305176 }, 37.4933 }, + { "Land_Pallets_F", { 6305.09, 7836.28, 0.00402832 }, 301.498 }, + { "Land_WoodenBox_F", { 6315.52, 7830.8, 0.000152588 }, 135.939 }, + { "Land_HBarrierBig_F", { 6355.05, 7758.61, 0.01651 }, 180.899 }, + { "Land_HBarrier_3_F", { 6341.05, 7763.39, -0.024231 }, 230.09 }, + { "Land_PaperBox_closed_F", { 6355.89, 7769.34, 0.000213623 }, 300.988 }, + { "Land_HBarrierBig_F", { 6356.52, 7790.86, -0.0449524 }, 90.0002 }, + { "Land_HBarrierBig_F", { 6334.66, 7777.03, 0.000701904 }, 260.011 }, + { "Land_HBarrierBig_F", { 6356.92, 7782.55, -0.0672607 }, 89.0069 }, + { "Land_HBarrier_5_F", { 6358.21, 7796.04, -0.00231934 }, 178 }, + { "Land_HBarrier_5_F", { 6359.02, 7777.34, -0.0152588 }, 177.997 }, + { "Land_HBarrier_3_F", { 6345.2, 7793.81, 0.00137329 }, 299 }, + { "Land_HBarrier_3_F", { 6349.54, 7771.55, -0.00192261 }, 230.001 }, + { "Land_HBarrier_3_F", { 6332.6, 7798.95, 0.00323486 }, 299 }, + { "Land_PaperBox_closed_F", { 6357.05, 7771.16, 0 }, 270 }, + { "Land_Pallets_stack_F", { 6348.26, 7791.23, 3.05176e-005 }, 225.003 }, + { "Land_Pallets_stack_F", { 6348.28, 7788.84, 0.00216675 }, 263.003 }, + { "Land_HBarrierBig_F", { 6350.34, 7814.14, -0.000396729 }, 134.998 }, + { "Land_Razorwire_F", { 6352.86, 7822.44, 0.000793457 }, 196.803 }, + { "Land_HBarrier_5_F", { 6330.96, 7824.57, -0.0115967 }, 68.0471 }, + { "Land_HBarrierBig_F", { 6375.54, 7759.76, 0.0117493 }, 178.122 }, + { "Land_HBarrier_3_F", { 6386.83, 7765.76, 0.0414429 }, 128.913 }, + { "Land_Cargo_Tower_V1_F", { 6364.71, 7786.91, 0.00137329 }, 269 }, + { "Land_HBarrierBig_F", { 6371.91, 7791.33, -0.0449524 }, 90 }, + { "Land_HBarrierBig_F", { 6372.13, 7782.9, -0.0224304 }, 90.0001 }, + { "Land_HBarrier_5_F", { 6370.43, 7777.76, -0.0215149 }, 177.996 }, + { "Land_HBarrier_5_F", { 6369.94, 7796.64, -0.00372314 }, 179 }, + { "Land_HBarrier_3_F", { 6380.18, 7795.26, 0.00366211 }, 244.001 }, + { "Land_HBarrier_3_F", { 6378.41, 7772.92, -0.0100403 }, 129 }, + { "Land_ToiletBox_F", { 6360.83, 7789.36, -3.05176e-005 }, 269.005 }, + { "Land_WaterTank_F", { 6375.86, 7785.65, 0.00012207 }, 0.000633659 }, + { "Land_WaterTank_F", { 6375.74, 7788.49, 0.000183105 }, 0.000302211 }, + { "Land_PortableLight_double_F", { 6360.99, 7782.88, 8.57773 }, 88.0059 }, + { "Land_PortableLight_double_F", { 6363.69, 7791.14, 4.66943 }, 272 }, + { "Land_HBarrierBig_F", { 6375.25, 7815.47, 0.00146484 }, 226.006 }, + { "Land_Razorwire_F", { 6361.44, 7821.18, -0.0170898 }, 353.994 }, + { "Land_HBarrier_3_F", { 6363.49, 7807.3, 0.00195313 }, 357.999 }, + { "Land_HBarrierBig_F", { 6390.12, 7781.39, -0.000366211 }, 275 }, + { "Land_HBarrier_3_F", { 6391.39, 7801.7, 0.00195313 }, 244 }, + // NW Airfield + { "Land_Airport_Tower_F", { 4327.37, 10905.9, 0 }, 61.1295 }, + { "Land_Offices_01_V1_F", { 4573.46, 9819.88, 0 }, 244.926 }, + { "Land_i_Barracks_V2_F", { 4598.97, 9720.41, 0 }, 100.719 }, + // Wind Farm + {"Land_wpp_Turbine_V2_F", { 5449.11, 13270.3, -0.00350952 }, 0 }, + {"Land_wpp_Turbine_V2_F", { 5477.64, 13280.7, 3.05176e-005 }, 0 }, + {"Land_spp_Transformer_F", { 5478.29, 13300.4, 0 }, 0}, + {"Land_dp_transformer_F", { 5482.13, 13300.9, -3.05176e-005 }, 0 }, + {"Land_wpp_Turbine_V2_F", { 5503.9, 13291.3, 0.0585327 }, 0 }, + // Old Hero small military post. + { "Land_HBarrier_5_F", { 12899.8, 12748.4, 0.02034 }, 354.796 }, + { "Land_HBarrier_5_F", { 12894.1, 12748, 0.013916 }, 354.737 }, + { "Land_Cargo_Patrol_V2_F", { 12897.5, 12750.2, 0 }, 85.8348 }, + { "Land_HBarrier_5_F", { 12898.8, 12763.6, 0.00309753 }, 354.799 }, + { "Land_HBarrier_5_F", { 12891.9, 12751.4, 0.132568 }, 85.9089 }, + { "Land_HBarrier_5_F", { 12893.1, 12763.1, 0.0252838 }, 354.791 }, + { "Land_Garbage_square5_F", { 12898.5, 12754.1, 0.403336 }, 356.786 }, + { "Land_HBarrier_3_F", { 12894.2, 12753.5, -0.00849915 }, 176.727 }, + { "Land_Sign_WarningMilitaryArea_F", { 12878.3, 12753.7, 0 }, 86.9098 }, + { "Land_Cargo_HQ_V2_F", { 12921.2, 12747.4, 1.52588e-005 }, 354.835 }, + { "Land_HBarrier_5_F", { 12906.8, 12739.5, 0.185944 }, 32.8205 }, + { "Land_HBarrier_5_F", { 12928.2, 12739.4, -0.0260773 }, 353.715 }, + { "Land_HBarrier_5_F", { 12922.9, 12739.1, -0.00527954 }, 353.753 }, + { "Land_HBarrier_5_F", { 12917.2, 12738.6, -0.00486755 }, 353.757 }, + { "Land_HBarrier_5_F", { 12912.2, 12738.2, -0.0137329 }, 353.744 }, + { "Land_HBarrier_5_F", { 12901.8, 12744.8, 0.200394 }, 86.3687 }, + { "Land_Garbage_square5_F", { 12909.3, 12746, 1.08038 }, 303.574 }, + { "Land_HBarrier_3_F", { 12903.3, 12741.9, -0.0743713 }, 214.774 }, + { "Land_Cargo_Patrol_V2_F", { 12924.7, 12773.8, 0 }, 210.835 }, + { "Land_ScrapHeap_2_F", { 12915.2, 12759.6, 0.0301971 }, 169.814 }, + { "Land_Loudspeakers_F", { 12915.6, 12750.6, 0 }, 356.835 }, + { "Land_ScrapHeap_1_F", { 12921.4, 12760.3, 0.0139313 }, 349.801 }, + { "Land_HBarrier_5_F", { 12921.6, 12756, -0.0275116 }, 353.819 }, + { "Land_HBarrier_5_F", { 12929.5, 12770.1, 0.118179 }, 84.8375 }, + { "Land_HBarrier_5_F", { 12929.9, 12764.5, 0.142838 }, 84.8577 }, + { "Land_HBarrier_5_F", { 12918.7, 12776.7, -0.0367279 }, 353.82 }, + { "Land_HBarrier_5_F", { 12913.2, 12776.2, -0.0335236 }, 353.831 }, + { "Land_HBarrier_5_F", { 12919.8, 12776.8, -0.0367126 }, 353.82 }, + { "Land_HBarrier_5_F", { 12916, 12755.5, -0.0212097 }, 353.818 }, + { "Land_HBarrier_5_F", { 12927.1, 12773.9, 0.00674438 }, 30.819 }, + { "Land_HBarrier_5_F", { 12927.1, 12756.5, -0.0491486 }, 353.797 }, + { "Land_HBarrier_5_F", { 12900.6, 12767.1, 0.0879211 }, 86.4439 }, + { "Land_HBarrier_5_F", { 12903.9, 12773.6, -0.0444031 }, 307.87 }, + { "Land_HBarrier_5_F", { 12901.7, 12752, 0.132278 }, 86.4207 }, + { "Land_HBarrier_5_F", { 12907.7, 12775.7, -0.0238953 }, 353.847 }, + { "Land_HBarrier_5_F", { 12905.2, 12754.4, 0.00515747 }, 354.814 }, + { "Land_GarbageBags_F", { 12904.7, 12751, -0.0263214 }, 26.6415 }, + { "Land_Garbage_square5_F", { 12917.5, 12761.8, 0.00386047 }, 19.7988 }, + { "Land_HBarrier_3_F", { 12901.2, 12770.2, 0.0333557 }, 130.704 }, + { "Land_HBarrier_3_F", { 12923.5, 12776.2, -0.00253296 }, 212.829 }, + { "Land_JunkPile_F", { 12907.2, 12769.1, 0.00367737 }, 354.816 }, + { "Land_Pallets_stack_F", { 12909, 12767.7, 0.000915527 }, 128.791 }, + { "Land_CratesShabby_F", { 12910.4, 12768, 0.0017395 }, 245.684 }, + { "Land_GarbageBarrel_01_F", { 12914.8, 12763.5, -0.00370789 }, 182.87 }, + { "Land_HBarrier_5_F", { 12931.5, 12742.2, -0.338425 }, 264.829 }, + { "Land_HBarrier_5_F", { 12931.2, 12747.7, -0.208801 }, 264.774 }, + { "Land_HBarrier_5_F", { 12930.4, 12758.9, 0.141861 }, 84.8576 }, + { "Land_HBarrier_5_F", { 12930.8, 12753.3, -0.150925 }, 264.812 } + }; + staticNpcPos[] = { + // South West + { "C_man_hunter_1_F", { 4585.05, 4516.51, 0.201431 }, 273.197 }, + // South East + { "C_man_hunter_1_F", { 12075.5, 5109.38, 0.00123596 }, 313.34}, + // North East + { "C_man_hunter_1_F", { 10686.8,9437.87,0.00151825 }, 231.976}, + //Boat Trader + { "C_man_hunter_1_F", { 13694, 4033.22, 0.0021317 }, 93.5839 } + }; +}; diff --git a/Sources/epoch_server_settings/configs/maps/takistan.h b/Sources/epoch_server_settings/configs/maps/takistan.h index 081757cd..35ed192e 100644 --- a/Sources/epoch_server_settings/configs/maps/takistan.h +++ b/Sources/epoch_server_settings/configs/maps/takistan.h @@ -185,7 +185,7 @@ class Takistan : Default { "Land_InvisibleBarrier_F", {6031.06,1125.35,-3.05176e-005}, {{-0.792986,0.609239,0.00106654},{-0.0047996,-0.0079977,0.999957}}, true }, { "Land_InvisibleBarrier_F", {6036.83,1107.76,0}, {{0.630791,0.77592,0.00714174},{0.00639569,-0.0144025,0.999876}}, true }, { "Land_InvisibleBarrier_F", {6047.28,1122.39,3.05176e-005}, {{0.631136,0.775013,0.0319748},{0.0239479,-0.0606713,0.99787}}, true }, - { "Land_Campfire_F", {6032.87,1115.99,-0.0418091}, {{0.000214814,0.999436,0.0335832},{0.00639275,-0.0335839,0.999416}}, true }, + { "Land_Campfire_F", {6032.87,1115.99,-0.0418091}, {{0.000214814,0.999436,0.0335832},{0.00639275,-0.0335839,0.999416}}, false }, { "Land_Pallet_MilBoxes_F", {6041.29,1125.05,-0.00198364}, {{0.827488,-0.561467,0.00430099},{-0.012796,-0.0111996,0.999856}}, true }, { "Land_CncBarrier_stripes_F", {6040.33,1113.02,0.000823975}, {{-0.632139,-0.774606,-0.0196288},{0.0159872,-0.0383653,0.999136}}, true }, { "Land_CncBarrier_stripes_F", {6047.36,1107.46,0.000335693}, {{-0.631868,-0.775074,-0.00173746},{0.0207925,-0.0191915,0.9996}}, true }, @@ -272,7 +272,7 @@ class Takistan : Default { "Land_InvisibleBarrier_F", {4710.81,9212.97,0}, {{-0.997574,-0.0618166,0.0320209},{0.0319831,0.00160074,0.999487}}, true }, { "Land_InvisibleBarrier_F", {4711.04,9209.09,0}, {{-0.997634,-0.0612471,0.0312378},{0.0319811,-0.0111947,0.999426}}, true }, { "Land_InvisibleBarrier_F", {4710.66,9216.81,0}, {{-0.995205,-0.0616866,0.0759106},{0.0733321,0.0430442,0.996378}}, true }, - { "Land_Campfire_F", {4706.18,9209.11,-0.0424957}, {{7.679e-005,0.999872,0.0159986},{0.00479914,-0.0159987,0.999861}}, true }, + { "Land_Campfire_F", {4706.18,9209.11,-0.0424957}, {{7.679e-005,0.999872,0.0159986},{0.00479914,-0.0159987,0.999861}}, false }, { "Land_Cages_F", {4702.99,9202.33,7.62939e-005}, {{-0.120214,-0.992684,-0.011309},{-0.00159902,-0.011198,0.999936}}, true }, { "Land_WoodPile_F", {4711.05,9209.09,-0.00050354}, {{5.74658e-008,0.999937,0.0112005},{0.0319811,-0.0111947,0.999426}}, true }, { "Land_CncBarrier_stripes_F", {4711.09,9205.7,0.000488281}, {{0.999128,-0.0317508,-0.0271252},{0.0271896,0.00159853,0.999629}}, true }, @@ -329,7 +329,7 @@ class Takistan : Default { "Land_Mil_ConcreteWall_F", {6833.52,4985.23,0}, {{-0.971093,0.2387,0},{0,0,1}}, true }, { "Land_Mil_ConcreteWall_F", {6834.37,4989.17,0}, {{0.985853,-0.167609,0},{0,0,1}}, true }, { "Land_Garbage_square3_F", {6835.88,4968.22,-0.0100098}, {{0.0010217,0.997959,-0.063852},{-0.0159663,0.0638602,0.997831}}, true }, - { "Land_Campfire_F", {6827.88,4986.2,0.000396729}, {{0.000675027,0.999816,-0.0191768},{-0.0351719,0.0191887,0.999197}}, true }, + { "Land_Campfire_F", {6827.88,4986.2,0.000396729}, {{0.000675027,0.999816,-0.0191768},{-0.0351719,0.0191887,0.999197}}, false }, { "Land_CncBarrier_stripes_F", {6832.8,4967.1,0}, {{0.435862,0.900013,0},{0,0,1}}, true }, { "Land_CncBarrier_stripes_F", {6843.6,4992.37,-3.05176e-005}, {{0.965017,-0.262186,0},{0,0,1}}, true }, { "Land_CncBarrier_stripes_F", {6836.55,4997.99,0}, {{0.965017,-0.262186,0},{0,0,1}}, true }, diff --git a/Sources/epoch_server_settings/configs/maps/zargabad.h b/Sources/epoch_server_settings/configs/maps/zargabad.h new file mode 100644 index 00000000..030d2baa --- /dev/null +++ b/Sources/epoch_server_settings/configs/maps/zargabad.h @@ -0,0 +1,51 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode server Side map specific configs for Zargabad. + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/configs/maps/zargabad.h +*/ +class Zargabad : Default +{ + worldSize = 0; // 0 = default to worldSize command + vehicleSpawnTypes[] = { + {"FlatAreaCity",1}, + {"FlatAreaCitySmall",1}, + {"NameCity",2}, + {"NameVillage",1}, + {"NameCityCapital",4}, + {"Airport",5}, + {"NameLocal",2}, + {"StrongpointArea",1}, + {"VegetationBroadleaf",1}, + {"VegetationFir",1}, + {"ViewPoint",1} + }; + traderBlds[] = { "Land_Kiosk_blueking_F", "Land_FuelStation_Build_F", "Land_CarService_F", "Land_i_Garage_V1_F", "Land_i_Shed_Ind_F", "Land_i_Shop_01_V1_F" }; + + containerPos[] = {}; + + telePos[] = { + // N [-0.286865,8.17383,-10.3098] + // S [-0.415527,-7.05298,-10.3098] + // E [13.5127,0.410156,-10.3098] + // W [-14.4316,0.112793,-10.3098] + { "Transport_N_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "north" }, + //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, + //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, + { "Transport_C_EPOCH", { -0.415527,-7.05298,-10.3098 }, "", "south" } + }; + + propsPos[] = { + }; + + staticNpcPos[] = { + }; +}; diff --git a/Sources/epoch_server_settings/configs/security/security_checks.h b/Sources/epoch_server_settings/configs/security/security_checks.h index 702e7779..3c34a352 100644 --- a/Sources/epoch_server_settings/configs/security/security_checks.h +++ b/Sources/epoch_server_settings/configs/security/security_checks.h @@ -74,7 +74,7 @@ class CfgSecConf checks[] = {"Fired","InventoryClosed","InventoryOpened","Killed","HandleDamage","HandleHeal","Dammaged","Hit","HitPart"}; Fired = "_this call EPOCH_fnc_playerFired;"; InventoryClosed = "if !(EPOCH_arr_interactedObjs isEqualTo[]) then {EPOCH_arr_interactedObjs remoteExec['EPOCH_server_save_vehicles', 2]; EPOCH_arr_interactedObjs = [];};"; - InventoryOpened = "_this spawn EPOCH_initUI;_container = _this select 1;_lockedNear = false;if (_container isKindOf 'GroundWeaponHolder') then {{if (locked _x in [2, 3] ||_x getVariable['EPOCH_Locked', false]) exitWith {_lockedNear = true}} forEach (player nearSupplies 10);};if (locked _container in [2, 3] || _container getVariable['EPOCH_Locked', false] || _lockedNear) then {[] spawn {disableSerialization;waitUntil {!isNull findDisplay 602};_display = findDisplay 602;_ctrl_cargo = _display displayCtrl 6401;_ctrl_ground = _display displayCtrl 6321;_ctrl_cargo ctrlEnable false;ctrlSetFocus _ctrl_ground;ctrlActivate _ctrl_ground;};};"; + InventoryOpened = "_this spawn EPOCH_initUI;_container = _this select 1;_lockedNear = false;if (_container isKindOf 'GroundWeaponHolder' || _container isKindOf 'WeaponHolderSimulated') then {{if (locked _x in [2, 3] ||_x getVariable['EPOCH_Locked', false]) exitWith {_lockedNear = true}} forEach (player nearSupplies 10);};if (locked _container in [2, 3] || _container getVariable['EPOCH_Locked', false] || _lockedNear) then {[] spawn {disableSerialization;waitUntil {!isNull findDisplay 602};_display = findDisplay 602;_ctrl_cargo = _display displayCtrl 6401;_ctrl_ground = _display displayCtrl 6321;_ctrl_cargo ctrlEnable false;ctrlSetFocus _ctrl_ground;ctrlActivate _ctrl_ground;};};"; Killed = "_this call EPOCH_fnc_playerDeath;"; HandleDamage = ""; HandleHeal = ""; diff --git a/Sources/epoch_server_settings/configs/templates/CfgPropTemplate.h b/Sources/epoch_server_settings/configs/templates/CfgPropTemplate.h new file mode 100644 index 00000000..a571eaf2 --- /dev/null +++ b/Sources/epoch_server_settings/configs/templates/CfgPropTemplate.h @@ -0,0 +1,310 @@ +class CfgPropTemplate { + east[] = { + { "Land_HelipadEmpty_F", {-7.17188,-34.5039,-4.75}, 0, true }, + { "Land_Factory_Conv2_F", {-27.3831,-10.0508,-4.75}, 160.944, true }, + { "Land_i_Garage_V2_F", {-19.3713,-1.82568,-4.75}, 355.492, false }, + { "Land_i_Garage_V2_F", {-8.40625,-17.5952,-4.75}, 297.007, false }, + { "Land_i_Garage_V2_F", {-15.6597,-11.2949,-4.75}, 323.572, false }, + { "Land_Mil_WallBig_4m_F", {-2.47119,-23.3975,-4.76194}, 174.746, true }, + { "Land_Mil_WallBig_4m_F", {-13.8042,-18.9365,-4.76194}, 205.067, true }, + { "Land_Mil_WallBig_4m_F", {-22.5486,-6.37109,-4.76194}, 263.427, true }, + { "Land_Mil_WallBig_4m_F", {-16.0625,-16.8755,-4.76194}, 235.64, true }, + { "Land_Mil_WallBig_4m_F", {-21.137,-9.96924,-4.76194}, 232.849, true }, + { "Land_Mil_WallBig_4m_F", {-6.18701,-22.6909,-4.76194}, 205.328, true }, + { "Land_CncWall1_F", {-2.27295,-12.9634,-4.75}, 191.576, true }, + { "Land_CncWall1_F", {-12.3088,-4.62061,-4.75}, 247.048, true }, + { "Land_CncWall1_F", {-8.17139,-10.1084,-4.75}, 223.31, true }, + { "Land_LampSolar_F", {-2.32715,-12.4058,-4.75}, 103.123, true }, + { "Land_RattanTable_01_F", {-3.30396,-11.8892,-4.74999}, 0, true }, + { "MetalBarrel_burning_F", {-11.5137,-2.75098,-4.75001}, 0, false }, + { "Land_CampingChair_V2_F", {-11.7944,-4.27197,-4.74998}, 196.248, true }, + { "Land_ChairPlastic_F", {-12.2952,-1.39551,-4.74999}, 33.536, true }, + { "C_man_1", {-4.00146,-11.4497,-4.74856}, 8.80756, false }, + { "Land_i_Garage_V2_F", {-1.81787,18.9033,-4.75}, 85.2151, false }, + { "Land_i_Garage_V2_F", {-17.4939,7.91357,-4.75}, 25.8296, false }, + { "Land_i_Garage_V2_F", {-11.2908,15.3286,-4.75}, 53.2947, false }, + { "Land_cmp_Tower_F", {-7.80127,20.4507,-4.75}, 338.149, true }, + { "Land_LampSolar_F", {-4.20825,11.0264,-4.75}, 241.694, true }, + { "Land_Mil_WallBig_4m_F", {-18.9033,13.2422,-4.76194}, 295.353, true }, + { "Land_Mil_WallBig_4m_F", {-16.8428,15.7354,-4.76194}, 325.931, true }, + { "Land_Mil_WallBig_4m_F", {-23.2595,2.16602,-4.76194}, 266.892, true }, + { "Land_Mil_WallBig_4m_F", {-22.6035,5.66064,-4.76194}, 297.471, true }, + { "Land_Mil_WallBig_4m_F", {-8.33423,22.9419,-5.48809}, 158.976, true }, + { "Land_Mil_WallBig_Corner_F", {-4.96704,23.8374,-4.75}, 176.693, true }, + { "Land_Mil_WallBig_Corner_F", {-12.4094,21.0811,-4.75}, 62.9128, true }, + { "Land_CncWall1_F", {-9.99512,7.80518,-4.75}, 303.958, true }, + { "Land_CncWall1_F", {-12.9668,1.94775,-4.75}, 286.841, true }, + { "Land_CncWall1_F", {-4.46216,11.6143,-4.75}, 340.161, true }, + { "Land_CampingTable_F", {-7.72192,7.8335,-4.75}, 317.85, true }, + { "Land_CampingTable_small_F", {-8.76294,8.13574,-4.75}, 48.4779, true }, + { "Land_HelipadEmpty_F", {-27.176,21.9331,-4.74998}, 0, true }, + { "C_man_1", {-8.10059,8.51221,-4.74856}, 135.807, false }, + { "Land_i_Garage_V2_F", {10.8845,-15.7954,-4.75}, 232.576, false }, + { "Land_i_Garage_V2_F", {16.9998,-8.28369,-4.75}, 205.119, false }, + { "Land_i_Garage_V2_F", {1.51392,-19.4268,-4.75}, 264.496, false }, + { "Land_i_Garage_V2_F", {18.8501,1.48242,-4.75}, 174.781, false }, + { "Land_cmp_Tower_ruins_F", {7.47729,-21.0059,-4.75}, 160.728, true }, + { "Land_Mil_WallBig_4m_F", {18.4487,-13.7324,-4.76194}, 113.781, true }, + { "Land_Mil_WallBig_4m_F", {22.7971,-2.50439,-4.76194}, 85.1709, true }, + { "Land_Mil_WallBig_4m_F", {16.5129,-16.061,-4.76194}, 144.359, true }, + { "Land_Mil_WallBig_4m_F", {7.74438,-23.8203,-4.76194}, 181.714, true }, + { "Land_Mil_WallBig_4m_F", {10.1604,-22.2505,-6.23693}, 112.586, true }, + { "Land_Mil_WallBig_4m_F", {22.0991,-5.97314,-4.76194}, 115.749, true }, + { "Land_Mil_WallBig_Corner_F", {4.35181,-24.4116,-4.75}, 357.691, true }, + { "Land_CncWall1_F", {12.2964,-2.19824,-4.75}, 99.8808, true }, + { "Land_CncWall1_F", {9.52905,-8.34814,-4.75}, 132.575, true }, + { "Land_CncWall1_F", {4.30493,-12.4106,-4.75}, 154.376, true }, + { "Land_Atm_02_F", {12.1636,1.99023,-4.75}, 85.0679, true }, + { "Land_Icebox_F", {2.42456,-12.3418,-4.75}, 176.593, true }, + { "Land_i_Garage_V2_F", {7.94507,17.1855,-4.75}, 116.824, false }, + { "Land_i_Garage_V2_F", {15.2095,10.8452,-4.75}, 141.629, false }, + { "Land_PowerPoleConcrete_F", {19.8027,7.60107,-7.75411}, 154.907, true }, + { "Land_LampSolar_F", {11.2615,3.78809,-4.75}, 334.693, true }, + { "Land_dp_transformer_F", {19.7893,7.60547,-4.75}, 248.56, true }, + { "Land_Mil_WallBig_4m_F", {22.0918,6.25977,-4.76194}, 83.8634, true }, + { "Land_Mil_WallBig_4m_F", {2.28198,22.8496,-4.76194}, 355.875, true }, + { "Land_Mil_WallBig_4m_F", {20.7698,9.57959,-4.76194}, 52.7648, true }, + { "Land_Mil_WallBig_4m_F", {5.79028,22.3008,-4.76194}, 26.4514, true }, + { "Land_Mil_WallBig_4m_F", {13.2942,18.458,-4.76194}, 28.0884, true }, + { "Land_Mil_WallBig_4m_F", {15.5359,16.3423,-4.76194}, 50.8817, true }, + { "Land_CncWall1_F", {11.8101,4.20557,-4.75}, 70.6127, true }, + { "Land_CncWall1_F", {7.77832,9.72217,-4.75}, 45.0186, true }, + { "Land_CncWall1_F", {1.97852,12.4805,-4.75}, 7.81649, true }, + { "Land_TablePlastic_01_F", {7.50708,7.5459,-4.75}, 32.4742, true }, + { "Land_HumanSkeleton_F", {12.4023,17.6382,-4.75}, 0, true }, + { "Land_Volleyball_01_F", {11.9797,17.1353,-4.75}, 0, true }, + { "Land_HelipadEmpty_F", {21.354,25.6807,-4.74999}, 0, true }, + { "C_man_1", {7.95239,8.18945,-4.74856}, 214.411, false } + }; + west[] = { + { "Land_HelipadEmpty_F", {-7.17188,-34.5039,-4.75}, 0, true }, + { "Land_Factory_Conv2_F", {-27.3831,-10.0508,-4.75}, 160.944, true }, + { "Land_i_Garage_V2_F", {-19.3713,-1.82568,-4.75}, 355.492, false }, + { "Land_i_Garage_V2_F", {-8.40625,-17.5952,-4.75}, 297.007, false }, + { "Land_i_Garage_V2_F", {-15.6597,-11.2949,-4.75}, 323.572, false }, + { "Land_Mil_WallBig_4m_F", {-2.47119,-23.3975,-4.76194}, 174.746, true }, + { "Land_Mil_WallBig_4m_F", {-13.8042,-18.9365,-4.76194}, 205.067, true }, + { "Land_Mil_WallBig_4m_F", {-22.5486,-6.37109,-4.76194}, 263.427, true }, + { "Land_Mil_WallBig_4m_F", {-16.0625,-16.8755,-4.76194}, 235.64, true }, + { "Land_Mil_WallBig_4m_F", {-21.137,-9.96924,-4.76194}, 232.849, true }, + { "Land_Mil_WallBig_4m_F", {-6.18701,-22.6909,-4.76194}, 205.328, true }, + { "Land_CncWall1_F", {-2.27295,-12.9634,-4.75}, 191.576, true }, + { "Land_CncWall1_F", {-12.3088,-4.62061,-4.75}, 247.048, true }, + { "Land_CncWall1_F", {-8.17139,-10.1084,-4.75}, 223.31, true }, + { "Land_LampSolar_F", {-2.32715,-12.4058,-4.75}, 103.123, true }, + { "Land_RattanTable_01_F", {-3.30396,-11.8892,-4.74999}, 0, true }, + { "MetalBarrel_burning_F", {-11.5137,-2.75098,-4.75001}, 0, false }, + { "Land_CampingChair_V2_F", {-11.7944,-4.27197,-4.74998}, 196.248, true }, + { "Land_ChairPlastic_F", {-12.2952,-1.39551,-4.74999}, 33.536, true }, + { "C_man_1", {-4.00146,-11.4497,-4.74856}, 8.80756, false }, + { "Land_i_Garage_V2_F", {-1.81787,18.9033,-4.75}, 85.2151, false }, + { "Land_i_Garage_V2_F", {-17.4939,7.91357,-4.75}, 25.8296, false }, + { "Land_i_Garage_V2_F", {-11.2908,15.3286,-4.75}, 53.2947, false }, + { "Land_cmp_Tower_F", {-7.80127,20.4507,-4.75}, 338.149, true }, + { "Land_LampSolar_F", {-4.20825,11.0264,-4.75}, 241.694, true }, + { "Land_Mil_WallBig_4m_F", {-18.9033,13.2422,-4.76194}, 295.353, true }, + { "Land_Mil_WallBig_4m_F", {-16.8428,15.7354,-4.76194}, 325.931, true }, + { "Land_Mil_WallBig_4m_F", {-23.2595,2.16602,-4.76194}, 266.892, true }, + { "Land_Mil_WallBig_4m_F", {-22.6035,5.66064,-4.76194}, 297.471, true }, + { "Land_Mil_WallBig_4m_F", {-8.33423,22.9419,-5.48809}, 158.976, true }, + { "Land_Mil_WallBig_Corner_F", {-4.96704,23.8374,-4.75}, 176.693, true }, + { "Land_Mil_WallBig_Corner_F", {-12.4094,21.0811,-4.75}, 62.9128, true }, + { "Land_CncWall1_F", {-9.99512,7.80518,-4.75}, 303.958, true }, + { "Land_CncWall1_F", {-12.9668,1.94775,-4.75}, 286.841, true }, + { "Land_CncWall1_F", {-4.46216,11.6143,-4.75}, 340.161, true }, + { "Land_CampingTable_F", {-7.72192,7.8335,-4.75}, 317.85, true }, + { "Land_CampingTable_small_F", {-8.76294,8.13574,-4.75}, 48.4779, true }, + { "Land_HelipadEmpty_F", {-27.176,21.9331,-4.74998}, 0, true }, + { "C_man_1", {-8.10059,8.51221,-4.74856}, 135.807, false }, + { "Land_i_Garage_V2_F", {10.8845,-15.7954,-4.75}, 232.576, false }, + { "Land_i_Garage_V2_F", {16.9998,-8.28369,-4.75}, 205.119, false }, + { "Land_i_Garage_V2_F", {1.51392,-19.4268,-4.75}, 264.496, false }, + { "Land_i_Garage_V2_F", {18.8501,1.48242,-4.75}, 174.781, false }, + { "Land_cmp_Tower_ruins_F", {7.47729,-21.0059,-4.75}, 160.728, true }, + { "Land_Mil_WallBig_4m_F", {18.4487,-13.7324,-4.76194}, 113.781, true }, + { "Land_Mil_WallBig_4m_F", {22.7971,-2.50439,-4.76194}, 85.1709, true }, + { "Land_Mil_WallBig_4m_F", {16.5129,-16.061,-4.76194}, 144.359, true }, + { "Land_Mil_WallBig_4m_F", {7.74438,-23.8203,-4.76194}, 181.714, true }, + { "Land_Mil_WallBig_4m_F", {10.1604,-22.2505,-6.23693}, 112.586, true }, + { "Land_Mil_WallBig_4m_F", {22.0991,-5.97314,-4.76194}, 115.749, true }, + { "Land_Mil_WallBig_Corner_F", {4.35181,-24.4116,-4.75}, 357.691, true }, + { "Land_CncWall1_F", {12.2964,-2.19824,-4.75}, 99.8808, true }, + { "Land_CncWall1_F", {9.52905,-8.34814,-4.75}, 132.575, true }, + { "Land_CncWall1_F", {4.30493,-12.4106,-4.75}, 154.376, true }, + { "Land_Atm_02_F", {12.1636,1.99023,-4.75}, 85.0679, true }, + { "Land_Icebox_F", {2.42456,-12.3418,-4.75}, 176.593, true }, + { "Land_i_Garage_V2_F", {7.94507,17.1855,-4.75}, 116.824, false }, + { "Land_i_Garage_V2_F", {15.2095,10.8452,-4.75}, 141.629, false }, + { "Land_PowerPoleConcrete_F", {19.8027,7.60107,-7.75411}, 154.907, true }, + { "Land_LampSolar_F", {11.2615,3.78809,-4.75}, 334.693, true }, + { "Land_dp_transformer_F", {19.7893,7.60547,-4.75}, 248.56, true }, + { "Land_Mil_WallBig_4m_F", {22.0918,6.25977,-4.76194}, 83.8634, true }, + { "Land_Mil_WallBig_4m_F", {2.28198,22.8496,-4.76194}, 355.875, true }, + { "Land_Mil_WallBig_4m_F", {20.7698,9.57959,-4.76194}, 52.7648, true }, + { "Land_Mil_WallBig_4m_F", {5.79028,22.3008,-4.76194}, 26.4514, true }, + { "Land_Mil_WallBig_4m_F", {13.2942,18.458,-4.76194}, 28.0884, true }, + { "Land_Mil_WallBig_4m_F", {15.5359,16.3423,-4.76194}, 50.8817, true }, + { "Land_CncWall1_F", {11.8101,4.20557,-4.75}, 70.6127, true }, + { "Land_CncWall1_F", {7.77832,9.72217,-4.75}, 45.0186, true }, + { "Land_CncWall1_F", {1.97852,12.4805,-4.75}, 7.81649, true }, + { "Land_TablePlastic_01_F", {7.50708,7.5459,-4.75}, 32.4742, true }, + { "Land_HumanSkeleton_F", {12.4023,17.6382,-4.75}, 0, true }, + { "Land_Volleyball_01_F", {11.9797,17.1353,-4.75}, 0, true }, + { "Land_HelipadEmpty_F", {21.354,25.6807,-4.74999}, 0, true }, + { "C_man_1", {7.95239,8.18945,-4.74856}, 214.411, false } + }; + north[] = { + { "Land_HelipadEmpty_F", {-7.17188,-34.5039,-4.75}, 0, true }, + { "Land_Factory_Conv2_F", {-27.3831,-10.0508,-4.75}, 160.944, true }, + { "Land_i_Garage_V2_F", {-19.3713,-1.82568,-4.75}, 355.492, false }, + { "Land_i_Garage_V2_F", {-8.40625,-17.5952,-4.75}, 297.007, false }, + { "Land_i_Garage_V2_F", {-15.6597,-11.2949,-4.75}, 323.572, false }, + { "Land_Mil_WallBig_4m_F", {-2.47119,-23.3975,-4.76194}, 174.746, true }, + { "Land_Mil_WallBig_4m_F", {-13.8042,-18.9365,-4.76194}, 205.067, true }, + { "Land_Mil_WallBig_4m_F", {-22.5486,-6.37109,-4.76194}, 263.427, true }, + { "Land_Mil_WallBig_4m_F", {-16.0625,-16.8755,-4.76194}, 235.64, true }, + { "Land_Mil_WallBig_4m_F", {-21.137,-9.96924,-4.76194}, 232.849, true }, + { "Land_Mil_WallBig_4m_F", {-6.18701,-22.6909,-4.76194}, 205.328, true }, + { "Land_CncWall1_F", {-2.27295,-12.9634,-4.75}, 191.576, true }, + { "Land_CncWall1_F", {-12.3088,-4.62061,-4.75}, 247.048, true }, + { "Land_CncWall1_F", {-8.17139,-10.1084,-4.75}, 223.31, true }, + { "Land_LampSolar_F", {-2.32715,-12.4058,-4.75}, 103.123, true }, + { "Land_RattanTable_01_F", {-3.30396,-11.8892,-4.74999}, 0, true }, + { "MetalBarrel_burning_F", {-11.5137,-2.75098,-4.75001}, 0, false }, + { "Land_CampingChair_V2_F", {-11.7944,-4.27197,-4.74998}, 196.248, true }, + { "Land_ChairPlastic_F", {-12.2952,-1.39551,-4.74999}, 33.536, true }, + { "C_man_1", {-4.00146,-11.4497,-4.74856}, 8.80756, false }, + { "Land_i_Garage_V2_F", {-1.81787,18.9033,-4.75}, 85.2151, false }, + { "Land_i_Garage_V2_F", {-17.4939,7.91357,-4.75}, 25.8296, false }, + { "Land_i_Garage_V2_F", {-11.2908,15.3286,-4.75}, 53.2947, false }, + { "Land_cmp_Tower_F", {-7.80127,20.4507,-4.75}, 338.149, true }, + { "Land_LampSolar_F", {-4.20825,11.0264,-4.75}, 241.694, true }, + { "Land_Mil_WallBig_4m_F", {-18.9033,13.2422,-4.76194}, 295.353, true }, + { "Land_Mil_WallBig_4m_F", {-16.8428,15.7354,-4.76194}, 325.931, true }, + { "Land_Mil_WallBig_4m_F", {-23.2595,2.16602,-4.76194}, 266.892, true }, + { "Land_Mil_WallBig_4m_F", {-22.6035,5.66064,-4.76194}, 297.471, true }, + { "Land_Mil_WallBig_4m_F", {-8.33423,22.9419,-5.48809}, 158.976, true }, + { "Land_Mil_WallBig_Corner_F", {-4.96704,23.8374,-4.75}, 176.693, true }, + { "Land_Mil_WallBig_Corner_F", {-12.4094,21.0811,-4.75}, 62.9128, true }, + { "Land_CncWall1_F", {-9.99512,7.80518,-4.75}, 303.958, true }, + { "Land_CncWall1_F", {-12.9668,1.94775,-4.75}, 286.841, true }, + { "Land_CncWall1_F", {-4.46216,11.6143,-4.75}, 340.161, true }, + { "Land_CampingTable_F", {-7.72192,7.8335,-4.75}, 317.85, true }, + { "Land_CampingTable_small_F", {-8.76294,8.13574,-4.75}, 48.4779, true }, + { "Land_HelipadEmpty_F", {-27.176,21.9331,-4.74998}, 0, true }, + { "C_man_1", {-8.10059,8.51221,-4.74856}, 135.807, false }, + { "Land_i_Garage_V2_F", {10.8845,-15.7954,-4.75}, 232.576, false }, + { "Land_i_Garage_V2_F", {16.9998,-8.28369,-4.75}, 205.119, false }, + { "Land_i_Garage_V2_F", {1.51392,-19.4268,-4.75}, 264.496, false }, + { "Land_i_Garage_V2_F", {18.8501,1.48242,-4.75}, 174.781, false }, + { "Land_cmp_Tower_ruins_F", {7.47729,-21.0059,-4.75}, 160.728, true }, + { "Land_Mil_WallBig_4m_F", {18.4487,-13.7324,-4.76194}, 113.781, true }, + { "Land_Mil_WallBig_4m_F", {22.7971,-2.50439,-4.76194}, 85.1709, true }, + { "Land_Mil_WallBig_4m_F", {16.5129,-16.061,-4.76194}, 144.359, true }, + { "Land_Mil_WallBig_4m_F", {7.74438,-23.8203,-4.76194}, 181.714, true }, + { "Land_Mil_WallBig_4m_F", {10.1604,-22.2505,-6.23693}, 112.586, true }, + { "Land_Mil_WallBig_4m_F", {22.0991,-5.97314,-4.76194}, 115.749, true }, + { "Land_Mil_WallBig_Corner_F", {4.35181,-24.4116,-4.75}, 357.691, true }, + { "Land_CncWall1_F", {12.2964,-2.19824,-4.75}, 99.8808, true }, + { "Land_CncWall1_F", {9.52905,-8.34814,-4.75}, 132.575, true }, + { "Land_CncWall1_F", {4.30493,-12.4106,-4.75}, 154.376, true }, + { "Land_Atm_02_F", {12.1636,1.99023,-4.75}, 85.0679, true }, + { "Land_Icebox_F", {2.42456,-12.3418,-4.75}, 176.593, true }, + { "Land_i_Garage_V2_F", {7.94507,17.1855,-4.75}, 116.824, false }, + { "Land_i_Garage_V2_F", {15.2095,10.8452,-4.75}, 141.629, false }, + { "Land_PowerPoleConcrete_F", {19.8027,7.60107,-7.75411}, 154.907, true }, + { "Land_LampSolar_F", {11.2615,3.78809,-4.75}, 334.693, true }, + { "Land_dp_transformer_F", {19.7893,7.60547,-4.75}, 248.56, true }, + { "Land_Mil_WallBig_4m_F", {22.0918,6.25977,-4.76194}, 83.8634, true }, + { "Land_Mil_WallBig_4m_F", {2.28198,22.8496,-4.76194}, 355.875, true }, + { "Land_Mil_WallBig_4m_F", {20.7698,9.57959,-4.76194}, 52.7648, true }, + { "Land_Mil_WallBig_4m_F", {5.79028,22.3008,-4.76194}, 26.4514, true }, + { "Land_Mil_WallBig_4m_F", {13.2942,18.458,-4.76194}, 28.0884, true }, + { "Land_Mil_WallBig_4m_F", {15.5359,16.3423,-4.76194}, 50.8817, true }, + { "Land_CncWall1_F", {11.8101,4.20557,-4.75}, 70.6127, true }, + { "Land_CncWall1_F", {7.77832,9.72217,-4.75}, 45.0186, true }, + { "Land_CncWall1_F", {1.97852,12.4805,-4.75}, 7.81649, true }, + { "Land_TablePlastic_01_F", {7.50708,7.5459,-4.75}, 32.4742, true }, + { "Land_HumanSkeleton_F", {12.4023,17.6382,-4.75}, 0, true }, + { "Land_Volleyball_01_F", {11.9797,17.1353,-4.75}, 0, true }, + { "Land_HelipadEmpty_F", {21.354,25.6807,-4.74999}, 0, true }, + { "C_man_1", {7.95239,8.18945,-4.74856}, 214.411, false } + }; + south[] = { + { "Land_HelipadEmpty_F", {-7.17188,-34.5039,-4.75}, 0, true }, + { "Land_Factory_Conv2_F", {-27.3831,-10.0508,-4.75}, 160.944, true }, + { "Land_i_Garage_V2_F", {-19.3713,-1.82568,-4.75}, 355.492, false }, + { "Land_i_Garage_V2_F", {-8.40625,-17.5952,-4.75}, 297.007, false }, + { "Land_i_Garage_V2_F", {-15.6597,-11.2949,-4.75}, 323.572, false }, + { "Land_Mil_WallBig_4m_F", {-2.47119,-23.3975,-4.76194}, 174.746, true }, + { "Land_Mil_WallBig_4m_F", {-13.8042,-18.9365,-4.76194}, 205.067, true }, + { "Land_Mil_WallBig_4m_F", {-22.5486,-6.37109,-4.76194}, 263.427, true }, + { "Land_Mil_WallBig_4m_F", {-16.0625,-16.8755,-4.76194}, 235.64, true }, + { "Land_Mil_WallBig_4m_F", {-21.137,-9.96924,-4.76194}, 232.849, true }, + { "Land_Mil_WallBig_4m_F", {-6.18701,-22.6909,-4.76194}, 205.328, true }, + { "Land_CncWall1_F", {-2.27295,-12.9634,-4.75}, 191.576, true }, + { "Land_CncWall1_F", {-12.3088,-4.62061,-4.75}, 247.048, true }, + { "Land_CncWall1_F", {-8.17139,-10.1084,-4.75}, 223.31, true }, + { "Land_LampSolar_F", {-2.32715,-12.4058,-4.75}, 103.123, true }, + { "Land_RattanTable_01_F", {-3.30396,-11.8892,-4.74999}, 0, true }, + { "MetalBarrel_burning_F", {-11.5137,-2.75098,-4.75001}, 0, false }, + { "Land_CampingChair_V2_F", {-11.7944,-4.27197,-4.74998}, 196.248, true }, + { "Land_ChairPlastic_F", {-12.2952,-1.39551,-4.74999}, 33.536, true }, + { "C_man_1", {-4.00146,-11.4497,-4.74856}, 8.80756, false }, + { "Land_i_Garage_V2_F", {-1.81787,18.9033,-4.75}, 85.2151, false }, + { "Land_i_Garage_V2_F", {-17.4939,7.91357,-4.75}, 25.8296, false }, + { "Land_i_Garage_V2_F", {-11.2908,15.3286,-4.75}, 53.2947, false }, + { "Land_cmp_Tower_F", {-7.80127,20.4507,-4.75}, 338.149, true }, + { "Land_LampSolar_F", {-4.20825,11.0264,-4.75}, 241.694, true }, + { "Land_Mil_WallBig_4m_F", {-18.9033,13.2422,-4.76194}, 295.353, true }, + { "Land_Mil_WallBig_4m_F", {-16.8428,15.7354,-4.76194}, 325.931, true }, + { "Land_Mil_WallBig_4m_F", {-23.2595,2.16602,-4.76194}, 266.892, true }, + { "Land_Mil_WallBig_4m_F", {-22.6035,5.66064,-4.76194}, 297.471, true }, + { "Land_Mil_WallBig_4m_F", {-8.33423,22.9419,-5.48809}, 158.976, true }, + { "Land_Mil_WallBig_Corner_F", {-4.96704,23.8374,-4.75}, 176.693, true }, + { "Land_Mil_WallBig_Corner_F", {-12.4094,21.0811,-4.75}, 62.9128, true }, + { "Land_CncWall1_F", {-9.99512,7.80518,-4.75}, 303.958, true }, + { "Land_CncWall1_F", {-12.9668,1.94775,-4.75}, 286.841, true }, + { "Land_CncWall1_F", {-4.46216,11.6143,-4.75}, 340.161, true }, + { "Land_CampingTable_F", {-7.72192,7.8335,-4.75}, 317.85, true }, + { "Land_CampingTable_small_F", {-8.76294,8.13574,-4.75}, 48.4779, true }, + { "Land_HelipadEmpty_F", {-27.176,21.9331,-4.74998}, 0, true }, + { "C_man_1", {-8.10059,8.51221,-4.74856}, 135.807, false }, + { "Land_i_Garage_V2_F", {10.8845,-15.7954,-4.75}, 232.576, false }, + { "Land_i_Garage_V2_F", {16.9998,-8.28369,-4.75}, 205.119, false }, + { "Land_i_Garage_V2_F", {1.51392,-19.4268,-4.75}, 264.496, false }, + { "Land_i_Garage_V2_F", {18.8501,1.48242,-4.75}, 174.781, false }, + { "Land_cmp_Tower_ruins_F", {7.47729,-21.0059,-4.75}, 160.728, true }, + { "Land_Mil_WallBig_4m_F", {18.4487,-13.7324,-4.76194}, 113.781, true }, + { "Land_Mil_WallBig_4m_F", {22.7971,-2.50439,-4.76194}, 85.1709, true }, + { "Land_Mil_WallBig_4m_F", {16.5129,-16.061,-4.76194}, 144.359, true }, + { "Land_Mil_WallBig_4m_F", {7.74438,-23.8203,-4.76194}, 181.714, true }, + { "Land_Mil_WallBig_4m_F", {10.1604,-22.2505,-6.23693}, 112.586, true }, + { "Land_Mil_WallBig_4m_F", {22.0991,-5.97314,-4.76194}, 115.749, true }, + { "Land_Mil_WallBig_Corner_F", {4.35181,-24.4116,-4.75}, 357.691, true }, + { "Land_CncWall1_F", {12.2964,-2.19824,-4.75}, 99.8808, true }, + { "Land_CncWall1_F", {9.52905,-8.34814,-4.75}, 132.575, true }, + { "Land_CncWall1_F", {4.30493,-12.4106,-4.75}, 154.376, true }, + { "Land_Atm_02_F", {12.1636,1.99023,-4.75}, 85.0679, true }, + { "Land_Icebox_F", {2.42456,-12.3418,-4.75}, 176.593, true }, + { "Land_i_Garage_V2_F", {7.94507,17.1855,-4.75}, 116.824, false }, + { "Land_i_Garage_V2_F", {15.2095,10.8452,-4.75}, 141.629, false }, + { "Land_PowerPoleConcrete_F", {19.8027,7.60107,-7.75411}, 154.907, true }, + { "Land_LampSolar_F", {11.2615,3.78809,-4.75}, 334.693, true }, + { "Land_dp_transformer_F", {19.7893,7.60547,-4.75}, 248.56, true }, + { "Land_Mil_WallBig_4m_F", {22.0918,6.25977,-4.76194}, 83.8634, true }, + { "Land_Mil_WallBig_4m_F", {2.28198,22.8496,-4.76194}, 355.875, true }, + { "Land_Mil_WallBig_4m_F", {20.7698,9.57959,-4.76194}, 52.7648, true }, + { "Land_Mil_WallBig_4m_F", {5.79028,22.3008,-4.76194}, 26.4514, true }, + { "Land_Mil_WallBig_4m_F", {13.2942,18.458,-4.76194}, 28.0884, true }, + { "Land_Mil_WallBig_4m_F", {15.5359,16.3423,-4.76194}, 50.8817, true }, + { "Land_CncWall1_F", {11.8101,4.20557,-4.75}, 70.6127, true }, + { "Land_CncWall1_F", {7.77832,9.72217,-4.75}, 45.0186, true }, + { "Land_CncWall1_F", {1.97852,12.4805,-4.75}, 7.81649, true }, + { "Land_TablePlastic_01_F", {7.50708,7.5459,-4.75}, 32.4742, true }, + { "Land_HumanSkeleton_F", {12.4023,17.6382,-4.75}, 0, true }, + { "Land_Volleyball_01_F", {11.9797,17.1353,-4.75}, 0, true }, + { "Land_HelipadEmpty_F", {21.354,25.6807,-4.74999}, 0, true }, + { "C_man_1", {7.95239,8.18945,-4.74856}, 214.411, false } + }; +}; diff --git a/Sources/epoch_server_settings/license.txt b/Sources/epoch_server_settings/license.txt new file mode 100644 index 00000000..35440e4b --- /dev/null +++ b/Sources/epoch_server_settings/license.txt @@ -0,0 +1,9 @@ +Epoch Mod for Arma 3 +http://epochmod.com +by Epoch Mod Team +https://github.com/EpochModTeam/Epoch + +The contents of this pbo are under the following license: +http://www.bistudio.com/community/licenses/arma-public-license-share-alike + +Keep this file and file headers with attribution intact for proper use. \ No newline at end of file diff --git a/Sources/mpmissions/epoch.Altis/description.ext b/Sources/mpmissions/epoch.Altis/description.ext index 63b6e071..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Altis/description.ext +++ b/Sources/mpmissions/epoch.Altis/description.ext @@ -56,20 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Australia/description.ext b/Sources/mpmissions/epoch.Australia/description.ext index c4debdbe..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Australia/description.ext +++ b/Sources/mpmissions/epoch.Australia/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Australia/mission.sqm b/Sources/mpmissions/epoch.Australia/mission.sqm index 4d071702..5a21d6bc 100644 --- a/Sources/mpmissions/epoch.Australia/mission.sqm +++ b/Sources/mpmissions/epoch.Australia/mission.sqm @@ -10,7 +10,7 @@ version = 12; class Mission { - addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","aia_chernarus_config","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","A3_Modules_F_Curator_Curator","a3_characters_f","A3_Data_F_Curator_Virtual","australia"}; + addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","cup_chernarus_config","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","A3_Modules_F_Curator_Curator","a3_characters_f","A3_Data_F_Curator_Virtual","australia"}; addOnsAuto[] = {"a3_epoch_config","australia"}; randomSeed = 12032465; class Intel diff --git a/Sources/mpmissions/epoch.Bootcamp_ACR/description.ext b/Sources/mpmissions/epoch.Bootcamp_ACR/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Bootcamp_ACR/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm b/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm new file mode 100644 index 00000000..c5919908 --- /dev/null +++ b/Sources/mpmissions/epoch.Bootcamp_ACR/mission.sqm @@ -0,0 +1,2173 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_bootcamp_acr_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_bootcamp_acr_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.955921,277.9371,21.640182}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.907093,277.93311,25.581619}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.953011,277.94003,22.470261}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={35.776257,277.93771,26.360916}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.668812,277.93161,26.45076}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.082874,277.92966,27.343338}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.922726,277.9339,27.612869}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.223515,277.93652,25.108963}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.827999,277.93494,26.299393}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={36.023319,277.93802,25.470291}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={25.670765,277.93304,23.399948}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.448109,277.93521,22.552292}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.716663,277.93335,26.204666}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.758656,277.93506,23.961502}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.009632,277.93478,25.41951}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.308477,277.9433,20.031784}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.239124,277.94098,20.017136}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.882681,277.94455,19.084518}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.837759,277.93289,27.827713}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.055538,277.93539,27.440018}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.411018,277.93655,25.085526}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.87389,277.93921,21.968307}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.884651,277.94064,21.897995}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.341671,277.93445,26.840408}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.090687,277.93893,21.390182}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.252796,277.93399,27.014236}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={35.251835,277.93701,27.160721}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={35.296757,277.93707,24.862869}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.751839,277.93512,25.915604}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.577991,277.93918,20.686081}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.46471,277.94156,21.345261}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.360233,277.94098,21.774948}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.035023,277.93707,23.724167}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.581898,277.93704,22.303268}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.500843,277.9332,24.105057}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.111198,277.936,25.502518}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.645393,277.9317,28.379471}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.582874,277.92987,26.689041}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.079952,277.94293,20.312057}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.252804,277.93625,25.323807}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.021355,277.94028,22.303268}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={25.043812,277.93314,22.677292}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.422718,277.93716,23.044479}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={25.966663,277.92786,27.585526}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.998909,277.93555,25.830643}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.791859,277.92819,28.145096}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.242054,277.93134,27.222244}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.566288,277.9361,26.592361}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.515511,277.93451,26.624588}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.582891,277.93674,24.940994}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={25.817249,277.9296,26.124588}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.359261,277.93869,23.489792}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.016468,277.93155,27.844315}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.141485,277.94293,20.312057}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.662971,277.9325,28.134354}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.646351,277.93716,24.637283}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.943241,277.93658,25.643143}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.818226,277.93137,25.795486}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.360218,277.92642,29.042557}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.227423,277.93356,27.329666}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.28797,277.94153,21.360886}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.499884,277.93893,23.295456}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.628792,277.93896,22.91069}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.956913,277.93777,24.161697}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.99596,277.93484,23.368698}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.772327,277.92966,28.028885}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.841671,277.93521,26.089432}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.438343,277.92813,28.837479}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.604376,277.93466,26.504471}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.808468,277.93735,24.483963}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={27.254749,277.9332,24.864822}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={35.026249,277.93994,22.555222}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.00672,277.93326,27.553299}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.827999,277.94272,20.47319}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.309441,277.93317,26.937088}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.700062,277.93927,23.053268}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.518421,277.9299,28.588455}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.637581,277.94409,19.438034}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.88464,277.93973,22.711472}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.082874,277.93134,25.103104}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.50182,277.93506,24.706619}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.99305,277.93771,24.207596}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.0653,277.93799,24.012283}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={25.360218,277.93124,24.435135}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.654182,277.93695,24.449783}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={35.446171,277.93912,23.162643}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.247921,277.93845,23.665573}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={28.840687,277.94101,20.567917}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.556515,277.94177,21.183151}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.378788,277.93875,23.439011}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={26.510609,277.93735,21.001511}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.492058,277.94305,19.716354}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={32.410999,277.9437,19.735886}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={25.764515,277.93536,21.749557}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={34.76453,277.94223,20.841354}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={30.685432,277.9422,20.863815}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.22839,277.94043,22.187057}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={31.839712,277.94257,20.574753}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={29.449089,277.94122,21.040573}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={33.807491,277.9436,19.794479}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=4; + class Item0 + { + position[]={1911.549,337.52249,1911.0021}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={30.42469,277.93781,24.149979}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={30.454964,277.93777,24.159744}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={1028.3756,371.85095,3152.8765}; + name="north"; + type="Empty"; + }; + + }; +}; +class Intro +{ + addOns[]= + { + "cup_bootcamp_acr_config" + }; + addOnsAuto[]= + { + "cup_bootcamp_acr_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_bootcamp_acr_config" + }; + addOnsAuto[]= + { + "cup_bootcamp_acr_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_bootcamp_acr_config" + }; + addOnsAuto[]= + { + "cup_bootcamp_acr_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Bornholm/description.ext b/Sources/mpmissions/epoch.Bornholm/description.ext index c4debdbe..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Bornholm/description.ext +++ b/Sources/mpmissions/epoch.Bornholm/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Chernarus/description.ext b/Sources/mpmissions/epoch.Chernarus/description.ext index c4debdbe..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Chernarus/description.ext +++ b/Sources/mpmissions/epoch.Chernarus/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Chernarus/mission.sqm b/Sources/mpmissions/epoch.Chernarus/mission.sqm index 8288707f..181cca15 100644 --- a/Sources/mpmissions/epoch.Chernarus/mission.sqm +++ b/Sources/mpmissions/epoch.Chernarus/mission.sqm @@ -3,8 +3,8 @@ version = 12; class Mission { - addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","aia_chernarus_config","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","A3_Modules_F_Curator_Curator","a3_characters_f","A3_Data_F_Curator_Virtual"}; - addOnsAuto[] = {"a3_epoch_config","aia_chernarus_config"}; + addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","cup_chernarus_config","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","A3_Modules_F_Curator_Curator","a3_characters_f","A3_Data_F_Curator_Virtual"}; + addOnsAuto[] = {"a3_epoch_config","cup_chernarus_config"}; randomSeed = 12032465; class Intel { @@ -2057,8 +2057,8 @@ class Mission }; class Intro { - addOns[] = {"aia_chernarus_config"}; - addOnsAuto[] = {"aia_chernarus_config"}; + addOns[] = {"cup_chernarus_config"}; + addOnsAuto[] = {"cup_chernarus_config"}; randomSeed = 13802307; class Intel { @@ -2081,8 +2081,8 @@ class Intro }; class OutroWin { - addOns[] = {"aia_chernarus_config"}; - addOnsAuto[] = {"aia_chernarus_config"}; + addOns[] = {"cup_chernarus_config"}; + addOnsAuto[] = {"cup_chernarus_config"}; randomSeed = 4712975; class Intel { @@ -2105,8 +2105,8 @@ class OutroWin }; class OutroLoose { - addOns[] = {"aia_chernarus_config"}; - addOnsAuto[] = {"aia_chernarus_config"}; + addOns[] = {"cup_chernarus_config"}; + addOnsAuto[] = {"cup_chernarus_config"}; randomSeed = 10755213; class Intel { diff --git a/Sources/mpmissions/epoch.Chernarus_Summer/description.ext b/Sources/mpmissions/epoch.Chernarus_Summer/description.ext index c4debdbe..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Chernarus_Summer/description.ext +++ b/Sources/mpmissions/epoch.Chernarus_Summer/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm b/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm index 2f0219fa..99dda13d 100644 --- a/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm +++ b/Sources/mpmissions/epoch.Chernarus_Summer/mission.sqm @@ -3,8 +3,8 @@ version = 12; class Mission { - addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","aia_chernarus_summer_config","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","A3_Modules_F_Curator_Curator","a3_characters_f","A3_Data_F_Curator_Virtual"}; - addOnsAuto[] = {"a3_epoch_config","aia_chernarus_summer_config"}; + addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","cup_chernarus_summer_config","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","A3_Modules_F_Curator_Curator","a3_characters_f","A3_Data_F_Curator_Virtual"}; + addOnsAuto[] = {"a3_epoch_config","cup_chernarus_summer_config"}; randomSeed = 12032465; class Intel { @@ -2057,8 +2057,8 @@ class Mission }; class Intro { - addOns[] = {"aia_chernarus_summer_config"}; - addOnsAuto[] = {"aia_chernarus_summer_config"}; + addOns[] = {"cup_chernarus_summer_config"}; + addOnsAuto[] = {"cup_chernarus_summer_config"}; randomSeed = 13802307; class Intel { @@ -2081,8 +2081,8 @@ class Intro }; class OutroWin { - addOns[] = {"aia_chernarus_summer_config"}; - addOnsAuto[] = {"aia_chernarus_summer_config"}; + addOns[] = {"cup_chernarus_summer_config"}; + addOnsAuto[] = {"cup_chernarus_summer_config"}; randomSeed = 4712975; class Intel { @@ -2105,8 +2105,8 @@ class OutroWin }; class OutroLoose { - addOns[] = {"aia_chernarus_summer_config"}; - addOnsAuto[] = {"aia_chernarus_summer_config"}; + addOns[] = {"cup_chernarus_summer_config"}; + addOnsAuto[] = {"cup_chernarus_summer_config"}; randomSeed = 10755213; class Intel { diff --git a/Sources/mpmissions/epoch.Desert_E/description.ext b/Sources/mpmissions/epoch.Desert_E/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Desert_E/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Desert_E/mission.sqm b/Sources/mpmissions/epoch.Desert_E/mission.sqm new file mode 100644 index 00000000..958ac78f --- /dev/null +++ b/Sources/mpmissions/epoch.Desert_E/mission.sqm @@ -0,0 +1,2172 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_desert_e_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_desert_e_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.0195284,27.206245,5.6151581}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.9707003,27.423204,9.5565948}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0166187,27.350218,6.4452362}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.839865,27.672792,10.335892}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.732419,27.458927,10.425735}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.1464815,27.487444,11.318314}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.98633,27.661516,11.587845}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.287119,27.571375,9.0839386}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.891603,27.593237,10.274368}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={14.086927,27.634438,9.4452667}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.7343721,27.26144,7.3749237}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5117159,27.239155,6.5272675}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.7802706,27.475439,10.179642}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.8222628,27.342381,7.9364777}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.0732393,27.444239,9.3944855}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.3720837,27.23807,4.0067596}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.3027315,27.157173,3.9921112}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9462872,27.204147,3.059494}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9013653,27.642422,11.802689}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.119143,27.683727,11.414993}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.4746256,27.466078,9.0605011}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.9374971,27.270603,5.9432831}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.9482584,27.292356,5.8729706}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.405272,27.634413,10.815384}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.154294,27.222116,5.3651581}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.316404,27.613161,10.989212}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.315437,27.699671,11.135696}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.360359,27.585901,8.8378448}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.8154459,27.489454,9.8905792}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.6415987,27.174093,4.6610565}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.528318,27.335541,5.3202362}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.423836,27.408091,5.7499237}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.09863,27.362423,7.6991425}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.645505,27.255049,6.278244}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5644503,27.317911,8.0800323}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.174809,27.533682,9.4774933}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.7090006,27.60972,12.354446}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.6464815,27.442703,10.664017}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.143557,27.32794,4.2870331}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.316406,27.556141,9.2987823}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.084963,27.371248,6.278244}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.107419,27.208067,6.6522675}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.4863253,27.313131,7.019455}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.0302706,27.469881,11.560501}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0625172,27.519499,9.8056183}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.8554659,27.519529,12.120071}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.3056612,27.513268,11.19722}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.62989,27.654114,10.567337}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.5791187,27.545904,10.599564}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.6464977,27.491077,8.9159698}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.8808565,27.396749,10.099564}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.4228678,27.384867,7.4647675}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.0800753,27.565668,11.81929}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.2050924,27.219992,4.2870331}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.7265797,27.625448,12.109329}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.709955,27.505136,8.6122589}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.006845,27.616077,9.6181183}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.8818331,27.406141,9.770462}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.4238253,27.552532,13.017532}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.291029,27.600737,11.304642}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.3515759,27.303963,5.3358612}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.5634899,27.406517,7.2704315}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.692399,27.336594,6.8856659}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.020517,27.542347,8.136673}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.0595675,27.293673,7.3436737}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.8359346,27.540682,12.00386}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.905273,27.610615,10.064407}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.5019503,27.571926,12.812454}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.6679821,27.569843,10.479446}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.87207,27.52943,8.4589386}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.3183565,27.372849,8.839798}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.089853,27.463757,6.5301971}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.0703268,27.578348,11.528275}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.891603,27.301926,4.4481659}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.3730478,27.528362,10.912064}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.763666,27.427414,7.028244}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.5820284,27.589178,12.563431}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.701189,27.188467,3.4130096}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.948242,27.4429,6.6864471}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.1464815,27.35487,9.0780792}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.5654268,27.396511,8.6815948}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0566578,27.438187,8.1825714}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.12891,27.457909,7.9872589}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.4238253,27.304661,8.4101105}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.7177896,27.413477,8.4247589}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.509775,27.504625,7.137619}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.311523,27.473095,7.6405487}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.904294,27.199753,4.5428925}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.620117,27.35746,5.1581268}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.44239,27.49176,7.4139862}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5742159,27.163179,4.9764862}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.555665,27.173458,3.69133}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.474607,27.252871,3.7108612}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.8281221,27.181499,5.7245331}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.828135,27.371521,4.81633}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.7490406,27.262537,4.8387909}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.291992,27.398632,6.1620331}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9033184,27.279829,4.5497284}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.5126963,27.238596,5.0155487}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.871094,27.29435,3.769455}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=4; + class Item0 + { + position[]={1012.0472,72.656128,1032.3983}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={8.4882975,27.419676,8.1249542}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={8.5185719,27.420998,8.1347198}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={1000.0581,78.919403,999.62445}; + name="south"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_desert_e_config" + }; + addOnsAuto[]= + { + "cup_desert_e_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_desert_e_config" + }; + addOnsAuto[]= + { + "cup_desert_e_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_desert_e_config" + }; + addOnsAuto[]= + { + "cup_desert_e_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Esseker/description.ext b/Sources/mpmissions/epoch.Esseker/description.ext index f924418a..20b1bdac 100644 --- a/Sources/mpmissions/epoch.Esseker/description.ext +++ b/Sources/mpmissions/epoch.Esseker/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Esseker/mission.sqm b/Sources/mpmissions/epoch.Esseker/mission.sqm index dddfad61..4f92ef95 100644 --- a/Sources/mpmissions/epoch.Esseker/mission.sqm +++ b/Sources/mpmissions/epoch.Esseker/mission.sqm @@ -17,7 +17,7 @@ class Mission "A3_Characters_F_OPFOR", "A3_Characters_F_INDEP", "A3_Characters_F_Civil", - "aia_chernarus_config", + "cup_chernarus_config", "A3_Modules_F_Curator_Curator", "a3_characters_f", "A3_Data_F_Curator_Virtual" @@ -2079,7 +2079,7 @@ class Intro addOns[]= { "esseker", - "aia_chernarus_config" + "cup_chernarus_config" }; addOnsAuto[]= { @@ -2108,7 +2108,7 @@ class OutroWin addOns[]= { "esseker", - "aia_chernarus_config" + "cup_chernarus_config" }; addOnsAuto[]= { @@ -2137,7 +2137,7 @@ class OutroLoose addOns[]= { "esseker", - "aia_chernarus_config" + "cup_chernarus_config" }; addOnsAuto[]= { diff --git a/Sources/mpmissions/epoch.Mountains_ACR/description.ext b/Sources/mpmissions/epoch.Mountains_ACR/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Mountains_ACR/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm b/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm new file mode 100644 index 00000000..c3568624 --- /dev/null +++ b/Sources/mpmissions/epoch.Mountains_ACR/mission.sqm @@ -0,0 +1,2190 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_afghan_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_afghan_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.9907,389.80316,394.8707}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.9419,389.84103,398.81213}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.9878,389.85815,395.70078}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4869.811,389.91116,399.59143}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.7036,389.83731,399.68127}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.1177,389.80862,400.57385}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.9575,389.90085,400.84338}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.2583,389.91513,398.33948}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.8628,389.91055,399.52991}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4870.0581,389.88785,398.70081}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4859.7056,389.77319,396.63046}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.4829,389.79163,395.78281}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.7515,389.85941,399.43518}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.7935,389.83179,397.19202}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.0444,389.85831,398.65002}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.3433,389.8396,393.2623}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.2739,389.82535,393.24765}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.9175,389.81506,392.31503}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.8726,389.88284,401.05823}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.0903,389.91876,400.67053}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.4458,389.86603,398.31604}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.9087,389.84659,395.19882}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.9194,389.8512,395.12851}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.3765,389.92105,400.07092}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.1255,389.83258,394.6207}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.2876,389.90378,400.24475}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4869.2866,389.92471,400.39124}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4869.3315,389.90189,398.09338}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.7866,389.86691,399.14612}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.6128,389.81757,393.9166}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.4995,389.86185,394.57578}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.395,389.87952,395.00546}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.0698,389.853,396.95468}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.6167,389.82169,395.53378}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.5356,389.79803,397.33557}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.146,389.89246,398.73303}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.6802,389.84418,401.60999}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.6177,389.80853,399.91956}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.1147,389.86096,393.54257}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.2876,389.90506,398.55432}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.0562,389.86276,395.53378}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4859.0786,389.75586,395.90781}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.4575,389.84692,396.27499}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.0015,389.77243,400.81604}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.0337,389.8819,399.06116}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.8267,389.78146,401.37561}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.2769,389.84415,400.45276}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.6011,389.9361,399.82288}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.5503,389.88461,399.8551}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.6177,389.87943,398.17151}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4859.8521,389.78589,399.3551}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.394,389.85858,396.72031}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.0513,389.84641,401.07483}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.1763,389.84207,393.54257}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.6978,389.86191,401.36487}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.6812,389.88962,397.8678}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.978,389.92084,398.87366}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.853,389.81207,399.026}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.395,389.74899,402.27307}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.2622,389.88461,400.56018}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.3228,389.85623,394.5914}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.5347,389.86343,396.52597}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.6636,389.85324,396.1412}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.9917,389.90384,397.39221}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.0308,389.80914,396.59921}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.8071,389.81363,401.2594}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.8765,389.9212,399.31995}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.4731,389.78741,402.06799}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.6392,389.89722,399.73499}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.8433,389.9028,397.71448}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4861.2896,389.82095,398.09534}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4869.061,389.88385,395.78574}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.0415,389.86469,400.78381}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.8628,389.85959,393.7037}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.3442,389.86758,400.1676}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.7349,389.87259,396.28378}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.5532,389.82574,401.81897}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.6724,389.81927,392.66855}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.9194,389.88391,395.94199}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.1177,389.78986,398.33362}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.5366,389.85358,397.93713}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.0278,389.86395,397.43811}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.1001,389.87518,397.2428}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4859.395,389.76807,397.66565}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.689,389.85828,397.6803}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4869.481,389.87854,396.39316}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.2827,389.88644,396.89609}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4862.8755,389.84195,393.79843}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.5913,389.86658,394.41367}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.4136,389.89841,396.66953}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4860.5454,389.79071,394.23203}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.5269,389.82181,392.94687}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4866.4458,389.8364,392.9664}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4859.7993,389.77283,394.98007}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4868.7993,389.87219,394.07187}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4864.7202,389.85175,394.09433}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.2632,389.86963,395.41757}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4865.8745,389.85638,393.80527}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4863.4839,389.84641,394.27109}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4867.8423,389.84476,393.02499}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=7; + class Item0 + { + position[]={3142.9163,516.2464,3143.6187}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={4864.4595,389.86099,397.38049}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={4864.4897,389.86118,397.39026}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={4499.1489,179.04671,6384.4321}; + name="north"; + type="Empty"; + }; + class Item4 + { + position[]={5992.3813,371.16095,4527.5952}; + name="east"; + type="Empty"; + }; + class Item5 + { + position[]={4.1384859,242.85356,2824.0986}; + name="west"; + type="Empty"; + }; + class Item6 + { + position[]={3163.2278,337.64359,575.92761}; + name="south"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_afghan_config" + }; + addOnsAuto[]= + { + "cup_afghan_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_afghan_config" + }; + addOnsAuto[]= + { + "cup_afghan_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_afghan_config" + }; + addOnsAuto[]= + { + "cup_afghan_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Porto/description.ext b/Sources/mpmissions/epoch.Porto/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Porto/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Porto/mission.sqm b/Sources/mpmissions/epoch.Porto/mission.sqm new file mode 100644 index 00000000..adca096e --- /dev/null +++ b/Sources/mpmissions/epoch.Porto/mission.sqm @@ -0,0 +1,2173 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_desert2_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_desert2_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.95166,0.51448655,2751.9141}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.90283,0.52642483,2755.8555}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.94873,0.59719932,2752.7441}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={813.77203,0.50433302,2756.6348}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.66455,0.51400512,2756.7246}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.07861,0.4971548,2757.6172}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.91852,0.53946918,2757.8867}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.2193,0.54749727,2755.3828}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.82373,0.5553388,2756.5732}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={814.0191,0.51652604,2755.7441}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={803.6665,0.48635191,2753.6738}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.44385,0.50401992,2752.8262}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.7124,0.52928466,2756.4785}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.75439,0.54232085,2754.2354}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.00537,0.54143763,2755.6934}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.3042,0.62282652,2750.3057}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.23486,0.54298067,2750.291}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.87842,0.62016159,2749.3584}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.8335,0.54888576,2758.1016}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.05133,0.52437705,2757.7139}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.40674,0.56192654,2755.3594}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.86963,0.56533754,2752.2422}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.88037,0.59067345,2752.1719}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.33746,0.54168051,2757.1143}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.08643,0.54323941,2751.6641}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.24854,0.5561012,2757.2881}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={813.24762,0.4992699,2757.4346}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={813.29254,0.53410798,2755.1367}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.74756,0.54488552,2756.1895}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.57373,0.52779722,2750.96}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.46045,0.61528158,2751.6191}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.35602,0.58212101,2752.0488}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.03076,0.56039029,2753.998}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.57764,0.53274977,2752.5771}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.49658,0.51004881,2754.3789}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.10693,0.57485551,2755.7764}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.64111,0.5165078,2758.6533}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.57861,0.49835175,2756.9629}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.07574,0.60241878,2750.5859}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.2486,0.55969435,2755.5977}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.01709,0.61139435,2752.5771}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={803.03955,0.46788236,2752.9512}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.41846,0.55683529,2753.3184}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={803.9624,0.48109433,2757.8594}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.99463,0.56078732,2756.1045}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.7876,0.48484337,2758.4189}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.23779,0.51239711,2757.4961}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.56207,0.52604079,2756.8662}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.51123,0.54625177,2756.8984}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.57861,0.57758021,2755.2148}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={803.81299,0.49537137,2756.3984}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.35498,0.57885921,2753.7637}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.01221,0.51484585,2758.1182}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.13721,0.59332514,2750.5859}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.65869,0.53141379,2758.4082}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.64209,0.5763455,2754.9111}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.93903,0.53082633,2755.917}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.81396,0.51100522,2756.0693}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.35596,0.46979153,2759.3164}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.22314,0.54704005,2757.6035}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.28369,0.61342096,2751.6348}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.49561,0.59468466,2753.5693}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.62451,0.57646453,2753.1846}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.9527,0.54691607,2754.4355}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.9917,0.52071154,2753.6426}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.76807,0.49788448,2758.3027}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.83746,0.54244262,2756.3633}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.43408,0.4849847,2759.1113}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.6001,0.56064081,2756.7783}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.80426,0.5605979,2754.7578}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={805.25049,0.52647823,2755.1387}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={813.02203,0.56354666,2752.8291}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.00244,0.52993095,2757.8271}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.82373,0.61942607,2750.7471}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.30518,0.52834165,2757.2109}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.6958,0.59296232,2753.3271}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.51416,0.5006851,2758.8623}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.6333,0.59697676,2749.7119}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.88043,0.57895285,2752.9854}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.07861,0.50217426,2755.377}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.49756,0.54318571,2754.9805}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.98877,0.57856899,2754.4814}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.06104,0.59193635,2754.2861}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={803.35596,0.48138195,2754.709}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.6499,0.55983704,2754.7236}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={813.44196,0.55056751,2753.4365}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.24371,0.57800919,2753.9395}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={806.83643,0.56027418,2750.8418}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.55231,0.60068536,2751.457}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.37457,0.56353754,2753.7129}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={804.50635,0.50099182,2751.2754}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.48779,0.57442868,2749.9902}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={810.40674,0.63379174,2750.0098}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={803.76025,0.48383862,2752.0234}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={812.76031,0.58632565,2751.1152}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={808.68115,0.60912383,2751.1377}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.22418,0.59456646,2752.4609}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={809.83545,0.62868953,2750.8486}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={807.44482,0.57750899,2751.3145}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={811.80328,0.61219877,2750.0684}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=4; + class Item0 + { + position[]={2614.9648,5.0293379,2520.1047}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={808.42041,0.57238275,2754.4238}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={808.45068,0.57263881,2754.4336}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={2767.6277,7.9964304,2410.2876}; + name="south"; + type="Empty"; + }; + + }; +}; +class Intro +{ + addOns[]= + { + "cup_desert2_config" + }; + addOnsAuto[]= + { + "cup_desert2_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_desert2_config" + }; + addOnsAuto[]= + { + "cup_desert2_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_desert2_config" + }; + addOnsAuto[]= + { + "cup_desert2_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.ProvingGrounds_PMC/description.ext b/Sources/mpmissions/epoch.ProvingGrounds_PMC/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.ProvingGrounds_PMC/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm b/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm new file mode 100644 index 00000000..53fcb4f0 --- /dev/null +++ b/Sources/mpmissions/epoch.ProvingGrounds_PMC/mission.sqm @@ -0,0 +1,2172 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_provinggrounds_pmc_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_provinggrounds_pmc_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.0195284,27.206245,5.6151581}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.9707003,27.423204,9.5565948}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0166187,27.350218,6.4452362}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.839865,27.672792,10.335892}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.732419,27.458927,10.425735}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.1464815,27.487444,11.318314}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.98633,27.661516,11.587845}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.287119,27.571375,9.0839386}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.891603,27.593237,10.274368}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={14.086927,27.634438,9.4452667}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.7343721,27.26144,7.3749237}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5117159,27.239155,6.5272675}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.7802706,27.475439,10.179642}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.8222628,27.342381,7.9364777}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.0732393,27.444239,9.3944855}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.3720837,27.23807,4.0067596}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.3027315,27.157173,3.9921112}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9462872,27.204147,3.059494}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9013653,27.642422,11.802689}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.119143,27.683727,11.414993}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.4746256,27.466078,9.0605011}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.9374971,27.270603,5.9432831}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.9482584,27.292356,5.8729706}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.405272,27.634413,10.815384}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.154294,27.222116,5.3651581}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.316404,27.613161,10.989212}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.315437,27.699671,11.135696}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.360359,27.585901,8.8378448}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.8154459,27.489454,9.8905792}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.6415987,27.174093,4.6610565}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.528318,27.335541,5.3202362}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.423836,27.408091,5.7499237}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.09863,27.362423,7.6991425}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.645505,27.255049,6.278244}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5644503,27.317911,8.0800323}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.174809,27.533682,9.4774933}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.7090006,27.60972,12.354446}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.6464815,27.442703,10.664017}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.143557,27.32794,4.2870331}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.316406,27.556141,9.2987823}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.084963,27.371248,6.278244}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.107419,27.208067,6.6522675}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.4863253,27.313131,7.019455}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.0302706,27.469881,11.560501}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0625172,27.519499,9.8056183}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.8554659,27.519529,12.120071}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.3056612,27.513268,11.19722}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.62989,27.654114,10.567337}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.5791187,27.545904,10.599564}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.6464977,27.491077,8.9159698}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.8808565,27.396749,10.099564}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.4228678,27.384867,7.4647675}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.0800753,27.565668,11.81929}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.2050924,27.219992,4.2870331}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.7265797,27.625448,12.109329}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.709955,27.505136,8.6122589}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.006845,27.616077,9.6181183}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.8818331,27.406141,9.770462}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.4238253,27.552532,13.017532}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.291029,27.600737,11.304642}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.3515759,27.303963,5.3358612}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.5634899,27.406517,7.2704315}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.692399,27.336594,6.8856659}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.020517,27.542347,8.136673}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.0595675,27.293673,7.3436737}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.8359346,27.540682,12.00386}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.905273,27.610615,10.064407}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.5019503,27.571926,12.812454}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.6679821,27.569843,10.479446}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.87207,27.52943,8.4589386}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.3183565,27.372849,8.839798}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.089853,27.463757,6.5301971}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.0703268,27.578348,11.528275}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.891603,27.301926,4.4481659}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.3730478,27.528362,10.912064}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.763666,27.427414,7.028244}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.5820284,27.589178,12.563431}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.701189,27.188467,3.4130096}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.948242,27.4429,6.6864471}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.1464815,27.35487,9.0780792}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.5654268,27.396511,8.6815948}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0566578,27.438187,8.1825714}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.12891,27.457909,7.9872589}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.4238253,27.304661,8.4101105}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.7177896,27.413477,8.4247589}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.509775,27.504625,7.137619}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.311523,27.473095,7.6405487}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.904294,27.199753,4.5428925}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.620117,27.35746,5.1581268}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.44239,27.49176,7.4139862}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5742159,27.163179,4.9764862}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.555665,27.173458,3.69133}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.474607,27.252871,3.7108612}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.8281221,27.181499,5.7245331}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.828135,27.371521,4.81633}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.7490406,27.262537,4.8387909}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.291992,27.398632,6.1620331}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9033184,27.279829,4.5497284}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.5126963,27.238596,5.0155487}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.871094,27.29435,3.769455}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=4; + class Item0 + { + position[]={1012.0472,72.656128,1032.3983}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={8.4882975,27.419676,8.1249542}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={8.5185719,27.420998,8.1347198}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={880.46552,70.202377,1192.3643}; + name="south"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_provinggrounds_pmc_config" + }; + addOnsAuto[]= + { + "cup_provinggrounds_pmc_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_provinggrounds_pmc_config" + }; + addOnsAuto[]= + { + "cup_provinggrounds_pmc_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_provinggrounds_pmc_config" + }; + addOnsAuto[]= + { + "cup_provinggrounds_pmc_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Sara/description.ext b/Sources/mpmissions/epoch.Sara/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Sara/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Sara/mission.sqm b/Sources/mpmissions/epoch.Sara/mission.sqm new file mode 100644 index 00000000..3358f589 --- /dev/null +++ b/Sources/mpmissions/epoch.Sara/mission.sqm @@ -0,0 +1,2186 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_sara_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Modules_F_Curator_Curator", + "a3_characters_f", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_sara_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.0732,7.2446923,3492.9172}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.0244,7.2720141,3496.8591}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.0703,7.3023381,3493.7473}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.8945,7.3471713,3497.6384}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.7861,7.2708869,3497.7273}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.2002,7.2656412,3498.6204}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.041,7.3362741,3498.8904}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.3418,7.3431129,3496.3855}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.9463,7.3325119,3497.5764}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9472.1416,7.3456368,3496.7473}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.7881,7.2337427,3494.6765}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.5654,7.2412343,3493.8298}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.834,7.2829709,3497.4817}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.876,7.2652235,3495.2385}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.127,7.2849159,3496.696}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.4258,7.2992015,3491.3088}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.3564,7.2561731,3491.2947}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468,7.3034449,3490.3616}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.9551,7.3236723,3499.1042}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.1738,7.3476081,3498.717}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.5283,7.301065,3496.3625}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.9912,7.2728629,3493.2454}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.002,7.2867332,3493.1755}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.46,7.3397527,3498.1174}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.208,7.2595882,3492.6677}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.3701,7.3270268,3498.2913}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.3701,7.3482461,3498.4377}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.415,7.3436942,3496.1394}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.8691,7.2948165,3497.1931}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.6953,7.2495918,3491.9631}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.582,7.3182321,3492.6228}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.4785,7.3365827,3493.052}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.1523,7.2818327,3495.0007}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.6992,7.2561121,3493.5803}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.6182,7.2481885,3495.3826}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.2285,7.3223038,3496.7795}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.7627,7.2984686,3499.6565}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.7002,7.2583342,3497.9656}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.1982,7.3333764,3491.5891}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.3711,7.3356586,3496.6013}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.1387,7.3148289,3493.5803}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.1611,7.2220788,3493.9543}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.54,7.2708521,3494.3215}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.084,7.252737,3498.8625}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.1162,7.3096085,3497.1077}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.9092,7.2637591,3499.4221}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.3594,7.2793164,3498.4998}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.6846,7.3464236,3497.8694}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.6338,7.3054094,3497.9011}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.7002,7.3148398,3496.2185}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.9346,7.2466917,3497.4011}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.4766,7.2972522,3494.7673}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.1338,7.2898469,3499.1213}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.2588,7.2839828,3491.5886}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.7803,7.3101883,3499.4119}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.7637,7.3270001,3495.9158}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.0615,7.3449016,3496.9202}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.9355,7.2593746,3497.0725}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.4775,7.2638826,3500.3196}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.3457,7.3153605,3498.6067}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.4053,7.304142,3492.6384}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.6172,7.3105512,3494.5725}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.7461,7.2872024,3494.1877}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.0752,7.3419518,3495.4382}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.1133,7.2521729,3494.6462}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.8896,7.2752891,3499.3059}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.96,7.3442559,3497.366}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.5557,7.2741585,3500.1145}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.7217,7.318222,3497.7815}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.9268,7.340642,3495.7605}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.3721,7.261776,3496.1414}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.1445,7.3388081,3493.8318}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.124,7.3011518,3498.8303}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.9463,7.320859,3491.7502}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.4268,7.2915478,3498.2141}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.8174,7.3244739,3494.3303}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.6357,7.2853584,3499.8655}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.7549,7.2874265,3490.7151}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.0029,7.3379803,3493.9885}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.2002,7.2463269,3496.3806}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.6191,7.2773967,3495.9836}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.1104,7.3062963,3495.4846}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.1826,7.3187761,3495.2903}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.4775,7.2335339,3495.7117}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.7715,7.2907114,3495.7268}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.5645,7.3404436,3494.4397}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.3662,7.3322821,3494.9421}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.958,7.2667909,3491.845}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.6748,7.3310175,3492.4607}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.4971,7.3399301,3494.7166}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.6279,7.2359104,3492.2791}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.6094,7.2725086,3490.9929}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.5283,7.3134522,3491.0134}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.8818,7.2284508,3493.0266}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.8828,7.3351202,3492.1184}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.8027,7.2938046,3492.1409}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.3467,7.3290925,3493.4646}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.957,7.3088074,3491.8518}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.5664,7.2772007,3492.3176}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.9258,7.3312564,3491.0715}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=6; + class Item0 + { + position[]={10174.496,58.218452,10682.625}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={9466.542,7.2993617,3495.4265}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={9466.5723,7.2997403,3495.4368}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={18742.016,11.967041,14367.299}; + name="east"; + type="Empty"; + }; + class Item4 + { + position[]={7894.6885,169.86865,7424.731}; + name="west"; + type="Empty"; + }; + class Item5 + { + position[]={11287.963,21.335205,16866.096}; + name="north"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_sara_config" + }; + addOnsAuto[]= + { + "cup_sara_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_sara_config" + }; + addOnsAuto[]= + { + "cup_sara_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_sara_config" + }; + addOnsAuto[]= + { + "cup_sara_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.SaraLite/description.ext b/Sources/mpmissions/epoch.SaraLite/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.SaraLite/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.SaraLite/mission.sqm b/Sources/mpmissions/epoch.SaraLite/mission.sqm new file mode 100644 index 00000000..e3359cbf --- /dev/null +++ b/Sources/mpmissions/epoch.SaraLite/mission.sqm @@ -0,0 +1,2185 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_saralite_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Modules_F_Curator_Curator", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_saralite_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.4673,7.333703,738.53003}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.4185,7.3519125,742.47192}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.4644,7.3337083,739.36011}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4600.2886,7.3365049,743.25122}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.1802,7.3583059,743.34009}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.5942,7.3648829,744.23315}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.4351,7.3561664,744.50317}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.7358,7.3443689,741.99829}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.3403,7.35427,743.18921}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4600.5356,7.3321376,742.36011}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.1821,7.3358388,740.28931}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.9595,7.3337083,739.44263}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.228,7.3564973,743.09448}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.27,7.3399782,740.85132}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.521,7.3507118,742.30884}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.8198,7.3337083,736.92163}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.7505,7.3330789,736.90747}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.394,7.3337083,735.97437}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.3491,7.3625569,744.71704}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.5679,7.3495898,744.32983}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.9224,7.3482552,741.97534}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.3853,7.3337083,738.85815}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.396,7.3337083,738.78833}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.854,7.3524284,743.73022}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.6021,7.3337083,738.28052}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.7642,7.358768,743.90405}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.7642,7.3424683,744.05054}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.8091,7.3379874,741.7522}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.2632,7.354372,742.80591}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.0894,7.3330922,737.57593}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.9761,7.3337083,738.2356}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.8726,7.3337083,738.66479}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.5464,7.3382268,740.61353}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.0933,7.3337083,739.19312}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.0122,7.3410387,740.99536}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.6226,7.3513265,742.39233}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.1567,7.3725133,745.26929}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.0942,7.3600612,743.57837}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.5923,7.3337083,737.2019}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.7651,7.3500137,742.21411}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.5327,7.3337083,739.19312}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4589.5552,7.3279996,739.56714}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.9341,7.3337083,739.93433}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.478,7.3666663,744.47534}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.5103,7.3537431,742.72046}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.3032,7.3707876,745.03491}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.7534,7.3639946,744.11255}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.0786,7.3452082,743.48218}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.0278,7.3595862,743.51392}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.0942,7.3471947,741.8313}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.3286,7.3559041,743.01392}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.8706,7.3365078,740.38013}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.5278,7.3685722,744.73413}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.6528,7.3337083,737.20142}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.1743,7.3696132,745.02466}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.1577,7.344965,741.52856}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.4556,7.3413787,742.53296}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.3296,7.3534842,742.6853}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.8716,7.3773966,745.93237}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.7397,7.3647823,744.21948}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.7993,7.3337083,738.25122}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.0112,7.335073,740.1853}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.1401,7.3337083,739.80054}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.4692,7.3385744,741.05103}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.5073,7.3356156,740.25903}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4592.2837,7.3699317,744.9187}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.354,7.3482828,742.97876}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.9497,7.3758864,745.72729}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.1157,7.3587055,743.39429}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.3208,7.3438215,741.37329}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.7661,7.3466263,741.75415}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.5386,7.3337083,739.44458}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.5181,7.3664293,744.44312}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.3403,7.3337083,737.36304}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.8208,7.3618908,743.8269}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.2114,7.3337083,739.94312}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.0298,7.3740525,745.47827}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.1489,7.3337083,736.32788}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.397,7.3337083,739.60132}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.5942,7.3483887,741.99341}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.0132,7.3454652,741.59644}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.5044,7.3417902,741.09741}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.5767,7.3403592,740.90308}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4589.8716,7.3427525,741.32446}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.1655,7.343574,741.3396}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.9585,7.3340344,740.05249}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.7603,7.3377953,740.55493}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.3521,7.3337083,737.45776}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.0688,7.3337083,738.07349}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.8911,7.336134,740.32935}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4591.022,7.3317084,737.89185}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4594.0034,7.3337083,736.60571}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.9224,7.3337083,736.62622}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4590.2759,7.3317113,738.6394}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4599.2769,7.3337083,737.7312}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4595.1968,7.3337083,737.75366}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4597.7407,7.3337083,739.07739}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4596.3511,7.3337083,737.4646}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4593.9604,7.3337083,737.93042}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4598.3198,7.3337083,736.68433}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=6; + class Item0 + { + position[]={5089.8052,183.3139,4903.1738}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={4594.936,7.3413625,741.03931}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={4594.9663,7.3414378,741.04956}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={4136.1978,110.03162,7967.731}; + name="north"; + type="Empty"; + }; + class Item4 + { + position[]={8471.2861,17.215754,4849.915}; + name="east"; + type="Empty"; + }; + class Item5 + { + position[]={3014.3894,176.72061,4664.7939}; + name="west"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_saralite_config" + }; + addOnsAuto[]= + { + "cup_saralite_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_saralite_config" + }; + addOnsAuto[]= + { + "cup_saralite_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_saralite_config" + }; + addOnsAuto[]= + { + "cup_saralite_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Sara_dbe1/description.ext b/Sources/mpmissions/epoch.Sara_dbe1/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Sara_dbe1/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm b/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm new file mode 100644 index 00000000..f45cae8f --- /dev/null +++ b/Sources/mpmissions/epoch.Sara_dbe1/mission.sqm @@ -0,0 +1,2185 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_sara_dbe1_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Modules_F_Curator_Curator", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_sara_dbe1_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.0732,7.2446923,3492.9172}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.0244,7.2720141,3496.8591}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.0703,7.3023381,3493.7473}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.8945,7.3471713,3497.6384}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.7861,7.2708869,3497.7273}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.2002,7.2656412,3498.6204}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.041,7.3362741,3498.8904}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.3418,7.3431129,3496.3855}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.9463,7.3325119,3497.5764}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9472.1416,7.3456368,3496.7473}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.7881,7.2337427,3494.6765}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.5654,7.2412343,3493.8298}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.834,7.2829709,3497.4817}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.876,7.2652235,3495.2385}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.127,7.2849159,3496.696}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.4258,7.2992015,3491.3088}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.3564,7.2561731,3491.2947}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468,7.3034449,3490.3616}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.9551,7.3236723,3499.1042}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.1738,7.3476081,3498.717}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.5283,7.301065,3496.3625}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.9912,7.2728629,3493.2454}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.002,7.2867332,3493.1755}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.46,7.3397527,3498.1174}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.208,7.2595882,3492.6677}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.3701,7.3270268,3498.2913}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.3701,7.3482461,3498.4377}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.415,7.3436942,3496.1394}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.8691,7.2948165,3497.1931}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.6953,7.2495918,3491.9631}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.582,7.3182321,3492.6228}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.4785,7.3365827,3493.052}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.1523,7.2818327,3495.0007}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.6992,7.2561121,3493.5803}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.6182,7.2481885,3495.3826}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.2285,7.3223038,3496.7795}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.7627,7.2984686,3499.6565}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.7002,7.2583342,3497.9656}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.1982,7.3333764,3491.5891}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.3711,7.3356586,3496.6013}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.1387,7.3148289,3493.5803}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.1611,7.2220788,3493.9543}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.54,7.2708521,3494.3215}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.084,7.252737,3498.8625}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.1162,7.3096085,3497.1077}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.9092,7.2637591,3499.4221}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.3594,7.2793164,3498.4998}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.6846,7.3464236,3497.8694}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.6338,7.3054094,3497.9011}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.7002,7.3148398,3496.2185}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.9346,7.2466917,3497.4011}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.4766,7.2972522,3494.7673}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.1338,7.2898469,3499.1213}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.2588,7.2839828,3491.5886}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.7803,7.3101883,3499.4119}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.7637,7.3270001,3495.9158}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.0615,7.3449016,3496.9202}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.9355,7.2593746,3497.0725}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.4775,7.2638826,3500.3196}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.3457,7.3153605,3498.6067}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.4053,7.304142,3492.6384}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.6172,7.3105512,3494.5725}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.7461,7.2872024,3494.1877}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.0752,7.3419518,3495.4382}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.1133,7.2521729,3494.6462}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.8896,7.2752891,3499.3059}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.96,7.3442559,3497.366}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.5557,7.2741585,3500.1145}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.7217,7.318222,3497.7815}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.9268,7.340642,3495.7605}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9463.3721,7.261776,3496.1414}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.1445,7.3388081,3493.8318}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.124,7.3011518,3498.8303}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.9463,7.320859,3491.7502}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.4268,7.2915478,3498.2141}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.8174,7.3244739,3494.3303}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.6357,7.2853584,3499.8655}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.7549,7.2874265,3490.7151}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.0029,7.3379803,3493.9885}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.2002,7.2463269,3496.3806}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.6191,7.2773967,3495.9836}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.1104,7.3062963,3495.4846}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.1826,7.3187761,3495.2903}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.4775,7.2335339,3495.7117}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.7715,7.2907114,3495.7268}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9471.5645,7.3404436,3494.4397}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.3662,7.3322821,3494.9421}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9464.958,7.2667909,3491.845}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.6748,7.3310175,3492.4607}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.4971,7.3399301,3494.7166}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9462.6279,7.2359104,3492.2791}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.6094,7.2725086,3490.9929}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9468.5283,7.3134522,3491.0134}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9461.8818,7.2284508,3493.0266}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9470.8828,7.3351202,3492.1184}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9466.8027,7.2938046,3492.1409}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.3467,7.3290925,3493.4646}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9467.957,7.3088074,3491.8518}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9465.5664,7.2772007,3492.3176}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9469.9258,7.3312564,3491.0715}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=6; + class Item0 + { + position[]={10174.496,58.218452,10682.625}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={9466.542,7.2993617,3495.4265}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={9466.5723,7.2997403,3495.4368}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={18742.016,11.967041,14367.299}; + name="east"; + type="Empty"; + }; + class Item4 + { + position[]={7894.6885,169.86865,7424.731}; + name="west"; + type="Empty"; + }; + class Item5 + { + position[]={11287.963,21.335205,16866.096}; + name="north"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_sara_dbe1_config" + }; + addOnsAuto[]= + { + "cup_sara_dbe1_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_sara_dbe1_config" + }; + addOnsAuto[]= + { + "cup_sara_dbe1_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_sara_dbe1_config" + }; + addOnsAuto[]= + { + "cup_sara_dbe1_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Shapur_BAF/description.ext b/Sources/mpmissions/epoch.Shapur_BAF/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Shapur_BAF/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm b/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm new file mode 100644 index 00000000..bea87cc0 --- /dev/null +++ b/Sources/mpmissions/epoch.Shapur_BAF/mission.sqm @@ -0,0 +1,2173 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_shapur_baf_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_shapur_baf_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.0195284,27.206245,5.6151581}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.9707003,27.423204,9.5565948}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0166187,27.350218,6.4452362}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.839865,27.672792,10.335892}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.732419,27.458927,10.425735}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.1464815,27.487444,11.318314}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.98633,27.661516,11.587845}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.287119,27.571375,9.0839386}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.891603,27.593237,10.274368}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={14.086927,27.634438,9.4452667}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.7343721,27.26144,7.3749237}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5117159,27.239155,6.5272675}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.7802706,27.475439,10.179642}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.8222628,27.342381,7.9364777}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.0732393,27.444239,9.3944855}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.3720837,27.23807,4.0067596}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.3027315,27.157173,3.9921112}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9462872,27.204147,3.059494}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9013653,27.642422,11.802689}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.119143,27.683727,11.414993}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.4746256,27.466078,9.0605011}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.9374971,27.270603,5.9432831}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.9482584,27.292356,5.8729706}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.405272,27.634413,10.815384}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.154294,27.222116,5.3651581}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.316404,27.613161,10.989212}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.315437,27.699671,11.135696}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.360359,27.585901,8.8378448}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.8154459,27.489454,9.8905792}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.6415987,27.174093,4.6610565}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.528318,27.335541,5.3202362}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.423836,27.408091,5.7499237}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.09863,27.362423,7.6991425}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.645505,27.255049,6.278244}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5644503,27.317911,8.0800323}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.174809,27.533682,9.4774933}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.7090006,27.60972,12.354446}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.6464815,27.442703,10.664017}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.143557,27.32794,4.2870331}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.316406,27.556141,9.2987823}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.084963,27.371248,6.278244}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.107419,27.208067,6.6522675}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.4863253,27.313131,7.019455}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.0302706,27.469881,11.560501}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0625172,27.519499,9.8056183}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.8554659,27.519529,12.120071}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.3056612,27.513268,11.19722}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.62989,27.654114,10.567337}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.5791187,27.545904,10.599564}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.6464977,27.491077,8.9159698}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.8808565,27.396749,10.099564}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.4228678,27.384867,7.4647675}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.0800753,27.565668,11.81929}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.2050924,27.219992,4.2870331}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.7265797,27.625448,12.109329}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.709955,27.505136,8.6122589}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.006845,27.616077,9.6181183}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.8818331,27.406141,9.770462}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.4238253,27.552532,13.017532}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.291029,27.600737,11.304642}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.3515759,27.303963,5.3358612}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.5634899,27.406517,7.2704315}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.692399,27.336594,6.8856659}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.020517,27.542347,8.136673}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.0595675,27.293673,7.3436737}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.8359346,27.540682,12.00386}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.905273,27.610615,10.064407}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.5019503,27.571926,12.812454}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.6679821,27.569843,10.479446}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.87207,27.52943,8.4589386}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={5.3183565,27.372849,8.839798}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.089853,27.463757,6.5301971}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.0703268,27.578348,11.528275}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.891603,27.301926,4.4481659}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.3730478,27.528362,10.912064}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.763666,27.427414,7.028244}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.5820284,27.589178,12.563431}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.701189,27.188467,3.4130096}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.948242,27.4429,6.6864471}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.1464815,27.35487,9.0780792}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.5654268,27.396511,8.6815948}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.0566578,27.438187,8.1825714}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.12891,27.457909,7.9872589}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.4238253,27.304661,8.4101105}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.7177896,27.413477,8.4247589}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={13.509775,27.504625,7.137619}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.311523,27.473095,7.6405487}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={6.904294,27.199753,4.5428925}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.620117,27.35746,5.1581268}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.44239,27.49176,7.4139862}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4.5742159,27.163179,4.9764862}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.555665,27.173458,3.69133}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10.474607,27.252871,3.7108612}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={3.8281221,27.181499,5.7245331}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={12.828135,27.371521,4.81633}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={8.7490406,27.262537,4.8387909}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.291992,27.398632,6.1620331}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={9.9033184,27.279829,4.5497284}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={7.5126963,27.238596,5.0155487}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={11.871094,27.29435,3.769455}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=4; + class Item0 + { + position[]={993.37225,55.231731,1032.3983}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={8.4882975,27.419676,8.1249542}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={8.5185719,27.420998,8.1347198}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={429.01022,43.600964,1078.9574}; + name="south"; + type="Empty"; + }; + + }; +}; +class Intro +{ + addOns[]= + { + "cup_shapur_baf_config" + }; + addOnsAuto[]= + { + "cup_shapur_baf_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_shapur_baf_config" + }; + addOnsAuto[]= + { + "cup_shapur_baf_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_shapur_baf_config" + }; + addOnsAuto[]= + { + "cup_shapur_baf_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Stratis/description.ext b/Sources/mpmissions/epoch.Stratis/description.ext index c4debdbe..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Stratis/description.ext +++ b/Sources/mpmissions/epoch.Stratis/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Takistan/description.ext b/Sources/mpmissions/epoch.Takistan/description.ext index c4debdbe..cfe65cba 100644 --- a/Sources/mpmissions/epoch.Takistan/description.ext +++ b/Sources/mpmissions/epoch.Takistan/description.ext @@ -56,21 +56,6 @@ class cfgFunctions }; }; - -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochSapper { detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 diff --git a/Sources/mpmissions/epoch.Takistan/mission.sqm b/Sources/mpmissions/epoch.Takistan/mission.sqm index 63a99ed0..fb85f25a 100644 --- a/Sources/mpmissions/epoch.Takistan/mission.sqm +++ b/Sources/mpmissions/epoch.Takistan/mission.sqm @@ -11,7 +11,7 @@ class Mission "A3_Air_F_Heli_Light_01", "A3_Air_F_Heli_Heli_Transport_04", "A3_Air_F_Heli_Heli_Transport_03", - "aia_takistan_config", + "cup_takistan_config", "a3_characters_f_gamma", "A3_Characters_F_OPFOR", "A3_Characters_F_INDEP", @@ -22,7 +22,7 @@ class Mission addOnsAuto[]= { "a3_epoch_config", - "aia_takistan_config" + "cup_takistan_config" }; randomSeed=12032465; class Intel @@ -2078,11 +2078,11 @@ class Intro { addOns[]= { - "aia_takistan_config" + "cup_takistan_config" }; addOnsAuto[]= { - "aia_takistan_config" + "cup_takistan_config" }; randomSeed=13802307; class Intel @@ -2108,11 +2108,11 @@ class OutroWin { addOns[]= { - "aia_takistan_config" + "cup_takistan_config" }; addOnsAuto[]= { - "aia_takistan_config" + "cup_takistan_config" }; randomSeed=4712975; class Intel @@ -2138,11 +2138,11 @@ class OutroLoose { addOns[]= { - "aia_takistan_config" + "cup_takistan_config" }; addOnsAuto[]= { - "aia_takistan_config" + "cup_takistan_config" }; randomSeed=10755213; class Intel diff --git a/Sources/mpmissions/epoch.VR/description.ext b/Sources/mpmissions/epoch.VR/description.ext index ec8d9e02..ae92cce3 100644 --- a/Sources/mpmissions/epoch.VR/description.ext +++ b/Sources/mpmissions/epoch.VR/description.ext @@ -56,24 +56,9 @@ class cfgFunctions }; }; -class CfgRemoteExec -{ - class Functions - { - mode = 1; - jip = 0; - class EPOCH_server_save_vehicles { - allowedTargets=2; - jip = 0; - }; - }; - class Commands {mode=0;}; -}; - class CfgEpochClient { - epochVersion = "0.3.6.0"; - + epochVersion = "0.3.7.0"; sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = 1% - 55% if soiled (+ 2% if in city) chance to spawn sapper droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = // 2% chance (+ 4% chance if in city) (1% - 2% Half if using silencer) to spawn drone if shot fired diff --git a/Sources/mpmissions/epoch.Woodland_ACR/description.ext b/Sources/mpmissions/epoch.Woodland_ACR/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Woodland_ACR/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm b/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm new file mode 100644 index 00000000..ced1e18a --- /dev/null +++ b/Sources/mpmissions/epoch.Woodland_ACR/mission.sqm @@ -0,0 +1,2185 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_bohemia_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_bohemia_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.9418,65.74968,231.66193}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.8929,65.738953,235.60336}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.9388,65.730858,232.492}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1275.7621,65.735435,236.38266}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.6547,65.739586,236.4725}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.0687,65.743446,237.36508}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.9086,65.733688,237.63461}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.2094,65.727013,235.13071}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.8138,65.730186,236.32114}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1276.0092,65.734711,235.49203}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1265.6566,65.755974,233.42169}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.434,65.749847,232.57404}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.7025,65.736794,236.22641}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.7445,65.739349,233.98325}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.9955,65.736008,235.44125}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.2943,65.73967,230.05353}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.225,65.750221,230.03888}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.8685,65.74192,229.10626}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.8236,65.734261,237.84946}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.0414,65.733231,237.46176}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.3969,65.732277,235.10727}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.8597,65.738411,231.99005}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.8705,65.736,231.91974}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.3275,65.731628,236.86215}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.0765,65.7435,231.41193}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.2386,65.732094,237.03598}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1275.2377,65.73407,237.18246}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1275.2826,65.728241,234.88461}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.7377,65.734032,235.93735}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.5638,65.749306,230.70782}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.4506,65.731331,231.367}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.3461,65.724564,231.79669}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.0209,65.735939,233.74591}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.5677,65.740654,232.32501}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.4867,65.748108,234.1268}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.097,65.728065,235.52426}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.6312,65.735733,238.40121}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.5687,65.747452,236.71078}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.0658,65.731155,230.3338}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.2386,65.727585,235.34555}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.0072,65.728683,232.32501}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1265.0297,65.762787,232.69904}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.4086,65.737572,233.06622}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1265.9525,65.75238,237.60727}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.9847,65.730705,235.85239}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.7777,65.745773,238.16684}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.2279,65.73806,237.24399}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.5521,65.730972,236.61411}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.5013,65.731995,236.64633}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.5687,65.729149,234.96274}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1265.8031,65.753571,236.14633}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.3451,65.732414,233.51154}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.0023,65.735992,237.86606}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.1273,65.741661,230.3338}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.6488,65.735085,238.1561}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.6322,65.726311,234.65903}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.9291,65.728439,235.66489}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.8041,65.745567,235.81723}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.3461,65.749229,239.0643}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.2133,65.732933,237.35141}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.2738,65.734406,231.38263}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.4857,65.72937,233.3172}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.6146,65.73436,232.93243}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.9427,65.724487,234.18344}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.9818,65.744141,233.39044}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.7582,65.739311,238.05063}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.8275,65.72963,236.11118}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.4242,65.740601,238.85922}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.5902,65.730736,236.52621}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.7943,65.725349,234.50571}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1267.2406,65.742073,234.88657}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1275.0121,65.720291,232.57697}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.9926,65.733536,237.57504}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.8138,65.733849,230.49493}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.2953,65.735214,236.95883}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.6859,65.726173,233.07501}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.5043,65.73732,238.6102}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.6234,65.743828,229.45978}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.8705,65.723015,232.73322}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.0687,65.75145,235.12485}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.4877,65.737366,234.72836}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.9789,65.730721,234.22934}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.0511,65.727867,234.03403}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1265.3461,65.757492,234.45688}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.64,65.734291,234.47153}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1275.432,65.724709,233.18439}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.2338,65.724709,233.68732}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1268.8265,65.744881,230.58966}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.5424,65.729065,231.2049}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.3646,65.722565,233.46075}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1266.4965,65.75724,231.02325}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.4779,65.746819,229.7381}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1272.3969,65.737915,229.75763}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1265.7504,65.760208,231.7713}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1274.7504,65.727211,230.8631}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1270.6713,65.737999,230.88556}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.2142,65.725929,232.2088}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1271.8256,65.736076,230.5965}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1269.4349,65.740593,231.06232}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={1273.7933,65.733955,229.81622}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=6; + class Item0 + { + position[]={3831.5488,191.16527,3856.3152}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={1270.4105,65.732239,234.17172}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={1270.4408,65.732155,234.18149}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={5235.8208,234.87129,7635.3589}; + name="north"; + type="Empty"; + }; + class Item4 + { + position[]={7641.9482,182.4407,4723.2275}; + name="east"; + type="Empty"; + }; + class Item5 + { + position[]={276.99246,527.01801,6481.0313}; + name="west"; + type="Empty"; + }; + + }; +}; +class Intro +{ + addOns[]= + { + "cup_bohemia_config" + }; + addOnsAuto[]= + { + "cup_bohemia_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_bohemia_config" + }; + addOnsAuto[]= + { + "cup_bohemia_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_bohemia_config" + }; + addOnsAuto[]= + { + "cup_bohemia_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.Zargabad/description.ext b/Sources/mpmissions/epoch.Zargabad/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.Zargabad/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.Zargabad/mission.sqm b/Sources/mpmissions/epoch.Zargabad/mission.sqm new file mode 100644 index 00000000..5e407bb6 --- /dev/null +++ b/Sources/mpmissions/epoch.Zargabad/mission.sqm @@ -0,0 +1,2178 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_zargabad_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_zargabad_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.521,80.648804,146.104}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.4722,80.660225,150.04541}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.5181,80.63401,146.93408}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4336.3413,80.659576,150.82471}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.2339,80.664574,150.91455}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.6479,80.667274,151.80713}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.4878,80.688835,152.07666}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.7886,80.64875,149.57275}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.3931,80.674095,150.76318}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4336.5884,80.651535,149.93408}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4326.2358,80.645592,147.86377}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.0132,80.647537,147.01611}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.2817,80.663345,150.66846}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.3237,80.65213,148.42529}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.5747,80.659416,149.8833}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.8735,80.597427,144.49561}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.8042,80.637939,144.48096}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.4478,80.596733,143.54834}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.4028,80.696976,152.2915}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.6206,80.679138,151.90381}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.9761,80.661682,149.54932}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.439,80.628418,146.43213}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.4497,80.625427,146.36182}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.9067,80.677002,151.3042}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.6558,80.640167,145.854}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.8179,80.68734,151.47803}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.8169,80.666679,151.62451}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.8618,80.637619,149.32666}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.3169,80.667122,150.37939}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.1431,80.647858,145.1499}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.0298,80.609413,145.80908}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.9253,80.601639,146.23877}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.6001,80.65094,148.18799}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.147,80.647797,146.76709}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.0659,80.649086,148.56885}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.6763,80.669502,149.96631}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.2104,80.686577,152.84326}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.1479,80.661507,151.15283}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.645,80.581802,144.77588}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.8179,80.658714,149.7876}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.5864,80.627113,146.76709}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4325.6089,80.64402,147.14111}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.9878,80.642624,147.5083}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4326.5317,80.663277,152.04932}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.564,80.675407,150.29443}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.3569,80.6744,152.60889}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.8071,80.672127,151.68604}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.1313,80.664719,151.05615}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.0806,80.681709,151.08838}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.1479,80.666451,149.40479}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4326.3823,80.654854,150.58838}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.9243,80.649307,147.95361}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.5815,80.681862,152.30811}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.7065,80.609398,144.77588}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.228,80.694206,152.59814}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.2114,80.654678,149.10107}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.5083,80.650024,150.10693}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.3833,80.658211,150.25928}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4326.9253,80.678055,153.50635}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.7925,80.695862,151.79346}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.853,80.617371,145.82471}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.0649,80.645905,147.75928}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.1938,80.640617,147.37451}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.522,80.631409,148.62549}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.561,80.648903,147.83252}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.3374,80.672531,152.49268}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.4067,80.663864,150.55322}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4328.0034,80.670021,153.30127}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.1694,80.685829,150.96826}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.3735,80.644051,148.94775}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.8198,80.655746,149.32861}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.5913,80.608353,147.01904}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.5718,80.689285,152.01709}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.3931,80.593605,144.93701}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.8745,80.676567,151.40088}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.2651,80.633263,147.51709}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.0835,80.678123,153.05225}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.2026,80.602448,143.90186}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.4497,80.619255,147.17529}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4326.6479,80.651077,149.56689}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.0669,80.655853,149.17041}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.5581,80.655083,148.67139}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.6304,80.651222,148.47607}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4325.9253,80.647064,148.89893}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.2192,80.654572,148.91357}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4336.0112,80.614655,147.62646}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.813,80.638023,148.12939}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4329.4058,80.628914,145.03174}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.1216,80.598785,145.64697}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.9438,80.626465,147.90283}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4327.0757,80.64769,145.46533}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.0571,80.619141,144.18018}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.9761,80.585678,144.19971}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4326.3296,80.645828,146.21338}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4335.3296,80.584602,145.30518}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4331.2505,80.609909,145.32764}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4333.7935,80.61631,146.65088}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4332.4048,80.602539,145.03857}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4330.0142,80.619789,145.50439}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4334.3726,80.57608,144.2583}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=5; + class Item0 + { + position[]={4135.0137,17.095903,4039.3584}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={4330.9897,80.653069,148.61377}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={4331.02,80.653122,148.62354}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={3257.1497,13.147415,1079.2324}; + name="south"; + type="Empty"; + }; + class Item4 + { + position[]={3154.1616,28.781305,5169.5229}; + name="north"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_zargabad_config" + }; + addOnsAuto[]= + { + "cup_zargabad_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_zargabad_config" + }; + addOnsAuto[]= + { + "cup_zargabad_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_zargabad_config" + }; + addOnsAuto[]= + { + "cup_zargabad_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Sources/mpmissions/epoch.utes/description.ext b/Sources/mpmissions/epoch.utes/description.ext new file mode 100644 index 00000000..cfe65cba --- /dev/null +++ b/Sources/mpmissions/epoch.utes/description.ext @@ -0,0 +1,89 @@ +author = "Epoch Mod Team"; +class Header +{ + gameType = Sandbox; + minPlayers = 1; + maxPlayers = 100; +}; +respawn = "BASE"; +respawnDelay = 600; +respawnDialog = 0; + +onLoadMission= "Epoch"; +OnLoadIntro = "Welcome to Epoch Mod"; +loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; +OnLoadIntroTime = False; +OnLoadMissionTime = False; +onLoadName = "Epoch Mod"; +disabledAI = true; +scriptedPlayer = 1; +disableChannels[]={0,1,2,6}; +enableItemsDropping = 0; +briefing = 0; +debriefing = 0; +enableDebugConsole = 0; +joinUnassigned = 0; +respawnOnStart = 0; +forceRotorLibSimulation = 1; + +corpseManagerMode = 1; +corpseLimit = 10; +corpseRemovalMinTime = 1200; +corpseRemovalMaxTime = 3600; + +wreckManagerMode = 1; +wreckLimit = 2; +wreckRemovalMinTime = 60; +wreckRemovalMaxTime = 360; + +class cfgFunctions +{ + class A3E + { + tag = "EPOCH"; + class Client + { + file = "\x\addons\a3_epoch_code\init"; + class init + { + preInit = 1; + }; + class postinit + { + postInit = 1; + }; + }; + }; +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/mpmissions/epoch.utes/mission.sqm b/Sources/mpmissions/epoch.utes/mission.sqm new file mode 100644 index 00000000..13beec8a --- /dev/null +++ b/Sources/mpmissions/epoch.utes/mission.sqm @@ -0,0 +1,2172 @@ +version=12; +class Mission +{ + addOns[]= + { + "A3_Soft_F_Car", + "A3_Soft_F_Quadbike", + "a3_soft_f_beta_quadbike", + "A3_Boat_F_Civilian_Boat", + "A3_Boat_F_Boat_Transport_01", + "A3_Air_F_Heli_Light_01", + "A3_Air_F_Heli_Heli_Transport_04", + "A3_Air_F_Heli_Heli_Transport_03", + "cup_utes_config", + "a3_characters_f_gamma", + "A3_Characters_F_OPFOR", + "A3_Characters_F_INDEP", + "A3_Characters_F_Civil", + "A3_epoch_config", + "A3_Data_F_Curator_Virtual" + }; + addOnsAuto[]= + { + "a3_epoch_config", + "cup_utes_config" + }; + randomSeed=12032465; + class Intel + { + briefingName="Epoch Mod"; + resistanceWest=0; + timeOfChanges=28800; + startWeather=0; + startWind=0; + forecastWeather=0; + forecastWind=0; + forecastWaves=0; + wavesForced=1; + windForced=1; + year=2035; + month=6; + day=24; + hour=12; + minute=55; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Groups + { + items=100; + class Item0 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.6636,19,3643.231}; + azimut=159.84946; + special="NONE"; + id=0; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item1 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.6147,19,3647.1724}; + azimut=153.62447; + special="NONE"; + id=1; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item2 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.6606,19,3644.061}; + azimut=153.62447; + special="NONE"; + id=2; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item3 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4159.4829,19,3647.9517}; + azimut=153.62447; + special="NONE"; + id=3; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item4 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.3765,19,3648.0415}; + azimut=153.62447; + special="NONE"; + id=4; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item5 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.7905,19,3648.9341}; + azimut=153.62447; + special="NONE"; + id=5; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item6 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.6304,19,3649.2036}; + azimut=153.62447; + special="NONE"; + id=6; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item7 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.9312,19,3646.6997}; + azimut=153.62447; + special="NONE"; + id=7; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item8 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.5356,19,3647.8901}; + azimut=153.62447; + special="NONE"; + id=8; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item9 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4159.731,19,3647.061}; + azimut=153.62447; + special="NONE"; + id=9; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item10 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4149.3784,19,3644.9907}; + azimut=153.62447; + special="NONE"; + id=10; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item11 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.1558,19,3644.1431}; + azimut=153.62447; + special="NONE"; + id=11; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item12 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.4243,19,3647.7954}; + azimut=153.62447; + special="NONE"; + id=12; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item13 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.4663,19,3645.5522}; + azimut=153.62447; + special="NONE"; + id=13; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item14 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.7173,19,3647.0103}; + azimut=153.62447; + special="NONE"; + id=14; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item15 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.0161,19,3641.6226}; + azimut=153.62447; + special="NONE"; + id=15; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item16 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.9468,19,3641.6079}; + azimut=153.62447; + special="NONE"; + id=16; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item17 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.5903,19,3640.6753}; + azimut=153.62447; + special="NONE"; + id=17; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item18 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.5454,19,3649.4185}; + azimut=153.62447; + special="NONE"; + id=18; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item19 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.7632,19,3649.0308}; + azimut=153.62447; + special="NONE"; + id=19; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item20 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.1187,19,3646.6763}; + azimut=159.84946; + special="NONE"; + id=20; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item21 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.5815,19,3643.5591}; + azimut=153.62447; + special="NONE"; + id=21; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item22 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.5923,19,3643.4888}; + azimut=153.62447; + special="NONE"; + id=22; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item23 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.0493,19,3648.4312}; + azimut=153.62447; + special="NONE"; + id=23; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item24 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.7983,19,3642.981}; + azimut=153.62447; + special="NONE"; + id=24; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item25 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.9604,19,3648.605}; + azimut=153.62447; + special="NONE"; + id=25; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item26 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.9585,19,3648.7515}; + azimut=153.62447; + special="NONE"; + id=26; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item27 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4159.0034,19,3646.4536}; + azimut=153.62447; + special="NONE"; + id=27; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item28 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.4595,19,3647.5063}; + azimut=153.62447; + special="NONE"; + id=28; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item29 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.2856,19,3642.2769}; + azimut=153.62447; + special="NONE"; + id=29; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item30 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.1724,19,3642.936}; + azimut=153.62447; + special="NONE"; + id=30; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item31 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.0679,19,3643.3657}; + azimut=153.62447; + special="NONE"; + id=31; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item32 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.7427,19,3645.3149}; + azimut=153.62447; + special="NONE"; + id=32; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item33 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.2896,19,3643.894}; + azimut=153.62447; + special="NONE"; + id=33; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item34 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.2085,19,3645.6958}; + azimut=153.62447; + special="NONE"; + id=34; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item35 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.8188,19,3647.0933}; + azimut=153.62447; + special="NONE"; + id=35; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item36 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.353,19,3649.9702}; + azimut=153.62447; + special="NONE"; + id=36; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item37 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.2905,19,3648.2798}; + azimut=153.62447; + special="NONE"; + id=37; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item38 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.7876,19,3641.9028}; + azimut=153.62447; + special="NONE"; + id=38; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item39 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.9604,19,3646.9146}; + azimut=153.62447; + special="NONE"; + id=39; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item40 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.729,19,3643.894}; + azimut=159.84946; + special="NONE"; + id=40; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item41 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4148.7515,19,3644.2681}; + azimut=153.62447; + special="NONE"; + id=41; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item42 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.1304,19,3644.6353}; + azimut=153.62447; + special="NONE"; + id=42; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item43 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4149.6743,19,3649.1763}; + azimut=153.62447; + special="NONE"; + id=43; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item44 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.7065,19,3647.4214}; + azimut=153.62447; + special="NONE"; + id=44; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item45 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.4995,19,3649.7358}; + azimut=153.62447; + special="NONE"; + id=45; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item46 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.9497,19,3648.813}; + azimut=153.62447; + special="NONE"; + id=46; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item47 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.2729,19,3648.1831}; + azimut=153.62447; + special="NONE"; + id=47; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item48 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.2231,19,3648.2153}; + azimut=153.62447; + special="NONE"; + id=48; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item49 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.2905,19,3646.5317}; + azimut=153.62447; + special="NONE"; + id=49; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item50 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4149.5249,19,3647.7153}; + azimut=153.62447; + special="NONE"; + id=50; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item51 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.0669,19,3645.0806}; + azimut=153.62447; + special="NONE"; + id=51; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item52 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.7241,19,3649.4351}; + azimut=153.62447; + special="NONE"; + id=52; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item53 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.8491,19,3641.9028}; + azimut=153.62447; + special="NONE"; + id=53; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item54 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.3706,19,3649.7251}; + azimut=153.62447; + special="NONE"; + id=54; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item55 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.354,19,3646.228}; + azimut=153.62447; + special="NONE"; + id=55; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item56 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.6499,19,3647.2339}; + azimut=153.62447; + special="NONE"; + id=56; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item57 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.5259,19,3647.3862}; + azimut=153.62447; + special="NONE"; + id=57; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item58 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.0679,18.993668,3650.6333}; + azimut=153.62447; + special="NONE"; + id=58; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item59 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.9351,19,3648.9204}; + azimut=153.62447; + special="NONE"; + id=59; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item60 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.9956,19,3642.9517}; + azimut=159.84946; + special="NONE"; + id=60; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item61 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.2075,19,3644.8862}; + azimut=153.62447; + special="NONE"; + id=61; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item62 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.3364,19,3644.5015}; + azimut=153.62447; + special="NONE"; + id=62; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item63 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.6636,19,3645.7524}; + azimut=153.62447; + special="NONE"; + id=63; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item64 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.7036,19,3644.9595}; + azimut=153.62447; + special="NONE"; + id=64; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item65 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.48,19,3649.6196}; + azimut=153.62447; + special="NONE"; + id=65; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item66 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.5493,19,3647.6802}; + azimut=153.62447; + special="NONE"; + id=66; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item67 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4151.146,18.995718,3650.4282}; + azimut=153.62447; + special="NONE"; + id=67; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item68 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.312,19,3648.0952}; + azimut=153.62447; + special="NONE"; + id=68; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item69 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.5161,19,3646.0747}; + azimut=153.62447; + special="NONE"; + id=69; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item70 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.9624,19,3646.4556}; + azimut=153.62447; + special="NONE"; + id=70; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item71 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.7329,19,3644.146}; + azimut=153.62447; + special="NONE"; + id=71; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item72 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.7144,19,3649.144}; + azimut=153.62447; + special="NONE"; + id=72; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item73 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.5356,19,3642.064}; + azimut=153.62447; + special="NONE"; + id=73; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item74 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.0171,19,3648.5278}; + azimut=153.62447; + special="NONE"; + id=74; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item75 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.4077,19,3644.644}; + azimut=153.62447; + special="NONE"; + id=75; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item76 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.2261,18.998209,3650.1792}; + azimut=153.62447; + special="NONE"; + id=76; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item77 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.3452,19,3641.0288}; + azimut=153.62447; + special="NONE"; + id=77; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item78 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.5923,19,3644.3022}; + azimut=153.62447; + special="NONE"; + id=78; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item79 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4149.7905,19,3646.6938}; + azimut=153.62447; + special="NONE"; + id=79; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item80 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.2095,19,3646.2974}; + azimut=153.62447; + special="NONE"; + id=80; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item81 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.7007,19,3645.7983}; + azimut=153.62447; + special="NONE"; + id=81; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item82 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.7729,19,3645.603}; + azimut=153.62447; + special="NONE"; + id=82; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item83 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4149.0679,19,3646.0259}; + azimut=153.62447; + special="NONE"; + id=83; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item84 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.3618,19,3646.0405}; + azimut=153.62447; + special="NONE"; + id=84; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item85 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4159.1528,19,3644.7534}; + azimut=153.62447; + special="NONE"; + id=85; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item86 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.9556,19,3645.2563}; + azimut=153.62447; + special="NONE"; + id=86; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item87 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4152.5483,19,3642.1587}; + azimut=153.62447; + special="NONE"; + id=87; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item88 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.2642,19,3642.7739}; + azimut=153.62447; + special="NONE"; + id=88; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item89 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.0864,19,3645.0298}; + azimut=153.62447; + special="NONE"; + id=89; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item90 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4150.2183,19,3642.5923}; + azimut=153.62447; + special="NONE"; + id=90; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item91 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.1997,19,3641.3071}; + azimut=153.62447; + special="NONE"; + id=91; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item92 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.1187,19,3641.3267}; + azimut=153.62447; + special="NONE"; + id=92; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item93 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4149.4722,19,3643.3403}; + azimut=153.62447; + special="NONE"; + id=93; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item94 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4158.4712,19,3642.4321}; + azimut=153.62447; + special="NONE"; + id=94; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item95 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4154.3931,19,3642.4546}; + azimut=153.62447; + special="NONE"; + id=95; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item96 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4156.936,19,3643.7778}; + azimut=153.62447; + special="NONE"; + id=96; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item97 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4155.5474,19,3642.1655}; + azimut=153.62447; + special="NONE"; + id=97; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item98 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4153.1567,19,3642.6313}; + azimut=153.62447; + special="NONE"; + id=98; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + class Item99 + { + side="CIV"; + class Vehicles + { + items=1; + class Item0 + { + position[]={4157.5151,19,3641.3853}; + azimut=153.62447; + special="NONE"; + id=99; + side="CIV"; + vehicle="VirtualMan_EPOCH"; + player="PLAY CDG"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; + class Markers + { + items=4; + class Item0 + { + position[]={3634.2954,23.313885,3688.4602}; + name="center"; + type="Empty"; + }; + class Item1 + { + position[]={4154.1323,19,3645.7407}; + name="respawn_east"; + type="Empty"; + angle=23.608498; + }; + class Item2 + { + position[]={4154.1626,19,3645.7505}; + name="respawn_west"; + type="Empty"; + angle=23.608498; + }; + class Item3 + { + position[]={4021.7595,34.938976,3114.637}; + name="south"; + type="Empty"; + }; + }; +}; +class Intro +{ + addOns[]= + { + "cup_utes_config" + }; + addOnsAuto[]= + { + "cup_utes_config" + }; + randomSeed=13802307; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroWin +{ + addOns[]= + { + "cup_utes_config" + }; + addOnsAuto[]= + { + "cup_utes_config" + }; + randomSeed=4712975; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; +class OutroLoose +{ + addOns[]= + { + "cup_utes_config" + }; + addOnsAuto[]= + { + "cup_utes_config" + }; + randomSeed=10755213; + class Intel + { + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=2035; + month=6; + day=24; + hour=12; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; +}; diff --git a/Tools/Install/InstallArma.cmd b/Tools/Install/InstallArma.cmd new file mode 100644 index 00000000..a6367bbd --- /dev/null +++ b/Tools/Install/InstallArma.cmd @@ -0,0 +1,17 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server + +::(Full client\server package) +SET ARMAAPPID=107410 + +::(Dedicated server package) +::SET ARMAAPPID=233780 + +::(Development version) +::SET ARMAAPPID=107410 -beta development + +:: more info https://community.bistudio.com/wiki/Arma_3_Dedicated_Server + +steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID%" validate +quit diff --git a/Tools/Install/InstallBornholm.cmd b/Tools/Install/InstallBornholm.cmd new file mode 100644 index 00000000..2d1f6e85 --- /dev/null +++ b/Tools/Install/InstallBornholm.cmd @@ -0,0 +1,22 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server +SET ARMAAPPID=107410 + +:: Use -mod line with quotes to support spaces in folder +:: Example: -mod=@Epoch;@bornholm; + +:: Install Bornholm + +SET MODFOLDER=@bornholm +SET ARMAWORKSHOPID=428181330 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" diff --git a/Tools/Install/InstallCUPTerrainPack.cmd b/Tools/Install/InstallCUPTerrainPack.cmd new file mode 100644 index 00000000..81ffa9d7 --- /dev/null +++ b/Tools/Install/InstallCUPTerrainPack.cmd @@ -0,0 +1,37 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server +SET ARMAAPPID=107410 + +:: Use -mod line with quotes to support spaces in folder +:: Example: -mod="@Epoch;@CUP Terrains - Core;@CUP Terrains - Maps;" + +:: Install CUP CORE + +SET MODFOLDER=@CUP Terrains - Core +SET ARMAWORKSHOPID=583496184 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" + + +:: Install CUP MAPS + +SET MODFOLDER=@CUP Terrains - Maps +SET ARMAWORKSHOPID=583544987 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%" diff --git a/Tools/Install/InstallEpoch.cmd b/Tools/Install/InstallEpoch.cmd index 458e8741..7b909c17 100644 --- a/Tools/Install/InstallEpoch.cmd +++ b/Tools/Install/InstallEpoch.cmd @@ -3,12 +3,17 @@ SET STEAMUN=admin@youremail.net SET STEAMPW=chamgeme SET ARMASVRPATH=C:\Arma3Server SET ARMAAPPID=107410 + +:: Workshop IDs: +:: EpochExperimental = 455221958 +:: Normal Epoch = 421839251 SET ARMAWORKSHOPID=421839251 :: remove mod folder rd /s/q "%ARMASVRPATH%\@Epoch" + :: update workshop mod START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% validate +quit -:: copy files back to server + +:: copy mod from steamcmd cache to server xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\@Epoch" -:: steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID%" validate +quit diff --git a/Tools/Install/InstallEsseker.cmd b/Tools/Install/InstallEsseker.cmd new file mode 100644 index 00000000..aae74b21 --- /dev/null +++ b/Tools/Install/InstallEsseker.cmd @@ -0,0 +1,23 @@ +@ECHO OFF +SET STEAMUN=admin@youremail.net +SET STEAMPW=chamgeme +SET ARMASVRPATH=C:\Arma3Server +SET ARMAAPPID=107410 + +:: Requires CUP CORE and MAPS! +:: Use -mod line with quotes to support spaces in folder +:: Example: -mod="@Epoch;@CUP Terrains - Core;@CUP Terrains - Maps;@esseker" + +:: Install Esseker + +SET MODFOLDER=@esseker +SET ARMAWORKSHOPID=498101407 + +:: remove old folder +rd /s/q "%ARMASVRPATH%\%MODFOLDER%" + +:: update workshop mod +START "" /WAIT steamcmd.exe +login %STEAMUN% %STEAMPW% +workshop_download_item %ARMAAPPID% %ARMAWORKSHOPID% +quit + +:: copy files back to server +xcopy /s/e/y/q/i "steamapps\workshop\content\%ARMAAPPID%\%ARMAWORKSHOPID%" "%ARMASVRPATH%\%MODFOLDER%"