
SageMage Schüler
- aus Austria / Italy
- Mitglied seit 15. März 2025
- Letzte Aktivität:
11. Juli 2025 um 20:56
- Beiträge
- 68
- Erhaltene Reaktionen
- 83
- Punkte
- 438
- Profil-Aufrufe
- 105
SageMage hat eine Antwort im Thema Aerofly FS 4 app icon issue on MacOS verfasst.
Seen the same on my machine.
SageMage hat eine Antwort im Thema Aerofly FS4 SDK - External DLL verfasst.
[…]
To clarify - when I read about a FFB platform I imagined one of those tilting rigs used in motorsport simulation.
I wasn’t aware you guys meant the force feedback on the stick.
Uhm… depends a lot on what kind of inputs the MOZA system accepts.
If you can calculate out of the sim data provided by the DLL the force on the control surfaces (so more or less a model as Jet-Pack suggested), then you would be able to tell how much force to provide.
But still - depends how fast is the DLL,…
SageMage hat das Thema Airbus A320 A/P takes shortcuts gestartet.
Dear IPACS,
I am writing to ask a clarification on a certain A320 behaviour during A/P usage following a flightplan. I have seen when there is some sort of "loop back" of the flightplan or a large bend used to change direction, the A/P decides that the flight plan further up is closer and cuts away the large radius curve to shorten the flight and jump to the next section.
This can be reproduced on standard listed flight (Graz to Zurich).
After ZUE, on descent, the A/P takes "shortcuts", but I…
SageMage hat eine Antwort im Thema Aerofly FS4 SDK - External DLL verfasst.
[…]
Yeah as a data point (without using AI and trying to stay out of IP issues) - in my line of work this kind of applications are done via etherCAT as the simulation data needs to:
- arrive at 5 to 10kHz to be usable
- need to be run with it's own realtime node.
You absolutely do not want the simulation starting to drop frames because windows started the antivirus.
In addition, once you start to use FFB or anything with humans, a lot of safeties needs to be backed it, like watchdog signals…
SageMage hat eine Antwort im Thema Aerofly FS4 SDK - External DLL verfasst.
That's awesome - I would like to implement it but on Mac that seems a big no no.
Hopefully one day...
SageMage hat eine Antwort im Thema SayIntentions.AI verfasst.
@jpx as you can see the community came together and built a basic sayintentions integration. Would you be so kind to try and see if it works?
SageMage hat eine Antwort im Thema SayIntentions.AI verfasst.
Done - that was easier than expected!
SageMage hat eine Antwort im Thema SayIntentions.AI verfasst.
[…]
Believe me or not but I never had a pull request up until now 😂 as you prefer
SageMage hat eine Antwort im Thema SayIntentions.AI verfasst.
[…]
Totally forgot about this. I should implement it together with the XAIRCRAFT UDP package… :/
SageMage hat eine Antwort im Thema Aerofly FS4 UDP Flight Data recorder and Replay - Rewinger verfasst.
To be fair some sort of roadmap would be nice…
SageMage hat eine Antwort im Thema Aerofly FS4 UDP Flight Data recorder and Replay - Rewinger verfasst.
[…]
Just published in the github under /docs:
https://github.com/AeroSageMage/rewinger/blob/main/docs/XAIRCRAFT_UDP_Protocol.md together with the foreflight for future reference
SageMage hat mit
auf den Beitrag von Jugac64 im Thema Aparently UDP stream sends glider's tow plane data reagiert.
SageMage hat eine Antwort im Thema Aerofly FS4 UDP Flight Data recorder and Replay - Rewinger verfasst.
Note:
UDP packet XAIRCRAFT is an experimental message generated via GUI_send_udp_data.py that contains additional aircraft data (e.g. callsign, airplane type,...) and can be used for future implementations.
In the future it can contain things like radio status, TCAS, ...
SageMage hat eine Antwort im Thema Aerofly FS4 UDP Flight Data recorder and Replay - Rewinger verfasst.
Dear all,
small changes with Rewinger:
Key Improvements:
Simulator-Agnostic UDP Parsing:
Rewinger now supports UDP packets from multiple flight simulators (Aerofly FS 4, X-Plane 12, MSFS, and others) using the ForeFlight protocol. The simulator name is automatically detected and displayed in the UI.
Traffic & Aircraft Data Handling:
The app now cleanly separates traffic data from simulator data, ensuring correct labeling and display for both your own aircraft and AI/online traffic.
Custom…