Jump to content

[All Modules] Move/Edit Kneeboard position


Lilkiki

Recommended Posts

Dear Pilots,

 

I was wondering how to move and edit the size of the Kneeboard, as I am using two 8" MFD monitors in addition of the main 27", my kneeboard is always looking weird while I'm flying the A-10C or KA-50 with my 3 monitors.

 

I know Peter P did a great tablet mod while ago, but I only want to edit the kneeboard emplacement.

 

Many thanks in advance ! :smilewink:

Screen_141011_201837.thumb.jpg.3d8d08c13f748b8a2ab4871326928ba1.jpg

Link to comment
Share on other sites

You can try this windows application that I made that allows you to easily modify the size and position of the kneeboard.

 

Kneeboard Builder

http://forums.eagle.ru/showthread.php?t=129341

 

The feature can be found under Options -> Kneeboard Settings -> Size and Position.

 

 

If you want to do it manually, place the attached modified 'ViewportHandling.lua' file in the 'Eagle Dynamics\DCS World\Scripts\Aircrafts\_Common\Cockpit' directory. (make a copy of the original file first)

 

Open the 'ViewportHandling.lua' file in a text editor like Notepad++ and change the kneeY, kneeX, kneePosY and kneePosY values to meet your needs.

 

local kneeY = 597 (kneeboard vertical position)

local kneeX = 519 (kneeboard horizontal position)

local kneePosY = 42 (kneeboard height)

local kneePosX = 435 (kneeboard width)

ViewportHandling.lua

  • Like 1
Link to comment
Share on other sites

Awesome !!

 

Many thanks my friend ! That was exactly what I was looking for ! :thumbup: :thumbup: :thumbup:

 

I think it is :

 

local kneeY = 597 (kneeboard height)

local kneeX = 519 ( kneeboard width)

local kneePosY = 42 (kneeboard vertical position)

local kneePosX = 435 (kneeboard horizontal position)

Screen_141012_113232.thumb.jpg.305c6db7928ba56fc0ba06efb2f6c559.jpg


Edited by Lilkiki
Link to comment
Share on other sites

  • 1 year later...

Hi my friend.

 

I only change the position of KB to the most left of screen, and that always works for me.

 

In any case I'd like to share how to do;

 

Open init.lua at "...Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\indicator\"

Go to line #123 and change the parameter to true.

 

So, the code block must be seen as below:

 

if is_left == nil then
  is_left =  true
end

With this modify, you'll see the KB at left!

See you. :)

Intel i7-14700@5.6GHz | MSI RTX4080 Super SuprimX | Corsair V. 32GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64)
Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | Saitek X-55 Rhino & Rudder | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5
>>MY MODS<< | Discord: Devrim#1068

Link to comment
Share on other sites

Likiki,

 

There is an error in line 33:

 

Line 33

dedicated_viewport           = {default_x,default_y,default_width,default_height}

Change to:

dedicated_viewport = {kneePosX,kneePosY,kneeX,kneeY}

I made the necessary changes in the attached file.

 

Will this work in Oculus ?

Will this work in 2.0 and 1.5 ?

Intel Core i7-6700K Cpu 4.00 GHz OC 4.8 GHz Water Cooled|32 GB DDR4 ram OC| Nvidia RTX 2080Ti| TrustMaster Warthog|Saitek Battle Pro Pedals | Logitec G13| Oculus Rift S :joystick:

 

I´m in for a ride, a VR ride:pilotfly:

https://www.youtube.com/channel/UCBX_-Hml7_7s1dggit_vGpA?view_as=public

Link to comment
Share on other sites

  • Recently Browsing   0 members

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