rubblebeam Posted August 10, 2014 Posted August 10, 2014 Hi all, Say I wanted to make a FAC mission. Would it be possible to have a trigger to place random units on the map. Say I was to make a pool of 6 or seven different enemy platoons/divisions each with its own position on the map and at a trigger a script runs and tells the game to place 1 of those 6 or 7 platoons/divisions on the map? The one thing about mission making that bugs me is there is no longevity. Once one has done the mission its done. And if one has created the mission there are no real surprises. I was wondering if it was, in anyway, possible to add some kind of randomness? Good Grief
MTrenda Posted August 11, 2014 Posted August 11, 2014 Yes, you would need the MIST script to do that. http://forums.eagle.ru/showthread.php?t=98616 this has the function to spawn in random zones and build groups on the fly. thanks 76th Falcon MSI Creator X299 - INTEL i9 - 10900X 3.7 GHZ - 32 GB Corsair Dominator DDR4 - EVGA GTX 1080 FTW AC2
Exorcet Posted August 11, 2014 Posted August 11, 2014 (edited) It doesn't require MIST at all. This can be done with only triggers and late activation/uncontrolled. However MIST as usual is more capable if you can use it. One simple way with triggers: Mission Start Trigger > Flag Set Random value 1-6 Place 6 groups on map If Flag value = 1, spawn group 1, etc While the positions are fixed beforehand, if there are enough copies of a group, it's location will appear very random. I've done this with SAM sites. One SAM group is copied ~10 times and only one spawns per iteration of the mission. If there are 5 different SAM sites and they're all random, you get a lot of different possible combinations. Edited August 11, 2014 by Exorcet Awaiting: DCS F-15C Win 10 i5-9600KF 4.6 GHz 64 GB RAM RTX2080Ti 11GB -- Win 7 64 i5-6600K 3.6 GHz 32 GB RAM GTX970 4GB -- A-10C, F-5E, Su-27, F-15C, F-14B, F-16C missions in User Files
ED Team NineLine Posted August 11, 2014 ED Team Posted August 11, 2014 (edited) Yup, mist or even the Random Condition in the ME might work, but possible you could get all the units or none. MIST is better if you want random locations so you yourself wont know where things will be places... Edited August 11, 2014 by NineLine Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
Exorcet Posted August 11, 2014 Posted August 11, 2014 The thing about purely random positioning with MIST is that you might end up with silly locations (EWR on top of a mountain or building for example) unless you're careful with limits. Even with simple triggering, you won't know exactly where to look for a group, especially if you make enough copies. It doesn't take long with Ctrl+C and Ctrl+V. Awaiting: DCS F-15C Win 10 i5-9600KF 4.6 GHz 64 GB RAM RTX2080Ti 11GB -- Win 7 64 i5-6600K 3.6 GHz 32 GB RAM GTX970 4GB -- A-10C, F-5E, Su-27, F-15C, F-14B, F-16C missions in User Files
rubblebeam Posted August 11, 2014 Author Posted August 11, 2014 Excellent news. Thanks for all the info everybody. I will look into MIST. Appreciate to replies. Good Grief
Recommended Posts