Jump to content

Exo7

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Exo7

  1. I think it's can be great for certain function... like VTB power from hot start in M2000C, that haven't impact of the cold startup... maybe a option in the function to enable the start synchro for choosen inputs... like this : void Switch2Pos::init_(char* msg, char pin, bool reverse, start_synchro) and call all variables with this tag for the startup synchro ? what do you think about ? i don't know if it's difficult to code...
  2. Yes, i have, but i need to work on it to make it as clean and pdf... today it's just a bad draft...:cry:
  3. For the radar screen export, look at this post : http://forums.eagle.ru/showpost.php?p=2133064&postcount=2 it's the same way, so you have to modify the VTB_init.lua from DCS World\MODS\Aircraft\M-2000C\Cockpit\Scripts\VTB\
  4. Personaly, i'm using a "pre flight checklist", to configure the pit for the mission i launch. if i choose cold start, i have a "cold start preflight checklist", if hot start or air start i have a "hot start preflight checklist" like real life (for the cold start...).
  5. I confirm that the Mega 2560 is fully compatible with DCS BIOS, i'm using it... Cédric
  6. My mistake !!!! i have add the <script> tag in the bad control-reference.html... it's working now... as this, in your documentation is it write to add <script> tag in control reference.LUA .. maybe you can modify it to prevent errors... yes i have seen that the Devices address aren't good... my poor shoulders... ;) Thank you so much for the CLP args and for the script to obtain the args !! have a nice day !
  7. Thanks, Ok, i see the function that take the description in the defineToggleSwitch (for example), but when i launch DCSBIOS, nothing change in my control reference doc, the one in %SAVED GAMED%\DCS\Scripts\DCS-BIOS\Docs is it right for new module or i have anything more to do ? (i'm creating the M2000C module). My commands works in the plane. the other thing i need help it's for light indicators. maybe it's due to the BETA state of the module, but i don't find the argument for them. (i'm aware that you can't do anything for me for this point...) and i don't understand, when i'm looking in the DCSBIOS A10C scripts, how do you use/find address and mask ? ie : DcsBios::LED clA1(0x10d4, 0x0001, PIN); Thanks
  8. Hi Ian, All Happy New Year ! I have a question about adding module in "Control Reference Doc". have you to write line by line the json script or have you a method to generate it ? i don't find anything about it in dev manual... Thanks.
  9. try this one... http://static.wamiz.fr/images/news/medium/chat-potte-shrek-07.jpg @++ Envoyé de mon iPad en utilisant Tapatalk
  10. So, in re reading your reply i think i'm not very clear in my first question. I can send each part of the frequency : i.e. "2" , "4", "3", "0", "00" separatly... Cédric
  11. Yes it should be a very good addition ! Cédric
  12. Hi Guys, i have a question about radios. Is it possible to send directly the frequencies over DCS Bios ? I explain, i have real radios for my pit project and i would like to use the coding wheels. so them give a BCD code that i convert to decimal. so i would like to send over DCS Bios the decimal number of the frequencies. i don't want to use the increment decrement function. thank you.
×
×
  • Create New...