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 7.4k 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.
  • 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! <3

                    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 Offline
                            DerekD Offline
                            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
                                  • Nicotine70N Offline
                                    Nicotine70N Offline
                                    Nicotine70
                                    wrote on last edited by
                                    #29

                                    is that similar issue than this thread ?
                                    https://community.justflight.com/topic/6342/cannot-move-tablet-around/14
                                    people had to switch sim interaction mode from Legacy to Lock in accessibility setting

                                    A 1 Reply Last reply
                                    0
                                    • Nicotine70N Nicotine70

                                      is that similar issue than this thread ?
                                      https://community.justflight.com/topic/6342/cannot-move-tablet-around/14
                                      people had to switch sim interaction mode from Legacy to Lock in accessibility setting

                                      A Offline
                                      A Offline
                                      AForsbom
                                      wrote on last edited by AForsbom
                                      #30

                                      i did try to change the mode to "interaction mode from Legacy to Lock" I still can not touch anything on that iPad unless I am looking around in middle-mouse and aiming the center of my screen on what I want to select on Ipad
                                      and when I did go to Lock mode. i was able to move the iPad but sill not able to touch it / select any thin on it

                                      1 Reply Last reply
                                      0
                                      • Nicotine70N Offline
                                        Nicotine70N Offline
                                        Nicotine70
                                        wrote on last edited by
                                        #31

                                        did you made some change to your mouse control ? if yes maybe give it a try with default mouse control (for that just go to control setting, select your mouse, press M to enter profile manager and create a new profile, it should create a new profile with default control ?)
                                        also have you tried with no other mode to be sure it s not another mode conflicting ?

                                        A 1 Reply Last reply
                                        0
                                        • Nicotine70N Nicotine70

                                          did you made some change to your mouse control ? if yes maybe give it a try with default mouse control (for that just go to control setting, select your mouse, press M to enter profile manager and create a new profile, it should create a new profile with default control ?)
                                          also have you tried with no other mode to be sure it s not another mode conflicting ?

                                          A Offline
                                          A Offline
                                          AForsbom
                                          wrote on last edited by AForsbom
                                          #32

                                          @Nicotine70 Yes i have not changed any thing on the mouse controls and I rest them
                                          https://drive.google.com/file/d/14lV9CQHQbLAX1yPHI5TKaXvrDMSQ2Vwy/view?usp=drive_link
                                          ass you can see in the videos
                                          https://drive.google.com/uc?id=1JjMWOmKNwKTQvHZ-ixHO4f8RzJoi9WQc

                                          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