EncharmedSpecter

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Contents

EncharmedSpecter (Model)

Here is the opacity code.
Code:
Materials 3 {
	Material {
		Layer {
			FilterMode Additive,
			TwoSided,
			static TextureID 0,
		}
	}
	Material {
		Layer {
			FilterMode Additive,
			Unshaded,
			static TextureID 1,
		}
		Layer {
			FilterMode Blend,
			static TextureID 0,
		}
	}
	Material {
		Layer {
			FilterMode Modulate,
			Unshaded,
			TwoSided,
			static TextureID 2,
		}
	}
}
 
Back
Top