Jump to content

coolhands

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by coolhands

  1. Hello, thank you for the quality of this module in its beta version :thumbup:. We have multiplayer on our server unable to start on the bridge. Knowing that on our server the module is not installed but according to you it is not necessary that it is there. Is this a bug?
  2. Thank you very much and I will give it a try with a clean version. I'll keep you informed
  3. Hello, I have a problem with the webgui and DCS. It is extremely slow at start-up, around 3 minutes. However, I use --server --norender and it's the same if I use --webgui. I attach my log file dcs.zip
  4. My cockpit full functionnaly
  5. Hi I managed to make both exports work :thumbup:
  6. Thanks H-J-P i will send a mp for Jat and McMicha
  7. Ok i found the solution: Var 1081, name Rej_switch // REJ SWITCH Var 0561, name Rej_norm_rej1, Link IOCARD_SW, Input 122 // REJ NORM/REJ1 { IF &Rej_norm_rej1 = 1 { &Rej_switch = 3 } IF &Rej_norm_rej1 = 0 { &Rej_switch = 2 } } Var 0562, name Rej_rej1_2, Link IOCARD_SW, Input 123 // REJ REJ1/REJ2 { IF &Rej_rej1_2 = 1 { &Rej_switch = 1 } IF &Rej_rej1_2 = 0 { &Rej_switch = 2 } } [1081] = {SimpleRotary, 34, 1},--NORM/REJ 1/REJ 2 function SimpleRotary(pValue, pDevice, pNumber) GetDevice(pDevice):performClickableAction(pNumber + 3000,(pValue - 1)/10) end I found a another problem with FLAPS switch it was not functionnaly
  8. Hello, I am a french simmer. I just discovered the Ikarus software and it seduced me :thumbup:. I have a cockpit of F18 that I operate with the OPENCOCKPIT system with the export script attached. When I run both at the same time I have a conflict and my switches do not work anymore. On the other hand, the exported instruments work despite a loss of FPS of about 30%. I would like to know if there is an opportunity to make the two work together. I am even willing to participate financially if it is to be a personalized work. My actually export :https://www.fichier-zip.com/2018/09/29/exportgaze/ Thanks My cockpit (configure for F16 in falcon BMS last year) now i configure for F/A18 dcs world :
  9. Hi thanks to this post I manage to program my pit of F18 with the SIOC. But I can not program the ON / OFF / ON switch because the structure of the F18 is not the same: clickabledata.lua elements["pnt_331"]= springloaded_3_pos_tumb2(_("Fire and Bleed Air Test Switch, (RMB) TEST A/(LMB) TEST B"), devices.ENGINES_INTERFACE, engines_commands.FireTestBSw, engines_commands.FireTestASw, 331) clickable_def.lua function springloaded_3_pos_tumb2(hint_,device_,command1_,command2_,arg_,animation_speed_,val1_,val2_,val3_) local element = springloaded_3_pos_tumb(hint_,device_,command1_,command2_,arg_,animation_speed_,val1_,val2_,val3_) element.sound = {{SOUND_SW1_OFF, SOUND_SW1}, {SOUND_SW1, SOUND_SW1_OFF}} return element end commands_def.lua count = start_command engines_commands = { APU_ControlSw = counter(); EngineCrankLSw = counter(); EngineCrankRSw = counter(); LAMADDecouplerHandle = counter(); RAMADDecouplerHandle = counter(); -- FireTestASw = counter(); FireTestBSw = counter(); -- FireExtghDischSw = counter(); APU_FireSw = counter(); LENG_FireSw = counter(); RENG_FireSw = counter(); LENG_FireSwCover = counter(); RENG_FireSwCover = counter(); -- AntiIceSw = counter(); -- input commands EngineCrankLSw_EXT = counter(); EngineCrankRSw_EXT = counter(); APU_FireSw_ITER = counter(); LENG_FireSw_ITER = counter(); RENG_FireSw_ITER = counter(); LENG_FireSwCover_ITER = counter(); RENG_FireSwCover_ITER = counter(); AntiIceSw_ITER = counter(); APU_ControlSw_TM_WARTHOG = counter(); } devices.lua devices["ENGINES_INTERFACE"]= counter()--12 -- Cockpit interface to aircraft engines I don't understand how can i do for this switch with SIOC and exportsupport.lua!!!
  10. Good after with met Gilledrones I continued to search and I finally managed to make the controls and the lights work. For the moment it's the simple switchs that works if someone gets to run the ON-OFF-ON, I'm taker. In the meantime here is the EXPORT that works with the SIOC and the F18 DCS. https://www.fichier-zip.com/2018/09/24/exportgaze/
  11. Hello, I would like to run my export file for my real cockpit with your profile HELIOS (which I find excellent) But when I run both together I have a conflict and your profile does not work anymore. Could you see if it is possible to join the two exports? My export https://www.fichier-zip.com/2018/09/08/exportcoolhands/
  12. Hello I tried to run the BS export with the F18 but now I only have LEDs that work. Apparently the F18 is not coded as the A10 or BS for commands. If anyone knows the language lua and can look what's wrong would be nice. Here is my export: The export folder is put at the root of the game in the config folder and the export file in users / saved games / dcs / scripts. https://www.fichier-zip.com/2018/09/08/exportcoolhands/
  13. Hello, I am very interested in your program. Can you explain to me how to communicate with SIOC and VJOY please
  14. Thanks you for your exceptionnally work :thumbup:
  15. Very good job and news
  16. Sorry but i can't download it the link is broken in the 1st message :(
×
×
  • Create New...