Jump to content

Cliff7600

+MODDER
  • Content count

    1,155
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by Cliff7600


  1. A-12 Avenger II Lights (How to add to the data.ini)


    You will find the few lines you have to add to the A-12_DATA.ini for navigation and landing lights.

     

    You will have to add the lines yourself ; it's not practical but the data.ini may have been modified already.

    Just copy the lines and don't forget to change the XXX to the accurate number.

     

    Modify this file as you wish, but don't use it for any payware!

     

    Cliff11


     


  2. Hello

     

    I tried to add some landing lights to the F-104 Starfighter.

    The result ain't looking that great because there's no "turned off light" on the 3D model, so the light stands there alone.

    There's also some interferences with the regular navigation flashing lights.

     

    So the point is really no more than having the landing lights up when the gears are down...

     

    For a start there's the SystemNames I've added to the data.ini :

     

    (there is no location yet)

     

    [LandingLight01]

    SystemType=LIGHT

    Position=

    Color=0.66,0.66,0.6

    Brightness=0.15

    LightSrcOffset=5.3046,49.0560,3.50

    LightSrcRange=150

    LightRange=45.0

    CanFlash=FALSE

    IsLandingLight=TRUE

     

    [LandingLight02]

    SystemType=LIGHT

    Position=

    Color=0.66,0.66,0.6

    Brightness=0.15

    LightSrcOffset=5.3046,49.0560,3.50

    LightSrcRange=150

    LightRange=45.0

    CanFlash=FALSE

    IsLandingLight=TRUE

     

    [LandingLight03]

    SystemType=LIGHT

    Position=

    Color=0.66,0.66,0.6

    Brightness=0.15

    LightSrcOffset=5.3046,49.0560,3.50

    LightSrcRange=150

    LightRange=45.0

    CanFlash=FALSE

    IsLandingLight=TRUE

     

    Three times the same, the differences will occur with the location of each light.

    I added LandingLight02 & 03 to the Fuselage SystemNames and LandingLight01 to the Nose SystemNames.

     

    01 --> Nose Landing Light

    02 --> Portside Landing Light

    03 --> Starboard Landing Light

     

    Now, it depends on which type of F-104 you fly.

     

    Check what kind of "F-104.LOD" is used

     

    _ For the F-104A / F-104J / F-104S (Ajunaidr)

     

    using F104A_01.LOD / F104J.LOD / F-104S.LOD

     

    the locations could be :

     

    [LandingLight01]

    Position=-0.075,4.375,-0.775

     

    [LandingLight02]

    Position=-0.9205,0.29,-0.4750

     

    [LandingLight03]

    Position= 0.9205,0.29,-0.4750

     

     

    _ For the F-104B / F-104D / F-104DJ

     

    using F104B.LOD / F104D.LOD / F104DJ.LOD

    the locations could be :

     

    [LandingLight01]

    Position=-0.075,4.50,-0.775

     

    [LandingLight02]

    Position=-0.9205,0.29,-0.4750

     

    [LandingLight03]

    Position= 0.9205,0.29,-0.4750

     

     

    _ For the F-104G / CF-104 / F-104S-ASA-M (Wrench)

     

    using F-104G.LOD

     

    the locations could be :

     

    [LandingLight01]

    Position=-0.075,4.875,-0.975

     

    [LandingLight02]

    Position=-0.9205,0.35,-0.6250

     

    [LandingLight03]

    Position= 0.9205,0.35,-0.6250

     

     

    _ For the TF-104G

     

    using TF-104G.LOD

     

    the locations could be :

     

    [LandingLight01]

    Position=-0.075,4.575,-0.775

     

    [LandingLight02]

    Position=-0.9205,0.26,-0.4750

     

    [LandingLight03]

    Position= 0.9205,0.26,-0.4750

     

     

    _ For the F-104C-10 (Wpnssgt & Team)

     

    using F-104C.LOD

     

    the locations could be :

     

    [LandingLight01]

    Position=-0.075,5.05,-0.975

     

    [LandingLight02]

    Position=-0.9250,0.65,-0.7350

     

    [LandingLight03]

    Position= 0.9250,0.65,-0.7350

     

     

    So, that's it!

     

    Hope you've found what you was looking for.

     

    Thanks to : Ajunaidr, Wrench, Dave, Wpnssgt & Team, and all the other I forgot or just don't know...

    Thanks to TK and ThirdWire of course!!!

    good.gif

     

    Did I do something wrong?

    Did I forgot something?

    Don't hesitate : tell me!

     

    Thank you for reading (it was quiet a boring post!)


  3. So,

     

    to me it could be something like that :

     

    [LandingLight]

    SystemType=LIGHT

    Color=0.88,0.88,0.88

    Brightness=0.10

    Position=-0.34,3.65,-0.475

    LightSrcOffset=2.6046,80.0560,10.50

    LightSrcRange=200

    LightRange=45.0

    CanFlash=FALSE

    LightNodeName=LandingLight

    IsLandingLight=TRUE

     

    [TaxyingLight]

    SystemType=LIGHT

    Color=0.88,0.88,0.88

    Brightness=0.075

    Position=0.0,4.50,-0.65

    LightSrcOffset=2.6046,20.6046,2.6046

    LightSrcRange=150.0

    LightRange=15.0

    CanFlash=FALSE

    LightNodeName=LandingLight

    IsLandingLight=TRUE

     

    Good?

     

    Hey!

    Here's the Off Topic part :

     

    secret.gif I put landing lights to the T-33

     

    [LLandingLight]

    SystemType=LIGHT

    Color=0.66,0.66,0.6

    Brightness=0.10

    Position=-0.0975,4.05,-0.60

    LightSrcOffset=5.3046,49.0560,3.50

    LightSrcRange=150

    LightRange=45.0

    CanFlash=FALSE

    IsLandingLight=TRUE

     

    [RLandingLight]

    SystemType=LIGHT

    Color=0.66,0.66,0.6

    Brightness=0.10

    Position= 0.0975,4.05,-0.60

    LightSrcOffset=5.3046,49.0560,3.50

    LightSrcRange=150

    LightRange=45.0

    CanFlash=FALSE

    IsLandingLight=TRUE

     

    As you can see, I'm still searching...

     

    Enjoy night flight!

     

     

     

     


  4. Hello

     

    I've added a landing light and a taxying light to the MiG-19 idea.gif

    The problem is those two lights are turned on at the same time and I don't think it's correct, but I'm no MiG-pilot...

     

    I think the landing light should be on when the plane is flying and the taxying light is on when the plane is ...taxying!

    (yes I do taxying sometimes, part of the fun, ...parking as well!)

     

    Is that correct? Am I wrong?

     

    THEN, how can I do that?

     

    I think I have two options :

     

    _ Landing & taxying light together

    _ Just landing light, forget about the taxying light (doesn't appear on some walkaround, just above the nose wheel) ...but I like that little taxying light...

     

    TELL ME, what's your opinion about that?

     

    Thank you good.gif

     

    Cliff11


  5. Hello!

     

    I agree, that bird is great!

     

    It doesn't really matters, but...

    What about adding a seat? :yes:

     

    Maybe by adding those lines in the data.ini :

     

    [Pilot]

    SeatModelName=seat_f-100

    SeatPosition=0.00,3.70,-0.05

     

    if the pilot position is :

    Position=0.0,3.80,0.38

     

    I know it's off topic 'cause it's about a (great looking) skin, but it's also about aesthetic...

×

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