liquidpinky 11 Posted July 6, 2011 (edited) A little script I have run up for testing out different systems failures during flight in ToH, initially just to make it quicker to get some auto-rotation landing practice in. Engine failures, rotor failures, hydraulics etc. Done with a simple selection in your mouse wheel menu while playing as shown below. Some of these failures are quite severe and demand immediate landings, some are not so demanding. Systems Failure script V1.1 The severity of the failures can be adjusted within each separate sqf file if you wish, 0 is undamaged ranging to 1 which is completely knackered. For an update I am working on a random failure scenario that will allow you to select the timescale for which the failure will occur within and this will trigger a random choice of the faults already in place. Edited July 9, 2011 by Liquidpinky File updated to V1.1 with example missions. Share this post Link to post Share on other sites
-DirTyDeeDs--Ziggy- 0 Posted July 6, 2011 (edited) main rotor failure is BAD !! :eek: :D its cool though, oil pressure and torque gauges dropped their values! :cool: Edited July 6, 2011 by [DirTyDeeDs]-Ziggy- Share this post Link to post Share on other sites
EagleEye-GER- 0 Posted July 7, 2011 A little script I have run up for testing out different systems failures during flight in ToH, initially just to make it quicker to get some auto-rotation landing practice in.Engine failures, rotor failures, hydraulics etc. Done with a simple selection in your mouse wheel menu while playing as shown below. Could you pls attache a mission file with this script included. Just the heli on the runway on Zargabad. I have no experience in editing Arma and the dial menue doesn`t appaer on my test mission....:( This what I`ve made: mission.sqm KiN version=11; class Mission { addOns[]= { "hsim_air_us_h_helicopters_light", "zargabad" }; addOnsAuto[]= { "hsim_air_us_h_helicopters_light", "zargabad" }; randomSeed=11864224; class Intel { startWeather=0.25; startWind=0.1; forecastWeather=0; forecastWind=0.1; year=2009; day=29; hour=11; }; class Groups { items=1; class Item0 { side="CIV"; class Vehicles { items=1; class Item0 { position[]={3408.1145,22.35,3669.0352}; id=0; side="CIV"; vehicle="Heli_Light01_H"; player="PLAYER COMMANDER"; leader=1; skill=0.60000002; null = vehicle player execVM "Toh Failure Scenarios\Remove.sqf"; }; }; }; }; }; class Intro { addOns[]= { "zargabad" }; addOnsAuto[]= { "zargabad" }; randomSeed=5982986; class Intel { startWeather=0.25; startWind=0.1; forecastWeather=0; forecastWind=0.1; year=2009; day=29; hour=11; }; }; class OutroWin { addOns[]= { "zargabad" }; addOnsAuto[]= { "zargabad" }; randomSeed=12912098; class Intel { startWeather=0.25; startWind=0.1; forecastWeather=0; forecastWind=0.1; year=2009; day=29; hour=11; }; }; class OutroLoose { addOns[]= { "zargabad" }; addOnsAuto[]= { "zargabad" }; randomSeed=5841643; class Intel { startWeather=0.25; startWind=0.1; forecastWeather=0; forecastWind=0.1; year=2009; day=29; hour=11; }; }; ¹ì þγÚôë—Ù u•¢ç ‹‰ ToH Failure Scenarios folder is in missions folder where my test mission is. THX:) Share this post Link to post Share on other sites
ArmAriffic 10 Posted July 7, 2011 ;1975458']Could you pls attache a mission file with this script included. Just the heli on the runway on Zargabad. I have no experience in editing Arma and the dial menue doesn`t appaer on my test mission....:( This what I`ve made: http://www.mediafire.com/?86ehstzlyg1gqkh Scripts are awesome Liquidpinky Share this post Link to post Share on other sites
EagleEye-GER- 0 Posted July 7, 2011 http://www.mediafire.com/?86ehstzlyg1gqkhScripts are awesome Liquidpinky Sorry, doesn`t work for me. I put the mission.sqm and the ToH Failure Scenarios folder in the Missions folder. When I choose ToH Failure Scenarios in-game there is no NEXT button. Can`t start it. Did I miss something? Share this post Link to post Share on other sites
liquidpinky 11 Posted July 7, 2011 (edited) ;1975830']Sorry' date=' doesn`t work for me. I put the mission.sqm and the ToH Failure Scenarios folder in the Missions folder. When I choose ToH Failure Scenarios in-game there is no NEXT button. Can`t start it. Did I miss something?[/quote']You need to put it into your Arma profile names mission folder, in Win7 it is in your documents folder. Then select the map in the editor and load the mission from there. It should just be a case of previewing it then. I will knock up a few pbo versions for the mission folder in the arma 2 directory to make it more simple for users, you will be able to select it in the scenarios menu like the original Take on mission then. First post edited with updated file. Edited July 7, 2011 by Liquidpinky Share this post Link to post Share on other sites
EagleEye-GER- 0 Posted July 7, 2011 Yeah, that works. Great idea with the script! Share this post Link to post Share on other sites