SeaFoam342 Posted November 17, 2018 Posted November 17, 2018 (edited) I would like to be able to implement moose into my mission file, that allows players to infinitely spawn Enemy AI Aircraft to fight against (similar to through the inferno CO-OP missions), but as a large on a server that will be hosting multiple players, My ideal solution would be for me to have inactivated aircraft groups that get cloned or duplicated and then activated when asked for in the f-10 radio menu. So if anyone has any helpful ideas that I could use that would be great. Edited November 18, 2018 by SeaFoam342
EasyEB Posted November 18, 2018 Posted November 18, 2018 Just a tip, having a do this for me attitude probably won't get you anywhere faster than learning this yourself. You'll probably think of a hundred other things you'll want "done quickly", and if you learn the simple things, like spawning enemy aircraft, now it'll be alot easier to learn the other things later.
ESAc_matador Posted November 19, 2018 Posted November 19, 2018 Create a command in the radio menu that execute a function. Then, create a functiin to spawn the aircrafft. So, look for.. . How to add radio menu?? You can script or you can fo it with the ME. And to spawn you can use a moose function or Mist. Google it... Ther eis a video in youtube actually.
Delta99 Posted November 19, 2018 Posted November 19, 2018 You can look at Moose demo missions that will do exactly what you are trying to do. All you babe to do is piece together the menu with the spawn. My Missions: Valley Patrol Mission :: Valley Escort Mission :: A2A Engagements
Hardcard Posted November 19, 2018 Posted November 19, 2018 (edited) @SeaFoam342 Two months ago I created a simple MOOSE demo mission which allows a set of clients to spawn different ground vehicle templates randomly inside a couple of zones (all done via F10 menu, as many times as you like). You might find it useful. Post + demo mission + script Edited November 19, 2018 by Hardcard [sIGPIC][/sIGPIC]
SeaFoam342 Posted November 19, 2018 Author Posted November 19, 2018 Thanks Hardcard this will be extremely helpful.
Recommended Posts