Jump to content

Svetlin

VETERAN
  • Posts

    903
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Svetlin

  1. Hoping for a TAV-8B in 2024... (from my letter to Santa )
  2. I am no expert, but it looks to me more real like this: To my knowledge, the gun camera is more or less on the center line in the cockpit, while the Pitot tube is offset to the right on the nose, so probably the picture was inverted at some point (if it is real).
  3. Hi ravenclaw, have you by chance worked on a BRU-55/57 model for weaponspack 3?
  4. A Finn over Germany in special colors. The bird required some minor finetuning as well - wheels rolling radius, front tires size (too low profile originally), some weapons attachment positions (weapons sitting too far back on the pylons).
  5. Was the Swiss Mirage IIIS the best looking Mirage III? I think so.
  6. Nose jobs - Israeli style. The TC2 though does not look that bad.
  7. Looking at your updates on the Typhoon and the Rafale, GKABS, makes me wish Qatar bought a few Gripens too
  8. Iron Eagle and Flight of Black Angel may have been rather lame movies, but they got me somewhat obsessed with the Kfir. What if Israel kept the Kfir in its C.10 and TC.10 variants.
  9. Hi guys, has anyone come across or made a newer model for the Charles de Gaulle R91 aircraft carrier, one without static aircraft? I know there is one released by aleks1 back in 2013, but it has built-in static Rafale aircraft, which I would say only spoil the overall model. I guess chances are slim, but thought I should ask in case I have missed something.
  10. Yes, you can still use the old skins. There are 2-3 additional texture files, that you have to copy from the new skin into the old skins files. One is for the refuelling probe, one is for the IRST and I do not remember what the third one was for. I have already adapted the AMI skins to the new model.
  11. Lovely update of the Typhoon, GKABS, thank you! I remember you were thinking about a 2-seater version at one point. Hope to see it one day.
  12. Hi Coupi, I do not have that problem in my install. If I were you, I would delete the Rafale mod from the game, download the latest version of the mod and install it anew.
  13. Very strong with the force that guy must be... A missile took away the middle section of the fuselage, leaving no connection between the nose and the rear, but that guy in the cockpit still manages to keep his stuff together.
  14. Thanks to the team for yet another interesting version of the Mirage F1 with more interesting pods included. There is a file name error in the ELT-460 pod. The second skin file should be named ELT-460_01.jpg instead of ELT-460_2.jpg. The wrong file name causes the front section of the pod to appear without a skin. Renaming the file solves the problem, so a pretty easy fix.
  15. Thank you GKABS and Coupi for the update of the Su-33. It is a bit surprising though, that the control surfaces still move in the wrong direction after the update. Of course it is up to you whether to apply the fixes I suggested in the Downloads section and anyone who wants to could apply these themselves.
  16. The Banidos team had the J-20 prototype in the works and long time ago shared a Beta version to people who followed their work online. That Beta version has some key components without any texture assigned and also the Beta was shared without an actual skin. Here is what it looks like. The LOD file dates back to 2011 and some of the ini files date back to 2012, so the Beta must have been shared around 2012-2013. The real J-20 has been substantially changed since then as the pictures above show. It would be great to see a proper J-20 and a better J-10 for that matter.
  17. I couldn't help loading a Kh-41 on the Su-33. Yes, it is not equipped with the required pylon, but anyway...
  18. Oh, I see, thanks. I can live without the automatic canard then. It is not worth having it at the cost of another issue.
  19. I am probably getting over-obsessed with the visual movement of the control surfaces. Having watched several videos of the actual aircraft (not DCS videos that one can find plenty of), I am getting to a few conclusions about the way the canards work on the Su-33. 1. I did not come across any video proving, that the canards are actually used for roll control. In fact, a video of the Su-33 during a pre-flight check shows the rear horizontal stabilizers moving in different directions to provide roll control, but the canards remain in a fixed position. So, for me it is no roll control action of the canards. 2. A video of an actual Su-33 performing a high-angle of attack manoeuvre after an aborted landing aboard the Kuznetsov shows the canards moving downward as if to prevent the nose of the aircraft going any higher, while at the same time the rear horizontal stibilizers remain in a neutral position. I am not sure, but that may be an automatic movement of the canards, related to the angle of attack of the aircraft. 3. I do not have acess to an actual flight manual for the Su-33, but the DCS one indicates canard deflection from +3.5 degrees to -51.5 degrees. Videos of the actual aircraft support that information, though it is not possile to measure the exact angles of deflection. So, for me MaxDeflection=35 and MinDeflection=-35 are not correct. I have not figured out yet how to replicate point 2 above, but for points 1 and 3 these entries work: [CanardL] SystemType=CONTROL_SURFACE InputName=PITCH_CONTROL MovingSurface=TRUE MaxDeflection=-5.5 MinDeflection=51.5 ControlRate=2.0 ModelNodeName=LeftCanard ReverseModelOrientation=FALSE SecondaryInputName= SecondaryInputFactor=-1.0 MaxControlSpeed=416.0 [CanardR] SystemType=CONTROL_SURFACE InputName=PITCH_CONTROL MovingSurface=TRUE MaxDeflection=-5.5 MinDeflection=51.5 ControlRate=2.0 ModelNodeName=RightCanard ReverseModelOrientation=FALSE SecondaryInputName= SecondaryInputFactor=1.0 MaxControlSpeed=416.0 I have deliberately entered MaxDeflection=-5.5 instead of -3.5 (as the DCS manual suggest). With MaxDeflection=-3.5 the movement of the canard is nearly invisible and MaxDeflection=-5.5 results in better visual replication of the actual aircraft. If anyone knows how to implement point 2 above, I would greatly appreciate sharing the required entries.
  20. Big time thank you to the team, it's great to have a good looking and legit Su-33 finally. Could be just in my install, but I think the control surfaces visually move opposite to the controller input. The plane itself is flying correctly, so it is just a visual issue with the control surfaces. I was able to fix it for my install, so in case someone else is observing the same, here is the solution that worked for me: // Control surfaces: [LeftStabilizer] SystemType=CONTROL_SURFACE InputName=PITCH_CONTROL MovingSurface=TRUE MaxDeflection=20 MinDeflection=-35 ControlRate=2.0 ModelNodeName=ElevatorL ReverseModelOrientation=FALSE <--- Change that to TRUE SecondaryInputName=ROLL_CONTROL SecondaryInputFactor=0.41 MaxControlSpeed=416.0 [RightStabilizer] SystemType=CONTROL_SURFACE InputName=PITCH_CONTROL MovingSurface=TRUE MaxDeflection=20 MinDeflection=-35 ControlRate=2.0 ModelNodeName=ElevatorR ReverseModelOrientation=FALSE <--- Change that to TRUE SecondaryInputName=ROLL_CONTROL SecondaryInputFactor=-0.41 MaxControlSpeed=416.0 [LeftAileron] SystemType=CONTROL_SURFACE InputName=ROLL_CONTROL RotationAxis=X-AXIS MaxDeflection=25.0 MinDeflection=-17.5 CDdc=0.0191 Cldc=0.0495 Cndc=-0.0007 CldcAlphaTableNumData=8 CldcAlphaTableDeltaX=4.00 CldcAlphaTableStartX=-28.00 CldcAlphaTableData=0.120,0.877,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,0.877,0.120 CndcAlphaTableNumData=8 CndcAlphaTableDeltaX=4.00 CndcAlphaTableStartX=-28.00 CndcAlphaTableData=1.432,1.360,1.288,1.216,1.144,1.072,1.000,0.928,1.000,1.072,1.144,1.216,1.288,1.360,1.432 ControlRate=2.0 ModelNodeName=LeftAileron ReverseModelOrientation=FALSE <--- Change that to TRUE SecondaryInputName=ROLL_TRIM_CONTROL SecondaryInputFactor=0.4 MaxControlSpeed=205.8 [RightAileron] SystemType=CONTROL_SURFACE InputName=ROLL_CONTROL RotationAxis=X-AXIS MaxDeflection=25.0 MinDeflection=-17.5 CDdc=0.0191 Cldc=0.0495 Cndc=-0.0007 CldcAlphaTableNumData=8 CldcAlphaTableDeltaX=4.00 CldcAlphaTableStartX=-28.00 CldcAlphaTableData=0.120,0.877,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,0.877,0.120 CndcAlphaTableNumData=8 CndcAlphaTableDeltaX=4.00 CndcAlphaTableStartX=-28.00 CndcAlphaTableData=1.432,1.360,1.288,1.216,1.144,1.072,1.000,0.928,1.000,1.072,1.144,1.216,1.288,1.360,1.432 ControlRate=2.0 ModelNodeName=RightAileron ReverseModelOrientation=TRUE <--- Change that to FALSE SecondaryInputName=ROLL_TRIM_CONTROL SecondaryInputFactor=-0.4 MaxControlSpeed=205.8 [CanardL] SystemType=CONTROL_SURFACE InputName=ROLL_CONTROL MovingSurface=TRUE MaxDeflection=35 MinDeflection=-35 ControlRate=2.0 ModelNodeName=LeftCanard ReverseModelOrientation=FALSE <--- Change that to TRUE SecondaryInputName=PITCH_CONTROL SecondaryInputFactor=1.0 <--- Change that to -1.0 MaxControlSpeed=416.0 [CanardR] SystemType=CONTROL_SURFACE InputName=ROLL_CONTROL MovingSurface=TRUE MaxDeflection=35 MinDeflection=-35 ControlRate=2.0 ModelNodeName=RightCanard ReverseModelOrientation=TRUE <--- Change that to FALSE SecondaryInputName=PITCH_CONTROL SecondaryInputFactor=-1.0 <--- Change that to 1.0 MaxControlSpeed=416.0
  21. Here is one with MiG-29s of the Bulgarian Air Force dating back some 10-15 years ago: The pilot talking and wearing an all-white helmet with sun shades lifted is the current President of Bulgaria, who used to be a MiG-21 and then a MiG-29 pilot. Sadly both the audio and the subtitles are in Bulgarian. Practically, the video represents a MiG-29 attack on an enemy aircraft, starting with a R-27 long-range missile, then a R-73 or a R-60 short-range missile and lastly an attack with the gun.
  22. Probably because it is close to impossible to find a picture of the Corsair II with fully clean wings. I have come across pictures with 2 pylons removed, one on each wing, but not all at the same time. Here are a couple of pictures I consider to be popular with the middle pylons removed: Note, that in the second picture, the innermost pylon is still there despite being empty. May be a drop tank was hanging there and was dropped before the picture was taken, who knows... I would say that considering the lack of pictures of Corsairs II without pylons, TK decided to represent the aircraft with pylons on at all times.
  23. EricJ, would it be possible to share a verison of files SHbody.jpg and SHWing.jpg from the USNTPS skin without the numbers 00 ot it? I would like to add these as decals and thus get all 4 aircraft represented - 00, 01, 02 and 03. Thank you in advance.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..