jazzymanserg Posted May 4, 2017 Posted May 4, 2017 I want open this thread for question about non clickabled models in FC3 For example Su-25A So I have command 431 and 430 Gear Up, gear down And I know, that i must use LoSetCommand(431) And I can write, a("Su-25A", false) AircraftList.lua I want to know, Can i use it in DCS-BIOS projects, and how can i do it ?
FSFIan Posted May 4, 2017 Posted May 4, 2017 Look at how the functions in Util.lua are implemented. They call performClickableAction(). You have to implement your own versions of these functions that call LoSetCommand() instead. DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
jazzymanserg Posted December 11, 2017 Author Posted December 11, 2017 May be somebody can answer me, can I use function LoGetMechInfo() for unclickable models in DCS-BIOS I have idea: 1) Make Json for Su-33 2) Modify util for using LoGetMechInfo() 3) use construct DcsBios::LED anyLamp(addr1,addr2, pinNum); Can I to do it ? Maybe somebody have any experience ? Who can help me to do it ? P.S. I know that DCS-BIOS not support nonclickable, but I need it very much
Recommended Posts