Eight ball find the soluce here is it
oh no wait, this :
table.insert(options.graphics.VFSTexturePaths,
appears twice in your autoexec.cfg, try removing it
that's yours :
Quote:
--options.graphics.maxfps = 60
options.graphics.ScreenshotQuality = 100
--options.graphics.render3D = false
-- add custom texture path
-- note the slashes!
table.insert(options.graphics.VFSTexturePaths, table.insert(options.graphics.VFSTexturePaths, "D:/Eagle Dynamics/DCS World 2 OpenAlpha/Bazar/World/textures/staddons")
that's mine:
Quote:
--options.graphics.maxfps = 60
options.graphics.ScreenshotQuality = 100
--options.graphics.render3D = false
-- add custom texture path
-- note the slashes!
table.insert(options.graphics.VFSTexturePaths, "C:/Eagle Dynamics/DCS World 2 OpenAlpha/Bazar/World/textures/staddons")