Jump to content
Sign in to follow this  
ofpchaos

ChaosStudios RELEASE - ChSLTS v.1.0

Recommended Posts

Hello anybody !

I have released a little script ideally for night missions. This script simulate a ground flare - light trap.

logopic_lttl.jpg

Quote[/b] ]

.... Its a ground flare - a device that is intended to light up the area aroud it so that all objects and persons around it can be seen in a radius of at least 25 meters even in the darkest night. The ground flare is triggered by a tripwire and makes a charge of phosphor burn for around 1 1/2 - 2min....

... Required OFP Version:

OFP Resistance

Tested with v.1.96 only

Required Addons:

noone for the script.

Functions & usage / Installation:

Simply copy the "ChSLTS.sqs" in your mission folder and put into a trigger "onActivation" line the

following: [object,delay1,delay2,"variable"] exec "ChSLTS.sqs"

Positions are the following:

object - is a Object that has to be placed where you want the ground flare. Best is a logic object or a invisible helipad. name it then and exchange name with "object" in the array. Lets say the name is "Trap01".

delay1 - is the time you want the flare to burn - 90 seconds is the optimum.

delay2 - is for looping usefull for bit weaker systems or for hardware hungy missions. A value under 1 is best.

variable - has to be as string ( with "" ) and is the name of the desired variable, that for example makes a alarm post fire. In the Demo you find in the file the soldier "Ap1" waits for the variable "alarm1" that is given over the array. Only then he will open fire.

So triggering in a mission for example:

[Trap01,90,0.8,"alarm1"] exec "ChSLTS.sqs"

Important !

Use at own risk. This is a none official script and I dont take any responsibility for the wrong usage.

Hint: Check out the demo in the editor before you use the script in your missions to get used to it.....

The download and more here

You can use the script for your missions but please give me credits.

notworthy.gif

Share this post


Link to post
Share on other sites

Thank you ! notworthy.gif

I hope it is usefully for all kind of night missions. The Flare Trap is still used in modern armies. yay.gif

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  

×