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.

Help creating facilities

Featured Replies

I'm trying to add back country runways to FS 2004. So far I have succeeded in creating the runways. Now I want to create facilities data so they runways appear on the map. My attempts have failed and I would like some guidance.My procedure is: o Create a table of back country runway information. o Process this was a program I wrote to produce SCASM input files describing the runways. o Compile the SCASM. o Install, fly, and land.To add airport facilities I changed my program to also produces a seperate SCASM input file with definitions of airport facilities. I'll attach a fragment of that below.1. Is SCASM a good choice for this? Is there another tool I should use?2. Can anyone provide me with a sample of the SCASM code needed to describe airport facilities?Thanks,Tom----------------------------; Sample Set (FSVERS 0x800)Header (1 38:35:47.050360 38:00:15.000000 -109:57:22.310599 -110:59:17.148387)LatRange (38:35:47.050360 38:00:15.000000);; BuckHornDraw2;Container (APT 1) APLocation (38:27:6.798561 -110:35:29.723502 1526) RwyLoc (38:27:6.798561 -110:35:29.723502 1526 45 0 1443 65 0 04 1 60 1830)EndCNameList (409) NameEntry ( REGION 0 "United States") NameEntry ( STATE 0 "Utah") NameEntry (AIRPORT 1 "HanksVille:BuckHornDraw2")EndNL

Hi Tom,SCASM only supports AFD format for FS2002. This format in FS2004 is very different. If the airport exists in FS2004 you can edit its AFD data with the new AFCAD2 tool. However you can not create new airports with AFCAD2 at its present state.If are prepared for some hexadecimal editing, then you can open a stock airport with AFCAD2, delete everything and save it. Then open the saved file with an hexadecimal editor and change latitude altitude (this can be done through AFCAD2) and longitude. You have to change the ICAO code (which is in a very strange format). With trial an error, may be you get a good file for data filling with AFCAD2.Regards, Luis

Thanks for that explanation. I can now stop scanning the SCASM docs for the hidden instuction which I need to include to make my facilities work.They are all new airports. I may possibly be able to write a tool to do the hex editing automatically for me. But... this is beginning to look like quite a bit of work just to get the names to show up. But... sure will be more useful for people if they have a way to find the runway.Tom

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.