Jump to content

Trigati

Members
  • Posts

    197
  • Joined

  • Last visited

Everything posted by Trigati

  1. Try swapping the order they appear in Exports.lua Don’t know if it will work but had issues with SRS and Tacview before and that solved it. Sent from my iPhone using Tapatalk
  2. It means direct straight line from point a to point b…. which is often normal for flying but not what ground vehicles would do as they follow roads and drive around obstructions. But in most missions your route is straight “as the crow flies” as your waypoints are set to avoid threat areas or restricted airspace or just to get you to ingress from a set direction etc. so the actual distance you travel is higher than the direct distance between start and end points. Sent from my iPhone using Tapatalk
  3. And that file will get replaced (set back to standard) every time you update. Sent from my iPhone using Tapatalk
  4. The last update was just made to the spreadsheet according to the notes. So for the Hornet I’d expect a small difference until it gets updated. Sent from my iPhone using Tapatalk
  5. That worked perfectly. Thanks, appreciate the help!
  6. Not sure what I cam doing wrong but I load that F14 profile and it's just blank? Did I miss needing a plugin or something? Thanks.
  7. Yeah, the middle would use the latest game code for its behaviour. The issue this causes older missions tends to be along the lines of… SAM x? Had a range of 50 miles so mission plans you a route to stay further away….SAM x has been updated/corrected so now has a range of 100 miles….now you fly mission as planned and get shot down every time. I’ve experienced mostly difficulties due to AI changes being a problem not modules or weapon mechanics. Sent from my iPhone using Tapatalk
  8. I’ll take a guess but it sounds like your keyboard is not sending the F1,F2, F3 keys etc but controlling windows functions. If you look at the F keys, do they also have little icons on them….I bet those icons correspond with the actions you mention above. I dint know how you change your keyboard mode, usually there is an Fn key somewhere or Fn lock or similar. But it’s not a DCS issue. Sent from my iPhone using Tapatalk
  9. Yes, my bad… forgot the J flag is what I used with the mklink command… Sent from my iPhone using Tapatalk
  10. Symbolic links work, so you chan choose different drives for different folders. Sent from my iPhone using Tapatalk
  11. I’m just finishing Operation Cerberus North and agree it is really good….finding targets and avoiding air defence are challenging through most of it without being impossible for a novice like me. Final mission is really beating me at the moment as it seems like it’s never the same…probably just my frustration :-) I didn’t get any major AI issues but I know some campaigns are suffering due to core DCS AI bugs in Open Beta. So if you are also in Beta OCN is a good option. I did the free Serpent’s head before, although not very well, so I’m planning to try Serpent’s head 2 next rather than Raven One as I’ve not mastered AAR yet.
  12. Lay/Lon only comes up when entering weapon coords for me…waypoint you just press POSN then start entering the coords…starting with the N or S keys then 6 digits enter. The the W or E etc. Sent from my iPhone using Tapatalk
  13. Yeah, I was being a scaredy cat up at 24k and kept timing out..but down at 12-15k it works perfectly.
  14. That got me as well, drop from less than 15k ft Sent from my iPhone using Tapatalk
  15. You are probably using the old Viacom Pro which is not compatible with 2.8 At least that’s what your symptoms sound like. Find more info and help here https://discord.gg/adnyEnP4 Sent from my iPhone using Tapatalk
  16. @Hairysteed Here is the code from my Target script: // -- AP (Autopilot LASTE Switch) ------------------------------------------ MapKey( &Throttle, APPAT, CHAIN(PULSE + DX65, D(), PULSE + DX41)); // AA Mode & External Lights Off MapKeyR( &Throttle, APPAT, CHAIN(PULSE + DX65, D(), PULSE + DX40)); // AA Mode Off & Lights On MapKey( &Throttle, APALT, CHAIN(PULSE + DX67, D(), PULSE + DX41)); // AG Mode & External Lights Off MapKeyR( &Throttle, APALT, CHAIN(PULSE + DX67, D(), PULSE + DX40)); // AG Mode Off & Lights On
  17. Yeah, just use the command mapkeyr in the same way that mapkey is used in the script. The r at the end just tells it that it’s on button release….ie mapkey for the press and mapkeyr for the release Sent from my iPhone using Tapatalk
  18. In your screen shot you have the letter M in the title box….that overrides the dynamic update coming from DCS Export. Try deleting that M. Sent from my iPhone using Tapatalk
  19. I use 2 buttons, one channel up and the other channel down...the selected channel shows on the up button...if you just want to display the channel it doesn't matter what the button is configured to actually do...it just matters what you set it to display which should be 2028 for Comm1 and 2029 for Comm2. null In my case I also want the channel to be displayed off to the left so my Display String has substitutions with lots of spaces....but you wouldn't need that. It does need to account for the fact that the expert script sends 2 digits...so "1" is sent as " 1", "\/" is sent as " d". nullAnd just in case this helps, the button is just an increment of 1 to go up and -1 to go down. So, a rotary in not needed if you just change in one direction, a simple pushbutton with release disabled works. null
  20. OK, I've not tested it yet but I spotted 1 big thing as soon as I looked at your file....everything in the section you want to run on a hot jet he stop section is still linked to the start sequence so tries to run when you AutoStart. To get it to run only when you run the AutoStop you need to change the start of every code line from "push_start_command" to "push_stop_command" That way it runs when you run AutoStop (whatever KB you setup...default is LWIN + END) I did a quick Find & Replace for you to test as I won't get a chance till tomorrow...only other thing I can think of from looking at the script is it will not actually work if the Right DDI/MDI/MFD (...how many different names do they have?) is in either the TAC or SUPT menu when you run it and the AMPCD has to be showing the HSI (and if MAP is showing it turns it off, if MAP already off it will turn it on). Macro_sequencies.lua
  21. I use the macro sequences STOP section to put my code in it as I am never going to <profanity> a jet down after flying….that way you can optionally have the scripted start and the separate config. Sent from my iPhone using Tapatalk
×
×
  • Create New...