Everything posted by mrm0508
-
737-800 unable to land
You can select the N1 reference option in the FMC PMDG Setup
-
New CDU for MSFS2024 PMDG B738
Axis and Ohs provides interfaces to many FMC's
-
Possible AAO fix for msfs2024 TAT at altitude bug?
No, this is an issue with Live weather, there isn't a way for AAO to turn live weather off for you.
-
MSFS 2024 PMDG 737 FMC
You might as well add the PMDG_737MSFS_Data also
-
MSFS 2024 PMDG 737 FMC
Make sure you have enabled data in the aircraft ini file
-
Building a Script To Create a Toggle
To toggle a variable from 1 to 0 or 0 to 1 this operation works well: (V:TheVariable) ! (>V:TheVariable) This basically reads the variable then flips its binary value and writes it back to the same variable
-
iFly 737Max8 HUD control?
I use 100·(>L:VC_HUD_MOVE_VAL,·number) for HUD down, 0·(>L:VC_HUD_MOVE_VAL,·number) for HUD up
-
Script start for FlightFX C750
I created the start of scripts for the C750. Right now, it has the APU Panel, Power Panel, some Ext Lights, and Autopilot....enough to get you started anyway. C750 script
- AAO and MSFS2024
-
AAO and MSFS2024
Trying to get the aao-tablet package working with the PMDG -200ER since it uses the same variables as the -300ER. I created a pmdg-777-200er folder with the html file within the package and ran the layout generator. When I run the sim, it shows that the html page is not being loaded into the VFS. Is there something I am missing?
-
PMDG 777 under MSFS2024
I get sim CTD's when AviaServer 2024 is running (both 2020 and 2024 sim versions). It happens at random times, but it always crashes at some point when the server is running with a memory violation code. I have no sim crashes when the server is not running. Is there a log file I can send you? Mike
-
737 FMC suddenly stopped working in MSFS2024 Beta
The webFMC is working for me in 2024 using the PMDG 777-200ER, however it only works locally, even when using an IP instead of "localhost". It won't connect to the webapi if I use a tablet or phone.
-
MSFS2020 - CTD using Aircraft Automated Scripts in flight
The sim CTD's about 5 seconds after accessing the Aircraft Automated Scripts, even if I don't make any changes in the scripts. I mostly fly PMDG aircraft and this happens in the 737 and 777 models. Is there a log file that would be helpful?
-
AxisAndOhs version 4.52 released
I have a similar issue if I do anything with scripts while MSFS2020 is running, but this also happened on earlier versions as well.
-
AxisAndOhs version 4.52 released
I've noticed something in both 2020 and 2024 with this version. When AAO uses a master aircraft and displays the red banner: I uncheck the banner and assign a template (using replace option), but the banner remains and all commands remain "greyed" out, un-editable, I have to restart AAO for the selected template to take effect.
-
JPLogistics Cessna 152 now works in FS2024 incl. AP
This mod and Discord seems to have disappeared, is this mod still available anywhere??
-
Add on "zzz-lorbysi-aao-pmdgtablet" Breaks new PMDG 737
Awesome, thank you so much
-
Add on "zzz-lorbysi-aao-pmdgtablet" Breaks new PMDG 737
AAO version: 4.40 b22 MSFS2020 AIRCRAFT: PMDG 777F The tablet plugin does not seem to work with this aircraft. Was working fine with the 777W.
-
Have I experienced an aao stroke using 2024?
I mapped my pedals to the LEFT and RIGHT brake axis' in 2024
-
Observe Variables in Sim
Try (L:GENERIC_LEAR_SW_COMPRIGHT_1, bool)
- AAO and MSFS2024
- AAO and MSFS2024
-
AAO and MSFS2024
If you go the task scheduler route, you can then add this to your EXE.xml for autostarting with elevated permissions: <Launch.Addon> <Name>AAO task</Name> <Disabled>False</Disabled> <Path>C:\Windows\System32\schtasks.exe</Path> <CommandLine>/run /TN "AAO"</CommandLine> </Launch.Addon> Replace "AAO" with whatever you named your task....I made one for 2020 and a second one for 2024 name "AAO2024"
- AAO and MSFS2024
- AAO and MSFS2024