Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. Black Square Add-Ons
  5. Starship
  6. Airspeed trend line missing in version 1.1

Airspeed trend line missing in version 1.1

Scheduled Pinned Locked Moved Starship
7 Posts 5 Posters 354 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Online
    M Online
    MarkS
    wrote last edited by
    #1

    The magenta airspeed trend arc is no longer appearing on the tip of the airspeed needle in version 1.1 (2024). Anyone else seeing this?

    1 Reply Last reply
    1
    • J Offline
      J Offline
      JetNoise
      wrote last edited by
      #2

      Yes, 1st loading into the a/c and first flight with 1.1

      1 Reply Last reply
      0
      • J Online
        J Online
        jmarkows
        wrote last edited by
        #3

        Seeing the same in MSFS 24 SU2.

        1 Reply Last reply
        0
        • Black SquareB Offline
          Black SquareB Offline
          Black Square
          Black Square Developer
          wrote last edited by
          #4

          Agh. Disgusting. I can't believe I missed that. I was just trying to clamp the windup so it wouldn't take five seconds to come back into range after using slew mode, but I must have gotten distracted with something else.

          If you want to fix it immediately, locate...

          ...\Community\bksq-aircraft-starship\bksq-aircraft-starship\html_ui\Pages\VCockpit\Instruments\NavSystems\bksq-aircraft-starship\ASI\ASI.js
          

          Search for: this.airspeedTrendSpeed = this.linearValueFilter

          And replace that line with...

          this.airspeedTrendSpeed = this.linearValueFilter(this.airspeedTrendSpeed, this.clamp(this.indicatedAirspeed + ((10000 / this.deltaTime) * airspeedChange), this.indicatedAirspeed-100, this.indicatedAirspeed+100), 0.95);
          

          So sorry about that.

          1 Reply Last reply
          9
          • J Online
            J Online
            jmarkows
            wrote last edited by
            #5

            Yep, that looks to have done the trick. I took a brief look at the line that's being replaced; I don't speak JS, but it looks like it was clamping the wrong thing? Was it just always displaying a speed trend of 0?

            1 Reply Last reply
            0
            • Black SquareB Offline
              Black SquareB Offline
              Black Square
              Black Square Developer
              wrote last edited by
              #6

              Something like that. The clamp function was around the wrong parameters, so it was generating "Not-a-Number".

              1 Reply Last reply
              0
              • C Offline
                C Offline
                Captain Bakon
                wrote last edited by
                #7

                Thanks Nick! it's working again 🙂

                1 Reply Last reply
                0
                • MarionetteworkM Marionettework referenced this topic
                • OrlaamO Orlaam referenced this topic
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users