From 0874297f0fd34fcec22479eb9104c243b8fe0140 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:45:20 +0100 Subject: [PATCH] Improve comments on new variant shaders They aren't replacements but new variants. we cannot replace them due to a new texture input layout so its is a variant. --- common_sdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common_sdk.json b/common_sdk.json index 2692181d..2ad298b0 100644 --- a/common_sdk.json +++ b/common_sdk.json @@ -64,15 +64,15 @@ "_path": "shader/uberAoCavSSTransThknsSSSScttrR5AoUv0m0Samp22222222_lprobe_ps.rpak" }, { - "_type": "shdr", // replaces the game's existing shader, supports new combined sctr/thk textures. + "_type": "shdr", // new variant of the game's existing shader, supports new combined sctr/thk textures. (does not replace it! its renamed with the _comb suffix.) "_path": "shader/uberAoCavCbstSSTransThknsSSSScttrR5AoUv0m0Samp22222222_comb_lprobe_ps.rpak" // 7DCFDFBDA4D4DF39 }, { - "_type": "shdr", // replaces the game's existing shader, supports new combined asa/asd textures. + "_type": "shdr", // new variant of the game's existing shader, supports new combined asa/asd textures. (does not replace it! its renamed with the _comb suffix.) "_path": "shader/uberAoCavOpmCbstCutR5AoAnisoDirAmtUv0m0Samp222222222_comb_lprobe_ps.rpak" // 1CB9120B5C814B79 }, { - "_type": "shdr", // replaces the game's existing shader, supports new combined asa/asd textures. + "_type": "shdr", // new variant of the game's existing shader, supports new combined asa/asd textures. (does not replace it! its renamed with the _comb suffix.) "_path": "shader/uberAoCavCbstSSTransThknsSSSScttrR5AoAnisoDirAmtUv0m0Samp2222222222_comb_lprobe_ps.rpak" // 7B41109E2BF4399A }, {