Home   Help Search Login Register  

Author Topic: Explosions  (Read 628 times)

0 Members and 1 Guest are viewing this topic.

Madmaz

  • Guest
Explosions
« on: 18 Dec 2002, 23:52:41 »
Hi guys I`m a bit of a newbie so bear with me. I saw that you
downloasd a script to give you large exposions in the game.
It was a zipped file, when I unzipped it was a .sqs file?

How do I use this? Do I cut it to my mission folder? If so how
do I use it in the editor? Any help would be appreciated.

pangzi

  • Guest
Re:Explosions
« Reply #1 on: 19 Dec 2002, 01:02:31 »
open the .sqs in your wordpad
what you need to do should be explained in its header.
it differs from script to script.

Azraell

  • Guest
Re:Explosions
« Reply #2 on: 19 Dec 2002, 21:10:23 »
if u plan on using that sqs in ur mission, then u need to put that sqs into ur current under construction mission folder.....

user/missions/nameofurmissionfolder

then with many different ways, u call upon that script...
most easiest would be to use a trigger with whatever condition and when it trips it would execute the script

[] exec "nameofscript.sqs"  ......  in [] you would pass on variables(names and other things) to the script that are in the script....[logic1,unit1] exec "thescript.sqs"........ for example...i remember getting a script for a parachute drop,it called on the name of my leader(s1) and the helo name(h2), so i did  [h2, s1] exec "paradrop.sqs" when it hit a trigger.
hope tht clears thing up a bit :)

Azraell

  • Guest
Re:Explosions
« Reply #3 on: 19 Dec 2002, 21:12:29 »
if u plan on using that sqs in ur mission, then u need to put that sqs into ur current under construction mission folder.....

user/missions/nameofurmissionfolder

then with many different ways, u call upon that script...
most easiest would be to use a trigger with whatever condition and when it trips it would execute the script

[] exec "nameofscript.sqs"  ......  in [] you would pass on variables(names and other things) to the script that are in the script....[logic1,unit1] exec "thescript.sqs"........ for example...i remember getting a script for a parachute drop,it called on the name of my leader(s1) and the helo name(h2), so i did  [h2, s1] exec "paradrop.sqs" when it hit a trigger.
hope tht clears thing up a bit :)

SilverWolf

  • Guest
Re:Explosions
« Reply #4 on: 21 Dec 2002, 15:57:45 »
users\misions\NameOfUrMission ?

I think it should be:

users\YourUserName\missions\NameOfYourMission

am i right?

 :P

Azraell

  • Guest
Re:Explosions
« Reply #5 on: 21 Dec 2002, 19:57:05 »
that too  :P   i dont remeber hitting the button twice ::)