Jump to content

Custom Kneeboards aren't found in kneeboard\Mig-21Bis (+fix)


Buzzles

Recommended Posts

Hello LN guys,

 

I was trying add a custom page to the kneeboard earlier and couldn't figure out why the Mig21 wouldn't accept custom kneeboard pages via the aircraft sub folder like all the other mods, ie under this folder structure:

[username]\SavedGames\DCS\Kneeboard\Mig-21Bis\

Turns out the init.lua is missing the correct lookup, and only ever looks in \Kneeboard and not any of the subfolders.

 

 

To fix:

Edit init.lua located at:

...\DCS World\Mods\aircraft\MiG-21BIS\Cockpit\KNEEBOARD\indicator\init.lua

and add the following at line 75:

local unit_name = get_aircraft_type()
if unit_name ~= nil then
   scan_path(lfs.writedir().."KNEEBOARD/"..unit_name) --look in subfolder of SavedGames/DCS/Kneeboard/
end

(Nb, code was modifed from the original ED file in DCS World\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\indicator\init.lua

I would have prefered an inline condition, but I'm not sure you can do those with lua)

 

Nice and easy fix that one :)

Custom_kneeboards.thumb.jpg.44e290912feb4cc4d178ef9abb2b84c0.jpg


Edited by Buzzles
  • Like 1
Link to comment
Share on other sites

Hello Buzzles,

 

Nice Fix...

 

Leatherneck Simulations Devs, you can take the fix?

 

CU Micha

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

  • DCS ExportScript
  • D.A.C. DCS to Arcaze Communicator
  • Ikarus a new Virtual Cockpit Software

Deutscher Forums Thread

English Forums Thread

 

Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM

Link to comment
Share on other sites

Thanks Buzzles!

 

Your fix works perfect!

 

LN should add it so we won't need a mod for such thing.:thumbup:

Screen_140926_002811.thumb.jpg.7322b77a4c190103f4ecdf0b30ac6a45.jpg

[sIGPIC][/sIGPIC]

I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A,

Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least

Link to comment
Share on other sites

  • 1 month later...
  • 11 months later...
  • Recently Browsing   0 members

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