├── LICENSE ├── README.md ├── new ├── html │ ├── ksMultilayer_fresnel_nm4 │ │ └── ksMultilayer_fresnel_nm4.html │ ├── ksPerPixelMultiMap_AT_emissive │ │ └── ksPerPixelMultiMap_AT_emissive.html │ ├── ksPerPixelMultiMap_NMDetail_emissive │ │ └── ksPerPixelMultiMap_NMDetail_emissive.html │ └── ksPerPixelMultiMap_emissive │ │ └── ksPerPixelMultiMap_emissive.html ├── ksMultilayer_fresnel_nm4.shader ├── ksMultilayer_objsp_nm4.shader ├── ksPerPixelAT_NM_emissive.shader ├── ksPerPixelMultiMap_AT_emissive.shader ├── ksPerPixelMultiMap_NMDetail_emissive.shader ├── ksPerPixelMultiMap_emissive.shader ├── smSticker.shader ├── stPerPixelMultiMap_specular.shader ├── stPerPixelMultiMap_specular_damage_dirt.shader ├── stPerPixelNM_UVflow.shader └── win │ ├── ksMultilayer_fresnel_nm4_meta.ini │ ├── ksMultilayer_fresnel_nm4_ps.fxo │ ├── ksMultilayer_fresnel_nm4_vs.fxo │ ├── ksMultilayer_objsp_nm4_meta.ini │ ├── ksMultilayer_objsp_nm4_ps.fxo │ ├── ksMultilayer_objsp_nm4_vs.fxo │ ├── ksPerPixelAT_NM_emissive_meta.ini │ ├── ksPerPixelAT_NM_emissive_ps.fxo │ ├── ksPerPixelAT_NM_emissive_vs.fxo │ ├── ksPerPixelMultiMap_AT_emissive_meta.ini │ ├── ksPerPixelMultiMap_AT_emissive_ps.fxo │ ├── ksPerPixelMultiMap_AT_emissive_vs.fxo │ ├── ksPerPixelMultiMap_NMDetail_emissive_meta.ini │ ├── ksPerPixelMultiMap_NMDetail_emissive_ps.fxo │ ├── ksPerPixelMultiMap_NMDetail_emissive_vs.fxo │ ├── ksPerPixelMultiMap_emissive_meta.ini │ ├── ksPerPixelMultiMap_emissive_ps.fxo │ ├── ksPerPixelMultiMap_emissive_vs.fxo │ ├── smSticker_meta.ini │ ├── smSticker_ps.fxo │ ├── smSticker_vs.fxo │ ├── stPerPixelMultiMap_specular_damage_dirt_meta.ini │ ├── stPerPixelMultiMap_specular_damage_dirt_ps.fxo │ ├── stPerPixelMultiMap_specular_damage_dirt_vs.fxo │ ├── stPerPixelMultiMap_specular_meta.ini │ ├── stPerPixelMultiMap_specular_ps.fxo │ ├── stPerPixelMultiMap_specular_vs.fxo │ ├── stPerPixelNM_UVflow_meta.ini │ ├── stPerPixelNM_UVflow_ps.fxo │ └── stPerPixelNM_UVflow_vs.fxo └── old ├── html ├── ksMultilayer_fresnel_nm4 │ └── ksMultilayer_fresnel_nm4.html ├── ksPerPixelMultiMap_AT_emissive │ └── ksPerPixelMultiMap_AT_emissive.html ├── ksPerPixelMultiMap_NMDetail_emissive │ └── ksPerPixelMultiMap_NMDetail_emissive.html └── ksPerPixelMultiMap_emissive │ └── ksPerPixelMultiMap_emissive.html ├── ksMultilayer_fresnel_nm4.shader ├── ksMultilayer_objsp_nm4.shader ├── ksPerPixelAT_NM_emissive.shader ├── ksPerPixelMultiMap_AT_emissive.shader ├── ksPerPixelMultiMap_NMDetail_emissive.shader ├── ksPerPixelMultiMap_emissive.shader ├── smSticker.shader ├── stPerPixelMultiMap_specular.shader ├── stPerPixelMultiMap_specular_damage_dirt.shader └── stPerPixelNM_UVflow.shader /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/README.md -------------------------------------------------------------------------------- /new/html/ksMultilayer_fresnel_nm4/ksMultilayer_fresnel_nm4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/html/ksMultilayer_fresnel_nm4/ksMultilayer_fresnel_nm4.html -------------------------------------------------------------------------------- /new/html/ksPerPixelMultiMap_AT_emissive/ksPerPixelMultiMap_AT_emissive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/html/ksPerPixelMultiMap_AT_emissive/ksPerPixelMultiMap_AT_emissive.html -------------------------------------------------------------------------------- /new/html/ksPerPixelMultiMap_NMDetail_emissive/ksPerPixelMultiMap_NMDetail_emissive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/html/ksPerPixelMultiMap_NMDetail_emissive/ksPerPixelMultiMap_NMDetail_emissive.html -------------------------------------------------------------------------------- /new/html/ksPerPixelMultiMap_emissive/ksPerPixelMultiMap_emissive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/html/ksPerPixelMultiMap_emissive/ksPerPixelMultiMap_emissive.html -------------------------------------------------------------------------------- /new/ksMultilayer_fresnel_nm4.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/ksMultilayer_fresnel_nm4.shader -------------------------------------------------------------------------------- /new/ksMultilayer_objsp_nm4.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/ksMultilayer_objsp_nm4.shader -------------------------------------------------------------------------------- /new/ksPerPixelAT_NM_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/ksPerPixelAT_NM_emissive.shader -------------------------------------------------------------------------------- /new/ksPerPixelMultiMap_AT_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/ksPerPixelMultiMap_AT_emissive.shader -------------------------------------------------------------------------------- /new/ksPerPixelMultiMap_NMDetail_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/ksPerPixelMultiMap_NMDetail_emissive.shader -------------------------------------------------------------------------------- /new/ksPerPixelMultiMap_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/ksPerPixelMultiMap_emissive.shader -------------------------------------------------------------------------------- /new/smSticker.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/smSticker.shader -------------------------------------------------------------------------------- /new/stPerPixelMultiMap_specular.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/stPerPixelMultiMap_specular.shader -------------------------------------------------------------------------------- /new/stPerPixelMultiMap_specular_damage_dirt.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/stPerPixelMultiMap_specular_damage_dirt.shader -------------------------------------------------------------------------------- /new/stPerPixelNM_UVflow.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/stPerPixelNM_UVflow.shader -------------------------------------------------------------------------------- /new/win/ksMultilayer_fresnel_nm4_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksMultilayer_fresnel_nm4_meta.ini -------------------------------------------------------------------------------- /new/win/ksMultilayer_fresnel_nm4_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksMultilayer_fresnel_nm4_ps.fxo -------------------------------------------------------------------------------- /new/win/ksMultilayer_fresnel_nm4_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksMultilayer_fresnel_nm4_vs.fxo -------------------------------------------------------------------------------- /new/win/ksMultilayer_objsp_nm4_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksMultilayer_objsp_nm4_meta.ini -------------------------------------------------------------------------------- /new/win/ksMultilayer_objsp_nm4_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksMultilayer_objsp_nm4_ps.fxo -------------------------------------------------------------------------------- /new/win/ksMultilayer_objsp_nm4_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksMultilayer_objsp_nm4_vs.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelAT_NM_emissive_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelAT_NM_emissive_meta.ini -------------------------------------------------------------------------------- /new/win/ksPerPixelAT_NM_emissive_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelAT_NM_emissive_ps.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelAT_NM_emissive_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelAT_NM_emissive_vs.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_AT_emissive_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_AT_emissive_meta.ini -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_AT_emissive_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_AT_emissive_ps.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_AT_emissive_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_AT_emissive_vs.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_NMDetail_emissive_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_NMDetail_emissive_meta.ini -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_NMDetail_emissive_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_NMDetail_emissive_ps.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_NMDetail_emissive_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_NMDetail_emissive_vs.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_emissive_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_emissive_meta.ini -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_emissive_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_emissive_ps.fxo -------------------------------------------------------------------------------- /new/win/ksPerPixelMultiMap_emissive_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/ksPerPixelMultiMap_emissive_vs.fxo -------------------------------------------------------------------------------- /new/win/smSticker_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/smSticker_meta.ini -------------------------------------------------------------------------------- /new/win/smSticker_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/smSticker_ps.fxo -------------------------------------------------------------------------------- /new/win/smSticker_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/smSticker_vs.fxo -------------------------------------------------------------------------------- /new/win/stPerPixelMultiMap_specular_damage_dirt_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelMultiMap_specular_damage_dirt_meta.ini -------------------------------------------------------------------------------- /new/win/stPerPixelMultiMap_specular_damage_dirt_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelMultiMap_specular_damage_dirt_ps.fxo -------------------------------------------------------------------------------- /new/win/stPerPixelMultiMap_specular_damage_dirt_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelMultiMap_specular_damage_dirt_vs.fxo -------------------------------------------------------------------------------- /new/win/stPerPixelMultiMap_specular_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelMultiMap_specular_meta.ini -------------------------------------------------------------------------------- /new/win/stPerPixelMultiMap_specular_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelMultiMap_specular_ps.fxo -------------------------------------------------------------------------------- /new/win/stPerPixelMultiMap_specular_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelMultiMap_specular_vs.fxo -------------------------------------------------------------------------------- /new/win/stPerPixelNM_UVflow_meta.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelNM_UVflow_meta.ini -------------------------------------------------------------------------------- /new/win/stPerPixelNM_UVflow_ps.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelNM_UVflow_ps.fxo -------------------------------------------------------------------------------- /new/win/stPerPixelNM_UVflow_vs.fxo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/new/win/stPerPixelNM_UVflow_vs.fxo -------------------------------------------------------------------------------- /old/html/ksMultilayer_fresnel_nm4/ksMultilayer_fresnel_nm4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/html/ksMultilayer_fresnel_nm4/ksMultilayer_fresnel_nm4.html -------------------------------------------------------------------------------- /old/html/ksPerPixelMultiMap_AT_emissive/ksPerPixelMultiMap_AT_emissive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/html/ksPerPixelMultiMap_AT_emissive/ksPerPixelMultiMap_AT_emissive.html -------------------------------------------------------------------------------- /old/html/ksPerPixelMultiMap_NMDetail_emissive/ksPerPixelMultiMap_NMDetail_emissive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/html/ksPerPixelMultiMap_NMDetail_emissive/ksPerPixelMultiMap_NMDetail_emissive.html -------------------------------------------------------------------------------- /old/html/ksPerPixelMultiMap_emissive/ksPerPixelMultiMap_emissive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/html/ksPerPixelMultiMap_emissive/ksPerPixelMultiMap_emissive.html -------------------------------------------------------------------------------- /old/ksMultilayer_fresnel_nm4.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/ksMultilayer_fresnel_nm4.shader -------------------------------------------------------------------------------- /old/ksMultilayer_objsp_nm4.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/ksMultilayer_objsp_nm4.shader -------------------------------------------------------------------------------- /old/ksPerPixelAT_NM_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/ksPerPixelAT_NM_emissive.shader -------------------------------------------------------------------------------- /old/ksPerPixelMultiMap_AT_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/ksPerPixelMultiMap_AT_emissive.shader -------------------------------------------------------------------------------- /old/ksPerPixelMultiMap_NMDetail_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/ksPerPixelMultiMap_NMDetail_emissive.shader -------------------------------------------------------------------------------- /old/ksPerPixelMultiMap_emissive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/ksPerPixelMultiMap_emissive.shader -------------------------------------------------------------------------------- /old/smSticker.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/smSticker.shader -------------------------------------------------------------------------------- /old/stPerPixelMultiMap_specular.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/stPerPixelMultiMap_specular.shader -------------------------------------------------------------------------------- /old/stPerPixelMultiMap_specular_damage_dirt.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/stPerPixelMultiMap_specular_damage_dirt.shader -------------------------------------------------------------------------------- /old/stPerPixelNM_UVflow.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/sdk-shaders/HEAD/old/stPerPixelNM_UVflow.shader --------------------------------------------------------------------------------