Gas Pump

Model Gas Pump 1.0

chin

aa
Dec 22, 2013
16
240
A 60s styled gas pump.

Modified Driller and Rio Logos from Valve Software's Team Fortress 2
To install, extract to "Steam\steamapps\common\Team Fortress 2"

You're free to use this in your maps but please do credit me somehow.
Please don't modify or redistribute without my permission.
 
Last edited:

Tumby

aa
May 12, 2013
1,085
1,193
I think this would look much better with a tiny amount of phong on it. Phong requires a bumpmap, but in case you dont have one you can always do it like valve and just use a flat one.
Exmaple given is hwn_tent_pole01.vmt.

Code:
"VertexLitGeneric"
{
	"$baseTexture" "models\props_halloween/hwn_tent_pole01"
	"$bumpmap" "models/effects/flat_normal"

	"$phong" "1"
	"$phongexponent" "12"
	"$phongboost" "10"	
	"$lightwarptexture" "models/player/pyro/pyro_lightwarp"
	"$phongfresnelranges"	"[.3 .5 .6]"
	"$halflambert" "0"

	"$rimlight" "1
	"$rimlightexponent" "4"
	"$rimlightboost" "1"
}

The most important things to change are "$phongexponent" and "$phongboost". You may or may not want to remove the lightwarp part. Depends on if you like it. In case you add in rimlight, change the "$rimlightexponent".