hologram Posted February 9, 2022 Posted February 9, 2022 (edited) I want to change the wheel texture (mi8_main_wheel.dds - probably for all 3 wheels?) but i dont know how to load it in the description lua. Can it be done? Any help is appreciated Edited February 11, 2022 by hologram
Eight Ball Posted November 4, 2022 Posted November 4, 2022 (edited) On 2/9/2022 at 9:17 PM, hologram said: I want to change the wheel texture (mi8_main_wheel.dds - probably for all 3 wheels?) but i dont know how to load it in the description lua. You can try these: {"MAIN WHEELS_R", DIFFUSE , "mi8_main_wheel", false}; {"MAIN WHEELS_R", NORMAL_MAP , "mi8_main_wheel_nm", false}; {"MAIN WHEELS_L", DIFFUSE , "mi8_main_wheel", false}; {"MAIN WHEELS_L", NORMAL_MAP , "mi8_main_wheel_nm", false}; {"MAIN WHEELS_L", DIFFUSE , "mi8_main_wheel", false}; {"MAIN WHEELS_L", NORMAL_MAP , "mi8_main_wheel_nm", false}; {"FRONT WHEELS", DIFFUSE , "mi8_front_wheel", false}; {"FRONT WHEELS", NORMAL_MAP , "mi8_front_wheel_nm", false}; {"FRONT WHEELS", DIFFUSE , "mi8_front_wheel", false}; {"FRONT WHEELS", NORMAL_MAP , "mi8_front_wheel_nm", false}; Using the model viewer you can generate a full description.lua of any model using this button in the tool bar: Edited November 5, 2022 by Eight Ball Find The Links To All My Mods And Liveries Here (in the gallery)
Recommended Posts