FlightControl Posted November 2, 2017 Posted November 2, 2017 Hi, Find this new capability within the MOOSE framework, which is around an automatic process to dynamically Guard and Capture Zones on Coalition level. Watch this video that explains the concept and shows a little demonstration: 0m6K6Yxa-os Find the documentation of the ZONE_CAPTURE_COALITION class here: http://flightcontrol-master.github.io/MOOSE/Documentation/ZoneCaptureCoalition.html Documentation is still in progress. I need to extend the documentation with examples, but already I am making a couple of test missions that you can find here: https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/Release-2.3/CAZ%20-%20Capture%20Zones/Caucasus This is work in progress, but I encourage you if you like this class, to start using it in your missions. Once it is used, questions or ideas may arise that can be added within the class for others to use also. Kind regards, Sven [TABLE][sIGPIC][/sIGPIC]| Join MOOSE community on: DISCORD :thumbup: Website of the MOOSE LUA Framework. MOOSE framework Downloads. Check out Example Missions to try out and learn. MOOSE YouTube Channel for live demonstrations and tutorials. [/TABLE]
ESAc_matador Posted November 2, 2017 Posted November 2, 2017 This is great. Let me ask you. This can control the number of units moving aorund?. I am scared to overload the C P and create lag.
FlightControl Posted November 3, 2017 Author Posted November 3, 2017 This is great. Let me ask you. This can control the number of units moving aorund?. I am scared to overload the C P and create lag. You are completely in control of the actions you do when zones get captured, guarded, when they are attacked or become empty. The trick is to develop the event handlers. You can use the other moose classes to spawn in groups, send messages, play sound, submit tasks to players, activate zones, ... you name it. R_2dkz57IAU [TABLE][sIGPIC][/sIGPIC]| Join MOOSE community on: DISCORD :thumbup: Website of the MOOSE LUA Framework. MOOSE framework Downloads. Check out Example Missions to try out and learn. MOOSE YouTube Channel for live demonstrations and tutorials. [/TABLE]
fargo007 Posted November 5, 2017 Posted November 5, 2017 Another nice one. This lends itself very well to "Capture the Flag" type scenarios built right into the mission, or when the nature of the mission is to occupy and hold ground. Have fun. Don't suck. Kill bad guys. https://discord.gg/blacksharkden/
Toumal Posted January 10, 2022 Posted January 10, 2022 Hey there! Old thread but... I recently tried these callbacks to be notified when all units of a certain coalition had been destroyed in a given zone. However, if I destroy the last enemy unit in the zone the callback does not fire. Is this supposed to work still or is that a known issue?
Recommended Posts