awjudge Posted January 3, 2020 Posted January 3, 2020 I'm trying to install DCS-BIOS for the first time. I'm using v 0.10.0 (although I have tried every other version going back to v 0.8.5). My installation doesn't detect my DCS installation on the DCS connection page. I have added this to the bottom of my export.lua file: BIOS = {}; BIOS.LuaScriptDir = [[C:\Program Files\DCS-BIOS\dcs-lua\]];if lfs.attributes(BIOS.LuaScriptDir..[[bIOS.lua]]) ~= nil then dofile(BIOS.LuaScriptDir..[[bIOS.lua]]) end --[[DCS-BIOS Automatic Setup]] I have no idea where to go from here. Any suggestions would be much appreciated.
awjudge Posted January 3, 2020 Author Posted January 3, 2020 Ok, I have this fixed, I was misunderstanding what the documentation was saying. For reference, if anyone else comes across this, adding the LUA to Export.lua does work, but you won't see a connection to the game until you're in the pit of an aircraft. 1
Recommended Posts