strikers_blade Posted April 14, 2021 Posted April 14, 2021 (edited) I searched the forums, hoggit and google without luck. I am looking for a "load random mission" feature similar to what the ME "load mission" action offers. THIS IS NOT about in game missions but rather the .miz loading. Hoggit mention the load_next_mission (https://wiki.hoggitworld.com/view/DCS_func_load_next_mission) but that is pretty much it. Any of you ever coded such feature (or I am just dumb and it is already available in plain sight ) Any help totally appreciated. Edited April 14, 2021 by strikers_blade My systems: Windows 10 64 bits I7-8700k 32.0 GB RAM 500Gb SSD Asus ROG 2080ti HP Reverb Windows 10 64 bits I7-6820HQ CPU @ 2.70Ghz 32.0 GB RAM 500Gb SSD Nvidia Quadro M4000M TrackIR 5
StevanJ Posted April 14, 2021 Posted April 14, 2021 You can build one, But it (itself)- will be a mission. Open a mission file. Time more than 1 Set random flag value (Flag 1 Value 1-5 * being the number of missions you want to randomise) If Flag 1 value = 1 open mission *Kill Bandits etc If Flag 1 value = 2 open mission *Ground destroy etc and so on and so forth for each new mission you want to add. It shouldnt take long to load if there are no units in the map. But then all you need to do is call the mission **Strikers Gamble** And add it to your Quick mission menu. Hope that helps..
strikers_blade Posted April 14, 2021 Author Posted April 14, 2021 15 minutes ago, StevanJ said: You can build one, But it (itself)- will be a mission. Open a mission file. Time more than 1 Set random flag value (Flag 1 Value 1-5 * being the number of missions you want to randomise) If Flag 1 value = 1 open mission *Kill Bandits etc If Flag 1 value = 2 open mission *Ground destroy etc and so on and so forth for each new mission you want to add. It shouldnt take long to load if there are no units in the map. But then all you need to do is call the mission **Strikers Gamble** And add it to your Quick mission menu. Hope that helps.. Indeed, that is a good way to do it, I was just looking for an easy and quick one liner Building one using your idea will work as long as the other missions are already pre-loaded in my flag listing and if the mission names don't change. So definitely doable, just more management on my side. Thank you sir for the feedback. My systems: Windows 10 64 bits I7-8700k 32.0 GB RAM 500Gb SSD Asus ROG 2080ti HP Reverb Windows 10 64 bits I7-6820HQ CPU @ 2.70Ghz 32.0 GB RAM 500Gb SSD Nvidia Quadro M4000M TrackIR 5
Recommended Posts