10.12.2008, 13:31
Try this:
OPEN (with a plain text editor): ...\MODS\QMBPlus\Missions\Quick\NewGuineaRedAirbase00.mis
FIND (within that file) :
/edit/ forum displays this weird, each numbered line is one line of code, not 'wrapped' as displayed here)
Notice the one line that ends in "ja" ?? That's the one static plane with Japanese markings.
REPLACE, WITHIN CODE ABOVE: "null" at end of each line with "ja", so you have the following:
Save file, refly mission.
OPEN (with a plain text editor): ...\MODS\QMBPlus\Missions\Quick\NewGuineaRedAirbase00.mis
FIND (within that file) :
/edit/ forum displays this weird, each numbered line is one line of code, not 'wrapped' as displayed here)
Code:
8_Static vehicles.planes.Plane$D3A1 2 136793.53 216675.54 225.00 0.0 null
9_Static vehicles.planes.Plane$D3A1 2 136777.16 216653.32 225.00 0.0 null
10_Static vehicles.planes.Plane$D3A1 2 136753.99 216633.69 225.00 0.0 null
11_Static vehicles.planes.Plane$D3A1 2 136722.57 216601.51 225.00 0.0 null
12_Static vehicles.planes.Plane$D3A1 2 136703.63 216582.45 225.00 0.0 null
13_Static vehicles.planes.Plane$D3A1 2 136684.16 216562.52 225.00 0.0 null
14_Static vehicles.planes.Plane$D3A1 2 136652.19 216531.87 225.00 0.0 null
15_Static vehicles.planes.Plane$D3A1 2 136634.04 216513.41 225.00 0.0 null
16_Static vehicles.planes.Plane$D3A1 2 136617.83 216492.24 225.00 0.0 ja
17_Static vehicles.planes.Plane$KI_46_RECCE 2 136864.10 217247.62 225.00 0.0 null
18_Static vehicles.planes.Plane$KI_46_RECCE 2 136842.59 217224.16 225.00 0.0 null
19_Static vehicles.planes.Plane$KI_46_RECCE 2 136812.48 217200.72 225.00 0.0 null
20_Static vehicles.planes.Plane$KI_46_RECCE 2 136792.60 217176.08 225.00 0.0 null
21_Static vehicles.planes.Plane$KI_46_RECCE 2 136754.94 217137.15 225.00 0.0 null
22_Static vehicles.planes.Plane$KI_46_RECCE 2 136725.86 217110.14 225.00 0.0 null
23_Static vehicles.planes.Plane$KI_43_IB 2 137107.56 217601.81 375.00 0.0 null
24_Static vehicles.planes.Plane$KI_43_IB 2 137135.79 217663.17 434.100 0.0 null
25_Static vehicles.planes.Plane$KI_43_IB 2 137195.57 217669.64 405.00 0.0 null
26_Static vehicles.planes.Plane$KI_43_IB 2 137251.21 217732.75 434.100 0.0 null
27_Static vehicles.planes.Plane$KI_43_IB 2 137290.42 217684.31 434.100 0.0 null
28_Static vehicles.planes.Plane$KI_43_IB 2 137273.80 217667.16 434.100 0.0 null
29_Static vehicles.planes.Plane$KI_43_IB 2 137258.95 217651.37 434.100 0.0 null
30_Static vehicles.planes.Plane$KI_43_IB 2 137246.78 217636.52 434.100 0.0 null
31_Static vehicles.planes.Plane$KI_43_IB 2 137229.51 217620.80 434.100 0.0 null
32_Static vehicles.planes.Plane$KI_43_IB 2 137214.28 217607.05 434.100 0.0 null
Notice the one line that ends in "ja" ?? That's the one static plane with Japanese markings.
REPLACE, WITHIN CODE ABOVE: "null" at end of each line with "ja", so you have the following:
Code:
8_Static vehicles.planes.Plane$D3A1 2 136793.53 216675.54 225.00 0.0 ja
9_Static vehicles.planes.Plane$D3A1 2 136777.16 216653.32 225.00 0.0 ja
10_Static vehicles.planes.Plane$D3A1 2 136753.99 216633.69 225.00 0.0 ja
11_Static vehicles.planes.Plane$D3A1 2 136722.57 216601.51 225.00 0.0 ja
12_Static vehicles.planes.Plane$D3A1 2 136703.63 216582.45 225.00 0.0 ja
13_Static vehicles.planes.Plane$D3A1 2 136684.16 216562.52 225.00 0.0 ja
14_Static vehicles.planes.Plane$D3A1 2 136652.19 216531.87 225.00 0.0 ja
15_Static vehicles.planes.Plane$D3A1 2 136634.04 216513.41 225.00 0.0 ja
16_Static vehicles.planes.Plane$D3A1 2 136617.83 216492.24 225.00 0.0 ja
17_Static vehicles.planes.Plane$KI_46_RECCE 2 136864.10 217247.62 225.00 0.0 ja
18_Static vehicles.planes.Plane$KI_46_RECCE 2 136842.59 217224.16 225.00 0.0 ja
19_Static vehicles.planes.Plane$KI_46_RECCE 2 136812.48 217200.72 225.00 0.0 ja
20_Static vehicles.planes.Plane$KI_46_RECCE 2 136792.60 217176.08 225.00 0.0 ja
21_Static vehicles.planes.Plane$KI_46_RECCE 2 136754.94 217137.15 225.00 0.0 ja
22_Static vehicles.planes.Plane$KI_46_RECCE 2 136725.86 217110.14 225.00 0.0 ja
23_Static vehicles.planes.Plane$KI_43_IB 2 137107.56 217601.81 375.00 0.0 ja
24_Static vehicles.planes.Plane$KI_43_IB 2 137135.79 217663.17 434.100 0.0 ja
25_Static vehicles.planes.Plane$KI_43_IB 2 137195.57 217669.64 405.00 0.0 ja
26_Static vehicles.planes.Plane$KI_43_IB 2 137251.21 217732.75 434.100 0.0 ja
27_Static vehicles.planes.Plane$KI_43_IB 2 137290.42 217684.31 434.100 0.0 ja
28_Static vehicles.planes.Plane$KI_43_IB 2 137273.80 217667.16 434.100 0.0 ja
29_Static vehicles.planes.Plane$KI_43_IB 2 137258.95 217651.37 434.100 0.0 ja
30_Static vehicles.planes.Plane$KI_43_IB 2 137246.78 217636.52 434.100 0.0 jal
31_Static vehicles.planes.Plane$KI_43_IB 2 137229.51 217620.80 434.100 0.0 ja
32_Static vehicles.planes.Plane$KI_43_IB 2 137214.28 217607.05 434.100 0.0 ja
Save file, refly mission.