Jump to content

Vakarian

Members
  • Posts

    739
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Vakarian

  1. I like the way you're thinking We'll see in time. Up until recently, Rafale was a big no-no and things changed. Maybe in the future opportunities open up for a Gripen as well. Oh, what I'd give to have it in DCS...
  2. And today I learned something new. Thanks for the explanation
  3. What does magnetic declination have to do with misspelled number on the compass?
  4. Oooooooooooooooooooooh, I completely forgot that's an option I didn't need it so yeah, it slipped my mind completely
  5. No, in fact they should not mess with it as that's precisely why there are so many options to tune the controls in the control menu. Devs have no way of knowing how the physical device reports its position. Meaning you can have two potentiometers on the same device, one will report 100% value on the full left turn, the other can report 100% on the full right turn. There's no way in hell the devs can account for all of that to work out the box, that's precisely why the inversion option is there ----- EDIT: While what I said above stands, it seems that's not the core issue. Sorry for the rrant. After carefully re-reading the issue it seems you guys are reporting that the trim indicator and FFB trim are disconnected and are not following each other. Is that the correct interpretation? If so, then yeah, the devs should definitely fix it.
  6. It's just a different way of achieving the same thing.
  7. You can go above contrails...
  8. I would actually appreciate something like this but wouldn't stop on the SAMs, but expand it to the rest of the weapons? I already "don't like" making missions as I perfectly know that if I set X amount of targets that are spaced out, then the players need exactly X amount of weapons (clusters excluding) to kill them. Now, if few of the weapons just went dud, got hung on the rack, guidance failed.... That spices up the mission planning and really brings out the necessity of bringing your wingmen with you. Basically the same thing you requested but expanded to all weapons. I understand it's a tall order and even if added to the roadmap it will be a long time, but still this is a wishlist section We can dream
  9. AND is implicit. If you have like: Condition1 Condition2 That means Conditon1 AND Condition2 If you have it like: Condition1 OR Condition2 That means Condition1 OR Condition2 Fun stuff comes with combos Condition1 Condition2 OR Condition3 Means (Condition1 AND Condition2) OR Condition3
  10. Hopefully you read the changelog and not just spreading misinformation...
  11. I know how radar altimeters works and how/when it's displayed in the MiG. I just wasn't sure if there's a way to force barometric only. Now after AeriaGlorias response I know that's not design feature.
  12. Yes I did as the default one was too far back in my case. IIRC after changing the default one, the entry appeared in the snapviews.lua file. EDIT: I play on 3440x1440 resolution, so the FOV values might be a bit different than what you'd expect on 16:9 aspect ratio
  13. Same place where all others are stored. Snip from my SnapViews.lua SnapViews["MiG-29 Fulcrum"] = { [1] = {-- player slot 1 [1] = {--LWin + Num0 : Snap View 0 viewAngle = 96.995216,--FOV viewAngleVertical= 50.638279,--VFOV hAngle = 0.000000, vAngle = -9.729000, x_trans = 0.079000, y_trans = 0.008000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 1, }, [2] = {--LWin + Num1 : Snap View 1 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [3] = {--LWin + Num2 : Snap View 2 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [4] = {--LWin + Num3 : Snap View 3 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [5] = {--LWin + Num4 : Snap View 4 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [6] = {--LWin + Num5 : Snap View 5 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [7] = {--LWin + Num6 : Snap View 6 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [8] = {--LWin + Num7 : Snap View 7 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [9] = {--LWin + Num8 : Snap View 8 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [10] = {--LWin + Num9 : Snap View 9 viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [11] = {--look at left mirror viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [12] = {--look at right mirror viewAngle = 60.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = 0.000000, x_trans = 0.000000, y_trans = 0.000000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 0, }, [13] = {--default view viewAngle = 96.995216,--FOV viewAngleVertical= 50.638279,--VFOV hAngle = 0.000000, vAngle = -9.729000, x_trans = 0.079000, y_trans = 0.008000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 1, }, [14] = {--default view - VR viewAngle = 100.000000,--FOV viewAngleVertical= 0.000000,--VFOV hAngle = 0.000000, vAngle = -9.729000, x_trans = 0.079000, y_trans = 0.008000, z_trans = 0.000000, rollAngle = 0.000000, cockpit_version = 1, }, }, }
  14. Excuse my ignorance, but is there a way to disable the automatic switch between barometric and radar readout? I do find it a bit annoying, however if it's IRL feature then it is what it is and I'll learn to deal with.
  15. No AA as MSAA doesn't work properly, NIS and FSR look worse than no AA
  16. There's one way not tied to the WinWIng software, few posts below there's also a WinWing software way
  17. Fuzes got some changes in the last major update. Basically if you hover over the loadout without doing anything, you'll see that some options might have "null" value. When you open up a fuze setting you'll see that they all got reloaded. That's the "fix"
  18. Back when I was on non-FFB base this has practically eliminated the twitchyness of the Instant trim and made me fly a lot more stable when trimming often. Instant is preferred to others as it doesn't lock you out of maneuvering until you center the cyclic, but the twitching on trim does make inexperienced people think they are doing something wrong and can introduce slight PIOs. Having this Fade In/Out method is the best method anyone has done so far to ease out the trim transitions for non-FFB users and I'm willing to bet that's still a high majority of users as FFB bases still aren't really the cheap option. So yeah, long way for me to say that I'd really like this to be added, even if I won't have use for it
  19. It was meant to make you aware that the wheel is behind you and to take that into account when turning so you don't turn too late or too early
  20. It's the "thing" your nose wheel is attached to.
  21. Do you know what the nose wheel strut actually is in the first place?
  22. Yellow triangles are buttons you use to enter the fuzing and other weapon options configurator. With the recent changes to the fuzing I'd say the old missions have incorrect fuzing and you need to fix it by opening the menu and selecting the fuzes you want
  23. I would go on a limb and say it's something on your end. It was plug and play on my Rhino, no tuning needed.
  24. So people want to run around and inspect a factory perfect plane to confirm it's factory perfect? If for some odd reason it's not, what are you gonna do, not fly? This is a feature that I'm guessing most of the people would use once or twice and then ignore it.
×
×
  • Create New...