genix
15 Jun 2009, 11:44
Hi to all,
I'm trying to analyzing/matching the FSX' default TrafficAircraft.bgl file in order to search informations.
Below what I have reached (by example):
.txt
AC#32,HS-PJA,64%,6h,IFR,01:33:20,02:48:55,300,F,3340,VYMD,0 4:33:20,05:48:55,290,F,3341,VTBD
.bgl, in HEX (match)
??? 3A EE FF FF 1F
"HS-PJA" (HS-PJA)
40 (64%)
13 (1=IFR, 3=index of the array for rotation, here 6h)
22 22 42 03 F8 DB 7C
03 (0="F",3=??)
"VYMD" (VYMD)
31 34
22 22 C2 03 F8 DB FC
03
"VTBD" (VTBD)
35 34 01 36
00 00 00
3B EE FF FF 27
Now I'm searching a way to match decoding the rest of the hex traces..
Any help will be appreciated!
TIA
I'm trying to analyzing/matching the FSX' default TrafficAircraft.bgl file in order to search informations.
Below what I have reached (by example):
.txt
AC#32,HS-PJA,64%,6h,IFR,01:33:20,02:48:55,300,F,3340,VYMD,0 4:33:20,05:48:55,290,F,3341,VTBD
.bgl, in HEX (match)
??? 3A EE FF FF 1F
"HS-PJA" (HS-PJA)
40 (64%)
13 (1=IFR, 3=index of the array for rotation, here 6h)
22 22 42 03 F8 DB 7C
03 (0="F",3=??)
"VYMD" (VYMD)
31 34
22 22 C2 03 F8 DB FC
03
"VTBD" (VTBD)
35 34 01 36
00 00 00
3B EE FF FF 27
Now I'm searching a way to match decoding the rest of the hex traces..
Any help will be appreciated!
TIA