Jump to content

iCOntrol DCS


Recommended Posts

Can somebody confirm if it works after 1.09 patch...I did complete reinstall of 1.09 game, and now i cant use icontrol dcs...

 

1. Radio frequencies are shown, but pressing and rotating dials doesnt change frequencies...Tacan and ILS portion works fine..TGP, Gun switches, laser etc works fine

 

2. CDU is shown on my main monitor, although i created display configuration so that MFDs and CDU are displayed all on my second monitor )my second mon. is my old laptop..

 

3. CDU screen is black, but the buttons do work...


Edited by hreich

[sIGPIC][/sIGPIC]

Pilot from Croatia

Link to comment
Share on other sites

This is part of lua script in regard to CDU export...Can somebody check where is error?

 

 

 

--***DO NOT MODIFY THESE COMMENT LINES***

--ICONTROLDCS v0.0.0.0

--LOCATION Scripts\Aircrafts\A-10C\Cockpit\CDU\indicator

--CDU Export

--Always replaced so we don't export the CDU when it's not needed.

 

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

 

indicator_type = indicator_types.COMMON

 

--CDU_INIT

 

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"

[sIGPIC][/sIGPIC]

Pilot from Croatia

Link to comment
Share on other sites

1.1.0.9 introduced a bug in the Export.lua for radio controls. The following devices no longer respond to performClickableAction.

 

devices["UHF_RADIO"] = counter()--54

devices["VHF_AM_RADIO"] = counter()--55

devices["VHF_FM_RADIO"] = counter()--56

[sIGPIC][/sIGPIC]

Pilot from Croatia

Link to comment
Share on other sites

Does the new icontrol version that came out the other day, fix this? Or is it still there.

 

 

[sIGPIC][/sIGPIC]

 

Fighter pilots make movies, Attack pilots make history, Helicopter pilots make heros.

 

:pilotfly: Corsair 570x Crystal Case, Intel 8700K O/clocked to 4.8ghz, 32GB Vengeance RGB Pro DDR4 3200 MHZ Ram, 2 x 1TB M2 drives, 2 x 4TB Hard Drives, Nvidia EVGA GTX 1080ti FTW, Maximus x Hero MB, H150i Cooler, 6 x Corsair LL120 RGB Fans And a bloody awful Pilot :doh:

Link to comment
Share on other sites

  • 3 weeks later...

I am doing input using my ipad, and I was using old laptop only as extended monitor..After i bought new hdd, and after i did a whole re-install of win7 and my games, i managed to extend my desktop using virtual monitor fix (hence i dont need laptop to be connected anymore)...Everythig works via Wifi connection from ipad t my PC...

[sIGPIC][/sIGPIC]

Pilot from Croatia

Link to comment
Share on other sites

  • Recently Browsing   0 members

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