Home   Help Search Login Register  

Author Topic: Drop Command (Help!)  (Read 518 times)

0 Members and 1 Guest are viewing this topic.

m21man

  • Guest
Drop Command (Help!)
« on: 06 Aug 2003, 07:45:42 »
I've tried the tutorial, but I still don't get how to make the drop command work. Could you tell me how to, for example, make a fire system that creates particles from the hood of a truck called "truck"? I want the particles to disappear as they move into the air. Vektorboson's tutorial looked great, but I just can't make the bloody drop command work. Please help!

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Drop Command (Help!)
« Reply #1 on: 06 Aug 2003, 14:30:33 »
I can't answer the question, but I can tell you that whoever is going to answer the question will need more information.      What did you do?    How do you know it didn't work?     What went right/wrong?
Plenty of reviewed ArmA missions for you to play

m21man

  • Guest
Re:Drop Command (Help!)
« Reply #2 on: 06 Aug 2003, 20:38:08 »
I tried changing many of the values in the particle array, but I always got "Generic Error In Expression". Could someone send me a demo script of a fire?

Offline Igor Drukov

  • Contributing Member
  • **
  • Conscientious Subjector
Re:Drop Command (Help!)
« Reply #3 on: 06 Aug 2003, 20:55:50 »
Hey m21man,

You can UnPBO the Resistance campaign and take a look at the tenth cutscene (x10_something if I remember well), and also have a look at uiox' amazing tut'.

To attach a particle to the roof of a vehicle, you just need to define the initial relative position of the particle (say, [0,0,1.5]) : the last argument will then be the name of the vehicle itself.

Drop [blabla, [0,0,1.5], blabla, "","",truck]


(I don't have my ComRef here, can't be more specific).

Ig.

m21man

  • Guest
Re:Drop Command (Help!)
« Reply #4 on: 06 Aug 2003, 21:55:11 »
Thanks, I got the scripts and I'm making things burn!