Jump to content

What is the Location of Kneeboard Lua for Monitor Placement


Strut

Recommended Posts

Can anyone give me the location and name of the lua for the Sabre Knee board ? I want my Multi-monitor lua to point at it so i can place it on my secondary monitor. I must be looking at it but cannot see the Knee boards address at all.

 

Cheers


Edited by Strut

Regards

 

DL available skins here:

https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=Strut

 

 

Pictures of my Skins here: https://imgur.com/a/bOQyQqW

 

[sIGPIC][/sIGPIC]

Win10 64bit, Intel® Core i7-5820K CPU OC @ 4.50GHz x6, X99A GAMING PRO CARBON, MSI RTX 2080 TI GAMING X TRIO 11Gb, 32GB DDR4 RAM, SSD 960 EVO250GB, SSD 850 EVO 500GB, JetSeat, MFG Crosswind Pedals, VPC Mongoose T-50, TMWH, DSD ButtonBox, Pimax 5k XR/BE

 

 

Link to comment
Share on other sites

bump

Regards

 

DL available skins here:

https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=Strut

 

 

Pictures of my Skins here: https://imgur.com/a/bOQyQqW

 

[sIGPIC][/sIGPIC]

Win10 64bit, Intel® Core i7-5820K CPU OC @ 4.50GHz x6, X99A GAMING PRO CARBON, MSI RTX 2080 TI GAMING X TRIO 11Gb, 32GB DDR4 RAM, SSD 960 EVO250GB, SSD 850 EVO 500GB, JetSeat, MFG Crosswind Pedals, VPC Mongoose T-50, TMWH, DSD ButtonBox, Pimax 5k XR/BE

 

 

Link to comment
Share on other sites

Not sure if this is of any help but there is this:

 

DCS World\Mods\aircrafts\F-86\Cockpit\Scripts\device_init.lua

see line number 246 which says:

 

dofile(LockOn_Options.common_script_path.."KNEEBOARD/declare_kneeboard_device.lua")

 

The file declare_kneeboard_device.lua can be found here:

DCS World\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD

 

A file mentioned in the declare_kneeboard_device.lua file is the init.lua which can be found here:

DCS World\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\indicator

 

Hope this info is of help to you, sorry if it isn't.

 

Regards,

Milli

Link to comment
Share on other sites

I thought it was in declare_kneeboard_device.lua, but no luck.

 

I messed up with sx, sz, sy, ry and rz parameters, but no any change.

i7-2600 @3.4GHz | Corsair 16GB @1600MHz. | MSI GTX1660Ti Gaming X | Samsung 256GB SSD (Win10HPx64)
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

No luck finding it , but a tempory fix that i got from HighwaymanED that i bent and scratched and pulled at, i can get it onto my second monitor but cannot adjust its size or move around :

 

_ = function(p) return p; end;

name = _('Sabre_A10C');

Description = 'Custom Settings for each aircraft'

 

function default_setup()

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1920/1080;

}

}

LEFT_MFCD =

{

x = 1920;

y = 0;

width = 350;

height = 350;

}

 

RIGHT_MFCD =

{

x = 2280;

y = 0;

width = 350;

height = 350;

}

CARGO_CAM =

{

x = 1920;

y = 0;

width = 350;

height = 350;

}

 

ED_Kneeboard =

{

x = 3000;

y = 350;

width = 900;

height = 900;

}

 

end

default_setup();

Regards

 

DL available skins here:

https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=Strut

 

 

Pictures of my Skins here: https://imgur.com/a/bOQyQqW

 

[sIGPIC][/sIGPIC]

Win10 64bit, Intel® Core i7-5820K CPU OC @ 4.50GHz x6, X99A GAMING PRO CARBON, MSI RTX 2080 TI GAMING X TRIO 11Gb, 32GB DDR4 RAM, SSD 960 EVO250GB, SSD 850 EVO 500GB, JetSeat, MFG Crosswind Pedals, VPC Mongoose T-50, TMWH, DSD ButtonBox, Pimax 5k XR/BE

 

 

Link to comment
Share on other sites

In the declare_kneeboard_device.lua (...\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\), with sw (width) and sh (height) parameters, I think you can adjust the size.

i7-2600 @3.4GHz | Corsair 16GB @1600MHz. | MSI GTX1660Ti Gaming X | Samsung 256GB SSD (Win10HPx64)
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

Thanks Devrim, il give it a whirl.....

Regards

 

DL available skins here:

https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=Strut

 

 

Pictures of my Skins here: https://imgur.com/a/bOQyQqW

 

[sIGPIC][/sIGPIC]

Win10 64bit, Intel® Core i7-5820K CPU OC @ 4.50GHz x6, X99A GAMING PRO CARBON, MSI RTX 2080 TI GAMING X TRIO 11Gb, 32GB DDR4 RAM, SSD 960 EVO250GB, SSD 850 EVO 500GB, JetSeat, MFG Crosswind Pedals, VPC Mongoose T-50, TMWH, DSD ButtonBox, Pimax 5k XR/BE

 

 

Link to comment
Share on other sites

Devrim / Milli I tried adjusting its size, and also tried to position it, it just doesnt want to play. Will just have to wait for the "tech" savvy to come up with something.

Cheers all:joystick:

Regards

 

DL available skins here:

https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=Strut

 

 

Pictures of my Skins here: https://imgur.com/a/bOQyQqW

 

[sIGPIC][/sIGPIC]

Win10 64bit, Intel® Core i7-5820K CPU OC @ 4.50GHz x6, X99A GAMING PRO CARBON, MSI RTX 2080 TI GAMING X TRIO 11Gb, 32GB DDR4 RAM, SSD 960 EVO250GB, SSD 850 EVO 500GB, JetSeat, MFG Crosswind Pedals, VPC Mongoose T-50, TMWH, DSD ButtonBox, Pimax 5k XR/BE

 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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