Jump to content

Integrity check failure device_init.lua


falcon_120

Recommended Posts

Hello,

For the last 2 days i've having an integrity check failure, with following indications:

mods/aircraft/fa-18c/cockpit/scripts/device_init.lua
mods/aircraft/ah-64d/cockpit/scripts/device_init.lua

However if a delete those files, i will not see the cockpit of the F18 and AH64 next time i enter a mission.

Any solution?

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

--------------------------------------

local file_exists = function(filename)
   local f=io.open(filename,"r")
   if f~=nil then
    io.close(f)
    return true
   else
    return false
   end
end

local file = LockOn_Options.common_script_path.."VAICOMPRO/declare_VAICOMPRO_device.lua"

if file_exists(file) then
    dofile(file)
end


That is the reason why there is integrity fail. Only after repair i can join. VAICOM write this in device_init.lua on the end of the file

Rocket brigade who retired F-117

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...