Jump to content

Roger01

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by Roger01

  1. Thanks a lot for the f14 lua!!
  2. And, any news for the F14 too? :D Thanks!
  3. It's push S2. Works for me. If not, try push S1
  4. I create a template, but I can't import instruments, switches etc.. : I think I need to create a XML file. What's the process to do that? Thanks!
  5. Hello, Anyone have a template for the JF17? (mfd + upcp) I have an export.lua for the JF17. (work with stream desk) Thanks!
  6. Thank you for your export script! It runs great with my Stream Deck. Does anyone have build a template for ikarus? (looking for mfd). Thanks!
  7. Hello, Looking for making an exported MFCD, what's the ratio and resolution of the MFCDs? I think it's a 3/4 ratio but what is the resolution of the screen? Thank you!
  8. Is it still relevant? M1 if there's no other JF-17, if not, M6? :smartass:
  9. Hmm, strange. Test here : https://gofile.io/d/Wdu2ko
  10. The track! :) https://drive.google.com/file/d/1Uk60x6ep6nw6GDmxZHrtibW_zMhNgBMF/view?usp=sharing
  11. For sure, I do it tonight (15pm here at this time)
  12. Haa okay. So I have dl your latest version (1.1) and the 1st mission is "broken", at the beginning, the game propose me to click on the middle mfd, and few seconds later, he roleback to the true beginning.
  13. Ok, thx. So I don't need to test again this switch :D
  14. Ha? Thx for advising. I have tested the mission n°11 without any bug, I think.
  15. Bump! AAR switch is for "all" or "only internal" tank choice (I think), but PH test... I don't find anything here, on google or manuel. Thanks again!
  16. I have tested one training mission. Wow! That's so perfect! Thank you!:thumbup:
  17. Thanks, I try this :thumbup:
  18. Have tested 5/6 switch on 2 panels + flashlight. All are ok! Thank you, nice work!:thumbup::clap:
  19. Hello! I found all buttons who won't works. (I hope, I tested all switches and others in plane :joystick: ) It's 2 panels and the flash light. I can read the data, but can't send an action :
  20. Why not, but I need to know what sound is for what action before to be sure.
  21. Hello! Possiblity to have this for the JF-17 please? Thanks a lot!
  22. Bump! Need to know to make a sound voice please :D Thanks!
  23. Thank you. It seems that this code not run as it do : void onBattSwChange(unsigned int newValue) { /* your code here */ } DcsBios::IntegerBuffer battSwBuffer(0x4828, 0x0080, 7, onBattSwChange); for exemple, this code works perfectly : void onAfterburnSwChange(unsigned int newValue) { /* your code here */ } DcsBios::IntegerBuffer afterburnSwBuffer(0x4804, 0x8000, 15, onAfterburnSwChange); I think there's a lot of error with adresses. Where can I check that? Because some of number seems to be good between Mods\aircraft\JF-17\Cockpit\Scripts\clickabledata.lua and Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\JF-17.lua but won't works. [Edit] With some tests, all (all I test) "void XYZ (unsigned int newValue) {}" code who won't works, "DcsBios::Switch2Pos XYZ("XYZ_SW", PIN_A)" code won't works too. So I think there's a real addressing problem . JF-17 module fault? wrong address written by developers on a .lua file? Other?
×
×
  • Create New...