hcpookie 3770 Posted October 5, 2011 As always, thanks for the mirror, Foxhound! :) Share this post Link to post Share on other sites
sowens 71 Posted October 5, 2011 He sir, is there a way via a script to deploy that for AI? I have an automated dynamic sam spawn system I am finishing up and wanted to add your new feature. Does your cargo net fall off after the first launch? Share this post Link to post Share on other sites
hcpookie 3770 Posted October 6, 2011 Do you mean deploy the camo net for the AI? The cargo net is part of the model and it is normally hidden via "Hide" animation. It stays hidden until you toggle that animation to un-hide it. I have not tried to create a script for AI. An AI script would need to find a way to force the driver to stay stationary while the net is out. Something like: (do while vehicle speed = 0 animate ["camonet",1] ) I think that would be the easiest way to animate the net. Here is the animation from the config. Note that it removes the fuel to keep players from driving around with the net deployed, which looks very wrong! :) To un-hide (aka "Deploy Camo Net"): condition = "(player == driver this) && (alive this) && this animationphase ""camonet"" > 0.9 && (speed this == 0)" ; statement = "this animate [""camonet"",0], this SetVariable [""_BRDM2IMP_Fuel"", Fuel this, true], this SetFuel 0.0"; To hide (aka "Stow Camo Net"): condition = "(player == driver this) && (alive this) && this animationphase ""camonet"" < 0.1 "; statement = "this animate [""camonet"",1], this SetFuel (this GetVariable [""_BRDM2IMP_Fuel"", 1.0]), this SetVariable [""_BRDM2IMP_Fuel"", 0.0, true]"; Share this post Link to post Share on other sites
sowens 71 Posted October 6, 2011 Thanks, that should do it! Share this post Link to post Share on other sites
hcpookie 3770 Posted November 2, 2011 v1.2 available! Check first post for download info... ============== CHANGELOG: ============== v1.2: 11/2/2011 NEW: Magazine count is increased to 2 magazines (8 rounds total). Reload time is 100 seconds (reflects real-world reload times). NEW: Wheels can now be damaged. NEW: Deployable camo nets. Nets use hidden selections for alternative camo net patterns (usually per faction). NEW: Custom map icon. NEW: Groups for every faction. Air Defense Platoons, Air Defense Squads, and numerous Patrol groups for UN faction. IMPROVED: 3D model now has spare launcher tubes on side racks and passive radar nodes on both sides of vehicle (based on images of real world vehicle). IMPROVED: Engine and Fuel Tank damage. FIX: Removed all errors from RPT. FIX: 3D model hatches fully modelled for Turn Out views. Crew no longer sticks "through-the-roof" when turned out. FIX: Surf board shadow animation. Share this post Link to post Share on other sites
oldbear 390 Posted November 3, 2011 New on front page at Armed Assault.info Link to updated mirror : SA9 (v 1.2) : http://www.armedassault.info/index.php?game=1&cat=addons&id=1819 Share this post Link to post Share on other sites
Guest Posted November 3, 2011 (edited) Updated version frontpaged on the Armaholic homepage. 9K31 Strela-1 (SA9) SAM Unit v1.3 Note: MLOD also mirrored and available from the downloadpage! Edited February 10, 2013 by Guest updated mirror Share this post Link to post Share on other sites
hcpookie 3770 Posted November 4, 2011 Thanks so much for the mirrors! :) Share this post Link to post Share on other sites
hcpookie 3770 Posted February 10, 2013 v1.3 released - see first post for download info FIX: Removed dependencies on my BRDM2IMP mod NEW: Resupply ammunition box "fza_sa9_ammobox" Share this post Link to post Share on other sites
Vilman 10 Posted February 10, 2013 Nice work hcpookie ! Any chance to make the launcher turret moving up and down animation ? Share this post Link to post Share on other sites