materials/glitchvid/carpet/mdrnoff_carpet_lightgrey.vmt

Thu, 05 May 2016 21:31:38 -0600

author
glitchvid
date
Thu, 05 May 2016 21:31:38 -0600
changeset 23
43608377dcb5
parent 0
a5ee9df947f6
permissions
-rw-r--r--

- Significant clean up of cleanplaster
Moves to a modular patch system, much easier to work with
- Add new plaster detail texture
- Add new metal detail texture

patch
{
	include "materials/glitchvid/carpet/mdrnoff_carpet_default.vmt"
	insert
	{
		"$color"	"[2 2 2]"  // I used brackets here because I want int
		"$reflectivity"	"{52 52 52}" // Curly Brackets because absolute value
// If you care to learn how that works read: 
// https://developer.valvesoftware.com/wiki/Material_vector
	}
}

mercurial