Jump to content

Cliff7600

+MODDER
  • Content count

    1,162
  • Joined

  • Last visited

  • Days Won

    11

Cliff7600 last won the day on May 15

Cliff7600 had the most liked content!

Community Reputation

1,148 +1000 Reputation

About Cliff7600

Profile Information

  • Gender
    Male

Recent Profile Visitors

16,291 profile views
  1. Not in this precise case, turning the TMF Nesher into a TMF Mirage5F. The starting issue is to remove the tacan mesh form the top of the fuselage.
  2. [Hide1] ParentComponentName=Nose ModelNodeName=Objet03 DestroyedNodeName=Objet03 DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 is the usual way to delete a mesh by ini. So "ModelNodeName=" entry should be the same as "DestroyedNodeName=" and is the mesh you want to remove. The "ParentComponentName=" is a component as you said but in this case the components Nose and VertTail have the same name as their main mesh.
  3. After checking, the entries need the "ShowFromCockpit=TRUE" Component[008]=Hide1 Component[009]=Hide2 Component[010]=Hide3 [Hide1] ParentComponentName=Nose ModelNodeName=Objet03 DestroyedNodeName=Objet03 DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 [Hide2] ParentComponentName=Nose ModelNodeName=Nose DestroyedNodeName=tacan ShowFromCockpit=TRUE DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 [Hide3] ParentComponentName=VertTail ModelNodeName=VertTail DestroyedNodeName=tacan ShowFromCockpit=TRUE DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0
  4. The reason the tacan mesh is not removed by the component trick is there's another mesh named tacan on the vertical tail. The "Hide2" component removes the tacan of the tail. I tried to add a third component [Hide3] ParentComponentName=VertTail ModelNodeName=tacan DestroyedNodeName=tacan DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE but it didn't solve the issue. Once the tacan mesh of the tail is removed, the other tacan mesh of the fuselage stays ( ---> see the fix below) Add "MassFraction=0.0" to all removing / hiding / showing components. ------------------------------------------------------------------------------------------------------------------------------------- Edit : Jimbib beat me to the line xD Try this : //antenna removals// Component[008]=Hide1 Component[009]=Hide2 [Hide1] ParentComponentName=Nose ModelNodeName=Objet03 DestroyedNodeName=Objet03 DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 [Hide2] ParentComponentName=Nose ModelNodeName=Nose DestroyedNodeName=tacan DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- If you want to remove both tacan meshes : //antenna removals// Component[008]=Hide1 Component[009]=Hide2 Component[010]=Hide3 [Hide1] ParentComponentName=Nose ModelNodeName=Objet03 DestroyedNodeName=Objet03 DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 [Hide2] ParentComponentName=Nose ModelNodeName=Nose DestroyedNodeName=tacan DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0 [Hide3] ParentComponentName=VertTail ModelNodeName=VertTail DestroyedNodeName=tacan DetachWhenDestroyed=TRUE HasAeroCoefficients=FALSE MassFraction=0.0
  5. It's not a fix, it's not working either, but this might be slightly better : F-35B_Data test.7z
  6. (about the crash of my computer) You're probably right on this point.
  7. I searched just for fun and I found this : VA-75 / CVW-3 / CV-60 (?)
  8. I agree these topics are very intersting and worth to be study. Nonetheless they're not 100% reliable (speed values in data.ini files are in meters per second and not km/h as example) and need to be tested further before being used as a guide. I experienced bad computer crash while testing the drag rudder fix. --> possibly not related to the "drag rudder fix"
  9. Yes the P-40 doesn't have an easy handling when taxying on the ground. What I do is flap=0, full pitch up with the stabilisators, and try to turn with throttle=0 It means that I give some speed only in straight line. It's roughly the same with our Spitfires.
  10. It is a "fake pilot trick" issue Otherwise it would be a very tall pilot model, with very long legs. And the SF2 default pilot is normally proportioned Check in the "[...]_data.ini" file a "fakepilot" entry and you will see what item is missing in the pilots folder (mod folder -> "Objects" / "Pilots" )
  11. Try this jpg : F-4E_4 jpg LC_edited.7z
  12. Congrats on your contribution for the betterment of humanity It was Logan4 And the original model is from TurboSquid Me, I was just "can you make that ? can you make this ?" or "Oh really, the cannons fairing is not the same ?!" xD
  13. According to Wikipedia (France) it's a Mirage F1 nose : "The last flying Vautour was a former aircraft of the French test unit CEV. It flew with the civilian registration F-AZHP. It appears to have the nose of Mirage F1 for test of radar" https://fr.wikipedia.org/wiki/SNCASO_SO-4050_Vautour
×

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..