I Changed EVERYTHING in Phasmophobia with ONE BUTTON
Welcome back to Phasmophobia! In this video we change every single map in Phasmophobia using a single button. By horizontally flipping every map the whole game feels like it's brand new. This is super weird and my brain still hurts. ENJOY!
HOW TO DO THIS:
Download and install ReShade: https://reshade.me/
Use this code and save it in a .fx file (and put it in the reshade shaders folder)
#include "ReShade.fxh"
float4 FlipPass(float4 vpos : SV_Position, float2 texcoord : TexCoord) : SV_Target
{
texcoord.x = 1-texcoord.x;//horizontal flip
float4 color = tex2D(ReShade::BackBuffer, texcoord);
return color;
}
technique Flip
{
pass
{
VertexShader = PostProcessVS;
PixelShader = FlipPass;
}
}
I stream every day on https://www.twitch.tv/insym
Twitter: https://twitter.com/InsymTtv
Discord: https://discord.gg/insym
Livestream VODS: https://www.youtube.com/c/InsymVODS
Clips: https://www.youtube.com/c/InsymClipss
Suggest Games for me to Play Here: https://docs.google.com/forms/d/e/1FAIpQLScnze199-r7Qb6H79DRb3HCjI0dcRk94NVbUemC1mbyH2pUxA/viewform
NOTE: This video was recorded on Phasmophobia update v0.7
Other Videos By Insym
Other Statistics
Phasmophobia Statistics For Insym
At this time, Insym has 200,487,116 views for Phasmophobia spread across 1,770 videos. The game makes up over 54 days of published video on his channel, roughly 33.07% of Phasmophobia content that Insym has uploaded to YouTube.