Making a .lst file is simple. All you need to do is to list make a list of all the files needed for a single aircraft to work ON A SINGLE LINE in a basic text file (made in notepad or other simple text editor) and then saving it as a .lst file. There should be no spaces in the filepath.
You have to list parts in this order inside the .lst:
Code: Select all
1) .dat filepath
2) main.dnm filepath
3) collision.srf filepath
4) cockpit.srf filepath
5) coarse.srf filepath
Code: Select all
SURF
E
E
user/171st_gac/f35c.dat user/171st_gac/f35c.dnm user/171st_gac/f35c_coll.srf user/171st_gac/f35c_cpt.dnm ""
Ground objects
Coming soon