Skip to content

Black Square Add-Ons

3.0k Topics 18.0k Posts

Subcategories


  • 274 Topics
    2k Posts
    D
    First of all, i must mention how much absorbing and fun it is to fly the caravan pro! Theres always something new in each flight and the model behaves like a living companion! Now on the same note, could you please also inform whether a skydive variant is also on cards? Its ok if it isnt, but asked just for curiosity sake. The model is already exceptional
  • 258 Topics
    2k Posts
    D
    Ahhhh, NOT the one I am using. Thanks!!!!
  • 225 Topics
    1k Posts
    G
    Can we please get this implemented for all BS aircraft? It turns sloooooow in legacy mouse mode. I don’t use lock mode because asobo won’t get rid of the immersion breaking blue highlights for some reason. Thanks.
  • 568 4k
    568 Topics
    4k Posts
    E
    would also like to see some new things for the starship. the plane is still my absolute favorite BS plane. special place in my hangar. heart warming to see it and to get on board.
  • 564 Topics
    3k Posts
    A
    @Pondimus Came here looking exactly for this - unfortunately the avatar from 2024 is a bit buggy, it keeps twitching and breaking immersion. I wish there was a way to totally disable 2024's avatar and use the Just Flight Co-Pilot model from 2020 in 2024 instead.
  • 47 276
    47 Topics
    276 Posts
    M
    @Black-Square Sorry about that one - for some reason I thought real taxiways changed the pavement markers too. Here's another one today: CYHZ Runway 32/14 - all of the signs say 23-05. Runway 23-05 is correctly marked. Let me know if you want me to continue to tag you on these - or just post and let you get to them when you can.
  • 463 Topics
    2k Posts
    J
    Assuming the updated manual will be released before the next update, Just Flight normally takes a bit before the downloads are updated themselves.
  • 438 3k
    438 Topics
    3k Posts
    C
    Hello!! And greetings I've been exploring and digging into the different systems in the TBM 850, trying to understand better how everything works. While doing this, and after many hours of flight, I came across a few oddities and bugs I wanted to share with the developer, in the case any of these were unknown. When the EADI fails (via the tablet or circuit breaker) engaging "CMPST" mode turns OFF the EHSI. Both screens ends up being disconnected. When raining, raindrops are flowing in the opposite direction in most cabin windows (Inside View). This is more noticeable at lower speeds or during taxi. The DME in the EFIS is unable to hold NAV1 frequencies (holding NAV2 frequencies do work). Copilot's DME is unaffected and working fine. When the "AP / Trim Master" switch is in the "AP OFF" position, cockpit Electric Trims buttons are not working (using keybinds do work). All of the above could be replicated in both 2020 and 2024. The following one only happens in 2024: The "AP Disc" button in the yoke do not disconnect the Flight Director. It disconnects the Autopilot in the first press, it removes all autopilot modes in the second press, but Flight Director remains active (showing a climb pitch angle, similar to pressing the TOGA button). I need to say, genuinely, that the TBM 850 is my favorite aircraft in the Sim. My intention is merely to provide constructive feedback to the developer. It's an amazing aircraft, honest congratulations for your work. Have a great day!!
  • Comm Power Circuits in Black Square Products

    16
    0 Votes
    16 Posts
    441 Views
    Magenta LineM
    I made a Lua script for FSUIPC7 that sets the active frequency to a dummy frequency when COM CIRCUIT ON is off, and restores it to the previous frequency when COM CIRCUIT ON is on, for COM1 and COM2 separately. (Initially I tried using SI's start/stop ATC keybind, muting the whole SI app, changing COM volumes, and changing COM receive selection, but changing the frequency worked out the best.) Requires the payware version of FSUIPC7 to run. com1_power_offset = 0x66DE -- A:CIRCUIT COM ON:1 com2_power_offset = 0x66DF -- A:CIRCUIT COM ON:2 com_active_hz = {} com_active_hz[com1_power_offset] = 0x05C4 com_active_hz[com2_power_offset] = 0x05C8 RADIO_SET_HZ = {} RADIO_SET_HZ[com1_power_offset] = 67240 RADIO_SET_HZ[com2_power_offset] = 67242 stored_frequency = {} stored_frequency[com1_power_offset] = nil stored_frequency[com2_power_offset] = nil dummy_frequency = 111000000 function check(power_offset,power_status) if power_status == 0 then stored_frequency[power_offset] = ipc.readUD(com_active_hz[power_offset]) ipc.control(RADIO_SET_HZ[power_offset],dummy_frequency) else if stored_frequency[power_offset] then --script is meant to be run before radios are first turned on, but check just in case ipc.control(RADIO_SET_HZ[power_offset],stored_frequency[power_offset]) end end end event.offset(com1_power_offset,"UB","check") event.offset(com2_power_offset,"UB","check")
  • Your fan club on Avsim..

    2
    1 Votes
    2 Posts
    125 Views
    M
    I've been posting in that topic also. I'm a massive blacksquare fan
  • BlackSquare KingAir Professional for MSFS2024

    42
    1 Votes
    42 Posts
    7k Views
    P
    My God, I’m so anxious for an update from Black Square regarding the upcoming releases, but especially the King Air… I’m really excited for any news about the King Air.
  • Avidyne IFD 550/540 in Black Square addons

    15
    5 Votes
    15 Posts
    1k Views
    R
    @Black-Square I've never encountered a problem with anyone's hot-swapping (as far as I know), so I assume most 3rd party devs must be doing it "responsibly," so to speak. In that same discussion, an A2A dev is talking about how many variants they would have to have for their planes if they wanted to accommodate customers' requests without hot-swapping... I don't envy any of you the job of pleasing all of us lol
  • Commander 114

    3
    1 Votes
    3 Posts
    346 Views
    DrZGardD
    @Black-Square Any chance it will have an optional configuration with the IO580 320hp STC?
  • Icing

    3
    0 Votes
    3 Posts
    95 Views
    M
    I did not check the live schematic when it happens. But it dose give me AC volts in the green. I checked just now and its dose go on in the schematic. I do not have any wheater addons. Also dont have any failures on the EFB.
  • Beacon Lights at night

    4
    0 Votes
    4 Posts
    211 Views
    Black SquareB
    Ah, thank you for uploading the video. That's exactly what I needed to see what you were talking about. That is an artifact of MSFS 2024's exposure compensation. You might be familiar with exposure compensation as the bright white skies you experience for a few seconds when looking up from a dark instrument panel. There are settings related to exposure compensation in the simulator's graphics menu, and you might be able to find more online about how to fine tune this feature. Please let me know if there is anything else I can do for you in the meantime.
  • state save after reinstalling

    3
    0 Votes
    3 Posts
    106 Views
    M
    Thanks for the anwser. Guess I will find out. Also thanks for the amazing products. Really enjoy them.
  • Twin Otter?...

    10
    0 Votes
    10 Posts
    823 Views
    H
    A BlackSquare Twin Otter would be amazing. It would fit right into the BlackSquare portfolio and is something different from the existing aircraft.
  • Velocity XL - missing trim label in PFD

    1
    0 Votes
    1 Posts
    164 Views
    No one has replied
  • What State Savings should we get with MSFS2024 SU5

    4
    0 Votes
    4 Posts
    253 Views
    Black SquareB
    Thanks for sharing. That always makes my day to hear. You know where to find me, so let me know if there is ever anything I can do for you!
  • Will This SU5 fix resolve these issues with Black Square Piston Twins?...

    3
    0 Votes
    3 Posts
    219 Views
    B
    @Black-Square On #2 I meant an accumulator failure.. It was a slip on my part. I had reported this to you a few months ago. I edited my OP to correct my mistake. On #3, when I am demonstrating procedures for OEI, sometimes I can't get the prop to fully feather and I have to dive to get the inop engine RPM well above 1500 rpm and then quickly pull to feather detent. It's never that specific to get the prop to feather in the Baron.
  • MSFS 2020 Dynamic Registration Starship

    2
    0 Votes
    2 Posts
    66 Views
    Black SquareB
    If I understand what you're looking to do, this would be determined solely by the font you include in your package. You should be able to accomplish almost any effect you're looking for, so long as you're willing to edit the font.
  • Black Square Custom Failure Notes

    14
    0 Votes
    14 Posts
    726 Views
    Black SquareB
    @Buzz Easy fix. Thanks.
  • Black Square Jetstream or B1900 request

    15
    2 Votes
    15 Posts
    1k Views
    H
    @Buzz thanks for posting that, the Command 114, 685 and 690B look interesting, especially the 690B. Hoping the King Air is next to release.
  • Velocity XL

    2
    0 Votes
    2 Posts
    119 Views
    Black SquareB
    @SchnauzerMan Hello, I am here, always working on my airplanes I don't really know. Just not enough posts to warrant it, I guess. Just Flight manages the forums. I just develop the aircraft. Have you updated your TDS installation lately? Those all sound like issues inherent to the Working Title G3X and TDS GTNxi interconnectivity, not the aircraft specifically. I haven't heard any other reports like this, despite the aircraft being update about a year ago with these new features, and being tested by the TDS developer himself, so hopefully it's just an outdated installation. It would also be helpful to know if you're using MSFS 2020 or 2024, in case we need to provide more information for him to investigate.
  • Updated Installers

    feedback
    6
    1 Votes
    6 Posts
    483 Views
    M
    @Rich Hi Rich! I think I have noticed a bug with new installers you're using for the Caravan Pro. On initial install, you can select a custom directory, which I did for v1.0. However, after downloading the updated v1.1 installer from the website just now, here is what happened. Normally, the installers can handle updates themselves without having to uninstall the old version. However, this time, even though it said in the installers UI that is was updating from v1 to v1.1 - it did not respect my original custom directory. It deleted the old v1.0 files, and then installed the new v1.1 into the MSFS 2024 community folder like the legacy installers would. Could it be rectified so that when updating an existing addon with InstallShield, it respects your custom install directory of the existing installed addon? Thank you
  • 0 Votes
    8 Posts
    411 Views
    B
    @Black-Square Sounds good.
  • Immersion killed due to bad ice effect on static prop cones

    3
    0 Votes
    3 Posts
    262 Views
    P
    @Buzz It’s not about staring at the plane from the outside, it’s about visual consistency. Since the spinners are part of the pilot's field of view, a static ice effect on a rotating part looks like a glaring oversight. Black Square is known for 'study-level' systems, so the visuals should match that level of detail. As I mentioned, Just Flight has already proven it’s possible to do it right.
  • Signal Degradation Library, Mod, or Add-On

    1
    0 Votes
    1 Posts
    97 Views
    No one has replied