declare_plugin("VPC Object by voc & virpil.com", { image = "SOO.bmp", installed = true, dirName = current_mod_path, fileMenuName = _("SOO"), version = "1.5", state = "installed", info = _("VPC Object"), --encyclopedia_path = current_mod_path .. '/Encyclopedia', }) ---------------------------------------------------------------------------------------- dofile(current_mod_path..'/VPC_Object.lua') dofile(current_mod_path..'/VPC_NATO_Object.lua') dofile(current_mod_path..'/VPC_NATO_Car.lua') dofile(current_mod_path..'/VPC_NATO_Car2.lua') dofile(current_mod_path..'/VPC_MAN NATO.lua') dofile(current_mod_path..'/VPC_RAF_Car.lua') plugin_done()