Jump to content

Stickley92

Members
  • Posts

    22
  • Joined

  • Last visited

  1. Is there anything i need to do so it loads the flight plan? This is for mainly when i fly the Huey?
  2. Holton thank you for your help that worked amazing so simple haha. I loaded up and enabled and worked a followed my flight, the only thig that was wrong is that it did not load up the flight plan. Denver29, make sure the 2 -- at the start of --dofile in the Export.lua are removed thats what was wrong with mine.
  3. I take it the base version of foreflights works and i dont need to buy like the pro version for it.
  4. userprofile = os.getenv ("userprofile"):gsub("","/") -- dofile(userprofile .. "/Saved Games/DCS.openbeta/Scripts/DCS_NMEA.lua") ^^^^^^ also this is the location C:\Users\username\Saved Games\DCS.openbeta\Scripts
  5. userprofile = os.getenv ("userprofile"):gsub("","/") -- dofile(userprofile .. "/Saved Games/DCS.openbeta/Scripts/DCS_NMEA.lua") and ---------------------------------------------------------------------------------------------------------------------------------------------- -- CONFIGURATION ---------------------------------------------------------------------------------------------------------------------------------------------- -- This "CONFIGURATION" is the only section you need to edit! -- What output do You want? 0 = disabled, 1 = enabled, can be several AHRS_UDP = 1 -- AHRS sentences via UDP (ForFlight, SkyDemon, WingX Pro, FltPlan Go, etc. Enable X-Plane as data provider) NMEA_UDP = 1 -- NMEA sentences via UDP NMEA_Serial = 0 -- NMEA sentences via Serial port, you can configure a virtual Bluetooth serial port and connect to a Bluetooth devise, -- or use GPSGate Splitter (formerly Client) to send the data to Google Earth (might exist other ways to do that too) -- INPORTANT!!! -- If Bluetooth Virtual Port (in NMEA_Serial) is used, be aware that DCS will freeze as long as the used device isn't listening to the port. As soon as it listen, DCS will un-freeze. -- I do not know if this freezing behavior exist when a physical serial port is used, since I do not have one to test with. -- This freezing behavior DOES NOT exist if one uses utilities like GPSGate Splitter (formerly Client) as a middle hand (create virtual port as input, output to the Bluetooth port). -- Remember to comment out the "dofile" line related to this MOD in Export.lua or set NMEA_Serial = 0 in this file if you are not going to use it to avoid freezing. -- Where to connect? host_AHRS = "used ipads ip" -- Only needed if AHRS_UDP = 1, replace IP with device IP. If you like to use several devices on your network, replace the last section of one IP address to 255, like "192.168.1.255" port_AHRS = 49002 -- Only needed if AHRS_UDP = 1, leave the port as 49002. host_udp = "Used ipads ip" -- Only needed if NMEA_UDP = 1, replace IP with device IP. If you like to use several devices on your network, replace the last section of one IP address to 255, like "192.168.1.255" port_udp = 4353 -- Only needed if NMEA_UDP = 1, select preferred port, use the same port in your GPS device. sPort_Nr = {6} -- Only needed if NMEA_Serial = 1, replace the number with the serial port(s) You want to use, if several delimited with ',' like {3,6,10}. -- INPORTANT!!! -- Make sure the ports port_udp and port_AHRS are correctly opened in any firewall and router. You might need to open it as UDP exclusively and not as TCP/UDP. -- How often do You want information to be sent, Nr of times per second? from 1 to 10 (ForFlight requirement) -- Doesn't affect AHRS position updates, need to be ones per second (ForFlight requirement), but does affect AHRS Attitude and all NMEA updates ActivityNextEventFrequency = 5 -- STOP!!! Go no further! ;) ---------------------------------------------------------------------------------------------------------------------------------------------- -- END OF CONFIGURATION ---------------------------------------------------------------------------------------------------------------------------------------------- Have i done anything wrong in the set up?
  6. I have since forwarded the ports on router and firewall both 49002 and 4353 UDP only. still no show in the devices on the app.
  7. So far i have tried everything suggested and still get nothing coming up under devices on the app. The last thing i can think of is opening up the ports on my router but after that im not sure. I have opened up the ports for the router and will be testing it shortly but i am unsure what i need to do in the firewall to open the ports there.
  8. Thank you for your replies I will be attempting again to sort this out later. Do you have to have the pro version of forefligh or does the free version work? Also when you mention this: make sure the first line is also present before that line: userprofile = os.getenv ("userprofile"):gsub("","/") Do I just need to copy and paste this exactly in the first line, would I need to change anything for example the user profile? Sorry for the questions I'm not great at reading computer language haha. Thanks again in advance.
  9. Sorry to bother everyone this morning, iv just followed the video on YT trying to connect my Ipad using foreflight. When i load up DCS how do i connect the game to the Ipad app? When i made a very quick mission then sat in the cockpit launched the app and nothing happened. Is there a better App to use? Any help would be hugely appreciated i think this script is amazing. :thumbup: Thanks in advance.
  10. For the Falcon campaign. Like i said it was working fine before with no issues.
  11. sorry here is the attached error.
  12. Any ideas why im getting this error message now. I started 1 campaign no issues now after iv ran a new firstmission.bat while its loading i get this.:helpsmilie:
  13. Hi for some reason i just cant get Fa-18 to work, i have the Falcons DCE campaign working no problem. Iv changed all the directories and changed whats needed to open beta, I have attached a picture of what comes up during firstmission.bat can anyone see if i have done something wrong or what it could be? :helpsmilie:
  14. Lovely will look forward to it :thumbup:
×
×
  • Create New...