-
Beyond ATC is just not there yet
since the latest ifr update i get often cleared for takeoff airplanes right before i land, then i receive the go around call. Happend now in 3 out of 5 flights. very annoying
-
Need help building AAO WT21 CDU (CJ4, 737Max) native
working like a charm, thank you soooo much :)
-
Need help building AAO WT21 CDU (CJ4, 737Max) native
Hi, i will try to get this working, someone got a plugin for WinWing to get the screen of the WT21 CDU's from MSFS2024. its this plugin for the Community folder: https://flightsim.to/addon/105898/mobiflight-plugin-for-msfs-2024-wt21-cdus the .js script code says it sends the screen via: const MF_CAPT = "ws://localhost:8320/winwing/cdu-captain"; so i need a websocket -> HTTP bridge to get it to work with AaO. With my very limited programming skills and ChatGTP i just go the following code for the main.js const express = require("express"); const WebSocket = require("ws"); const path = require("path"); const app = express(); const port = 9080; const WS_URL = "ws://localhost:8320/winwing/cdu-captain"; let latestData = null; const ws = new WebSocket(WS_URL); ws.on("open", () => { console.log("Verbunden mit MSFS CDU WebSocket"); }); ws.on("message", (data) => { try { latestData = JSON.parse(data); } catch (e) {} }); ws.on("close", () => { console.log(" Verbindung verloren – reconnect in 5s..."); setTimeout(() => process.exit(1), 5000); }); app.get("/cdu", (req, res) => { res.json(latestData); }); app.use("/", express.static(path.join(__dirname, "public"))); app.listen(port, () => { console.log(`CDU läuft auf http://localhost:${port}`); }); my index.html for AaO looks like this <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CJ4 CDU</title> <style> body { background: #111; color: #0f0; font-family: monospace; display: flex; justify-content: center; align-items: center; height: 100vh; } #cdu { display: grid; grid-template-columns: repeat(24, 14px); grid-template-rows: repeat(14, 20px); gap: 2px; background: black; padding: 10px; border: 3px solid #333; } .cell { text-align: center; white-space: pre; } /* Farben */ .c-w { color: white; } .c-g { color: #00ff00; } .c-y { color: yellow; } .c-m { color: magenta; } .c-o { color: cyan; } .c-e { color: grey; } /* Größen */ .small { font-size: 10px; } .large { font-size: 14px; font-weight: bold; } </style> </head> <body> <div id="cdu"></div> <script> async function update() { try { const res = await fetch("/cdu"); const data = await res.json(); if (!data || !data.Data) return; const container = document.getElementById("cdu"); container.innerHTML = ""; data.Data.forEach(cell => { const el = document.createElement("div"); el.classList.add("cell"); const char = cell[0] || " "; const color = cell[1] || "w"; const size = cell[2] === 1 ? "small" : "large"; el.textContent = char; el.classList.add("c-" + color); el.classList.add(size); container.appendChild(el); }); } catch (e) {} } setInterval(update, 150); </script> </body> </html> sadly this did not the trick and i just see the HTML border i created for the screen when i open the html file. So any advice to the right direction appreaciated 🙂 Edit: in short is there a way for me to websocket -> HTTP bridge via Axis and Ohs, or is this not implemented and i need another bridge for that? Mobiflight/Node.js Bridge ?
-
Web-CDU/FMCs with FSS Embraer in 2024
Sorry for hijacking the threat, but i have to say i dont like the switch to popout function instead of "native" version like v1. For me the popout function is not stable enough and kills some fps 😞 So I just hope you will still be able to get the old version up and running Btw Someone managed to get WT21 (CJ4, asobo 737 max) working on winwing mcdu output, so It seems like there is still a way to extract the necessary information https://github.com/tracernz/wt21-mobiflight maybe you can rethink the situation. If not also fine, you did create a amazing tool but maybe it could still be possible to get the old nun popout versions back 🙂
-
Multiframe generation for all GPUs…
Tried it - when using popout Function of panels - CTD - uninstalled 😉
-
How can you guys use Inibuilds KJFK with the Bumps in RWY?!
It works even with photogrametry on , so idk maybe inibuilds should hire that guy 😉
-
How can you guys use Inibuilds KJFK with the Bumps in RWY?!
thanks for the explanation, but can you give an ETA on a fix ? Looking at older threats this seems like it is a problem for some years now :( (or comes back all the time again and again?! )
-
How can you guys use Inibuilds KJFK with the Bumps in RWY?!
Hi, did get myself the inibuilds KJFK for MSFS2020 and i have to say its unusable with the RWY Bumps in 31R and 04R, i can only find old threads for this issue but seems like it never got fixed in the year 2026. How are you guys using the addon then? because i tried everything from removing every other addon from community folder, deleted the SceneryIndex folder, disabled photogrametry (did make it even worse) disabled Rolling cache, but i cannot get rid of the Bumps. Any tips highly requested. Link to Screenshot
-
iFly B737 Max upcoming new EFB explained (YT)
Can you use the efb in browser on external device ? Like the efb of fenix or fslabs. That's the one think I miss in the pmdg's 😞 Edit: should have watched the video first, feature is in the update. Thanks 🙂
-
Seeking IRL pilot advice Fenix vs FSLabs?
thats why i would go with the FSLabs, because the MEL gives it a bit more then just ehe flying from A->B it gives you a bit more challange. but yeah the other Planes are another Level. Just looking forward to the Concord, that will be also a beast to master 🙂
-
Is there a sunglasses add-on for MSFS20/24?
Its a simulator, just change the weather to not see anything when you look out of the window. The reason for the glases is that you can't do it in real life 😉
-
FSHUD 2.0 for MSFS Users
Any ETA on that ? because of the Shutdown of Opensky end of August i'm searching a new ATC Tool, and Navigraph with older AIRAC is very much needed, dont want to spend 10 dollar every month on navigraph. Thinking about P2ATC 3.0 and FSHUD, more inclined to FSHUD when it will have the option for my own Navigraph NAV Database tbh 🙂
-
Logitech Radio Panel
cheaper option would be axis and ohs, but either way you need another program for it to work 🙂
-
FS2020 v FS2024 - which is better?
The Problem is not the loading to the Menu its the loading of the missions and loading Into airports in free flight. Stuck there almost every second loading:(
-
FS2020 v FS2024 - which is better?
currently trying out MSFS 2024 because i got Gamepass for one month, and omg what a word not allowed mess this is 😮 Still constantly stuck at loading screen, tried everything VPN, DNS, Rolling Cache and so on. Nothing helps. Edit: The Problem is not the loading to the Menu its the loading of the missions and loading Into airports in free flight. Stuck there almost every second loading:( Carreer complete mess, getting bad repuatation for landing on the right Runway, getting bad points for entering taxiway in the middle of the runway.... getting no more missions created. This is soooo bad The 1 week i have seen enough to go back to 2020, even the graphics doesn't seem to be so much better, the only things i liked where the clouds are less grainy and the performance was good not even a single stutter or lag while panning the view. But on the other hand 2020 with autofps is also getting very smooth
Bam2000
Members
-
Joined
-
Last visited