Jump to content

BinBoy007

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by BinBoy007

  1. I would just like to confirm something from someone using DCS BIOS. Does the 'Control Reference' data show up live in DCS BIOS even without a custom button/switch plugged in to that specific module? UPDATE: I also eliminated the above error [sockets' is not allowed for specified extension ID] by using the Chrome browser, instead of the BRAVE browser that I was using previously. However, this didn't change the issue. I can still talk to DCS with buttons & switches but I can't receive data back. Can someone please confirm that this is the correct format of the Export.lua in the Scripts folder - dofile(lfs.writedir()..[[Scripts\DCS-BIOS\BIOS.lua]]) BIOS = {}; BIOS.LuaScriptDir = [[C:\Program Files\DCS-BIOS\dcs-lua\]]; BIOS.PluginDir = [[C:\Users\info\AppData\Roaming/DCS-BIOS/Plugins\]]; if lfs.attributes(BIOS.LuaScriptDir..[[BIOS.lua]]) ~= nil then dofile(BIOS.LuaScriptDir..[[BIOS.lua]]) end --[[DCS-BIOS Automatic Setup]] Is the export.lua folder the only folder I need to edit to make DCS BIOS work? Cheers.
  2. Hey No1sonuk, Thanks for getting back to me. The extension is installed. However, when I just checked it, it did show that there was an error. " 'sockets' is not allowed for specified extension ID. " Should that be pointing at a destination or something?
  3. Hey everyone, I'm pretty new to DCS BIOS. I've hoping to make a few of my own panels specifically for the F/A-18c module. I've installed DCS BIOS and I can successfully connect buttons and switches that work perfectly in the simulator (so I know that DCS BIOS is working), however, I cannot figure out how to get data into DCS BIOS Control Reference. Whenever I enter the Control Reference (while the game is running) it always says 'no data yet'. All connections (Virtual Cockpit, Lau Console, Lau Console, Access via Network) are highlighted green. I also have a WinWing joystick and throttle. Not sure if that is relevant but I know that it also uses some export data from DCS. Any help would be greatly appreciated.
×
×
  • Create New...