Jump to content

ReadMe

Members
  • Posts

    2
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    ArmA
    GTL
    Lock On
    Falcon4 AF
    Silent Hunter IV
  • Location
    South West, UK
  1. I was able to get LOVP running (using TB in client/server) utilising the tbvp-export.lua by putting a partial LAN IP address in the export.lua as follows: dofile "lua.lua" socket = require("socket") host = host or "192.168.1." port = port or 8080 Have posted this just in case anyone else has a similar problem. Have a good one.
  2. Good morning. I am using TouchBuddy in Client/Server Mode utilising RuggButts F15C profile with an additional transparent window so that LOVP can be displayed. My Client PC is "trusted" by my Firewall. In my Eagle Dynamics/Lock On/Config/export directory I have 3 files : config.lua (set to true) export.lua (from the LOVP download - "localhost" substituted for the IP address of my client PC on my LAN. At the bottom of this file I have added - dofile("./Config/export/tbvp-export.lua") tbvp-export.lua (not modified in anyway) I have also amended my touchbuddy.cfg file to point to where the touchbuddy-export.dat file is in the Lock On directory. I launch TouchBuddy (Server Mode), then Lock On from my gaming PC. On my Client PC I launch TouchBuddy (Client Mode), and then LOVP. When I fly the F15 mission from the load up screen, the TEWS screen starts to update straight away. The weapons loadout also displays. Througout all this. LOVP remains "Disconnected", no movement in the gauges. I have tried other combinations of aircraft with the same results - LOVP displays "Disconnected" My Temp/Error file shows the following: LuaExport::LuaExportStart: connection refused LuaExport::LuaExportAfterNextFrame: ./Config/export/tbvp-export.lua:130: attempt to index global `c' (a nil value) LuaExport::LuaExportAfterNextFrame: ./Config/export/tbvp-export.lua:130: attempt to index global `c' (a nil value) LuaExport::LuaExportAfterNextFrame: ./Config/export/tbvp-export.lua:130: attempt to index global `c' (a nil value) This repeats ad-infinum until LuaExport::LuaExportStop: ./Config/export/tbvp-export.lua:135: attempt to index global `c' (a nil value) Does anyone know what the problem is please? Obviously LuaExportStart refuses the connection but how come TouchBuddy is getting the data (via the tbvp-export.lua) but LOVP doesn't? Thanks very much. S!
×
×
  • Create New...