PDA

View Full Version : Systems Failure Test script



Liquidpinky
Jul 6 2011, 15:47
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.

http://img.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/th_Failure1.jpg (http://smg.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/?action=view&current=Failure1.jpg)

http://img.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/th_Failure2.jpg (http://smg.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/?action=view&current=Failure2.jpg)

http://img.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/th_Failure3.jpg (http://smg.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/?action=view&current=Failure3.jpg)

http://img.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/th_Failure4.jpg (http://smg.photobucket.com/albums/v690/pinkypics/Take%20On%20Helicopters/?action=view&current=Failure4.jpg)

Some of these failures are quite severe and demand immediate landings, some are not so demanding.

Systems Failure script V1.1 (http://upload.tjbp.net/LiquidsFailures_v1.1.rar)

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.

[DirTyDeeDs]-Ziggy-
Jul 6 2011, 16:46
main rotor failure is BAD !! :eek: :D
its cool though, oil pressure and torque gauges dropped their values! :cool:

http://img580.imageshack.us/img580/7194/arma2oa2011070612515331.th.png (http://imageshack.us/photo/my-images/580/arma2oa2011070612515331.png/) http://img27.imageshack.us/img27/7752/arma2oa2011070612515907.th.png (http://imageshack.us/photo/my-images/27/arma2oa2011070612515907.png/)

EagleEye[GER]
Jul 7 2011, 08:27
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:)

ArmAriffic
Jul 7 2011, 09:19
;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

EagleEye[GER]
Jul 7 2011, 17:32
http://www.mediafire.com/?86ehstzlyg1gqkh
Scripts 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?

Liquidpinky
Jul 7 2011, 17:41
;1975830']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?

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.

EagleEye[GER]
Jul 7 2011, 21:23
Yeah, that works.
Great idea with the script!