brekiy
Member-
Content Count
31 -
Joined
-
Last visited
-
Medals
Community Reputation
7 NeutralAbout brekiy
-
Rank
Private First Class
Recent Profile Visitors
842 profile views
-
How do I have units from an INDEP faction become OPFOR? The specific case is the US Army from the Iron Front mod. I'm trying to have them become OPFOR in a Warlords scenario to fight BLUFOR Wehrmacht. The player slots work and are all OPFOR. However, any squad reinforcements are INDEP.
-
Just tried to make a mission where I have an originally INDEP faction (that is, in the editor it's INDEP) acting as OPFOR. I switched the playable units to OPFOR and they work, but whenever I call in reinforcements they come out as INDEP and start shooting at me. I can't really see where in the update I can fix this.
-
Iron Front in Arm3 LITE - preview versions
brekiy replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
The new weapon sound/recoil update is A+. They're so fun to shoot, just to hear them and see them recoil in iron sights! -
It says he edited the vanilla base classes. If RHS inherits from those, then they are probably affected.
- 12 replies
-
- 1
-
- planes
- helicopters
-
(and 2 more)
Tagged with:
-
Replace weapons carried by vanilla units
brekiy posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I'm making a personal mod that replaces the vanilla weapons carried by NATO, AAF and CSAT with those from CUP. I got the weapons to show up on the units ingame, but the units themselves look different. I think it is because I set the inheritance from the base soldier as in the first block (B_soldier_AR_F). In this case, the Autorifleman shows up wearing a plate carrier in MTP instead of the vanilla green. I tried the second block to see if I could inherit from the soldier, and then change only the carried weapons, but it refused to load. Does anyone know how to change just the weapons carried? class B_soldier_AR_F : B_Soldier_02_f { weapons[] = {"CUP_lmg_M249", "CUP_hgun_Glock17", "Throw", "Put"}; respawnWeapons[] = {"CUP_lmg_M249", "CUP_hgun_Glock17", "Throw", "Put"}; magazines[] = {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", ..., "Chemlight_green"}; respawnMagazines[] = {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", ..., "Chemlight_green"}; }; class B_Soldier_lite_F : B_Soldier_lite_F { weapons[] = {"CUP_arifle_M4A1_ACOG_Laser", "CUP_hgun_Glock17", "Throw", "Put"}; respawnWeapons[] = {"CUP_arifle_M4A1_ACOG_Laser", "CUP_hgun_Glock17", "Throw", "Put"}; magazines[] = {"30Rnd_556x45_Stanag", ..., "HandGrenade"}; respawnMagazines[] = {"30Rnd_556x45_Stanag", ..., "HandGrenade"}; }; -
Looking forward to this mod's release!
- 318 replies
-
- 1
-
- aegis
- arma 3 aegis
-
(and 5 more)
Tagged with:
-
Iron Front in Arm3 LITE - preview versions
brekiy replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Going to repeat a question here. I've seen the tanks fire HE shells at infantry where the AI in vanilla tanks and mod tanks do not. How did you guys get it to work? -
Did you make sure you have an account on the bug tracker site?
-
Iron Front in Arm3 LITE - preview versions
brekiy replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hi, I noticed that the tanks seem to automatically use HE shells on infantry and AP on tanks. ASR AI might have something to do with that, but can you share how you guys made it so? -
AFAIK this is a config bug and will be fixed in the next patch, as well as for all the other factions that use custom radio voices.
-
Iron Front in Arm3 LITE - preview versions
brekiy replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
The new weapon recoils are really nice. I especially like firing the MP40 now; it shakes around and you have to control it. -
What a godsend. Awesome script.
-
Iron Front in Arm3 LITE - preview versions
brekiy replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
The one in this video literally shoots faster than the one ingame. Also, is there a way to remove the heat haze when firing weapons? -
Iron Front in Arm3 LITE - preview versions
brekiy replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
When I use the Maxim, it seems like it just has a ridiculously slow fire rate. I can shoot faster with the semi-auto rifles than this thing. Is it intentional? -
Is it okay if I write up some configs for the alternate camo troops of the RACS and SLA factions? I noticed that they have a few different camo schemes, but that only riflemen have been implemented. I wanted to make it so each camo would have a full set of troops to go with it.