• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Multiplayer Prox Trig

Messages
87
Country
spain
Hi again, friends:

In a multiplayer mission, do you know any way to fire an action when ALL the player ARE INSIDE of a rectangle area ? ( I'm meaning NOT when all of them has entered)

Thanks !

And excuse my english, please
 
Hi again, friends:

In a multiplayer mission, do you know any way to fire an action when ALL the player ARE INSIDE of a rectangle area ? ( I'm meaning NOT when all of them has entered)

Thanks !

And excuse my english, please

You man when all the players are inside the area? The only way I can think this can work is with a proximity trigger and a counter trigger. Each time a player enters the area the proximity trigger fires a count action that affects the counter trigger. When the counter trigger reach the players count it fires whatever action you want.

Problems:

a) You need a fixed number of players for this to work, since you can't change the count target dynamically.
b) You need another trigger in case a player exits the area before all of them are inside. This trigger must decrease the counter in the counter trigger.


I don't know if there is a way for FSX to know how many players there are. I haven't seen a variable that does that.
 
Thanks fot your answer,I considered the same way that you describes, but I found the same problems.I've made changes and now I'm using a countdown to line up and start!
 
Back
Top