Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Aircraft electric power and avionics turns on..

Featured Replies

  • Author
Here's a cool trick to save searching through all of your aircraft.cfgs manually for "electric_always_available=1". Navigate to your "FS9\Aircraft" folder, right click and choose New > Text Document. Name it "whatever.bat". Right click whatever.bat and choose edit, it should open in Notepad. Paste the following:
findstr /s /i /c:"electric_always_available = 1" aircraft.cfg > occurrences.txtfindstr /s /i /c:"electric_always_available=1" aircraft.cfg >> occurrences.txtstart occurrences.txt

Save and close, then double click the .bat file. It'll walk through all your aircraft directories and make a list of any aircraft.cfgs that contain "electric_always_available=1" or "electric_always_available = 1" (note spaces around equal sign). It saves the list to a file named "occurrences.txt" and opens the .txt file when it's done.Tested in XP, no clue whether it works on any other OS.Jim

Excellent suggestion! Sure enough, a number of my AI planes had that line in there.Big thank you to everyone.

- Red

 

 

E8500 @ 4.1 | EVGA 275GTX (overclocked) | 2x2GB Mushkin Enhanced Redline @ 1066 | Samsung 24inch LCD @ 1920x1080 |

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.