Jump to content

Kevlon

Members
  • Posts

    659
  • Joined

  • Last visited

About Kevlon

  • Birthday May 19

Personal Information

  • Flight Simulators
    Fs 2020 DCS
  • Location
    Norway
  • Interests
    OR

Recent Profile Visitors

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

  1. Hello , tought i'd give it a go. But turns out there is alot i need to learn, and its more fun with friends right? Looking for a group to fly with. cheers.
  2. Hi all. Keep finding that this is the best place to ask for upgrade advice. So here it goes again, Thinking about another upgrade but I am abit unsure this time. So options. 1.) Should I upgrade the CPU from a 3700x to a 5800x, Or wait until zen 4 comes out. 2. Upgrade the 1080 ti to a 3090 , (if the price gets back to "normal" and I can find one) 3. Just wait..
  3. Hi all. Keep finding that this is the best place to ask for upgrade advice. So here it goes again, Thinking about another upgrade but I am abit unsure this time. So options. 1.) Should I upgrade the CPU from a 3700x to a 5800x, Or wait until zen 4 comes out. 2. Upgrade the 1080 ti to a 3090 , (if the price gets back to "normal" and I can find one) 3. Just wait..
  4. Made a short video with the F-5. What a sweet little plane that is. (Any tips on how I can get the frames to smooth out? is it due to not having vsync on, when you look at the plane? it "jumps" ever so slightly in its movements" Also, how would you get smoother panning of the free look? is that possible? It's not only the A-10 that has a "brrrrrrrt!"
  5. There is a bug with the navigation, I cant seem to find what is is. do you have the same ? It wont go the next waypoint, only previous....
  6. Haha. yeah I bet. Figured I'll try to get it working with a simpler plane first. but even with the su27 . it takes a lot of time. Im going to try to implement the 3 way autopilot on it tomorrow. give it a test. I attached the files in the previous post
  7. Figured out the functions and all. Give it a go.! Working script for the su27, Should work for the Mig and Su33 also, haven't tested that. Working with a pinky modifier, 3 sub-functions, 2a2, nav and a2g (a2g is left empty atm since I don't use that much) Throttle lights indicate what program you are in. (a2a, nav or a2g) It also has a Flare and Caff program. I don't have a stick atm, that's why its all mapped to the throttle. Give me some feedback and Ill change it for you if you like to use this script. su27.zip
  8. Been baning my head with this. It's so backward... One thing I don't understand, in the manual of target it says you can make functions. But they are more like variables . Am I not understanding something here? Can I write my own functions inside main() ? And how can I call it ? and how can I printf flag values ? Can you only printf strings ? not flag values ?
  9. Hi all. Been working on a script for the Harrier. Still a bit to go , but main modes and sensors working. working, a2a mode (speed break forward) Attaching file here, feel free to comment on ideas to put in. (only for the throttle atm, since I do not have a stick yet) harrier.zip
  10. New problem. How do I get the EXEC to run on line 49 here? How can I combine it with the CHAIN? It's not setting the value on the flag.
  11. Hi all. Bought the Warthog Throttle. And I am having a go at scripting, its pretty fun. Just reading the manual atm. My plan is to make a working script for the Harrier. good times :) One question about the MapAxis optional parameters. with the slew axis I wrote this : MapAxis(&Throttle, SCX, DX_XROT_AXIS, MAP_RELATIVE); MapAxis(&Throttle, SCY, DX_YROT_AXIS, MAP_RELATIVE); But when I test it in the device analyzer, they return to the center. I thought they were supposed to stay at the maximum or minimum value reached until you change your movement direction. That is what the manual says anyway, what am I doing wrong? Solved it, it should be this: MapAxis(&Throttle, SCX, DX_XROT_AXIS, AXIS_NORMAL, MAP_RELATIVE); MapAxis(&Throttle, SCY, DX_YROT_AXIS, AXIS_NORMAL, MAP_RELATIVE); I was missing one parameter
×
×
  • Create New...