• 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.

Server Tool Development

Messages
497
Country
unitedstates
Hello again everyone,

I have a question. I am very new to all of this and learning. Forgive me for my lack of understanding. I thought perhaps someone may know the answer.

If everyone flying in the session is running a client, can those clients receive a signal from a server that would do an action? I realize the client would need to be an app written to accommodate such functions. I am interested in be able to issue failures and such. Perhaps send text message to the screen, etc.
!

YES .. you "Could" write both a client side, and a server side application, ( and some Communication Transport software), and do as you suggest. You MIGHT even be able to Piggy_Back your data on some existing MP variable.

Additionally, is there a way to remotely change the server time/day/weather without having to restart it? QUOTE]

I wish there was. Changing the weather on the server would appear to be possible, but then, it is questionable if thet will update the weather of EXITING connected clients.

The TIME is more difficult. Changing the time on the server, does NOT permanently update the time on the clients .. there appears to be some MP CLOCK that is set at the start of the session on the sever, and that is used to SYNC the time on the clients. There is no apparent access to this "MP CLOCK". ( wish there was ... hoping for it in a future Simconnect !! )

Geoff_D
 
Back
Top