diff --git a/materials/effects/arc9/detail_phosphor.vtf b/materials/effects/arc9/detail_phosphor.vtf new file mode 100644 index 00000000..636136bf Binary files /dev/null and b/materials/effects/arc9/detail_phosphor.vtf differ diff --git a/materials/effects/arc9/rt.vmt b/materials/effects/arc9/rt.vmt index b4a292df..2cd4c7d0 100644 --- a/materials/effects/arc9/rt.vmt +++ b/materials/effects/arc9/rt.vmt @@ -1,6 +1,4 @@ "UnlitGeneric" { "$baseTexture" "vgui/black" - //"$contrast" "12" - //"$distance" "2.6" } diff --git a/materials/effects/arc9/rt_lcd.vmt b/materials/effects/arc9/rt_lcd.vmt new file mode 100644 index 00000000..4113151a --- /dev/null +++ b/materials/effects/arc9/rt_lcd.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/black" + + "$detail" "effects/arc9/detail_phosphor" + "$detailscale" "3" + "$detailblendfactor" "0.1" + "$detailblendmode" "0" + "$detailtint" "[0.5 0.5 0.5]" +}