Author Topic: GSX with MSFS  (Read 17720 times)

freddie

  • Newbie
  • *
  • Posts: 1
GSX with MSFS
« on: January 13, 2022, 03:59:50 am »
will GSX come to MSFS ?? as i think MSFS2020 need GSX ground services i love it in FSX and i miss it  :-\

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50653
    • VIRTUALI Sagl
Re: GSX with MSFS
« Reply #1 on: January 13, 2022, 08:34:48 am »
Of course it will, and we are working on it for quite some time, but we can't say right now when.

bmaising

  • Newbie
  • *
  • Posts: 25
Re: GSX with MSFS
« Reply #2 on: January 14, 2022, 06:30:18 pm »
hi Umberto, did you got any update from Asobo about the menu implementation inside MSFS?

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50653
    • VIRTUALI Sagl
Re: GSX with MSFS
« Reply #3 on: January 15, 2022, 10:21:23 am »
hi Umberto, did you got any update from Asobo about the menu implementation inside MSFS?

Yes, and it's not very good news, since they said they have no plans to restore that missing functionality from FSX, not at least the way it was in FSX/P3D, with a specific Simconnect call that made the menu appear programmatically.

That's unfortunate, but there are ways to overcome it, either using the new HTML/JS method like several other addons in the tool bar use or, in the worse case, using a custom menu that works by placing an extra window on top of the screen, which is also used by many other add-ons.

The first method is better, because it would work in VR and it's more integrated in the sim, but the biggest problem with it is that is completely undocumented so, every knowledge of it is based on looking at the source code of the default menus AND there have been several breaking changes between updates (it was undocumented, so Asobo didn't feel bound to any kind of backward compatibility), which resulted in many "toolbar addons" stop working, especially after SU5. It has been officially confirmed that documentation work on HTML/JS HAS now started, so we think this will be the route we'll use.

Another issue we still have with the SDK, is another missing feature from Simconnect that always worked since FSX and it's not working in MSFS, is the ability to temporarily block keyboard/mouse/joystick events from reaching the sim, which is required for all things in the GSX editor ( airplane or scenery customization editor or the Quick Pushback ). In previous versions of the SDK, it was documented to be working but, after our report about not really working, they said they don't like the fact an add-on could "steal" keypressess or joystick buttons from the sim, so they changed the documentation recently, removing the feature ( and managed to add a bug in the *documentation* itself too! ) and they wanted to introduced a completely new method to do the same thing in a more reliable way.

Lack of such feature is not affecting GSX only.

Take for example a feature available in some of the best airplane add-ons out there: the ability to momentarily "steal" the PC keyboard to use it as an input for the MCDU, so you can just type something instead of having to click on the buttons. This can't be done right now, because it would require to prevent the sim from getting the keyboard events for as long the "keyboard input" mode is active in the airplane. While reverting to mouse only and VC events might not be a huge loss for a typical MCDU, latest-gen airplanes like the A380 or the A350, which have a FULL SIZE real keyboard as one of their standard input methods, they could benefit a lot from this feature.

So, clearly, something should be done to allow this, and that's was the last we heard from Asobo, they would like to redesign the whole system, to allow add-ons to do that without risking having multiple add-ons stealing events at the same time, causing problems.

So, these are the two main issues we are still missing from the SDK, with the 2nd one being the worse, since Asobo hasn't provided with any kind of ETA for the "new way" to "steal keys", only a generic intention to fix the problem.

But it's not as if we could release GSX tomorrow, if those features would magically appear today. We think a proper GSX for MSFS should feature proper MSFS models with proper MSFS textures, new animations using all MSFS features and proper LOD optimization, and these will take some time, while we wait for the SDK to get where we need to.

Captain Kevin

  • Beta tester
  • Hero Member
  • *****
  • Posts: 1634
  • Captain Kevin
    • Captain Kevin
Re: GSX with MSFS
« Reply #4 on: January 15, 2022, 08:36:49 pm »
My brain hurts trying to read all that, so I'm just going to say that I agree.
Captain Kevin

Kai-Uwe

  • Jr. Member
  • **
  • Posts: 69
Re: GSX with MSFS
« Reply #5 on: February 12, 2022, 01:18:52 pm »
deleted.
« Last Edit: February 12, 2022, 02:23:24 pm by Kai-Uwe »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50653
    • VIRTUALI Sagl
Re: GSX with MSFS
« Reply #6 on: February 12, 2022, 02:44:46 pm »
That's my impression, hopefully I'm totally wrong.

Unfortunately, that's my impression too, they don't seem to be very interested to spend too much time on SDK, except maybe for some airplane-related issues, like WASM having performance problems and being too limited in functionality, which clearly is required to bring advanced aircraft add-ons to Xbox.

In general, it seems they have issues with developing things they "inherited" from FSX, like Simconnect. This seems to be confirmed by the mention they want to redesign the Mission system, which is also derived from FSX, and right now the Mission editor is in a basically unusable state, possibly because they tried to design a node-based UI system around the existing system.

This might be read in two different ways, positive or negative:

POSITIVE:

- They really want to refresh the engine with completely new methods and technologies entirely made by the new team, so they could be better supported, and possibly adding new APIs that might be both more modern and better performing than Simconnect, perhaps making letting it go of its ability to run over a network, which has a strong influence of its design, even when it's run on a single machine.

I wanted to believe this, but then I really don't understand why, after more than a year, they still haven't documented ANYTHING of the new Html/Javascript/Coherent method of creating Gauges and add-ons in general, which IS a completely new part of the sim, with nothing in common with FSX and developed entirely by Asobo. The result is, every add-on out there, is based on reverse-engineering of the default airplanes, and too many times this resulted in things being broken by an update, which is understandable, since we still don't have ANY official documentation of an entire (very important and new ), sub-system of the simulator.

NEGATIVE:

- They don't want add-ons doing things too advanced, because they fear this would confuse Xbox and in general Marketplace users, who usually ( I'm trying to not generalize, but this is mostly the case ) prefer an easier experience with simpler add-ons that have less potential for issues.

A worrying indication of this is the very limited usage case for stand-alone WASM modules.

While WASM gauges can do something, stand-alone WASM modules are extremely limited by the sandbox approach, which is really excessive. While I understand, and even agree with, the prohibition to write anything outside a specific folder that is local of the module itself, it's really overkill denying the ability to *read* outside your own package area. What damage can do an add-on accessing other add-ons in read-only mode ? While a WASM Gauge is reasonably expected to find everything it needs in the airplane own package, a Stand-Alone WASM module which, by definition, runs together with the sim, is not very useful if it can't read anything outside its own package.

This would prevent creating ANY kind of add-on that needs to read (for example), the airport database. Yes, of course, we managed to do that with GSX for MSFS anyway, because we have the Couatl executable, which runs external to the sim, so it can read all airports (except the encrypted ones), but it means these add-on will never by sold on the Marketplace, and will never work on Xbox. We would need to rewrite Couatl as a Wasm module but then, it won't be able to do much, with no access whatsoever outside its own package. We asked long ago for an official API to read the airport database without having to reverse-engineer the .BGL format and wouldn't require any file access to begin with, this is currently one of the most voted SDK proposal, but nobody knows IF and WHEN this new API will come, if ever. Not having this API, will make sceneries bought on the Marketplace to be second-class citizens, because their data can't be read by add-ons. Not just GSX, of course, Flight planners need to read the airport database, for example.

Right now, the ONLY usage case developers have been using stand-alone WASM modules, is to act as Simconnect servers to external .EXE Simconnect clients JUST to give back data which is not normally available through Simconnect, like L:, H: or B: vars and events. With the result that everybody ( and his dog too ), reinvented the same wheel over and over, so now we have several of WASM modules, ALL loaded at start, ALL taking away previous CPU time to the Main Thread, ALL doing the same thing, which could have been easily avoided IF there was a way to get those variable directly through Simconnect OR the stand-alone WASM weren't so limited, so they could be used to do more, instead of acting as dumb slaves to external .EXE which, being external, can do anything they want. Again, an API to get access to these new variables is also one of the top voted SDK request, but nobody has any idea IF and WHEN this API will come, if ever.

So yes, my impression was more negative than positive, we can only hope they'll come up with something new/better/safer to replace the old stuff which, even if it's "old", allowed very complex add-ons.
« Last Edit: February 12, 2022, 06:34:56 pm by virtuali »

Kai-Uwe

  • Jr. Member
  • **
  • Posts: 69
Re: GSX with MSFS
« Reply #7 on: February 14, 2022, 08:59:35 pm »
Sounds not very encouraging :(.
Maybe a solution could be creating an MSFS "professional" for users with advanced claims and more possibilities for developers, maybe without being able using Xbox. They can stay at the "standard" MSFS. Of course this would be not for free but I'm sure may simmers would pay for such a model.

ahuimanu

  • Jr. Member
  • **
  • Posts: 74
Re: GSX with MSFS
« Reply #8 on: February 17, 2022, 02:49:22 pm »
And this is the basket into which all of your eggs are placed?

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50653
    • VIRTUALI Sagl
Re: GSX with MSFS
« Reply #9 on: February 17, 2022, 03:19:26 pm »
And this is the basket into which all of your eggs are placed?

You couldn't possibly expect we'd disclose *everything* we are working on, or how it will work, or when. Obviously, every announcement is made when we are prepared to do it.

Also, your comment doesn't make much sense, considering we JUST released a MAJOR update to GSX for P3D so no, we don't put "all our eggs in the same basket". People are still buying GSX for P3D right now, more than we expected so, as long they'll continue to buy it, we'll continue to support it.

Do you think it would be a wise choice trying to RUSH a GSX release for MSFS with some half-baked hacks, rather than wait to see if we could do it in a better way, possibly we new technologies that might be added to the sim ? Or are you suggesting we should invest in some technologies that might even disappear from the sim one day ?

It's not as if we are not doing anything, we are modeling, and modeling, and texturing, and re-modeling and animating, this is work that needs to be done in any case, regardless which underlying technology GSX will use, and it's the thing which takes most of the time.

rcoultas62

  • Newbie
  • *
  • Posts: 31
Re: GSX with MSFS
« Reply #10 on: February 17, 2022, 07:22:57 pm »
Umberto,

…As "competition is the mother of invention". Do you believe now that X-Plane12 is seemingly starting to aggressively market their update, that this could light a proverbial "fire" under MSFS's seat? And, X-Plane12 might finally start to encourage Asobo to deal with these long overdue "shortcomings"?

I personally don't use X-Plane currently (for no particular reason other than I don't care to maintain multiple platforms at this time), but it still appears to have a very large user base.

It also seems, after reading some forums, that MSFS is really starting to aggravate and frustrate many flight simmers and developers. I'm afraid that this could start driving more, and more people away from MSFS. As you stated
Quote
they don't seem to be very interested to spend too much time on SDK

As a very long time flight simmer, I too am trying to be patient. But in reality aircraft wise, FBW's Airbus is the only aircraft that is keeping me on MSFS right now.

Thank you for all of your hardwork. I love all of my FSDreamTeam products and hope your frustration comes to an end as well.

ahuimanu

  • Jr. Member
  • **
  • Posts: 74
Re: GSX with MSFS
« Reply #11 on: February 19, 2022, 04:08:52 pm »
Umberto, I will be more specific...

Yes, you continue to support GSX/GSX2 and I appreciate it.  If you want to charge for the updates, I'd gladly do so to support that work (honestly).

However, you refuse to update older sceneries (KCLT) in P3D, which is your choice and right, in favor of the new sim.  However, for me, that is placing MOST of your eggs in the MSFS basket as regards to what appears to be the primary footprint of your business - scenery.  This was my point.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50653
    • VIRTUALI Sagl
Re: GSX with MSFS
« Reply #12 on: February 19, 2022, 10:37:06 pm »
However, you refuse to update older sceneries (KCLT) in P3D, which is your choice and right, in favor of the new sim.  However, for me, that is placing MOST of your eggs in the MSFS basket as regards to what appears to be the primary footprint of your business - scenery.  This was my point.

The point is, you cannot make a point, without knowing what we know which is, you know, actual sales figures of, let's say, GSX compared against sceneries.

So yes, continuing to support P3D with GSX for us is NOT "putting all our eggs in one basket", but rather the opposite, because GSX is a far bigger deal than any scenery can possibly be.


Florida1146

  • Newbie
  • *
  • Posts: 17
Re: GSX with MSFS
« Reply #13 on: February 28, 2022, 03:38:02 pm »
Well, I've been "away" for awhile, as FSX got first sidelined while working with MSFS2020, and then removed from my machine. But FSDT is sorely missed - I went and grabbed KEYW to keep FSDT in the loop. And then I wanted to check in and find out what was up with GSX.

Glad to hear you're working on it, and sad to learn that MS/Asobo isn't exactly cooperating. Like you, I feel they're letting X-Box issues get in the way. But I'm a patient guy, and I know you won't let us have it until you've got it done right.
-= Gary =-

pchitkara

  • Newbie
  • *
  • Posts: 13
Re: GSX with MSFS
« Reply #14 on: March 04, 2022, 01:07:06 pm »
A look at the number of objects GSX scans in an update check, one will realize the sheer number. If all of that has to be done from scratch, doing it the right way is bound to take time. Add the new complexities brought by a new platform, one gets the idea or should get the idea.