Extranajero Posted July 4, 2019 Posted July 4, 2019 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
dFlow Posted July 7, 2019 Posted July 7, 2019 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.luainit_destination.luainit_radar.lua
Extranajero Posted July 8, 2019 Author Posted July 8, 2019 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
dFlow Posted July 8, 2019 Posted July 8, 2019 (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 July 8, 2019 by dFlow
Extranajero Posted July 8, 2019 Author Posted July 8, 2019 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
bones1014 Posted August 12, 2019 Posted August 12, 2019 Is there a key command to tell DCS to start the video export?
Recommended Posts