noorm
Member-
Content Count
12 -
Joined
-
Last visited
-
Medals
Everything posted by noorm
-
There is a fix for the F14 GBU Cam and also a fix for the ever increasing afterburner strenght. Afterburner has also been linked to the TAB key like the other planes. I didn't fixed textures or sounds, only functionality problems. I posted it in the F14 forum ( http://forums.bistudio.com/showthread.php?t=95573&page=13 ) for ONE day and removed it due to possible "Ask the original author" problems. This is an internal release for 7Cav only.
-
[R3F] Artillery and Logistic: Manual artillery and advanced logistic (mission script)
noorm replied to madbull's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
The problems we had in the past was with the smoke ammunition not working with ace 1.6. I don't know about 1.7, haven't really played since it was released. I'll test it out in the futur... -
I searched around and I saw a lot of problems about mouse control. AND... every artillery mod state "Turn down your sensitivity". It would be nice to have a way to play with sensitivity without going into the control options. I might want to tune down sensitivity of the artillery without ruining sensitivity when in other vehicles. If it was a script option, we could have a system for coarse adjustement and then switch to fine tuning of the artillery piece. Maybe a multipler option? I don't know. I tried a little autoit script with hotkeys to increase and decrease sensitivity (that worked great outside the game) but I think there is something blocking hotkeys in game. I also tried to "addaction" to the m119 with some math to calculate azimuth and elevation and change it slowly. Then I did a "lookat" and realised only bots listen to the lookat command. If anyone has any ideas... go ahead!
-
ACE 1.6 (Advanced Combat Enviroment) for OA/CO
noorm replied to AnimalMother92's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Hello. I've read the "feature" stuff on the ace website, searched the issue system and also searched the BIS forums for info on CPR. CPR is not documented as good as the rest of the wound system. I'm trying to figure out the priorities of the whole system and have made this list. Please comment and discuss if you have any information! 1- CPR if unconscious and you can't do anything else. 2- Stop the bleeding if any. (Bandage) 3- Get the blood flowing if unconscious. (Epinephrine) 4- Stop the pain if any. (Morphine) 5- Heal (First aid by a medic with a Medkit (partial) or at a medical facility (full)) -
[R3F] Artillery and Logistic: Manual artillery and advanced logistic (mission script)
noorm replied to madbull's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
ARTY_Sh_105_WP and ARTY_Flare_Small are not ACE ammo, they are regular BIS ammo. Concerning the azimuth and elevation scale, I'll speak with the dedicated artillery guy in my clan to know if it's something that would interest them. It was one of their idea. If the scale doesn't show the target, I guess it's not as useful. BTW, I know I didn't do a lot but feel free to include the new ammo types in your next update! This way I won't have to modify it again! :) -
[R3F] Artillery and Logistic: Manual artillery and advanced logistic (mission script)
noorm replied to madbull's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
I was wondering, would it be possible to get a graphic representation of the aiming point when you are a gunner? A little bit like this: It's from this thread: http://forums.bistudio.com/showthread.php?t=103129 It's only a slider in the dialog, and you set the slider position according to how much "off-target" you are... From what I see, it's only the \R3F_ARTY_AND_LOG\R3F_ARTY\dlg_artilleur\afficher_dlg_artilleur.sqf and dlg_chargeur.h files that need changing! -
[R3F] Artillery and Logistic: Manual artillery and advanced logistic (mission script)
noorm replied to madbull's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
I deleted my @ACE\addons\ace_sys_arty.pbo for now. It create problems with the R3F script pack. I also modified the R3F to add WP and illum ammo. Now it all seems to work good. Here is how I modified it: First of all, the \R3F_ARTY_AND_LOG\R3F_ARTY\config.sqf file... I've added WP and illum ammo types for the M119, the D30, the M252 and the 2B14. ["30Rnd_105mmHE_M119", "HE 105mm Ch.1 (4000m)", 200, "HE", []], ["30Rnd_105mmHE_M119", "HE 105mm Ch.2 (6000m)", 250, "HE", []], ["30Rnd_105mmHE_M119", "HE 105mm Ch.3 (9000m)", 300, "HE", []], ["30Rnd_105mmHE_M119", "HE 105mm Ch.4 (12000m)", 350, "HE", []], ["30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.1 (4000m)", 200, "smoke", []], ["30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.2 (6000m)", 250, "smoke", []], ["30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.3 (9000m)", 300, "smoke", []], ["30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.4 (12000m)", 350, "smoke", []], ["30Rnd_105mmHE_M119", "Cluster 105mm Ch.1 (4000m)", 200, "cluster", [50, "high", 75, 300]], ["30Rnd_105mmHE_M119", "Cluster 105mm Ch.2 (6000m)", 250, "cluster", [50, "high", 75, 300]], ["30Rnd_105mmHE_M119", "Cluster 105mm Ch.3 (9000m)", 300, "cluster", [50, "high", 75, 300]], ["30Rnd_105mmHE_M119", "Cluster 105mm Ch.4 (12000m)", 350, "cluster", [50, "high", 75, 300]], ["30Rnd_105mmWP_M119", "WP 105mm Ch.1 (4000m)", 200, "WP", []], ["30Rnd_105mmWP_M119", "WP 105mm Ch.2 (6000m)", 250, "WP", []], ["30Rnd_105mmWP_M119", "WP 105mm Ch.3 (9000m)", 300, "WP", []], ["30Rnd_105mmWP_M119", "WP 105mm Ch.4 (12000m)", 350, "WP", []], ["30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.1 (4000m)", 200, "ILLUM", []], ["30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.2 (6000m)", 250, "ILLUM", []], ["30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.3 (9000m)", 300, "ILLUM", []], ["30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.4 (12000m)", 350, "ILLUM", []], ["ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.1 (4000m)", 450, "HE", []], ["ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.2 (6000m)", 900, "HE", []], ["ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.3 (9000m)", 2800, "HE", []], ["ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.4 (12000m)", 8500, "HE", []], ["ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.1 (4000m)", 450, "smoke", []], ["ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.2 (6000m)", 900, "smoke", []], ["ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.3 (9000m)", 2800, "smoke", []], ["ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.4 (12000m)", 8500, "smoke", []], ["ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.1 (4000m)", 450, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.2 (6000m)", 900, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.3 (9000m)", 2800, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.4 (12000m)", 8500, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.1 (4000m)", 450, "WP", []], ["ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.2 (6000m)", 900, "WP", []], ["ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.3 (9000m)", 2800, "WP", []], ["ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.4 (12000m)", 8500, "WP", []], ["ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.1 (4000m)", 450, "ILLUM", []], ["ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.2 (6000m)", 900, "ILLUM", []], ["ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.3 (9000m)", 2800, "ILLUM", []], ["ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.4 (12000m)", 8500, "ILLUM", []], ["ACE_ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.1 (4000m)", 450, "HE", []], ["ACE_ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.2 (6000m)", 900, "HE", []], ["ACE_ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.3 (9000m)", 2800, "HE", []], ["ACE_ARTY_30Rnd_105mmHE_M119", "HE 105mm Ch.4 (12000m)", 8500, "HE", []], ["ACE_ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.1 (4000m)", 450, "smoke", []], ["ACE_ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.2 (6000m)", 900, "smoke", []], ["ACE_ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.3 (9000m)", 2800, "smoke", []], ["ACE_ARTY_30Rnd_105mmSMOKE_M119", "Smoke 105mm Ch.4 (12000m)", 8500, "smoke", []], ["ACE_ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.1 (4000m)", 450, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.2 (6000m)", 900, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.3 (9000m)", 2800, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_105mmHE_M119", "Cluster 105mm Ch.4 (12000m)", 8500, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.1 (4000m)", 450, "WP", []], ["ACE_ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.2 (6000m)", 900, "WP", []], ["ACE_ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.3 (9000m)", 2800, "WP", []], ["ACE_ARTY_30Rnd_105mmWP_M119", "WP 105mm Ch.4 (12000m)", 8500, "WP", []], ["ACE_ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.1 (4000m)", 450, "ILLUM", []], ["ACE_ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.2 (6000m)", 900, "ILLUM", []], ["ACE_ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.3 (9000m)", 2800, "ILLUM", []], ["ACE_ARTY_30Rnd_105mmILLUM_M119", "ILLUM 105mm Ch.4 (12000m)", 8500, "ILLUM", []], // D30 | OA/CO - A2 - ACE ["30Rnd_122mmHE_D30", "HE 122mm Ch.1 (4000m)", 200, "HE", []], ["30Rnd_122mmHE_D30", "HE 122mm Ch.2 (6000m)", 250, "HE", []], ["30Rnd_122mmHE_D30", "HE 122mm Ch.3 (9000m)", 300, "HE", []], ["30Rnd_122mmHE_D30", "HE 122mm Ch.4 (12000m)", 350, "HE", []], ["30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.1 (4000m)", 200, "smoke", []], ["30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.2 (6000m)", 250, "smoke", []], ["30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.3 (9000m)", 300, "smoke", []], ["30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.4 (12000m)", 350, "smoke", []], ["30Rnd_122mmHE_D30", "Cluster 122mm Ch.1 (4000m)", 200, "cluster", [50, "high", 75, 300]], ["30Rnd_122mmHE_D30", "Cluster 122mm Ch.2 (6000m)", 250, "cluster", [50, "high", 75, 300]], ["30Rnd_122mmHE_D30", "Cluster 122mm Ch.3 (9000m)", 300, "cluster", [50, "high", 75, 300]], ["30Rnd_122mmHE_D30", "Cluster 122mm Ch.4 (12000m)", 350, "cluster", [50, "high", 75, 300]], ["30Rnd_122mmWP_D30", "WP 122mm Ch.1 (4000m)", 200, "WP", []], ["30Rnd_122mmWP_D30", "WP 122mm Ch.2 (6000m)", 250, "WP", []], ["30Rnd_122mmWP_D30", "WP 122mm Ch.3 (9000m)", 300, "WP", []], ["30Rnd_122mmWP_D30", "WP 122mm Ch.4 (12000m)", 350, "WP", []], ["30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.1 (4000m)", 200, "ILLUM", []], ["30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.2 (6000m)", 250, "ILLUM", []], ["30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.3 (9000m)", 300, "ILLUM", []], ["30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.4 (12000m)", 350, "ILLUM", []], ["ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.1 (4000m)", 450, "HE", []], ["ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.2 (6000m)", 900, "HE", []], ["ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.3 (9000m)", 2800, "HE", []], ["ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.4 (12000m)", 8500, "HE", []], ["ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.1 (4000m)", 450, "smoke", []], ["ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.2 (6000m)", 900, "smoke", []], ["ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.3 (9000m)", 2800, "smoke", []], ["ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.4 (12000m)", 8500, "smoke", []], ["ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.1 (4000m)", 450, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.2 (6000m)", 900, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.3 (9000m)", 2800, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.4 (12000m)", 8500, "cluster", [50, "high", 75, 300]], ["ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.1 (4000m)", 450, "WP", []], ["ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.2 (6000m)", 900, "WP", []], ["ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.3 (9000m)", 2800, "WP", []], ["ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.4 (12000m)", 8500, "WP", []], ["ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.1 (4000m)", 450, "ILLUM", []], ["ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.2 (6000m)", 900, "ILLUM", []], ["ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.3 (9000m)", 2800, "ILLUM", []], ["ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.4 (12000m)", 8500, "ILLUM", []], ["ACE_ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.1 (4000m)", 450, "HE", []], ["ACE_ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.2 (6000m)", 900, "HE", []], ["ACE_ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.3 (9000m)", 2800, "HE", []], ["ACE_ARTY_30Rnd_122mmHE_D30", "HE 122mm Ch.4 (12000m)", 8500, "HE", []], ["ACE_ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.1 (4000m)", 450, "smoke", []], ["ACE_ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.2 (6000m)", 900, "smoke", []], ["ACE_ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.3 (9000m)", 2800, "smoke", []], ["ACE_ARTY_30Rnd_122mmSMOKE_D30", "Smoke 122mm Ch.4 (12000m)", 8500, "smoke", []], ["ACE_ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.1 (4000m)", 450, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.2 (6000m)", 900, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.3 (9000m)", 2800, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_122mmHE_D30", "Cluster 122mm Ch.4 (12000m)", 8500, "cluster", [50, "high", 75, 300]], ["ACE_ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.1 (4000m)", 450, "WP", []], ["ACE_ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.2 (6000m)", 900, "WP", []], ["ACE_ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.3 (9000m)", 2800, "WP", []], ["ACE_ARTY_30Rnd_122mmWP_D30", "WP 122mm Ch.4 (12000m)", 8500, "WP", []], ["ACE_ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.1 (4000m)", 450, "ILLUM", []], ["ACE_ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.2 (6000m)", 900, "ILLUM", []], ["ACE_ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.3 (9000m)", 2800, "ILLUM", []], ["ACE_ARTY_30Rnd_122mmILLUM_D30", "ILLUM 122mm Ch.4 (12000m)", 8500, "ILLUM", []], // M252 | OA/CO - A2 - ACE ["8Rnd_81mmHE_M252", "HE 81mm Ch.1 (1000m)", 100, "HE", []], ["8Rnd_81mmHE_M252", "HE 81mm Ch.2 (2000m)", 150, "HE", []], ["8Rnd_81mmHE_M252", "HE 81mm Ch.3 (4000m)", 200, "HE", []], ["8Rnd_81mmHE_M252", "HE 81mm Ch.4 (6000m)", 250, "HE", []], ["8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.1 (1000m)", 100, "smoke", []], ["8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.2 (2000m)", 150, "smoke", []], ["8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.3 (4000m)", 200, "smoke", []], ["8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.4 (6000m)", 250, "smoke", []], ["8Rnd_81mmHE_M252", "Cluster 81mm Ch.1 (1000m)", 100, "cluster", [25, "low", 50, 200]], ["8Rnd_81mmHE_M252", "Cluster 81mm Ch.2 (2000m)", 150, "cluster", [25, "low", 50, 200]], ["8Rnd_81mmHE_M252", "Cluster 81mm Ch.3 (4000m)", 200, "cluster", [25, "low", 50, 200]], ["8Rnd_81mmHE_M252", "Cluster 81mm Ch.4 (6000m)", 250, "cluster", [25, "low", 50, 200]], ["8Rnd_81mmILLUM_M252", "WP 81mm Ch.1 (1000m)", 100, "WP", []], ["8Rnd_81mmILLUM_M252", "WP 81mm Ch.2 (2000m)", 150, "WP", []], ["8Rnd_81mmILLUM_M252", "WP 81mm Ch.3 (4000m)", 200, "WP", []], ["8Rnd_81mmILLUM_M252", "WP 81mm Ch.4 (6000m)", 250, "WP", []], ["8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.1 (1000m)", 100, "ILLUM", []], ["8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.2 (2000m)", 150, "ILLUM", []], ["8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.3 (4000m)", 200, "ILLUM", []], ["8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.4 (6000m)", 250, "ILLUM", []], ["ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.1 (1000m)", 150, "HE", []], ["ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.2 (2000m)", 250, "HE", []], ["ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.3 (4000m)", 800, "HE", []], ["ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.4 (6000m)", 2200, "HE", []], ["ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.1 (1000m)", 150, "smoke", []], ["ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.2 (2000m)", 250, "smoke", []], ["ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.3 (4000m)", 800, "smoke", []], ["ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.4 (6000m)", 2200, "smoke", []], ["ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.1 (1000m)", 150, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.2 (2000m)", 250, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.3 (4000m)", 800, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.4 (6000m)", 2200, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.1 (1000m)", 150, "WP", []], ["ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.2 (2000m)", 250, "WP", []], ["ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.3 (4000m)", 800, "WP", []], ["ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.4 (6000m)", 2200, "WP", []], ["ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.1 (1000m)", 150, "ILLUM", []], ["ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.2 (2000m)", 250, "ILLUM", []], ["ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.3 (4000m)", 800, "ILLUM", []], ["ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.4 (6000m)", 2200, "ILLUM", []], ["ACE_ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.1 (1000m)", 150, "HE", []], ["ACE_ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.2 (2000m)", 250, "HE", []], ["ACE_ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.3 (4000m)", 800, "HE", []], ["ACE_ARTY_8Rnd_81mmHE_M252", "HE 81mm Ch.4 (6000m)", 2200, "HE", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.1 (1000m)", 150, "smoke", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.2 (2000m)", 250, "smoke", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.3 (4000m)", 800, "smoke", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "Smoke 81mm Ch.4 (6000m)", 2200, "smoke", []], ["ACE_ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.1 (1000m)", 150, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.2 (2000m)", 250, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.3 (4000m)", 800, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_81mmHE_M252", "Cluster 81mm Ch.4 (6000m)", 2200, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.1 (1000m)", 150, "WP", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.2 (2000m)", 250, "WP", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.3 (4000m)", 800, "WP", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "WP 81mm Ch.4 (6000m)", 2200, "WP", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.1 (1000m)", 150, "ILLUM", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.2 (2000m)", 250, "ILLUM", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.3 (4000m)", 800, "ILLUM", []], ["ACE_ARTY_8Rnd_81mmILLUM_M252", "ILLUM 81mm Ch.4 (6000m)", 2200, "ILLUM", []], // 2B14 | OA/CO - A2 - ACE ["8Rnd_82mmHE_2B14", "HE 82mm Ch.1 (1000m)", 100, "HE", []], ["8Rnd_82mmHE_2B14", "HE 82mm Ch.2 (2000m)", 150, "HE", []], ["8Rnd_82mmHE_2B14", "HE 82mm Ch.3 (4000m)", 200, "HE", []], ["8Rnd_82mmHE_2B14", "HE 82mm Ch.4 (6000m)", 250, "HE", []], ["8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.1 (1000m)", 100, "smoke", []], ["8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.2 (2000m)", 150, "smoke", []], ["8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.3 (4000m)", 200, "smoke", []], ["8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.4 (6000m)", 250, "smoke", []], ["8Rnd_82mmHE_2B14", "Cluster 82mm Ch.1 (1000m)", 100, "cluster", [25, "low", 50, 200]], ["8Rnd_82mmHE_2B14", "Cluster 82mm Ch.2 (2000m)", 150, "cluster", [25, "low", 50, 200]], ["8Rnd_82mmHE_2B14", "Cluster 82mm Ch.3 (4000m)", 200, "cluster", [25, "low", 50, 200]], ["8Rnd_82mmHE_2B14", "Cluster 82mm Ch.4 (6000m)", 250, "cluster", [25, "low", 50, 200]], ["8Rnd_82mmILLUM_2B14", "WP 82mm Ch.1 (1000m)", 100, "WP", []], ["8Rnd_82mmILLUM_2B14", "WP 82mm Ch.2 (2000m)", 150, "WP", []], ["8Rnd_82mmILLUM_2B14", "WP 82mm Ch.3 (4000m)", 200, "WP", []], ["8Rnd_82mmILLUM_2B14", "WP 82mm Ch.4 (6000m)", 250, "WP", []], ["8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.1 (1000m)", 100, "ILLUM", []], ["8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.2 (2000m)", 150, "ILLUM", []], ["8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.3 (4000m)", 200, "ILLUM", []], ["8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.4 (6000m)", 250, "ILLUM", []], ["ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.1 (1000m)", 150, "HE", []], ["ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.2 (2000m)", 250, "HE", []], ["ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.3 (4000m)", 800, "HE", []], ["ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.4 (6000m)", 2200, "HE", []], ["ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.1 (1000m)", 150, "smoke", []], ["ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.2 (2000m)", 250, "smoke", []], ["ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.3 (4000m)", 800, "smoke", []], ["ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.4 (6000m)", 2200, "smoke", []], ["ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.1 (1000m)", 150, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.2 (2000m)", 250, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.3 (4000m)", 800, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.4 (6000m)", 2200, "cluster", [25, "low", 50, 200]], ["ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.1 (1000m)", 150, "WP", []], ["ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.2 (2000m)", 250, "WP", []], ["ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.3 (4000m)", 800, "WP", []], ["ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.4 (6000m)", 2200, "WP", []], ["ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.1 (1000m)", 150, "ILLUM", []], ["ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.2 (2000m)", 250, "ILLUM", []], ["ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.3 (4000m)", 800, "ILLUM", []], ["ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.4 (6000m)", 2200, "ILLUM", []], ["ACE_ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.1 (1000m)", 150, "HE", []], ["ACE_ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.2 (2000m)", 250, "HE", []], ["ACE_ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.3 (4000m)", 800, "HE", []], ["ACE_ARTY_8Rnd_82mmHE_2B14", "HE 82mm Ch.4 (6000m)", 2200, "HE", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.1 (1000m)", 150, "smoke", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.2 (2000m)", 250, "smoke", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.3 (4000m)", 800, "smoke", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "Smoke 82mm Ch.4 (6000m)", 2200, "smoke", []], ["ACE_ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.1 (1000m)", 150, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.2 (2000m)", 250, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.3 (4000m)", 800, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_82mmHE_2B14", "Cluster 82mm Ch.4 (6000m)", 2200, "cluster", [25, "low", 50, 200]], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.1 (1000m)", 150, "WP", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.2 (2000m)", 250, "WP", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.3 (4000m)", 800, "WP", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "WP 82mm Ch.4 (6000m)", 2200, "WP", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.1 (1000m)", 150, "ILLUM", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.2 (2000m)", 250, "ILLUM", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.3 (4000m)", 800, "ILLUM", []], ["ACE_ARTY_8Rnd_82mmILLUM_2B14", "ILLUM 82mm Ch.4 (6000m)", 2200, "ILLUM", []], Second, the \R3F_ARTY_AND_LOG\R3F_ARTY\piece\suivre_projectile.sqf file... I added the "IF" for the WP and illum just like the existing "IF Smoke" if (_effet == "WP") then { #include "effet_wp.inc.sqf" }; if (_effet == "illum") then { #include "effet_illum.inc.sqf" }; Then the \R3F_ARTY_AND_LOG\R3F_ARTY\piece\effet_wp_inc.sqf file... "ARTY_Sh_105_WP" createVehicle _pos_projectile; sleep 3; And the \R3F_ARTY_AND_LOG\R3F_ARTY\piece\effet_illum_inc.sqf file... "ARTY_Flare_Small" createVehicle [_pos_projectile select 0, _pos_projectile select 1, 250]; sleep 3; On a side note, I changed the \R3F_ARTY_AND_LOG\R3F_ARTY\piece\effet_smoke_inc.sqf script so the smoke last longer. I tried various ammo type but none satisfied me. So I use a loop to create more smokeshell every 30 seconds. for "_i" from 1 to 4 do { _decal_dir = random 90; "SmokeShell" createVehicle _pos_projectile; "SmokeShell" createVehicle [ (_pos_projectile select 0) + 5*cos (_decal_dir+0), (_pos_projectile select 1) + 5*sin (_decal_dir+0), 0 ]; "SmokeShell" createVehicle [ (_pos_projectile select 0) + 5*cos (_decal_dir+90), (_pos_projectile select 1) + 5*sin (_decal_dir+90), 0 ]; "SmokeShell" createVehicle [ (_pos_projectile select 0) + 5*cos (_decal_dir+180), (_pos_projectile select 1) + 5*sin (_decal_dir+180), 0 ]; "SmokeShell" createVehicle [ (_pos_projectile select 0) + 5*cos (_decal_dir+270), (_pos_projectile select 1) + 5*sin (_decal_dir+270), 0 ]; sleep 30; }; This delay the impact marker appearance. So I moved the createmarker thing before the "if smoke", "if illum" and "if wp" in the \R3F_ARTY_AND_LOG\R3F_ARTY\piece\suivre_projectile .sqf file. -
[R3F] Artillery and Logistic: Manual artillery and advanced logistic (mission script)
noorm replied to madbull's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Thanks for all the hard work madbull! Je me demandais si tu avais déjà fait les projectiles illuminant, WP, sadarm, GPS et laser-guided. Est-ce que ça te tempterait de le distribué en beta sans support? ;) Au pire, juste les fichiers: R3F_ARTY_AND_LOG\R3F_ARTY\piece\suivre_projectile.sqf R3F_ARTY_AND_LOG\R3F_ARTY\piece\effet_xxx.inc.sqf J'ai trop hâte de voir ça! Également si tu n'as pas fait les WP et illuminant, je crois être capable de les faires et t'envoyer les fichiers. Pour le reste, (les munitions intelligentes) j'ai pas vraiment d'idée comment les faire. -
Mando Missile ArmA for ArmA 2
noorm replied to mandoble's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Hey! Keep up the good work but... don't forget the easy fix for the F-14! The mando_missiles\setups\mando_eble_f14_setup.sqf use an inexisting file. I tested switching mando_tv_eble_gbu12.sqs for mando_tv_generic_gbu12.sqs and it worked. -
I can remove all links on demand. I saw that the last post by Eble was in february. I'm not holding my breath!
-
Mando Missile ArmA for ArmA 2
noorm replied to mandoble's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Hello! There is/was a problem the the F-14 gbu cam. The mando_missiles\setups\mando_eble_f14_setup.sqf use an inexisting file. I switched mando_tv_eble_gbu12.sqs for mando_tv_generic_gbu12.sqs. Edit: I wish there was an OPFOR plane with Mando support that could match the F-16... just saying...! (TeamVSTeam needs to be balanced a little!) -
The Afterburner.sqf had something weird: _looptime = time; So the afterburner equation were based on time since the server started, leading to an ever increasing afterburner intensity and boost. After removing this, I set everything to the same values as the GLT F-16 by Myke (_MaxIntensity, _Boost, _Intensity, fuel consumption and the constant in the equations calculating intensity and speed). I also added both ACE_hasAfterburner = 1; and hasAfterburner = 1; in the config.cpp. This allow the use of the ACE cap locks afterburner key. I didn't set any visual effect for the ACE afterburner since my goal was only to fix the functionality of the afterburner.