Jump to content

PiedDroit

Members
  • Posts

    1610
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PiedDroit

  1. I actually removed mine, but I use a large dead zone so it's OK (I prefer it like this, it's too twitchy for me around the center anyway). When resting it's not perfectly centered but it's inside the deadzone.
  2. I'm using 10 deadzone, 25-30 curve, they are 3 years old.
  3. FFB is force feedback (for certain type of joysticks).
  4. Not really, the target will not be filtered in that case. The filter will remove targets that are seen as stationary relatively to the ground, not those seen as stationary relatively to your A/C, there is no reason to do so.
  5. ok, ok :D
  6. I don't know, the flare is still a bit fuzzy in my head. I hope someone more knowledgeable will elaborate here. On top of my head I'd say you reduce throttle too much (or too soon). :thumbup:
  7. landing is easier than I expected, if you use the brackets on approach you'll get a nice aerobraking. getting to a stop is a bit more challenging as you might veer off the runway when applying wheel brakes (under 90kts). Do you guys approach with airbrakes deployed?
  8. What was the problem?
  9. PiedDroit

    Guns

    The gun sight has been discussed a lot already, it's very accurate as it's stands. In this thread: http://forums.eagle.ru/showthread.php?t=120580&page=203 Use "Search this thread", "snake" to get most of the discussion.
  10. Cool, thanks, I'll test that tomorrow :thumbup: I didn't test ILS yet, I think I've been using the wrong frequencies (and to be honest, not much time dig).
  11. My guess is that this instant turn will bleed lots of energy, so if that turn doesn't result in a sure kill, this might put you at a disavantage. If you have excess energy then I suppose it's OK to use it to avoid overshoot and get a good rear quarter position.
  12. Feel free to share your ILS landing test mission :music_whistling:
  13. Merci ! This, TAS and automatic drop will definitely make my day :D
  14. You also need to select "RS" on the PCA ("TAS" is for radar ranging). Question about CCRP: Is there a way to slew the A-G CCRP piper? At the moment no but I'm wondering if that's an existing/planned feature.
  15. http://forums.eagle.ru/showpost.php?p=2618444&postcount=58 \DCS World OpenBeta\Mods\aircraft\M-2000C\Doc All module use the same pattern EDIT: LOL triple snipe in the same minute - I lagged behind for a link as I already answered that a short time ago :lol:
  16. The key to press is LAlt+'a' by default IIRC (AP disengage / enable stick hard stop), map it to pinky button on the stick. Limits are theorically 5.5g / 8.5g on elastic stop and 6g / 9g on hard stop (stores / A-A configuration).
  17. This path: \DCS World OpenBeta\Mods\aircraft\M-2000C\Doc
  18. INS is not fully implemented yet so we'll have to wait before getting a comprehensive manual. For now you can only cycle through recorded waypoints, using DEST button.
  19. Since the slider potentiometer is a bit twitchy I'm using it with a filtering function, to avoid zoom jittering: int AxisFilter(alias f, int v, int i){ int n = 3; int a = 2048+(i*n)/32; int b = 65536; if (((v-f)>i) | ((f-v)>i) ){ f = f+(v-f)/n; } return f*a/b; } int s_AxisFilter_THR_FC; int main() { // Stuff KeyAxis(&Throttle,THR_FC,0,AXMAP1(256, EXEC("TrimDXAxis(DX_THROTTLE_AXIS, SET(AxisFilter(&s_AxisFilter_THR_FC,Throttle[THR_FC],256)));"), EXEC("TrimDXAxis(DX_THROTTLE_AXIS, SET(AxisFilter(&s_AxisFilter_THR_FC,Throttle[THR_FC],256)));"))); }
  20. Useful vid, to my knowledge it lacks INS ALN (to be done right after battery ON I suppose).
  21. A good pun with nez (nose in french) is waiting to happen. I'll let my pun-background-process find something one day, not easy. For info, I had been using mapping the 3 radar modes control as described in the manual in the HOTAS sections: 'V', 'D' and 'O'. I noticed that when switching to 530D the radar retained the special mode from close combat configuration but everytime 'D' got me back to normal mode. It looks like a little bug to me, I suppose the radar should go back to normal mode when selecting the 530 (edit - or let us activate the special modes when 530D is selected?)
  22. Hi there, I fiddled quite a lot with TARGET, you can post your questions here if you have any (I didn't see the first post two weeks ago...). I recommend reading the script basics manual several times, although you'll need to go through testing to get the most out of it. I don't have much time for teamspeak sessions and I also think that written records will better digested and analysed ;) edit: also, check this thread: http://forums.eagle.ru/showthread.php?p=2548093
  23. IFF will be included eventually, don't worry. I mean, if people focused on MP can't use it without IFF, then wait for it to be implemented. Profit will come. I'm pretty sure there's a good reason why it's not available yet.
  24. You should make a sticky post - I saw people looking for flaps controls several times already :lol:
×
×
  • Create New...