***edit, just seen another post talking about part of my problem,hopefully i can get the script to work, sorry snake..blind is me
Missions
Moderators: Snake Man, Lone Wolf
-
Bigpickle
- Recruit
- Posts: 36
- Joined: 2007-10-03 07:51:32
Missions
Hey all i been busy trying to make some missions for VTE to post onto the forum for peeps to try out, but im having problems with trying to make certain things happen, such as trying to get aircraft to attack targets and buildings, and choppers to either flyin pickup troops and carry on a set route to drop off, or wait for troops to board then fly to a drop off ? anyone got any ideas or if theres a real basic tute on how to make put this stuff in the mission editor. ( i followed to one from the manual but it doesnt work)
***edit, just seen another post talking about part of my problem,hopefully i can get the script to work, sorry snake..blind is me
, if i use a script in the mission, do others who play have to possess those scripts or when the level loads on the server does it give all who join that script? *****
***edit, just seen another post talking about part of my problem,hopefully i can get the script to work, sorry snake..blind is me
-
Snake Man
- Commander-In-Chief
- Posts: 9923
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: Missions
You need to have web hosting server to put the missions for download. You cant put them into the forum software here.Bigpickle wrote:Hey all i been busy trying to make some missions for VTE to post onto the forum
Use the search and destroy waypoint, if you want the aircraft to loiter over the area indefinitely attacking every enemy it encounters, use the cycle waypoint on top (or very near) of the search and destroy waypoint.to get aircraft to attack targets and buildings
AI wont attack buildings, sorry.
You need to assign the group to the helo which you want to transport, usually by:choppers to either flyin pickup troops and carry on a set route to drop off, or wait for troops to board then fly to a drop off ?
Code: Select all
{[_x] assignasCargo _helo;[_x] orderGetIn true;} foreach units group this;All missions are stand alone, users dont need any other scripts.if i use a script in the mission, do others who play have to possess those scripts or when the level loads on the server does it give all who join that script?
silenthunter.info website has a new link/URL, read details from PMC Tactical Forum "Silent Hunter SubSim website by PMC" topic.
See PMC Website Hosting and Domain Registration Fee Status topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
See PMC Website Hosting and Domain Registration Fee Status topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
-
Bigpickle
- Recruit
- Posts: 36
- Joined: 2007-10-03 07:51:32