Added New Mods

Added
- MRAA + Blindside Military Animation Pack
- Dynamic Zone Transitions
- Corpse Twitching
- Artifact Inspection
- Animated Lead Box
This commit is contained in:
2025-01-17 23:53:41 -05:00
parent 2009ca2711
commit fd1ec3a2ba
797 changed files with 20762 additions and 145 deletions
@@ -0,0 +1,9 @@
function normal (shader, t_base, t_second, t_detail)
shader:begin ("model_distort4ghost","base_lplanes")
: fog (true)
: zb (false,false)
: blend (true,blend.srcalpha,blend.invsrcalpha)
: aref (true,0)
: sorting (3,true)
shader:sampler ("s_base") :texture (t_base)
end
@@ -0,0 +1,9 @@
function normal (shader, t_base, t_second, t_detail)
shader:begin ("model_distort4ghost","base_lplanes")
: fog (true)
: zb (false,false)
: blend (true,blend.srcalpha,blend.invsrcalpha)
: aref (true,0)
: sorting (3,true)
shader:sampler ("s_base") :texture (t_base)
end
@@ -0,0 +1,12 @@
function normal (shader, t_base, t_second, t_detail)
shader:begin ("model_distort4ghost","base_lplanes")
: fog (true)
: zb (false,false)
: blend (true,blend.srcalpha,blend.invsrcalpha)
: aref (true,0)
: sorting (3,true)
shader: dx10texture ("s_base", t_base)
shader: dx10sampler ("smp_base")
shader: dx10sampler ("smp_rtlinear")
end