Jump to content

Custom Formation Lights, possible?


MonkeyFlung

Recommended Posts

Hi all!

 

 

I've been digging all throughout the dds files for the M-2000C and I can't find any map that specifies what part of the skin glows when formation lights are turned on, or any light for that matter.

 

 

Is this even possible? I'm hoping there is a map/mask that will allow me to set a glow map or (even better) something that will let me specify what part of the plane glows when formation lights are enabled.

 

 

I'm hoping to do this for other planes as well.

Link to comment
Share on other sites

Formation lights are part of the 3D model, not the skin.

You'd need an actual 3D model MOD to alter it.

[sIGPIC][/sIGPIC]

Simming since 2005

My Rig: Gigabyte X470 Aorus Ultra Gaming, AMD Ryzen7 2700X, G.Skill RipJaws 32GB DDR4-3200, EVGA RTX 2070 Super Black Gaming, Corsair HX850

Link to comment
Share on other sites

  • 5 months later...
  • 1 month later...

You have to use f18c_bano.dds

And add

One of these lines

{"f18C_headlight_R", DIFFUSE , "f18c_bano", false};

{"F18C_headlight_L", DIFFUSE , "f18c_bano", false};

{"f18C_headlight_band_f", DIFFUSE , "f18c_bano", false};

{"f18C_headlight_band_f", SELF_ILLUMINATION , "f18c_bano", false};

{"f18C_headlight_band_banno", DIFFUSE , "f18c_bano", false};

{"f18C_headlight_R_dammy", DIFFUSE , "f18c_bano", false};

{"F18C_omni_banno_192", DIFFUSE , "f18c_bano", false};

{"f18C_headlight_KIL", DIFFUSE , "f18c_bano", false};

{"f18C_headlight_KIL_dammy", DIFFUSE , "f18c_bano", false};

{"F18C_omni_banno_192_dammy", DIFFUSE , "f18c_bano", false};

 

{"F18C_headlight", DIFFUSE , "f18c_bano", false};

{"F18C_rulezh", DIFFUSE , "f18c_bano", false};

{"F18C_headlight_dammy", DIFFUSE , "f18c_bano", false};

 

{"F18C_aoa_dammy", DIFFUSE , "f18c_bano", false};

 

{"f18C_headlight_band", DIFFUSE , "f18c_bano", false};

{"f18C_headlight_band", SELF_ILLUMINATION , "f18c_bano", false};

{"F18C_headlight_22", DIFFUSE , "f18c_bano", false};

 

 

{"F18C_headlight_L_dammy", DIFFUSE , "f18c_bano", false};

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...