Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

aap007freak

1
Posts
1
Topics
A member registered Jul 08, 2020

Recent community posts

Hi. I am in the process of making EBBR for Endless ATC (github).

Something I've noticed is that the maximum level / ceiling of the airspace isn't working correctly.

[airspace]
radius = 30 ; airspace radius in NM
zoom = 7.0 ; default zoom level, increase to zoom in
elevation = 175 ; ground altitude in feet
floor = 1500 ; minimum selectable altitude
descendaltitude = 8000 ; minimum initial altitude for arrivals
ceiling = 19000 ; maximum selectable altitude
above = 1000 ; SID top altitude in feet (above ceiling)
transition = 5000 ; lowest altitude in feet to be displayed as flight level

With the above example:

  • The ceiling is 19000, but the maximum level for arrivals in the game is 14000, for departures 14000 not on SID and 16000 on SID.
  • The "above" parameter isn't clear. What does "SID top altitude"  mean?