need help(again)

Member
Discord Member
Joined
May 29, 2006
Messages
353
Best answers
0
So yeah, i wanna know how to compile a mdl with multiple textures :S that aren't used but so that a game engine can load them up later on
 
Active Member
★ Black Lounger ★
✔️ HL Verified
💻 Oldtimer
Joined
Jul 14, 2002
Messages
8,229
Best answers
0
Location
December
What are you using, 3dsmax or ms3d?

If you're using 3dsmax just hit M, double click the Default material, find Maps, look for Diffuse Color (it's under Ambient Color), double click None, and finally, double click Bitmap. Find your texture and click Open. Before dragging the texture onto your model, make sure you have Show Standard Map in Viewport selected.

To be honest, I forgot what to do in ms3d. All I know is that you need to have the textures assigned to the model in Groups, and then you upload the textures in Materials.
 
Member
Discord Member
Joined
May 29, 2006
Messages
353
Best answers
0
I meant compiling an MDL (Half Life) as a model format...;) for LBZ
 
Active Member
★ Black Lounger ★
✔️ HL Verified
💻 Oldtimer
Joined
Jul 14, 2002
Messages
8,229
Best answers
0
Location
December
In MS3D: Tools - > Half-Life - > Compile QC File
 
Member
Discord Member
Joined
May 29, 2006
Messages
353
Best answers
0
i know how to compile a qc file..but how to compile it with MULTIPLE textures, as in a normal body, and then a damaged body texture..
Heard its possible..dont know how to do it :p
 
Force Pit Member
Joined
Feb 11, 2007
Messages
506
Best answers
0
Location
the town i hate
if its for lbz than it wont work, that type of texture swap needs to be coded in, anyway, this is the qc file command for the texture

// 3 skin families
$texturegroup skinfamilies
{
{ "texturename.bmp" }
{ "texturename2.bmp" }
}

and you can add as many textures as you like
 
Member
Discord Member
Joined
May 29, 2006
Messages
353
Best answers
0
actually for LBZ..its a 2 minute job ;)

BTW..thanks alot :D
 

Users who are viewing this thread

Top Bottom