looks like you already have one source file already,
KCMI.APT is a source file for the airport design program
KCMI.SCA is the scasm source for compiling KCMI.BGL
no idea what these are KCMI2.CFG; KCMI2.JE2; KCMI2.LOA
I would make an educated guess that KCMI_EXC.BGL. is an exclude so that just leaves
KCMI.BGL KCMI2.BGL which are actual scenery, One is already decompiled so look at that one first.
Open *.sca files in wordpad
If they have short names (less than eight letters) you can compile by dragging onto the SCASM.EXE.
You are looking for something like this
Code:
; Object # 6, offset: 0x0308 size: 90 bytes (0x005A)
;; Lat: 0FFF27C32h Lon: 0F5C3C60Dh
; ----------------------------------------
Area( 5 S07:58:10.74 W014:23:40.00 15 )
Runway( S07:58:10.74 W014:23:40.00
Alt 61.0
Heading 115.5
Length 10010 ; in feet
Width 200 ; in feet
Markers 30
Id 14
Lights 3
Surface 2
Threshold 0
ThrOffN 0
ThrOffF 0
ExtN 600
ExtF 600
ThrLightsN 01
AprLN 9
VasiBarsN 8
VasiSpaceN 300
VasiDistN 4255
VasiSideN 95
VasiSlopeN 3.0
)
EndA
; ----------------------------------------
As i said the source code is fairly easy to understand however the altitude is in metres. You might have to change your settings to get CFS2 to show the alt in metres when you slew down.
SCASM.EXE and documentation is available
here