Watch and track your favorite playlist.
Curated by: Arghanion's Puzzlebox (435 videos)
🔴[Store, Membership, and Socials]🔴 https://linktr.ee/arghanionprime 🔗Patreon https://www.patreon.com/c/arghanionspuzzlebox 🔗Download Project https://www.patreon.com/arghanionspuzzlebox/posts/create-ps1-psx-5-163254548?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link In this Unreal Engine 5 tutorial, we create a retro PSX / PS1 style post-process shader from scratch. We build the effect step by step using screen-space pixelation, Bayer ordered dithering, and colour quantization to push the final image toward an old-school PlayStation-inspired look. The tutorial also covers how to make your textures fit the style by editing them directly inside Unreal Engine. We change texture filtering from Trilinear to Nearest, and reduce high-resolution 2K / 4K textures down to 128 or 256 resolution for a much more pixelated result. The project file is available for free on Patreon, so you can download it, explore the shader, and use it in your own Unreal Engine projects. HLSL Code int x = ((int)PixelPos.x) & 3; int y = ((int)PixelPos.y) & 3; int index = y * 4 + x; float bayer[16] = { 0, 8, 2, 10, 12, 4, 14, 6, 3, 11, 1, 9, 15, 7, 13, 5 }; return ((bayer[index] + 0.5) / 16.0) - 0.5; In this video: - Create a PSX-style post-process material - Add screen-space pixelation - Add Bayer ordered dithering - Add colour quantization - Use Nearest texture filtering for pixelated textures - Reduce texture resolution for a retro look - Build a complete old-school visual style inside UE5 Project file available free on Patreon. This is a great setup for retro games, stylized projects, PS1-inspired visuals, horror games, pixelated environments, and experimental Unreal Engine art styles. 💢You want to Support the Channel and get AWESOME Assets? Check out: https://www.thepixellab.net/vdb/ref/51/ 💢Get the Cloud Forge here: https://www.fab.com/listings/944f23a3-d94e-4212-a0f2-454114c6d0f3 💢Get World Forge here: https://www.fab.com/listings/d1aed8d1-58c9-4ba3-ad9b-ab037a55df2b 💢Get Surface Forge here: https://www.fab.com/listings/9d27e228-5ee3-4bb5-a4a2-87ba386cb53a 🔗Discord Support: https://discord.gg/tyKJYwnutr 🔴 Subscribe for more free YouTube tips: https://www.youtube.com/c/ArghanionsPuzzlebox2021?sub_confirmation=1