Jump to content

eatthis

Members
  • Posts

    1014
  • Joined

  • Last visited

Everything posted by eatthis

  1. here you go mate, on else off/crank else center controls for both engines {down = device_commands.ENGINE_Crank, up = device_commands.ENGINE_Crank, cockpit_device_id=devices.ENGINE, value_down = 1, value_up = 0, cockpit_device_id=devices.ENGINE, name = _('Crank Left Engine Else Crank Center'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Crank, up = device_commands.ENGINE_Crank, cockpit_device_id=devices.ENGINE, value_down = -1, value_up = 0, cockpit_device_id=devices.ENGINE, name = _('Crank Right Engine Else Crank Center'), category = _('Engine Control Panel')},
  2. i dont know if this is a bug or not but i cant use any upscaling. i have a 6800xt and aa is off although the only option in there not greyed out is msaa
  3. how are you crashing in the b? even at max tow, just trim it reasonably and its fine. youre not leaving tthe parking brake on are you? i did the 1st day it came out because i didnt know lol
  4. damn bugs lol do you have the original 3440 x 1440 version of that please?
  5. as above, i cant find that panel in the controls menu, id like to bind it
  6. 20+ year old muscle memory is INCREDIBLY impressive! im a trucker and if i go a few weeks without reversing i can feel it lol
  7. no option to have them if you own both modules??
  8. yeh thats off. iv just tried it with a new cable and get the same error. iv tried different usb ports. different cables and different arduinos!! how do i tell whats already on the arduino board?
  9. whats a serial monitor? all the other nanos are greyed out in ide its showing connected in the bottom right of the ide
  10. somehow i got the wrong file completely. i have no idea how lol. got the right code i think, it compiled fine but wont uplaod to the nano, iv tried different usb ports and different nano boards too Sketch uses 7422 bytes (24%) of program storage space. Maximum is 30720 bytes. Global variables use 1022 bytes (49%) of dynamic memory, leaving 1026 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x98 avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x80 avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe6 avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x80 avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x98 avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x80 avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe6 avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x80 avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x98 avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x80 Failed uploading: uploading error: exit status 1
  11. i dont know how. is it in in ide itself or on tinternet? will it autoinstall to the right place? is it code that gets added to the sketch? iv found a list, how do i know which 1 i should use? and do i add it the same way i add another library?
  12. ULTIMATELY THATS WHAT I WANT. HOWEVER I HAVNT A CLUE HOW TO USE ARDUINO AND MY 1ST ATTEMPT AT SETTING IT IUP HAS FAILED MISERABLY LOL
  13. iv tried to do this. got the hardware wired up on a breadboard but it doesnt work in arduino ide. when i compile it i get this error C:\Users\john\Documents\3d printing\stl files\pc cockpit build\f16\MFD.F16-main\src\MFD\MFD.ino:4:10: fatal error: Joystick.h: No such file or directory #include <Joystick.h> ^~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: Joystick.h: No such file or directory does that mean its failing at the 1st line and not even bothering with the rest?? i have no idea what joystic.h is
  14. i thought id looked under that lol thanks
  15. i cant find the icls channel selector or power switch in the controls. what are they called?
  16. i need to work out what that all meant!
  17. so switch2 tells dcs which switch is being manipulated? control reference in dcs fork?
  18. that helps alot thanks, how do i know gear handle or gear lever will work correctly? what in the code points exactly at the command? i assume its the bracketed part but how does dcs exactly what it is
×
×
  • Create New...