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.

In Search for a FS2004 Utility

Featured Replies

Could someone point me to a utility that will scan FS2004 scenery files and write the data to a text file?I need to grab the following information:ICAOLatLongElevationRunway NameRunway LengthRunway WidthRunway Surface TypeI've tried Super Flight Planner 3 but it jumbles the data together.Thanks,

Hi,See my response in the thread "How to find geographic location of VORs etc?". In that thread I describe my approach to extracting data from scenery files.Marty

  • Author

Can you convert several BGL files at the same time? I tried this command:bglxml -tmf *.bgl saem.xmlIt didn't work.Thanks for your help.

Nope, you can't do wilcards with bglxml. That's where unix comes in. I dumped all bgl files into a directory and had my linux machine generate a .bat file to do the work. It looked something like this:#!/bin/bashfind . -name '*.bgl'|while read filedoecho "bglxml -t $file"done > run.batThen I ran run.bat on the windows machine.

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.