Assets pt 2 electric boogaloo

This commit is contained in:
2025-08-31 20:35:37 -04:00
parent 2420b0ae7b
commit d7b52eab69
1160 changed files with 5317 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
"Water"
{
"%keywords" "tf"
// "$forcecheap" 1
"$abovewater" 0
"%compilewater" 1
"$CHEAPWATERSTARTDISTANCE" 5000.0
"$CHEAPWATERENDDISTANCE" 10000.0
// bottom materials shouldn't use $envmap!!! They won't work if they do.
// "$envmap" "env_cubemap"
"%tooltexture" "dev/water_normal"
"$refractamount" ".005"
"$refracttint" "[0.95 1.0 0.97]"
"$reflectamount" "0.0"
"$reflecttint" "[1 1 1]"
// "$reflecttexture" "_rt_WaterReflection"
"$refracttexture" "_rt_WaterRefraction"
"$scale" "[1 1]"
<dx90
{
// "$fallbackmaterial" "water/water_2fort_beneath_dx80"
}
"$blurrefract" "1"
// "$bumpmap" "water/tfwater001_dudv"
"$normalmap" "water/tfwater001_normal"
$underwateroverlay "effects/water_warp_2fort"
"$surfaceprop" "water"
"$bumpframe" "0"
"$fogenable" 0
"$fogcolor" "{0 0 0}"
// "$fogcolor" "{162 100 80}"
"$fogstart" 5000
"$fogend" 10050.00
"Water_DX60"
{
"$fallbackmaterial" "nature/water_dx70_beneath"
}
"Proxies"
{
"AnimatedTexture"
{
"animatedtexturevar" "$normalmap"
"animatedtextureframenumvar" "$bumpframe"
"animatedtextureframerate" 30.00
}
"TextureScroll"
{
"texturescrollvar" "$bumptransform"
"texturescrollrate" .05
"texturescrollangle" 45.00
}
"WaterLOD"
{
}
}
}

View File

@@ -0,0 +1,56 @@
"Water"
{
"Water_DX60"
{
"$fallbackmaterial" "nature/water_dx70"
}
"%tooltexture" "dev/water_normal"
"%compilewater" 1
"$abovewater" 1
"$envmap" "env_cubemap"
"$refracttexture" "_rt_WaterRefraction"
"$refractamount" "0.20"
//"$refracttint" "[0.95 1.0 0.97]"
"$reflecttexture" "_rt_WaterReflection"
"$reflectamount" "0.20"
//"$reflecttint" "[1 1 1]"
"$scale" "[1 1]"
"$bumpmap" "dev/water_dudv"
"$normalmap" "dev/water_normal"
"$surfaceprop" "water"
"$bottommaterial" "dev/dev_waterbeneath2"
"$bumpframe" "0"
"$fogenable" 1
"$fogcolor" "{42 50 60}"
"$fogstart" 10000.00
"$fogend" 40000.00
"Proxies"
{
"AnimatedTexture"
{
"animatedtexturevar" "$normalmap"
"animatedtextureframenumvar" "$bumpframe"
"animatedtextureframerate" 30.00
}
"TextureScroll"
{
"texturescrollvar" "$bumptransform"
"texturescrollrate" .05
"texturescrollangle" 45.00
}
"WaterLOD"
{
// fixme! This has to be here, or material loading barfs.
"dummy" 0
}
}
}