Jump to content

Kelevra9987

Members
  • Posts

    573
  • Joined

  • Last visited

Everything posted by Kelevra9987

  1. 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.
  2. Very... ehm... Colorful. But looks nice :) But I personally like the plain white/original HSI more.
  3. I think it'll be refilled when you Refuel&Rearm...
  4. 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
  5. 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); } }
  6. Thanks Buddy. Let's say it is the wiring that holds the AIM-9. But it must be very sturdy wiring :D
  7. At the very end of the clip you can see that the fire extinguishes itself. But in flight it was not possible.
  8. I had a little fun last night and suddenly Murphy's Law applied on my right wing.
  9. Windows 10 Insider Preview still on Fast Ring :D
  10. 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.
  11. Maybe thats some strang misbehavior from the old SFM and therefore the Autopilot in these Missions has some strange Parameters. Only ED knows :unsure:
  12. 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.
  13. Trigger used level: Quite good. And here is mine...
  14. It`s from Wags Twitch Channel.
  15. 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.
  16. Some more 3D Models I made till now. I think I get the hang of it.
  17. Now that i've slowly familiarized myself with blender, I got here...
  18. Have done my first render with Blender. Not very much, but its a step hopefully in the right direction.
  19. You aren't "burning" it. You still have the choice to undo the upgrade and go back to your Win7 Install if you don't like it...
  20. "I don't need to dodge A2A Missiles, I just blow them out of the sky! Cuz I'm a Pilot!" :D
  21. So maybe we'll get in 1.5? Would be awesome.
  22. Looks very nice. Are you considering building a CMSC panel?
×
×
  • Create New...