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

source

41 thoughts on “I Changed EVERYTHING in Phasmophobia with ONE BUTTON”

  1. This would actually be such a sick thing they could add in an update one day just for more variety. It’s crazy how simply mirroring a map can completely change the way you navigate it.

    Reply
  2. Insym please do a tutorial type of video
    And make different parts of the video… each video showing 5-6 ghosts

    And mark tha timeline in the videos ….. 1 match showing each ghost…
    and u explain how 2 identify each ghost , there behavior, etc.

    ( I hope u understood what I was trying 2 say)

    It'll help a lot of noobs (including me) to play this game without dieing .

    Reply

Leave a Comment