Japo32 Posted March 11, 2023 Posted March 11, 2023 Hello! Some users are telling me if I can update the textures to make them compatible with the new mirror technology, as they appear with texture in it. I have been studying the system and I cannot find how to solve it. In fact just create a F14B_Cockpit in the Liveries save games folder as this: F14B_cockpit/default/description.lua with the lua as this: livery = {} makes the problem of the mirrors. Devs? Any solution? Thanks! This is my mod of the cockpit textures: F14 Clean Label Cockpits (digitalcombatsimulator.com)
DSplayer Posted March 12, 2023 Posted March 12, 2023 5 hours ago, lunaticfringe said: @DSplayer- did you figure this one out? Seems like someone already mentioned him with the fix I've posted on the post but I'll post it here just in case. Add this to description.lua Spoiler --DCS 2.8.3 Mirrors Fix {"mirror_left", DIFFUSE , "mirrors", true}; {"mirror_left", SELF_ILLUMINATION , "mirrors", true}; {"mirror_top", DIFFUSE , "mirrors", true}; {"mirror_top", SELF_ILLUMINATION , "mirrors", true}; {"mirror_right", DIFFUSE , "mirrors", true}; {"mirror_right", SELF_ILLUMINATION , "mirrors", true}; {"rio_mirror", DIFFUSE , "mirrors", true}; {"rio_mirror", SELF_ILLUMINATION , "mirrors", true}; {"mirrors_fake", DIFFUSE , "mirrors_fake", true}; Previous topic post: 2 Discord: @dsplayer Setup: i7-8700k, GTX 1080 Ti, 32GB 3066Mhz, Saitek/Logitech X56 HOTAS, TrackIR + TrackClipPro Resources I've Made: F-4E RWR PRF Sound Player | DCS DTC Web Editor Mods I've Made: F-14 Factory Clean Cockpit Mod | Modern F-14 Weapons Mod | Iranian F-14 Weapons Pack | F-14B Nozzle Percentage Mod + Label Fix | AIM-23 Hawk Mod for F-14
IronMike Posted March 12, 2023 Posted March 12, 2023 5 hours ago, Japo32 said: Hello! Some users are telling me if I can update the textures to make them compatible with the new mirror technology, as they appear with texture in it. I have been studying the system and I cannot find how to solve it. In fact just create a F14B_Cockpit in the Liveries save games folder as this: F14B_cockpit/default/description.lua with the lua as this: livery = {} makes the problem of the mirrors. Devs? Any solution? Thanks! This is my mod of the cockpit textures: F14 Clean Label Cockpits (digitalcombatsimulator.com) Thank you for the mod, and thank you to @DSplayer for providing a solution. Heatblur Simulations Please feel free to contact me anytime, either via PM here, on the forums, or via email through the contact form on our homepage. http://www.heatblur.com/ https://www.facebook.com/heatblur/
Recommended Posts