Search the Community
Showing results for tags 'sector taken'.
Found 1 result
-
Hello everyone, hello community! 🙂 I am about to start testing a new multiplayer style. A new type to me, of course - sector control. I have a tutorial video of how to create such a mission. - inside this video you can see that a sector module has been created, synchronized to a trigger which represents the capture area - it is easy to set x numbers of such areas with modules and triggers to cover the whole map or a larger area, for example, with the option to choose the percentage of presence in order to retake it - let's say I want to create 10 such areas. I need a script that checkes if: example 1: more than 50% of them are taken by one side or another (which means 6 in my case), OR example 2: all of them are taken by one side or another. I think it will be easier to check the second condition, but I am not sure because it won't be easy to hold off all 9 sectors under your control while trying to retake the last one. You will need to place a lot of AIs around them or have a lot of teammates playing with you with proper good skills. So, after all, we need a script for one of these options to be checked, or may be you can mention and add another one as a better solution. In this case, do I need to name the modules OR the triggers and what would the script look like? When a condition is fulfilled it should end the scenario - for example if you play for the BLUFOR (west) or OPFOR (east) and you win or you loose, such a condition can be checked in order to end the scenario. I hope you get the idea. It will be interesting if there's additional condition to make the game longer in a win-loose ratio, let's say 2:1 or 3:2 rounds won for one of the teams. I wonder if this can be done... Thank you in advance and cheers! 🙂