Hello
i wondered if there is a feature for change the texture (.vmt) of a prop when we spawn it (.mdl), if we can choose one
i found some cool vmt file for the blastdoor and for some phx.
There is a command for spawn a prop with a defined texture
if not what's do ? i've thinked to open the DF_spawnalias.txt and add a line like material

Code:
blastdoorWood
{
	model = models/props_lab/blastdoor001a.mdl
	material = materials/props_lab/blastdoorwood.vmt
	spawnmode = 0
	category = lab
}
can work ?