Jump to content

Recommended Posts

Posted (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 by hologram
  • 8 months later...
Posted (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:

image.png

Edited by Eight Ball
  • Recently Browsing   0 members

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