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. Piston & Turbine Dukes
  6. Important Information about the Release

Important Information about the Release

Scheduled Pinned Locked Moved Piston & Turbine Dukes
42 Posts 24 Posters 12.8k Views 5 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.
  • L Offline
    L Offline
    Lemny
    wrote on last edited by
    #4

    Does... does it mean... where is the "shut up and take my money" button? where?!!! TELL MEEEEE!!! 😱πŸ€ͺ🫨

    1 Reply Last reply
    1
    • V Voice of Reason

      So, with all of the noise and conjecture about SU15 and how this is going to affect things when it comes to the Dukes releasing we thought it wise to try and calm the water and help clarify things for you all. Can I please point you to this news item (link below) that we've just this morning published.

      This fully explains the situation, the options you will have and what you'll need to do when installing the Duke(s) and then what needs doing as and when SU15 releases.

      Really hope this helps and by all means spread the word regarding this news item.

      Thank you.

      https://www.justflight.com/articles/black-square-msfs-dukes-important-notes-about-the-aircraft

      RandolfR Online
      RandolfR Online
      Randolf
      wrote on last edited by
      #5

      @Voice-of-Reason So when will it actually be available for purchase?

      V 1 Reply Last reply
      0
      • L Offline
        L Offline
        Lemny
        wrote on last edited by Lemny
        #6

        Me on the piston duke page... 🀣

        keyboard-hyperx.gif

        1 Reply Last reply
        2
        • RandolfR Randolf

          @Voice-of-Reason So when will it actually be available for purchase?

          V Offline
          V Offline
          Voice of Reason
          JF Staff
          wrote on last edited by
          #7

          @Randolf Very soon. As in don't leave the room...

          1 Reply Last reply
          1
          • S Offline
            S Offline
            storemaster
            wrote on last edited by
            #8

            ohoh... guess there are more people F5Β΄ing now xD

            1 Reply Last reply
            1
            • RhinozherousR Offline
              RhinozherousR Offline
              Rhinozherous
              wrote on last edited by
              #9

              Will the the PMS GTN 750 work?

              1 Reply Last reply
              0
              • N Offline
                N Offline
                N111SW
                wrote on last edited by
                #10

                I see its avaiable, however when I try and purchase the bundle I get a product not found error message πŸ™‚

                1 Reply Last reply
                1
                • RandolfR Online
                  RandolfR Online
                  Randolf
                  wrote on last edited by
                  #11

                  Yea, the individual aircraft seem to be available, but can't find the bundle yet πŸ™‚

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    Lemny
                    wrote on last edited by Lemny
                    #12

                    I see the price, but no buy button, only "Email me" πŸ™‚
                    EDIT... now... it's there.

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      JetNoise
                      wrote on last edited by
                      #13

                      We gonna crash their servers, big time πŸ˜‰

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        storemaster
                        wrote on last edited by
                        #14

                        the bundle link is not valid yet?

                        1 Reply Last reply
                        0
                        • R Offline
                          R Offline
                          Robera30
                          wrote on last edited by
                          #15

                          The planes are now able to be purchased separately, but still no bundle link. I'm anxious to get flying!! But I do want the cost savings of buying both!!

                          S 1 Reply Last reply
                          0
                          • R Robera30

                            The planes are now able to be purchased separately, but still no bundle link. I'm anxious to get flying!! But I do want the cost savings of buying both!!

                            S Offline
                            S Offline
                            storemaster
                            wrote on last edited by
                            #16

                            @Robera30 yes there is a bundle link.. available now

                            R 1 Reply Last reply
                            0
                            • S storemaster

                              @Robera30 yes there is a bundle link.. available now

                              R Offline
                              R Offline
                              Robera30
                              wrote on last edited by
                              #17

                              @storemaster right as I posted that comment! good timing

                              1 Reply Last reply
                              0
                              • RichR Offline
                                RichR Offline
                                Rich
                                JF Staff
                                wrote on last edited by
                                #18

                                You should be all clear to purchase now.

                                1 Reply Last reply
                                2
                                • Black SquareB Black Square

                                  To make this information as easy to locate as possible, here is a fresh reminder for any users looking to patch their Working Title GNS 530/430 so that it can be used with the Dukes in SU14. This is only required if you are on SU14 (as opposed to SU15 Beta), and want to use the WT GNS before SU15 and have not done so already for previous Black Square aircraft. As soon as the simulator is updated to SU15, you may disregard this information.

                                  This patch is optional and only for users who wish to use the WT GNS 530 with the Dukes before SU15.

                                  Due to a bug introduced with SU14, the following change can be made to your local copy of:

                                  ...\Official\OneStore\workingtitle-instruments-garmin-gns\html_ui\Pages\VCockpit\Instruments\NavSystems\GPS\WT530\WT530B.js (and WT430B.js)

                                  Search for "Update loop for the main screen", and replace the existing update function with the following:

                                          update() {
                                              var _a, _b;
                                              const isPrimaryInstrument = this.props.options.navIndex === 1;
                                              this.clock.onUpdate();
                                              this.props.backplane.onUpdate();
                                              if (isPrimaryInstrument) {
                                                  (_a = this.autopilot) === null || _a === void 0 ? void 0 : _a.update();
                                                  // Planner update
                                                  const now = Date.now();
                                                  if (now - this.lastCalculate > 3000) {
                                                      this.planner.hasFlightPlan(msfsGarminsdk.Fms.PRIMARY_PLAN_INDEX) && this.planner.getFlightPlan(msfsGarminsdk.Fms.PRIMARY_PLAN_INDEX).calculate();
                                                      // SimVar.SetSimVarValue('K:HEADING_GYRO_SET', SimVarValueType.Number, 0);
                                                      this.lastCalculate = now;
                                                  }
                                                  this.gpsSynchronizer.update();
                                              }
                                              (_b = this.vnavController) === null || _b === void 0 ? void 0 : _b.update();
                                              if (this.currentPowerState === PowerState.On || this.currentPowerState === PowerState.OnSkipInit) {
                                                  this.gpsSatComputer.onUpdate();
                                              }
                                          }
                                  
                                  G Offline
                                  G Offline
                                  Grol
                                  wrote on last edited by Grol
                                  #19

                                  @Black-Square said in Important Information about the Release:

                                  Due to a bug introduced with SU14, the following change can be made to your local copy of:

                                  ...\Official\OneStore\workingtitle-instruments-garmin-gns\html_ui\Pages\VCockpit\Instruments\NavSystems\GPS\WT530\WT530B.js (and WT430B.js)

                                  For Steam users, just go to your community folder then go up one level, you should find your Official folder there along with your Community folder (and of course you go to Official\Steam not Official\OneStore)

                                  1 Reply Last reply
                                  1
                                  • B Offline
                                    B Offline
                                    brennan
                                    wrote on last edited by
                                    #20

                                    lol - no sign on the server for me yet and it's VERY slow - you lot must have slashdotted it

                                    1 Reply Last reply
                                    1
                                    • Black SquareB Black Square

                                      To make this information as easy to locate as possible, here is a fresh reminder for any users looking to patch their Working Title GNS 530/430 so that it can be used with the Dukes in SU14. This is only required if you are on SU14 (as opposed to SU15 Beta), and want to use the WT GNS before SU15 and have not done so already for previous Black Square aircraft. As soon as the simulator is updated to SU15, you may disregard this information.

                                      This patch is optional and only for users who wish to use the WT GNS 530 with the Dukes before SU15.

                                      Due to a bug introduced with SU14, the following change can be made to your local copy of:

                                      ...\Official\OneStore\workingtitle-instruments-garmin-gns\html_ui\Pages\VCockpit\Instruments\NavSystems\GPS\WT530\WT530B.js (and WT430B.js)

                                      Search for "Update loop for the main screen", and replace the existing update function with the following:

                                              update() {
                                                  var _a, _b;
                                                  const isPrimaryInstrument = this.props.options.navIndex === 1;
                                                  this.clock.onUpdate();
                                                  this.props.backplane.onUpdate();
                                                  if (isPrimaryInstrument) {
                                                      (_a = this.autopilot) === null || _a === void 0 ? void 0 : _a.update();
                                                      // Planner update
                                                      const now = Date.now();
                                                      if (now - this.lastCalculate > 3000) {
                                                          this.planner.hasFlightPlan(msfsGarminsdk.Fms.PRIMARY_PLAN_INDEX) && this.planner.getFlightPlan(msfsGarminsdk.Fms.PRIMARY_PLAN_INDEX).calculate();
                                                          // SimVar.SetSimVarValue('K:HEADING_GYRO_SET', SimVarValueType.Number, 0);
                                                          this.lastCalculate = now;
                                                      }
                                                      this.gpsSynchronizer.update();
                                                  }
                                                  (_b = this.vnavController) === null || _b === void 0 ? void 0 : _b.update();
                                                  if (this.currentPowerState === PowerState.On || this.currentPowerState === PowerState.OnSkipInit) {
                                                      this.gpsSatComputer.onUpdate();
                                                  }
                                              }
                                      
                                      RhinozherousR Offline
                                      RhinozherousR Offline
                                      Rhinozherous
                                      wrote on last edited by
                                      #21

                                      @Black-Square Thank you 1000 times for this decision! ❀

                                      1 Reply Last reply
                                      1
                                      • X Offline
                                        X Offline
                                        xender
                                        wrote on last edited by
                                        #22

                                        Looks like the server is going down already

                                        1 Reply Last reply
                                        1
                                        • M Offline
                                          M Offline
                                          mysticfm
                                          wrote on last edited by mysticfm
                                          #23

                                          Awesome news, many thanks. And here I just finished a flight with the Black Square Bonanza. So now I need to go do some yard work. 😞 Oh well, maybe the server will be sorted by the time I’m done …

                                          1 Reply Last reply
                                          1
                                          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