July 4, 2025Jul 4 7 hours ago, vbazillio said: In MSFS2024, if you no longer want to have to click the "Ready to Fly" button at the start of each flight, so that you are directly in control while aligned on the runway for takeoff, follow these steps: Thanks buddy it worked great. SN737
July 4, 2025Jul 4 2 hours ago, ark said: Is the advantage of this mod just that it saves one mouse click? I must not be understanding something. Thx, Al As far as I'm concerned it's the removal of one more piece of Lego left lying around The World is divided into two groups. Those who say "Give me a link" and those that provide the link. WWG1WGA
July 4, 2025Jul 4 2 hours ago, vbazillio said: by default, if you choose a ramp position or gate, you're cold & dark and start the flight with the preflight that could be skipped with CTRL+C shortcut. That would be Alt+Shift+Q to skip the preflight, then Shift+C to enter the cockpit. Besides ramp spots you can pick any spot on the planet to start your flight, which will give you the option 'airborne', 'on ground (shutdown)' and on 'ground (ready for takeoff). Cheers, Bert AMD Ryzen 5900X, 32 GB RAM, RTX 3080 Ti, Windows 11 Home 64 bit, MSFS 2024
September 17, 2025Sep 17 You sir are a godsend. This not a nice to have in VR, it is pretty much a necessity. In VR for some reason I can't click this button with the mouse or the VR controller, have to exit VR just to hit the stoopid thing.
February 22Feb 22 HI, Found the file, but I cannot find the following in that js file. The file is one continuous stream of letters/symbols, I find it difficult to find anything in this file. Ready(callback) { this.m_cbOnReadyButton = callback; } Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck
February 22Feb 22 How about skipping the outside walk around mode? Its kind of annoying using the PMDG among others that doesnt load correctly before you have entered the cockpit. Seems like a good ideer on paper. Wish i could start at a gate number and walk to the cockpit at first launch Michael Moe Michael Moe
February 22Feb 22 Great tip, anyone who uses FLOW this can be done under the FLOW options as well. Joe Lorenc
February 23Feb 23 After changing the bundle file, opening screen has no Start or Accessibility buttons. Only Quit to Desktop button. SU4 i7-13700KF @ 5.3GHz 32.0GB DDR5 @ 5600 RTX 3080 65" LG OLED @ 4k
February 23Feb 23 Author 10 hours ago, Mike_CFII_MEL said: Found the file, but I cannot find the following in that js file. The file is one continuous stream of letters/symbols, I find it difficult to find anything in this file. You're certainly not finding the correct one... Vincent B. Check my free MSFS sceneries : https://flightsim.to/profile/vbazillio/trending and my hardware configuration.
February 23Feb 23 Use Notepad++ Directory location: Where you installed FS2024 drive letter and directory\Microsoft Flight Simulator 2024\Content\Packages\fs-base-ui\html_ui\Global\pkg\base.bundle.js Make sure that your cursor is just after callback; then press enter to create a new empty line. Paste line 2311 and then save the file. Make sure before doing this create a copy of the base.bundle.js I hope this will help you. OS: Windows 11 Home 64bit//Case: NZXT H7 Elite Black//CPU: i9 13900KS@6ghz//Mobo: Gigabyte Z790 Aorus Elite AX//AIO: NZXT Kraken Elite 360 RGB V2 Black//RAM: Kingston Fury Renegade RGB DDR5 6000Mhz - 64GB//GPU: Gigabyte GeForce RTX 4090 Gaming OC//Storage: Seagate FireCuda 530 - 4TBx2 plus 1x Intel SSDPEKNW020T8-2TB//PSU: Be Quiet! Pure Power 12 M 1000W//Monitor: LG 37,5 L 38WP85C-W//Hotas Joystick: Velocity One Flightdeck//Keyboard: Logitech G213 Prodigy
February 23Feb 23 11 hours ago, vbazillio said: You're certainly not finding the correct one... This is the folder where the bundle file is located: C:\MS2024\Microsoft Flight Simulator 2024\Content\Packages\fs-base-ui\html_ui\Global\pk This is the actual file: https://drive.google.com/file/d/1xS2OLpgGN8N-RCdIXebxrFaR0T4biSzY/view?usp=sharing Not sure why my file is different than yours. Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck
February 24Feb 24 Caution! When I have the this.m_cbOnReadyButton(); // Auto click ready to fly button active, My Hype Performance Group HPG H145 shows always black instruments in VC. Undocked displays are ok, but in the virtual cockpit (VC) nothing is shown on PFD, MFD, Tablet and standby instrument. So in case you have that issue, I recommend reverting back to the original version of the base.bundle.js. HPG H145 seems to require the full loading time and fails in case the click comes too early.
March 8Mar 8 I have used this edit since SU4. SU5 has changed the file dramatically, kind of semi-binary. That will be what the op above is seeing. And can't find the equivalent lines in the new SU5 file anymore. Really a bummer having to go back to the "Ready to Fly" button again.
April 22Apr 22 It still works in SU5 beta. I also got the new janky file you're talking about with SU5 but just searched out the code referenced earlier in the post and made the addition via chatgpt codex. Tested it and it works. Only thing it doesn't do is skip past the walkaround if starting parked, but I'm not sure this fix did that even before SU5 (don't know, never tried it).
May 1May 1 this is what worked for me to find the exact path in the messed up file since su5 If your editor supports regex, use: Find: Ready\(t\)\{this\.m_cbOnReadyButton=t\} Replace with: Ready(t){this.m_cbOnReadyButton=t;this.m_cbOnReadyButton()}
Create an account or sign in to comment