September 16, 2025Sep 16 Hello, Still have a problem with the popouts, Now I have a new monitor 3440 / 1440 ultrawide If I want to popout the CDU of the Blacksquare spaceship, it does not find the correct clickspot. Also if I do track and change mouse position it does not work. The preconfigured mouse position is totally different then the ones in the json files. In the main json files it says that I have a 4K 3840 x 2160 resolution but that is not correct I have Ultrawide. It seems that the mouse position AAO finds is not correct when I put it i the config Json files. Does it have to do with the wrong resolution in the config.json files? Gr. Robert
September 17, 2025Sep 17 Commercial Member The files are Javascript, not JSON. Make sure that you don't break the code when editing them. The auto popout is essentially hard coded. It cannot fit all sizes, it must be adapted to your particular computer and monitor. IIRC the BKSQ Starship has a bug anyway, you can't pop out the CDU in a single stroke. One has to target the instrument next to it, press the right ALT key, press the mouse button, then pull over the mouse to the CDU and release everything. This is reflected in the js code in the index.html ("function popout(){") By default the index.html page tries to find the main simulator window and read its coordinates and size. Then it will adjust the mouse position relative to these values (see: "popscr3 = ..."). If that doesn't work on your computer, replace this code with hard coded values that do work for you. Bear in mind the bug described above, keep an eye on what the mouse is doing so you get the right sequence. Alternatively, just pop out the CDU manually before going to the WebPage. Edited September 17, 2025Sep 17 by Lorby_SI LORBY-SI
September 17, 2025Sep 17 Author 1 hour ago, Lorby_SI said: The files are Javascript, not JSON. Make sure that you don't break the code when editing them. The auto popout is essentially hard coded. It cannot fit all sizes, it must be adapted to your particular computer and monitor. IIRC the BKSQ Starship has a bug anyway, you can't pop out the CDU in a single stroke. One has to target the instrument next to it, press the right ALT key, press the mouse button, then pull over the mouse to the CDU and release everything. This is reflected in the js code in the index.html ("function popout(){") By default the index.html page tries to find the main simulator window and read its coordinates and size. Then it will adjust the mouse position relative to these values (see: "popscr3 = ..."). If that doesn't work on your computer, replace this code with hard coded values that do work for you. Bear in mind the bug described above, keep an eye on what the mouse is doing so you get the right sequence. Alternatively, just pop out the CDU manually before going to the WebPage. Thanks for your fast reply! Popping it out first worked like a charm. Still needed to adjust the size a lot in the javascript file before it fitted on the tablet, but now it works!
November 26, 2025Nov 26 @rob0203 Hi, I'm facing a similar problem, how did you fix yours? My CDU is "cut out" at the bottom, I can play with the coordinates from the config file to get it centered.. but is still cuts off at the bottom like cropping a picture. I am also using a ultrawide with 3440x1440.
November 26, 2025Nov 26 Author 17 hours ago, MikeyFlyz said: @rob0203 Hi, I'm facing a similar problem, how did you fix yours? My CDU is "cut out" at the bottom, I can play with the coordinates from the config file to get it centered.. but is still cuts off at the bottom like cropping a picture. I am also using a ultrawide with 3440x1440. You just need to play around with the numbers a bit, and then see how it goes. I don't have the Starship installed at the moment.
November 26, 2025Nov 26 Yes, I had to fiddle with the crop numbers in index.html and then those in config.js to align it but got it working. All I need now is a full sized cockpit😄
Create an account or sign in to comment