-
Posts
573 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Kelevra9987
-
PRE-PURCHASE DCS: L-39 ALBATROS Discussion Thread
Kelevra9987 replied to terence44's topic in DCS World 1.x (read only)
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. -
HSI change needles color
Kelevra9987 replied to rokomah's topic in Utility/Program Mods for DCS World
Very... ehm... Colorful. But looks nice :) But I personally like the plain white/original HSI more. -
I think it'll be refilled when you Refuel&Rearm...
-
I can't understand this "share SPI" thingy
Kelevra9987 replied to domini99's topic in DCS: A-10C Warthog
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 -
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); } }
-
Thanks Buddy. Let's say it is the wiring that holds the AIM-9. But it must be very sturdy wiring :D
-
Thank you :)
-
At the very end of the clip you can see that the fire extinguishes itself. But in flight it was not possible.
-
I had a little fun last night and suddenly Murphy's Law applied on my right wing.
-
Windows 10 Insider Preview still on Fast Ring :D
-
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.
-
Maybe thats some strang misbehavior from the old SFM and therefore the Autopilot in these Missions has some strange Parameters. Only ED knows :unsure:
-
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.
-
You know when it's time to take a break from DCS A10-C when..
Kelevra9987 replied to HAVOC131's topic in DCS: A-10C Warthog
Trigger used level: Quite good. And here is mine... -
It`s from Wags Twitch Channel.
-
Some more 3D Models I made till now. I think I get the hang of it.
-
Now that i've slowly familiarized myself with blender, I got here...
-
Have done my first render with Blender. Not very much, but its a step hopefully in the right direction.
-
Does DCS play well with Windows 10?
Kelevra9987 replied to Teeter's topic in DCS World 1.x (read only)
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... -
"I don't need to dodge A2A Missiles, I just blow them out of the sky! Cuz I'm a Pilot!" :D
-
So maybe we'll get in 1.5? Would be awesome.
-
Looks very nice. Are you considering building a CMSC panel?