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.
  • 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
                                • R Offline
                                  R Offline
                                  ramonesg
                                  wrote on last edited by
                                  #24

                                  Are servers down?

                                  DerekD LostPilotL 2 Replies Last reply
                                  1
                                  • R ramonesg

                                    Are servers down?

                                    DerekD Online
                                    DerekD Online
                                    Derek
                                    JF Staff
                                    wrote on last edited by
                                    #25

                                    @ramonesg Minor issue connecting to cloud servers has slowed the site down. Just sorting it at the moment. Sadly, this may just be annoyingly coincidental rather than GTA VI-style traffic jam šŸ™‚

                                    1 Reply Last reply
                                    4
                                    • R ramonesg

                                      Are servers down?

                                      LostPilotL Offline
                                      LostPilotL Offline
                                      LostPilot
                                      wrote on last edited by
                                      #26

                                      @ramonesg Fully down for me. I'm refraining from hitting F5 and slowing it down more. Just one tap per second now, down from my 1/10th of a second rate (kidding of course)

                                      1 Reply Last reply
                                      4
                                      • V Offline
                                        V Offline
                                        Voice of Reason
                                        JF Staff
                                        wrote on last edited by
                                        #27

                                        Guys, everything is back up and running now. Apologies for that period of downtime.

                                        Thank you.

                                        1 Reply Last reply
                                        2
                                        • A Offline
                                          A Offline
                                          AForsbom
                                          wrote on last edited by
                                          #28

                                          I cannot interact with the ipad unless I'm in middle mouse lock mode. and aiming the center of my screen on the buttons....

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