Jump to content

Recommended Posts

Posted

So, the Integrity check shield is green on the multiplayer list until I try and join a sever, now I am getting: scripts/aircrafts/_common/cockpit/kneeboard/declare_kneeboard_device.lua

 

Earlier I had to reinstall some modules that were failing for some unknown reason.

5900X - 32 GB 3600 RAM - 1080TI

My Twitch Channel

~Moo

Posted (edited)

Ok, deleted those two kneeboard files and did not run a repair, now it seems fine... will try a repair again later to see if it replaces those files and starts to fail again.

 

Edit: it is not fine, still having the issue.

Edited by StandingCow

5900X - 32 GB 3600 RAM - 1080TI

My Twitch Channel

~Moo

Posted (edited)

So, I just did a total reinstall from scratch, boom, integrity check failure on: scripts/aircrafts/_common/cockpit/kneeboard/declare_kneeboard_device.lua

 

Deleted the file, and now all my cockpit textures are screwed up (missing). Did a repair (which replaced the declare_kneeboard_device.lua) and that fixed the cockpit but now integrity checks fail online again as soon as I hop into any aircraft.

 

Here is my default kneeboard file which is replaced by repair:

local kneeboard_id = 100

if devices then

kneeboard_id = devices.KNEEBOARD or 100

end

if not creators then

creators = {}

end

if not indicators then

indicators = {}

end

 

creators [kneeboard_id] = {"avKneeboard",LockOn_Options.common_script_path.."KNEEBOARD/device/init.lua"}

 

local init_script = LockOn_Options.common_script_path.."KNEEBOARD/indicator/init.lua"

if is_left then init_script = LockOn_Options.common_script_path.."KNEEBOARD/indicator/init_left.lua" end

 

local kneeboard_render_target_id = 4

 

if disable_kneeboard_render_target then

kneeboard_render_target_id = nil

end

 

indicators [#indicators + 1] = {kneeboard_implementation or "ccKneeboard",init_script,kneeboard_id,

{{},{sx_l = -0.65,sz_l = 0.15,sy_l = -0.5,ry_l = 10, rz_l = 85 ,sw = 0.142 * 0.5 - 0.1,sh = 0.214 * 0.5 - 0.1},kneeboard_render_target_id}

}

Edited by StandingCow

5900X - 32 GB 3600 RAM - 1080TI

My Twitch Channel

~Moo

  • Recently Browsing   0 members

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