Search the Community
Showing results for tags 'mora'.
Found 2 results
-
The Mora behaves very weird on destruction. It flys throug the air almost every time and the Wreck gets stuck in the ground. I encountered this bug already a few weeks ago. I now reinstalled Arma, making sure no mod are enabled. Didn't fix it thou. Here a video that showcases the bug. https://www.youtube.com/watch?v=tDVdJIRHQqQ Am i the only one with that bug?
-
Hi, I'm trying to replace the warrior's(mora) weapon systems and I'm encountering an error with rjm_l21a1 but rjm_l94_coax works just fine. I have tried commenting out different things to find the error but I still can't figure it out. Here's the config: //Addon makes a new warrior with realistic weapon systems and names //Addon config by Rory Murphy class cfgPatches { class rjm_warrior { author[] = {"Rory Murphy"}; requiredVersion = 0.01; factions[] = {}; units[] = {"rjm_fv510_warrior_d","rjm_fv510_warrior_w"}; weapons[] = {"rjm_l21a1_rarden", "rjm_l94_coax"}; requiredAddons[] = {"A3_Modules_F", "A3_Armor_F_EPB_APC_tracked_03"}; }; }; class cfgVehicles { //define all classes for the rarden to function properly class APC_Tracked_03_base_F; class Turrets; class Turrets : Turrets { class MainTurret; }; //Desert Variant class rjm_fv510_warrior_d : APC_Tracked_03_base_F { displayName = "FV 510 Warrior Desert"; side = 1; faction = "BLU_F"; scope = 2; crew = "B_crew_F"; hiddenSelections[] = { "Camo1", "Camo2" }; hiddenSelectionsTextures[] = { "rjm_warrior\data\fv_510_turret_d", "rjm_warrior\data\fv_510_body_d" }; class Turrets : Turrets { class MainTurret : MainTurret { weapons[] = { "rjm_l21a1_rarden", "rjm_l94_coax" }; magazines[] = { "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei" }; }; }; }; //Woodland Variant class rjm_fv510_warrior_w : APC_Tracked_03_base_F { displayName = "FV 510 Warrior Woodland"; side = 1; scope = 2; faction = "BLU_F"; crew = "B_crew_F"; hiddenSelections[] = {"Camo1", "Camo2"}; hiddenSelectionsTextures[] = {"rjm_warrior\data\fv_510_turret_w", "rjm_warrior\data\fv_510_body_w"}; class Turrets : Turrets { class MainTurret : MainTurret { weapons[] = { "rjm_l21a1_rarden", "rjm_l94_coax" }; magazines[] = { "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_coax_ammobox", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei", "rjm_6rd_apfsdp", "rjm_6rd_hei", "rjm_6rd_hei" }; }; }; }; };//end cfgVehicles class class cfgWeapons { class autocannon_30mm; class LMG_coax; class rjm_l21a1_rarden : autocannon_30mm { displayName = "L21A1 Rarden"; magazines[] = {"rjm_6rd_apfsdp", "rjm_6rd_hei"}; }; class rjm_l94_coax : LMG_coax { displayName = "L94 EX-34 Chain Gun"; magazines[] = {"rjm_coax_ammobox"}; }; };//end cfgWeapons class class cfgMagazines { class 60Rnd_30mm_APFSDS_shells; class 140Rnd_30mm_MP_shells; class 200Rnd_762x51_Belt; class rjm_6rd_apfsdp : 60Rnd_30mm_APFSDS_shells { displayName = "6 RD APFSDP"; ammo = "B_30mm_MP"; count = 6; }; class rjm_6rd_hei : 140Rnd_30mm_MP_shells { displayName = "6 RD HEI"; ammo = "B_30mm_APFSDS"; count = 6; }; class rjm_coax_ammobox : 200Rnd_762x51_Belt { displayName = "250 RD 762x51"; ammo = "B_762x51_Ball"; count = 250; }; }; Thanks for any help