Jump to content

Recommended Posts

Posted

Help- I am just getting back into A10C and the lua file changes that used to allow me to export the CDU to an external monitor are no longer working. My MFCD exports still work as always but the CDU is not. Below is the modified version of the CDU_init.lua file that always worked for me.

 

I have searched forums for days and have not been able to find any recent information about CDU exporting in 2.5 so any help would be appreciated. Thanks!!

 

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

 

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

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

indicator_type = indicator_types.COMMON

 

purposes = {render_purpose.GENERAL}

try_find_assigned_viewport("CDU")

 

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"

__________________

CPU:i7920 @2.67GHz overclocked to 3.25Ghz

Video:ATI HD5780 Single Monitor

Ram:8 GB DDR3

OS: Win7 64bit

Equipment:TrackIR4, Buttkicker2Gamer,CH ProFlight Pedals, Saitek X65 Controller

CPU:i7920 @2.67GHz overclocked to 3.25Ghz

Video:ATI HD5780 Single Monitor

Ram:8 GB DDR3

OS: Win7 64bit

Equipment:TrackIR4, Buttkicker2Gamer,CH ProFlight Pedals, Saitek X65 Controller

  • Recently Browsing   0 members

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