Jump to content

Recommended Posts

Posted

sorry I don't have the details, but I believe this has to do with the "render purpose" you set in the init lua during export config. Hopefully that's a lead for you.

Custom Pit 476 Recruiting

 

i9-12900KF, 32 GB DDR5, Gigabyte Aorus Z690 Master, Gigabyte RTX 2080 Ti, 1TB Sabrent Roket 4+ 2x750GB RAID-0, TrackIR 5 /w clip, CRG9 49” Curved Ultrawide Flight Display+15" Touchscreen+17" Gauges display, Thrustmaster Warthog+7.5cm, Saitek Pro Combat Pedals, Streamdeck, Butt Kicker and pneumatic G-Seat

 

Forums Signature V4_500x100_20220716.png

Forums Signature V4_500x100_20221002.png

Posted
sorry I don't have the details, but I believe this has to do with the "render purpose" you set in the init lua during export config. Hopefully that's a lead for you.

 

 

Thanks Puma for answer. here is my CDU_init.lua and init.lua Does any problem can you see?

 

CDU_init.lua;

dofile(LockOn_Options.common_script_path.."devices_defs.lua")

ofile(LockOn_Options.common_script_path."viewporthandling.lua")

indicator_type = indicator_types.COMMON

purpoes = {render_purpose.GENERAL}
try_files_assigned_viewport("CDU_SCREEN")

dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages.lua")
init_pageID    = id_CDU_Pages.CDU_PAGE_OFF

CDU_preinit_files_path = LockOn_Options.script_path.."CDU/Indicator/Preinit/"
page_subsets = {}
dofile(LockOn_Options.script_path.."CDU/indicator/CDU_subsets_init.lua")

----------------------
pages = {}
pages_by_mode = {}
clear_mode_table(pages_by_mode, 10, 10, 29)

function get_page_by_mode(master, L2, L3, L4)
   return get_page_by_mode_global(pages_by_mode,init_pageID,master,L2,L3,L4)
end

dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages_init.lua")

use_parser        = false


dofile(LockOn_Options.common_script_path.."devices_defs.lua")

indicator_type = indicator_types.COMMON
used_render_mask = "interleave.bmp"



dofile(".\\A10VCServer\\CDU.lua") --A10VCHook

and init.lua file

 

indicator_type              = 0
render_target_always     = true
is_server                 = true
source_indicator_id     = 1
viewport = 
{
0,
0,
LockOn_Options.cockpit.render_target_resolution,
LockOn_Options.cockpit.render_target_resolution
}

[sIGPIC][/sIGPIC]

Posted

Here are mine if you need to compare:

 

dofile(LockOn_Options.common_script_path.."devices_defs.lua")

 

indicator_type = indicator_types.COMMON

 

dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages.lua")

init_pageID = id_CDU_Pages.CDU_PAGE_OFF

 

CDU_preinit_files_path = LockOn_Options.script_path.."CDU/Indicator/Preinit/"

page_subsets = {}

dofile(LockOn_Options.script_path.."CDU/indicator/CDU_subsets_init.lua")

 

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

pages = {}

pages_by_mode = {}

clear_mode_table(pages_by_mode, 10, 10, 29)

 

function get_page_by_mode(master, L2, L3, L4)

return get_page_by_mode_global(pages_by_mode,init_pageID,master,L2,L3,L4)

end

 

dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages_init.lua")

 

use_parser = false

 

 

dofile(LockOn_Options.common_script_path.."devices_defs.lua")

 

indicator_type = indicator_types.COMMON

used_render_mask = "interleave.bmp"

 

indicator_type = 0

render_target_always = true

is_server = true

source_indicator_id = 1

viewport =

{

0,

0,

LockOn_Options.cockpit.render_target_resolution,

LockOn_Options.cockpit.render_target_resolution

}

5900X - 32 GB 3600 RAM - 1080TI

My Twitch Channel

~Moo

Posted

Is your CDU on a second screen/monitor? How have you configured this?

Windows 10 Home, Intel Core i7-9700K @ 4.6GHz, Gigabyte GTX 1070 G1 Gaming (8GB VRAM) on 34" LG curved monitor @ 3440x1440, 32GB RAM, TrackIR 3 (with Vector Expansion), Thrustmaster Warthog HOTAS, Saitek Combat Pedals, Thrustmaster Cougar MFDs.

Posted

I have just a monitor, and i configured right and left MFDs to the right side. Before i changed monitor setting ı had same problem too.

[sIGPIC][/sIGPIC]

Posted

What about the MFCDs in your cockpit, are they blank too or just the CDU?

Windows 10 Home, Intel Core i7-9700K @ 4.6GHz, Gigabyte GTX 1070 G1 Gaming (8GB VRAM) on 34" LG curved monitor @ 3440x1440, 32GB RAM, TrackIR 3 (with Vector Expansion), Thrustmaster Warthog HOTAS, Saitek Combat Pedals, Thrustmaster Cougar MFDs.

Posted

If it helps PURPOSE is spelt wrong in first example.

AMD A8-5600K @ 4GHz, Radeon 7970 6Gig, 16 Gig Ram, Win 10 , 250 gig SSD, 40" Screen + 22 inch below, Track Ir, TMWH, Saitek combat pedals & a loose nut behind the stick :thumbup:

Posted

Fixed

 

What about the MFCDs in your cockpit, are they blank too or just the CDU?

MFDs are working good...

 

If it helps PURPOSE is spelt wrong in first example.

 

i made update and got new files for cdu_init and init files. the problem had been fixed by update. thanks guys.:thumbup:

[sIGPIC][/sIGPIC]

  • Recently Browsing   0 members

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