Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Custom Airports

Custom location files for Endless ATC · By startgrid

Help with my custom airport

A topic by Lev Volkov created 18 days ago Views: 48 Replies: 6
Viewing posts 1 to 2

Hello! I`m try to make my custom airport (USTR) from generated USTR. All my coordinates (all coordinates not from enerated prefile) dont work as need. (screenshot)


how i can fix it? 

i`m sorry if my english is bad

Developer

Hi Lev,

Make sure the coordinates are formatted exactly the same as in the generated file.   So when defining NERUG, make sure you add the N and E characters, and a comma between the coordinates.

You may also want to add  decimaldegrees = true in the [airspace] section. In that case, the N and E characters are not required.

I did it right now, nothing changed

Developer (1 edit)

I added a test beacon, but it seems to work as expected:

beacons = TEST, N57.1190, E65.3805, 0, Test

So maybe there is still a typo in your file. Or the Nerug coordinates are incorrect. Could you post your the [airspace] section so I can have a look?

[airspace]

radius = 27

elevation = 378

floor = 2500

descentaltitude = 8000

ceiling = 10000

above = 12000

separation = 4

automatic = false

strictspawn = true

name = radar, radar

decimaldegrees = true

center = 57.1683, 65.3161

magneticvar = 15

beacons =

NERUG, 57.4, 65.8, 0, NERUG

Developer

That works fine on the latest version of Endless ATC (v5.7). Nerug is inside the 27NM circle. If I remove  decimaldegrees = true, then it looks like your screenshot. On earlier versions of the game, decimaldegrees does not work.

thank you