diff --git a/reshade/blendoverlay.slangp b/reshade/blendoverlay.slangp index 4c27e85..3ed6da6 100644 --- a/reshade/blendoverlay.slangp +++ b/reshade/blendoverlay.slangp @@ -2,4 +2,10 @@ shaders = 1 shader0 = shaders/blendoverlay/blendoverlay.slang textures = "overlay" +// change this path to point to your overlay image overlay = shaders/blendoverlay/grayscale_slotmask.png + +parameters = "LUTWidth;LUTHeight" +// set these to the width/height of your overlay image +LUTWidth = 6.0 +LUTHeight = 4.0 diff --git a/reshade/shaders/blendoverlay/monochrome-matrix-3px.png b/reshade/shaders/blendoverlay/monochrome-matrix-3px.png new file mode 100644 index 0000000..cb99244 Binary files /dev/null and b/reshade/shaders/blendoverlay/monochrome-matrix-3px.png differ diff --git a/reshade/shaders/blendoverlay/phosphorlut-10x10.png b/reshade/shaders/blendoverlay/phosphorlut-10x10.png new file mode 100644 index 0000000..0de93b4 Binary files /dev/null and b/reshade/shaders/blendoverlay/phosphorlut-10x10.png differ diff --git a/reshade/shaders/blendoverlay/phosphorlut-6x6.png b/reshade/shaders/blendoverlay/phosphorlut-6x6.png new file mode 100644 index 0000000..dedad71 Binary files /dev/null and b/reshade/shaders/blendoverlay/phosphorlut-6x6.png differ diff --git a/reshade/shaders/blendoverlay/phosphorlut-8x8.png b/reshade/shaders/blendoverlay/phosphorlut-8x8.png new file mode 100644 index 0000000..b482c02 Binary files /dev/null and b/reshade/shaders/blendoverlay/phosphorlut-8x8.png differ diff --git a/reshade/shaders/blendoverlay/shadowmask-4x4.png b/reshade/shaders/blendoverlay/shadowmask-4x4.png new file mode 100644 index 0000000..863796b Binary files /dev/null and b/reshade/shaders/blendoverlay/shadowmask-4x4.png differ diff --git a/reshade/shaders/blendoverlay/shadowmask-6x3.png b/reshade/shaders/blendoverlay/shadowmask-6x3.png new file mode 100644 index 0000000..9900aa4 Binary files /dev/null and b/reshade/shaders/blendoverlay/shadowmask-6x3.png differ diff --git a/reshade/shaders/blendoverlay/shenlong-4x2.png b/reshade/shaders/blendoverlay/shenlong-4x2.png new file mode 100644 index 0000000..b673c8f Binary files /dev/null and b/reshade/shaders/blendoverlay/shenlong-4x2.png differ diff --git a/reshade/shaders/blendoverlay/shenlong-6x4.png b/reshade/shaders/blendoverlay/shenlong-6x4.png new file mode 100644 index 0000000..315dee6 Binary files /dev/null and b/reshade/shaders/blendoverlay/shenlong-6x4.png differ