Jump to content

Recommended Posts

Posted

As the title says really. Can anyone help ?

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

PC specs:- Intel 386DX, 2mb memory, onboard graphics, 14" 640x480 monitor

Modules owned:- Bachem Natter, Cessna 150, Project Pluto, Sopwith Snipe

Posted

Do you mean the waypoint information ? (the B1 / B2... etc. on the right side?)

I've exported this, the ck37 and radar display - but you need to change some files in the mod folder.

 

please see the attached files, you need to change the names back to init.lua

they belong to the corresponding folders like

"Mods\aircraft\AJS37\Cockpit\scripts\Data\Indicator"

or

"Mods\aircraft\AJS37\Cockpit\scripts\Destination\Indicator"

or

"Mods\aircraft\AJS37\Cockpit\scripts\Radar\Indicator"

 

in your monitorsetup lua you need to call those exports of course like:

VIGGEN_RADAR =

{

x = 1920+20;

y = 0;

width = 580;

height = 580;

}

 

VIGGEN_WAYPOINT =

{

x = 1920+20;

y = 655;

width = 50;

height = 55;

}

VIGGEN_NAV =

{

x = 1920+20;

y = 720;

width = 30;

height = 50;

}

 

i hope this is what you were searching for (without further info ;) )

 

cheers!

init_data.lua

init_destination.lua

init_radar.lua

sigpic.png.4d2403c54e341ae5cf45e3309e87cb2c.png

Posted

I didn't explain myself properly - which is typical for me :)

What I need is the numerical data from the CK37 readout, so I can add 7 segment displays to a physical CK37 panel. DCS BIOS doesn't appear to have this output.

Thanks for all your effort though :)

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

PC specs:- Intel 386DX, 2mb memory, onboard graphics, 14" 640x480 monitor

Modules owned:- Bachem Natter, Cessna 150, Project Pluto, Sopwith Snipe

Posted (edited)
I didn't explain myself properly - which is typical for me :)

What I need is the numerical data from the CK37 readout, so I can add 7 segment displays to a physical CK37 panel. DCS BIOS doesn't appear to have this output.

Thanks for all your effort though :)

 

haha if it was that easy i did, then it wouldn't be a real question here :D

 

i believe there is a way, and i am not quite sure if i found it in the viggen sub-forum - or maybe just write to a viggen-dev

 

i hope you find a solution, i just use it on a small display with all the other exports ;)

 

edit:

 

just found this thread, which was what i was thinking of, but not from the viggen forum, maybe the answer lies there?

https://forums.eagle.ru/showthread.php?t=181311&highlight=viggen

 

 

good luck!!

Edited by dFlow

sigpic.png.4d2403c54e341ae5cf45e3309e87cb2c.png

Posted

just found this thread, which was what i was thinking of, but not from the viggen forum, maybe the answer lies there?

https://forums.eagle.ru/showthread.php?t=181311&highlight=viggen

 

 

good luck!!

 

Sadly no, it doesn't :D I have that thread bookmarked because I was using the cockpit pictures to help design the panel. But there isn't any help on the output of the data display :(

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

PC specs:- Intel 386DX, 2mb memory, onboard graphics, 14" 640x480 monitor

Modules owned:- Bachem Natter, Cessna 150, Project Pluto, Sopwith Snipe

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

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