Glow Posted September 14, 2019 Posted September 14, 2019 Hi. I'm new to DCS, can't find on a forum any solution. I'm trying to make a mission for TF-51 in editor, but I can find it on a list for Poland. I see there is Ukraine and many other countries but no Poland on a list for that plane. I was trying to edit a plane config file and change Ukraine to Poland, but no luck. How to prepare a mission for Poland with TF-51 ?
Glow Posted September 14, 2019 Author Posted September 14, 2019 Yes, I tried that one too. No effect. I have: cnt_unit( units.Planes.Plane, "P-51D"); cnt_unit( units.Planes.Plane, "P-51D-30-NA"); cnt_unit( units.Planes.Plane, "TF-51"); I see that new planes appear on a list. All planes from mods are available too, I have Su-25T but TF-51 still not.
Glow Posted September 14, 2019 Author Posted September 14, 2019 I think, I found a bug in a game. The name TF-51 and TF-51D appears in many places together, that lack of consistency lead to this issue. After a change from TF-51 to TF-51D all works fine. So, there is: cnt_unit( units.Planes.Plane, "TF-51"); but it should be: cnt_unit( units.Planes.Plane, "TF-51D");
Recommended Posts