Azorean Gamer


Join the forum, it's quick and easy

Azorean Gamer
Azorean Gamer
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Custom Heli Crashsite

Go down

Custom Heli Crashsite Empty Custom Heli Crashsite

Post by Drakke85 Mon Jan 20, 2014 1:38 am

After searching the internet for scripts or info on burning and smoking crash sites, i was not happy with the options i had so i decided to start my quest on trying to have it done myself. This is the result, its kinda simple, but works fine for me.

Behold! lol

<Smoke Version>
Custom Heli Crashsite Arma3_10

The How To:

First, Place an AH-99 Blackfoot or any other object where you want and name it: crash1
Code for init:
thing= "Land_Wreck_Heli_Attack_01_F" createVehicle position this;
deleteVehicle this;
smoke1 = "test_EmptyObjectForSmoke" createVehicle position this;
smoke1 attachTo[this,[3.5,1,-1]];


Second, Place any small item you want and name it: smoke1
Code for init:
smoke1 disableCollisionWith crash1;
smoke1 hideobject true;


<Fire & Smoke Version>
Custom Heli Crashsite Arma3_10

The How To:

First, Place an AH-99 Blackfoot or any other object where you want and name it: crash1
Code for init:

thing= "Land_Wreck_Heli_Attack_01_F" createVehicle position this;
deleteVehicle this;
smoke1 = "test_EmptyObjectForFireBig" createVehicle position this;
smoke1 attachTo[this,[3.5,1,-1]];
fire1 attachTo[this,[3.5,1,-1]];  


Second, Place any small item you want and name it: smoke1
Code for init:

smoke1 disableCollisionWith crash1;
smoke1 hideobject true;


Third, Place a burning fireplace and name it: fire1
can be found on Empty > Tents > Fireplace (Burning)

* The burning fireplace will add the sound of burning and light, in case the mission is set up for dusk / night time


Have Fun Smile
Drakke85
Drakke85
Supreme Ruler
Supreme  Ruler

Mensagens : 93
Data de inscrição : 2013-03-04
Idade : 38

https://azoreangamer.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum