diff --git a/refractive_fizzlers/.assets/thumb.jpg b/refractive_fizzlers/.assets/thumb.jpg deleted file mode 100644 index ecd9e5d..0000000 Binary files a/refractive_fizzlers/.assets/thumb.jpg and /dev/null differ diff --git a/refractive_fizzlers/addon.kv3 b/refractive_fizzlers/addon.kv3 deleted file mode 100644 index e43d8ac..0000000 --- a/refractive_fizzlers/addon.kv3 +++ /dev/null @@ -1,24 +0,0 @@ - -{ - mod = "Refractive Fizzlers (★)" - description = "Adds a refractive visual effect to all fizzler types.\n\nSome artifacts may occur.\nFor best results, launch P2:CE with the parameter '-powerOfTwoTextureSize 8192' to increase refraction resolution.\n\nVersion 1.0.0" - type = "Asset Pack" - id = 0 - thumbnail = ".assets/thumb.jpg" - authors = - [ - "P2:CE Team" - ] - dependencies = [ ] - tags = - [ - "Materials/Textures", - ] - ignore = [ ] - metadata = - { - } - assets = - { - } -} \ No newline at end of file diff --git a/refractive_fizzlers/materials/effects/fizzler.vmt b/refractive_fizzlers/materials/effects/fizzler.vmt deleted file mode 100644 index 6cb2308..0000000 --- a/refractive_fizzlers/materials/effects/fizzler.vmt +++ /dev/null @@ -1,33 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples_dim" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.25" -$FLOW_TIMEINTERVALINSECONDS "1.2" -$FLOW_NOISE_SCALE 0.003 -$FLOW_LERPEXP 1.5 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.008 -$FLOW_COLOR "[0.025 0.08 0.1]" -$FLOW_VORTEX_COLOR "[0.64 2.058 2.56]" -$surfaceprop glass -$refract 1 -$refractscale 0.5 -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_VORTEX_SIZE 35 -"360?$outputintensity" 2.8 -"SonyPS3?$outputintensity" .7 - -"srgb_pc?$outputintensity" 2.3 -"!srgb_pc?$outputintensity" 1.7 -Proxies -{ -FizzlerVortex -{ -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_center.vmt b/refractive_fizzlers/materials/effects/fizzler_center.vmt deleted file mode 100644 index 2e5cd85..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_center.vmt +++ /dev/null @@ -1,34 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples_dim" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_bounds_center" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.25" -$FLOW_TIMEINTERVALINSECONDS "1.2" -$FLOW_NOISE_SCALE 0.003 -$FLOW_LERPEXP 1.5 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.008 -$FLOW_COLOR "[0.025 0.08 0.1]" -$FLOW_VORTEX_COLOR "[0.64 2.058 2.56]" -$refract 1 -$refractscale 0.5 -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_VORTEX_POS1 "[-160 64 64]" -$FLOW_VORTEX_SIZE 35 -"360?$outputintensity" 2.8 -"SonyPS3?$outputintensity" .7 - -"srgb_pc?$outputintensity" 2.3 -"!srgb_pc?$outputintensity" 1.7 -Proxies -{ -FizzlerVortex -{ -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_edges.vmt b/refractive_fizzlers/materials/effects/fizzler_edges.vmt deleted file mode 100644 index b22bb8a..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_edges.vmt +++ /dev/null @@ -1,5 +0,0 @@ -UnlitGeneric -{ -$color "[0 0 0]" -$additive 1 -} \ No newline at end of file diff --git a/refractive_fizzlers/materials/effects/fizzler_l.vmt b/refractive_fizzlers/materials/effects/fizzler_l.vmt deleted file mode 100644 index a257674..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_l.vmt +++ /dev/null @@ -1,34 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples_dim" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_bounds_l" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.25" -$FLOW_TIMEINTERVALINSECONDS "1.2" -$FLOW_NOISE_SCALE 0.003 -$FLOW_LERPEXP 1.5 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.008 -$FLOW_COLOR "[0.025 0.08 0.1]" -$FLOW_VORTEX_COLOR "[0.64 2.058 2.56]" -$surfaceprop glass -$refract 1 -$refractscale 0.5 -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_VORTEX_POS1 "[-160 64 64]" -$FLOW_VORTEX_SIZE 35 -"360?$outputintensity" 2.8 -"SonyPS3?$outputintensity" .7 - -"srgb_pc?$outputintensity" 2.3 -"!srgb_pc?$outputintensity" 1.7 -Proxies -{ -FizzlerVortex -{ -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_r.vmt b/refractive_fizzlers/materials/effects/fizzler_r.vmt deleted file mode 100644 index d987944..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_r.vmt +++ /dev/null @@ -1,34 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples_dim" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_bounds_r" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.25" -$FLOW_TIMEINTERVALINSECONDS "1.2" -$FLOW_NOISE_SCALE 0.003 -$FLOW_LERPEXP 1.5 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.008 -$FLOW_COLOR "[0.025 0.08 0.1]" -$FLOW_VORTEX_COLOR "[0.64 2.058 2.56]" -$refract 1 -$refractscale 0.5 -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_VORTEX_POS1 "[-160 64 64]" -$FLOW_VORTEX_SIZE 35 -"360?$outputintensity" 2.8 -"SonyPS3?$outputintensity" .7 - -"srgb_pc?$outputintensity" 2.3 -"!srgb_pc?$outputintensity" 1.7 -Proxies -{ -FizzlerVortex -{ -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_underground.vmt b/refractive_fizzlers/materials/effects/fizzler_underground.vmt deleted file mode 100644 index 4f7223c..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_underground.vmt +++ /dev/null @@ -1,52 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_underground_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.5" -$FLOW_TIMEINTERVALINSECONDS 1 -$FLOW_NOISE_SCALE 0.005 -$FLOW_LERPEXP 1 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.009 - -$refract 1 -$refractscale 0.5 -$refracteffectscale 1.2 - -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_COLOR "[0.1 0.2 0.4]" -$FLOW_VORTEX_COLOR "[2.5 5 10]" -$FLOW_VORTEX_SIZE 35 -$intensitynoise 1 -$totalintensity 1 -"!srgb?$outputintensity" .75 -Proxies -{ -FizzlerVortex -{ -} -Sine -{ -sineMin 0.875 -sineMax 1.0 -sinePeriod 0.1 -resultVar $intensitynoise -} -Multiply -{ -srcvar1 $flow_color_intensity -srcvar2 $intensitynoise -resultvar $totalintensity -} -Equals -{ -srcvar1 $totalintensity -resultvar $flow_color_intensity -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_underground_elevator.vmt b/refractive_fizzlers/materials/effects/fizzler_underground_elevator.vmt deleted file mode 100644 index f465926..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_underground_elevator.vmt +++ /dev/null @@ -1,52 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_underground_ripples" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_underground_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.5" -$FLOW_TIMEINTERVALINSECONDS 1 -$FLOW_NOISE_SCALE 0.005 -$FLOW_LERPEXP 1 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.009 -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_COLOR "[0.1 0.2 0.4]" -$FLOW_VORTEX_COLOR "[2.5 5 10]" -$FLOW_VORTEX_SIZE 35 -$intensitynoise 1 -$totalintensity 1 - -$refract 1 -$refractscale 0.5 -$refracteffectscale 1.2 - -"!srgb?$outputintensity" .75 -Proxies -{ -FizzlerVortex -{ -} -Sine -{ -sineMin 0.875 -sineMax 1.0 -sinePeriod 0.1 -resultVar $intensitynoise -} -Multiply -{ -srcvar1 $flow_color_intensity -srcvar2 $intensitynoise -resultvar $totalintensity -} -Equals -{ -srcvar1 $totalintensity -resultvar $flow_color_intensity -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_underground_side_emitters.vmt b/refractive_fizzlers/materials/effects/fizzler_underground_side_emitters.vmt deleted file mode 100644 index 155dc51..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_underground_side_emitters.vmt +++ /dev/null @@ -1,52 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_underground_elevator_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.5" -$FLOW_TIMEINTERVALINSECONDS 1 -$FLOW_NOISE_SCALE 0.005 -$FLOW_LERPEXP 1 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.009 - -$refract 1 -$refractscale 0.5 -$refracteffectscale 1.2 - -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 -$FLOW_COLOR "[0.1 0.2 0.4]" -$FLOW_VORTEX_COLOR "[2.5 5 10]" -$FLOW_VORTEX_SIZE 35 -$intensitynoise 1 -$totalintensity 1 -"!srgb?$outputintensity" .75 -Proxies -{ -FizzlerVortex -{ -} -Sine -{ -sineMin 0.875 -sineMax 1.0 -sinePeriod 0.1 -resultVar $intensitynoise -} -Multiply -{ -srcvar1 $flow_color_intensity -srcvar2 $intensitynoise -resultvar $totalintensity -} -Equals -{ -srcvar1 $totalintensity -resultvar $flow_color_intensity -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_underground_wide_center.vmt b/refractive_fizzlers/materials/effects/fizzler_underground_wide_center.vmt deleted file mode 100644 index a61e43c..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_underground_wide_center.vmt +++ /dev/null @@ -1,52 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_underground_wide_center_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.5" -$FLOW_TIMEINTERVALINSECONDS 1 -$FLOW_NOISE_SCALE 0.005 -$FLOW_LERPEXP 1 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.009 -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 - -$refract 1 -$refracteffectscale 1.2 -$refractscale 0.5 - -$additive 1 -$FLOW_COLOR "[0.1 0.2 0.4]" -$FLOW_VORTEX_COLOR "[2.5 5 10]" -$FLOW_VORTEX_SIZE 35 -$intensitynoise 1 -$totalintensity 1 -"!srgb?$outputintensity" .75 -Proxies -{ -FizzlerVortex -{ -} -Sine -{ -sineMin 0.875 -sineMax 1.0 -sinePeriod 0.1 -resultVar $intensitynoise -} -Multiply -{ -srcvar1 $flow_color_intensity -srcvar2 $intensitynoise -resultvar $totalintensity -} -Equals -{ -srcvar1 $totalintensity -resultvar $flow_color_intensity -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_underground_wide_side_l.vmt b/refractive_fizzlers/materials/effects/fizzler_underground_wide_side_l.vmt deleted file mode 100644 index 791c756..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_underground_wide_side_l.vmt +++ /dev/null @@ -1,52 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_underground_wide_side_l_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.5" -$FLOW_TIMEINTERVALINSECONDS 1 -$FLOW_NOISE_SCALE 0.005 -$FLOW_LERPEXP 1 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.009 -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 - -$refract 1 -$refracteffectscale 1.2 -$refractscale 0.5 - -$FLOW_COLOR "[0.1 0.2 0.4]" -$FLOW_VORTEX_COLOR "[2.5 5 10]" -$FLOW_VORTEX_SIZE 35 -$intensitynoise 1 -$totalintensity 1 -"!srgb?$outputintensity" .75 -Proxies -{ -FizzlerVortex -{ -} -Sine -{ -sineMin 0.875 -sineMax 1.0 -sinePeriod 0.1 -resultVar $intensitynoise -} -Multiply -{ -srcvar1 $flow_color_intensity -srcvar2 $intensitynoise -resultvar $totalintensity -} -Equals -{ -srcvar1 $totalintensity -resultvar $flow_color_intensity -} -} -} diff --git a/refractive_fizzlers/materials/effects/fizzler_underground_wide_side_r.vmt b/refractive_fizzlers/materials/effects/fizzler_underground_wide_side_r.vmt deleted file mode 100644 index ca80288..0000000 --- a/refractive_fizzlers/materials/effects/fizzler_underground_wide_side_r.vmt +++ /dev/null @@ -1,52 +0,0 @@ -SolidEnergy -{ -$basetexture "effects/fizzler_ripples" -$flowmap "effects/fizzler_flow" -$flowbounds "effects/fizzler_underground_wide_side_r_bounds" -$FLOW_NOISE_TEXTURE "effects/fizzler_noise" -$FLOW_UVSCROLLDISTANCE "0.5" -$FLOW_TIMEINTERVALINSECONDS 1 -$FLOW_NOISE_SCALE 0.005 -$FLOW_LERPEXP 1 -$FLOW_WORLDUVSCALE 0.008 -$FLOW_NORMALUVSCALE 0.009 -$surfaceprop glass -"%keywords" Portal2 -$translucent 1 -$additive 1 - -$refract 1 -$refractscale 0.5 -$refracteffectscale 1.2 - -$FLOW_COLOR "[0.1 0.2 0.4]" -$FLOW_VORTEX_COLOR "[2.5 5 10]" -$FLOW_VORTEX_SIZE 35 -$intensitynoise 1 -$totalintensity 1 -"!srgb?$outputintensity" .75 -Proxies -{ -FizzlerVortex -{ -} -Sine -{ -sineMin 0.875 -sineMax 1.0 -sinePeriod 0.1 -resultVar $intensitynoise -} -Multiply -{ -srcvar1 $flow_color_intensity -srcvar2 $intensitynoise -resultvar $totalintensity -} -Equals -{ -srcvar1 $totalintensity -resultvar $flow_color_intensity -} -} -}