Jump to content
Sign in to follow this  
liquidpinky

Systems Failure Test script

Recommended Posts

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.

th_Failure1.jpg

th_Failure2.jpg

th_Failure3.jpg

th_Failure4.jpg

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 by Liquidpinky
File updated to V1.1 with example missions.

Share this post


Link to post
Share on other sites

main rotor failure is BAD !! :eek: :D

its cool though, oil pressure and torque gauges dropped their values! :cool:

arma2oa2011070612515331.th.png arma2oa2011070612515907.th.png

Edited by [DirTyDeeDs]-Ziggy-

Share this post


Link to post
Share on other sites
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
;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
;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 by Liquidpinky

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×