Jump to content

PopTops

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I didn't really move it. I uninstalled it completely. Left Saved games where it was with the DCS stuff in it and installed the Application on the F-drive. Installation was done via Standalone (download from DCS, not Steam) Reapplied the same returning to the C-Drive again.
  2. Hm, this is completely strange, I reinstalled on the C drive and still not working. I have the impression I have a corrupt ini file somewhere. Any idea where the file is pointing to this location? Kr
  3. Yep, got that one, worked perfectly when I had my installation on the C-Drive but not working anymore when I installed on the F-Drive.
  4. Hi, Previously I had my DCS install (with F18) completely on the C:-Drive. However I decided to add a complete dedicated disc which is now called F: Since then, I'm unable to use my kneeboards for the F-18. All is still under the "saved games" folder where it previously worked but still no luck. Sure it's somewhere a mapping towards the right folder but unable to solve it so far. Any ideas? Thanks, Bart
  5. I installed DCS on my 2nd harddrive, so I was searching for the Scripts folder which I found there instead of Saved Games location. On that location you also have an export.lua but with a lot of coding. Being convinced I found the right file I didn't think of creating a Scripts folder on the Saved Games location and copy an extra export.lua file there. Basic mistake I think...
  6. Ok, I solved it thanks to you guys. I did the necessary concerning the export file but on the install location, not in the script folder. And the onboard light is working. Now I can start my fun ;-) Thanks guys!
  7. I've added the line to the bottom, but still not OK. Is it mandatory do have the open Beta? @Andrew, I still have to test your suggestion
  8. I tried to do this and it gave the following result; Putting it to 13 is not changing anything. The "ON" light on the Arduino is red but nothing else is blinking. To test, I changed the values, uploaded the script, ran the connect-serial-port tool and pulled the left Engine Fire pull handle. Master caution is blinking, but not on the Arduino. SOCAT error, I downloaded and replaced the files and now the error message is not there anymore however it gives "Waiting for 0 seconds, press a key to continue..." and then there is nothing (also not when I press a key :)
  9. Hi guys, First and for all Happy Newyear. I've just received my Arduino board and I started the very basics; The master caution LED light. However, I can't get the LED on. According to me I've done everything correctly uploading the file to my Arduino and connecting my LED but it's still not working. Can you validate my code? I've limited myself to the A-10 so far. #define DCSBIOS_DEFAULT_SERIAL #include "DcsBios.h" DcsBios::LED masterCaution(0x1012, 0x0800, 10); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Also, when I run the connect-serial-port (connected to COM3) I get "Couldn't connect FAST_CWD pointer". Any suggestions? Kind regards, PopTops
×
×
  • Create New...