Jump to content

Kelevra9987

Members
  • Posts

    573
  • Joined

  • Last visited

Everything posted by Kelevra9987

  1. Um auf die Frage wegen SEAD Möglichkeiten zurückzukommen... Direkte SEAD Missionen á la Su-25T sind zwar nicht möglich, jedoch kann man über umwege trotzdem die Radarstellungen aus höheren Entfernungen/Höhen bekämpfen. Szenario: A-10C findet über den TGP eine feindliche SA-11 und gibt die Koordinaten an den 2000C-Piloten weiter. Dieser haut die Daten in seinen Target Computer und feuert eine AM39 Exocet auf besagtes ziel. Die AM39 kann ja über Radar Homing und INS gelenkt werden und hat eine Reichweite zwischen 50km und 70km. Nur eine kleine Fantasie, darüber wie es laufen könnte...
  2. Hi Aeoroflow, wenn du lust hast, ich bin Morgen auch bei den Spare-Time-Pilots wieder unterwegs und kann dir gerne unter die Arme greifen. Diverse Checklisten, Brevity-Codes, Prozeduren etc. hab ich weitestgehend im Kopf und freu mich immer, wenn ich jemanden was bei bringen kann :) Ich denke mal, ich werd ab 12 Uhr auf deren TS aufschlagen. Hoffe, man sieht sich in der Luft :)
  3. SkateZilla, you man deserve a medal for this post! So True and everybody who describes DCS as a "GAME" or compare it to titles like Battleshit, has to Deinstall DCS. Just my two cents...
  4. I've bought a Revell Modell of the Baby. Now I actually own a Tomcat :D I just can't wait to fire the Engines up and take it for a spin :)
  5. All Steam Key will work in Standalone but not Vise Versa.
  6. Thank you buddy :)
  7. As we all know, every DCS Module has a Total of 10 activations per Key. Now because of many fresh Windows installs without Deactivating the Modules first I am running low on Activations left. So when I used all my Activations, do I need to purchase that Module again or is ED kind enough to reset my Activations / sending me a new Key?
  8. The new Black Diamonds Skin is Superb. I can't wait to fly this little machine. Just have to make sure to update my Open Beta and not my Release Version.
  9. Very... ehm... Colorful. But looks nice :) But I personally like the plain white/original HSI more.
  10. I think it'll be refilled when you Refuel&Rearm...
  11. I think that you have an Thrustmaster HOTAS Warthog Joystick and so I am just taking the Terms for the Buttons on that Stick and Throttle. To Broadcast your SPI to the whole JTRS Datalink in your Group ID: 1. Find your Target with the TGP, TAD or HUD 2. Make that Target your SPI with TMS Up long 3. Press DMS left long to Broadcast that SPI. On the TAD Page the "SPI on" should be Green. Your Friend will now see the SPI on his TAD He will actually see two SPIs on his TAD one is a bigger Cake than the other. So the bigger "cake" symbol is your very own SPI and the smaller one is a Broadcasted SPI. So now your Friend has to do the following Steps: 1. Make the TAD as SOI by switching to the TAD Page and then press CoolieHat Left/Right long. 2. Slew the green cross to the smaller "cake" and make that your SPI by pressing TMS Up Long. Additionaly you can set a Markpoint on it by pressing TMS Right Short. And that should be it. Cheers
  12. Finally Working on my Breadboard: #include <DcsBios.h> #include <Servo.h> #include <LiquidCrystal.h> LiquidCrystal lcd(7,8,5,4,3,2); LiquidCrystal lcd2(7,6,5,4,3,2); DcsBios::ProtocolParser parser; void setup() { lcd.begin(8,2); lcd.setCursor(0,0); lcd.print(" Left:"); lcd2.begin(8,2); lcd2.setCursor(0,0); lcd2.print(" Right:"); Serial.begin(500000); } void loop() { // feed incoming data to the parser while (Serial.available()) { parser.processChar(Serial.read()); } // poll inputs DcsBios::PollingInput::pollInputs(); } void sendDcsBiosMessage(const char* msg, const char* arg) { Serial.write(msg); Serial.write(' '); Serial.write(arg); Serial.write(' '); } void onDcsBiosWrite(unsigned int address, unsigned int value) { if (address == 0x10ae) { unsigned int lEngFuelFlowValue = (value & 0xffff) >> 0; unsigned int valueL = map(lEngFuelFlowValue, 0, 65535, 0, 5000); char buffer[5]; // the size of the buffer must be one more than the largest number of digits we expect ("50000" has 5 digits) snprintf(buffer, sizeof(buffer), "%4d", valueL); // "%5d" means to pad with spaces until we have 5 characters. If you want leading zeroes instead, you can use "%05d". lcd.setCursor(1,1); lcd.print(buffer); } if (address == 0x10b0) { unsigned int rEngFuelFlowValue = (value & 0xffff) >> 0; unsigned int valueR = map(rEngFuelFlowValue, 0, 65535, 0, 5000); char buffer[5]; // the size of the buffer must be one more than the largest number of digits we expect ("50000" has 5 digits) snprintf(buffer, sizeof(buffer), "%4d", valueR); // "%5d" means to pad with spaces until we have 5 characters. If you want leading zeroes instead, you can use "%05d". lcd2.setCursor(1,1); lcd2.print(buffer); } }
  13. Thanks Buddy. Let's say it is the wiring that holds the AIM-9. But it must be very sturdy wiring :D
  14. At the very end of the clip you can see that the fire extinguishes itself. But in flight it was not possible.
  15. I had a little fun last night and suddenly Murphy's Law applied on my right wing.
  16. Windows 10 Insider Preview still on Fast Ring :D
  17. Have had the same Problem today. I was flying from Gaudata to Batumi, landed without a single scratch, taxied to parking, let the engine cool it self with radiators full open and 1000 RPM and after around 2 Minutes "idleing" I raised the Engine Stop Lever on the Throttle. After Refueling I was unable to start it again with the same symptomes as Maverick Su-35S has discribed them.
  18. Maybe thats some strang misbehavior from the old SFM and therefore the Autopilot in these Missions has some strange Parameters. Only ED knows :unsure:
  19. The standart Procedure is Pulling the handle, Toe Brakes press, Toe Brakes release, Handle release. Thats how I learned it and thats how it works all the time.
  20. Trigger used level: Quite good. And here is mine...
  21. It`s from Wags Twitch Channel.
  22. Indeed, as Yurgon allready said, ALWAYS Check following before even think about rejoining with the Tanker. Maverick EO - Off Master Arm - Safe GUN/PAC - Safe Nav Lights - On and then you can open the Refuel Door. Never ever, under any circumstances approach the Tanker with Hot Weapons.
  23. Some more 3D Models I made till now. I think I get the hang of it.
×
×
  • Create New...