Search the Community
Showing results for tags 'blackfoot'.
Found 3 results
-
Is it possible to AUTOROTATE a BLACKFOOT in Advanced Flight Model?
AndersonMW posted a topic in ARMA 3 - QUESTIONS & ANSWERS
I got it on the first try in standard flight model, but in advanced model any single movement made on the cyclic causes the blades' RPM to drop drastically, and the heli immediately lowers its nose and falls like a rock. The only way I got to the ground safely was almost hovering before the engine damage, because I didn't have to move it much. -
Hi fellow warlords 🙂 The game keeps crashing when I rearm my Blackfoot immediately at a "Vehicle Ammo [NATO]" just called in by myself right beforehand by selecting "request" "air drop" "your location" . Basically the game just freeze and enters a nonresponsive state. Any way of fixing this? I play Arma 3 in vanilla mode. It happens on the standard maps. I have not checked if it happens on other maps as well. Thanks in advance for looking into it. Regards, insop
-
Need help for blackfoot retexture mod
ClumsyBaron posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
so i need help again with a retexture code because i thought i had the code right but apparently not so if you could help that would be great. enum { OrdinalEnum = 2, destructengine = 2, destructdefault = 6, destructwreck = 7, destructtree = 3, destructtent = 4, stabilizedinaxisx = 1, stabilizedinaxesxyz = 4, stabilizedinaxisy = 2, stabilizedinaxesboth = 3, destructno = 0, stabilizedinaxesnone = 0, destructman = 5, destructbuilding = 1 }; class DefaultEventhandlers; class CfgPatches { class Iron_Skulls_PMC_Blackfoot { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class WeaponFireGun; class WeaponCloudsGun; class WeaponFireMGun; class WeaponCloudsMGun; class CfgVehicles { class B_Heli_Attack_01_F; class Iron_Skulls_PMC_Blackfoot_Urban : B_Heli_Attack_01_F { displayName = "Iron Skulls PMC Blackfoot Urban"; author = "Clumsy Baron"; crew = "B_Helipilot_F"; hiddenSelectionsTextures[] = {"\Arma3_Iron_Skulls_PMC_Blackfoot\Data\pmc_blackfoot_urban_co.paa"}; }; class Iron_Skulls_PMC_Blackfoot_Desert : B_Heli_Attack_01_F { displayName = "Iron Skulls PMC Blackfoot Desert"; author = "Clumsy Baron"; crew = "B_Helipilot_F"; hiddenSelectionsTextures[] = {"\Arma3_Iron_Skulls_PMC_Blackfoot\Data\pmc_blackfoot_desert_co.paa"}; }; class Iron_Skulls_PMC_Blackfoot_Snow : B_Heli_Attack_01_F { displayName = "Iron Skulls PMC Blackfoot Snow"; author = "Clumsy Baron"; crew = "B_Helipilot_F"; hiddenSelectionsTextures[] = {"\Arma3_Iron_Skulls_PMC_Blackfoot\Data\pmc_blackfoot_snow_co.paa"}; }; class Iron_Skulls_PMC_Blackfoot_Woodland : B_Heli_Attack_01_F { displayName = "Iron Skulls PMC Blackfoot Woodland"; author = "Clumsy Baron"; crew = "B_Helipilot_F"; hiddenSelectionsTextures[] = {"\Arma3_Iron_Skulls_PMC_Blackfoot\Data\pmc_blackfoot_woodland_co.paa"}; }; }; so if somthing needs to be change please tell me