1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
# This file maps DIS enumerations to rendered objects.
# ACM looks here the image for DIS IDs not found in the inventory file.
#
# Fields (-1=any):
#
# kind:domain:country:category:subcategory:specific:extra , "object-name" ;
#
# where object-name is the file containing the .obv or .dxf image of the object.
1: 1: -1:-1:-1:-1:-1, "features/telar1.obv" ; # ground entities
# U.S. Aircraft Entity Types
1: 2:225: 1: 1:-1:-1, "aircraft/f117.dxf" ; # F-117
1: 2:225: 1: 3:-1:-1, "aircraft/f16.obv" ; # any F-16 type
1: 2:225: 1: 9:-1:-1, "aircraft/f18.obv" ; # any F-18 Hornet type
1: 2:225: 4: 5:-1:-1, "aircraft/kc135.obv" ; # any KC-135 tanker type
1: 2:225:88:34: 1: 2, "aircraft/b-747.obv" ; # Boeing 747-400
1: 2:225:40: 1:-1:-1, "aircraft/c172.obv" ; # Cessna 172-RG
1: 2:225:87:32: 2: 1, "aircraft/notavailable.obv" ; # McDonnell Douglas MD-81
1: 2:222: 1: 5:-1:-1, "aircraft/mig23.obv" ; # MiG 23 Flogger
1: 2:222: 1: 4:-1:-1, "aircraft/mig25.obv" ; # MiG 25 Foxbat
1: 2:222: 1: 2:-1:-1, "aircraft/mig29.obv" ; # MiG 29 Fulcrum
1: 2:222: 2: 9:-1:-1, "aircraft/su30.obv" ; # Sukhoi Su-30
1: 2:106: 1: 1:-1:-1, "aircraft/notavailable.obv"; # AMX
# C.I.S. Aircraft Entity Types
1: 2:222: 4:12:-1:-1, "aircraft/il78.obv" ; # C.I.S. Il-78 Midas
1: 2: -1: 3:-1:-1:-1, "aircraft/kc135.obv" ; # bomber aircraft
1: 2: -1: 4:-1:-1:-1, "aircraft/kc135.obv" ; # transport aircraft
1: 2: -1: 8:-1:-1:-1, "aircraft/kc135.obv" ; # airborne early warning aircraft
2: 1:222: 1:14:-1:-1, "missiles/sa2.obv" ; # SA-2 Guideline
2: 1:222: 1:22:-1:-1, "missiles/sa10.obv" ; # SA-10 Grumble
2: 1:222: 1:23:-1:-1, "missiles/sa11.obv" ; # SA-11 Gadfly
2: 1:222: 1:25:-1:-1, "missiles/sa10.obv" ; # SA-13 Gopher
2: 1:222: 1:-1:-1:-1, "missiles/aim9.obv" ; # all other CIS anti-air missiles
2: 1: -1: 1:-1:-1:-1, "missiles/aim9.obv" ; # all other anti-air missiles
2:-1: -1:-1:-1:-1:-1, "tracer.obv" ; # all other munitions
-1:-1:-1:-1:-1:-1:-1, "ufo.obv" ; # anything else placeholder
|