briarheart Posted September 18 Posted September 18 Demo module KIOWA has wrong skin path and also wrong buy link. Here is the content of "Eagle Dynamics\DCS World\DemoMods\aircraft\OH-58D\entry.lua: local self_ID = "OH-58D Kiowa Warrior by Polychop-Simulations" declare_plugin(self_ID, { installed = true, dirName = current_mod_path, displayName = _("OH-58D(R)"), version = "16.12.24", --__DCS_VERSION__, registryPath = "Eagle Dynamics\\OH58D", state = "sale", info = _("OH-58D Kiowa Warrior by Polychop-Simulations"), linkBuy = { ED = "https://www.digitalcombatsimulator.com/en/shop/modules/gazelle/", }, Skins = { { name = "OH58D", dir = "Skins/1" }, }, }) plugin_done() Skins.dir must be "Skins" instead of "Skins/1". And linkBuy.ED must be "https://www.digitalcombatsimulator.com/en/shop/modules/kiowa/" instead of "https://www.digitalcombatsimulator.com/en/shop/modules/gazelle/".
Recommended Posts