Taslehoff Posted March 20, 2022 Posted March 20, 2022 Hi Is there a complete list of correct vehicle names that I can use in my Lua files? Any help would be appreciated
toutenglisse Posted March 20, 2022 Posted March 20, 2022 55 minutes ago, Taslehoff said: Hi Is there a complete list of correct vehicle names that I can use in my Lua files? Any help would be appreciated If you mean vehicle "typeName", for purpose of spawning vehicles, you can refer to : DCS World OpenBeta\Scripts\Database\db_countries.lua (list of units typenames by country) or you can refer to this web site : DCS-miscScripts/ObjectDB at master · mrSkortch/DCS-miscScripts · GitHub (made by @Grimes, where you can find any DCS object's description including typeNames. Ex : click on "ground vehicles", then click the one you are interested in) 2
Taslehoff Posted March 20, 2022 Author Posted March 20, 2022 Toutenglisse Thanks, That is exactly what I am after.
Recommended Posts