initial commit. still using normal sql_query. todo: change to tquery before next xmas.

This commit is contained in:
neon
2018-07-23 14:09:42 +02:00
parent 02e870d7f4
commit 0e8490f32f
123 changed files with 1101 additions and 0 deletions
@@ -0,0 +1,21 @@
"vertexlitGeneric"
{
"$basetexture" "models/ZombiEden/xmas/gift"
"$phong" "1"
"$phongexponent" "12"
"$phongboost" "1"
"$lightwarptexture" "models/ZombiEden/xmas/gift_lightwarp"
"$phongfresnelranges" "[.3 .5 .6]"
"$halflambert" "1"
// Rim lighting parameters
"$rimlight" "1" // To enable rim lighting (requires phong)
"$rimlightexponent" "4" // Exponent for phong component of rim lighting
"$rimlightboost" "1" // Boost for ambient cube component of rim lighting
"$selfillumfresnel" "3"
"$selfillumfresnelminmaxexp" "[0 2 3]"
"$selfillum" "1"
"$selfillumtint" "[1.3 1.3 1.3]"
}
@@ -0,0 +1,21 @@
"vertexlitGeneric"
{
"$basetexture" "models/ZombiEden/xmas/gift_2"
"$phong" "1"
"$phongexponent" "12"
"$phongboost" "1"
"$lightwarptexture" "models/ZombiEden/xmas/gift_lightwarp"
"$phongfresnelranges" "[.3 .5 .6]"
"$halflambert" "1"
// Rim lighting parameters
"$rimlight" "1" // To enable rim lighting (requires phong)
"$rimlightexponent" "4" // Exponent for phong component of rim lighting
"$rimlightboost" "1" // Boost for ambient cube component of rim lighting
"$selfillumfresnel" "3"
"$selfillumfresnelminmaxexp" "[0 2 3]"
"$selfillum" "1"
"$selfillumtint" "[1.3 1.3 1.3]"
}