l0k1 / MiG-21bis

MiG-21 for FlightGear
GNU General Public License v3.0
27 stars 9 forks source link

Missing model file 'tgtsphere.xml' #57

Closed colingeniet closed 3 years ago

colingeniet commented 3 years ago

In Nasal/armament-locking.nas, line 200 loads a model which doesn't exist:

objModel.getNode("path",1).setValue("Aircraft/MiG-21bis/Models/tgtsphere.xml"); # this is the model to be loaded.

This generates a constant flow of Error in reading file : file not handled messages in the console.

l0k1 commented 3 years ago

I wasn't seeing these errors on my end, but I've commented it out nonetheless. Thanks!