"Visual Horror": coming soon...

This will be a very short experimental game. I originally built it to prototype an idea for a "monster" in a horror game that would try to get you to look at it, as it would only attack if it was visible. That turned into some puzzles that could be…

"Visual Horror" Prototype

I've been working on a prototype for a horror game, based on the idea that you aren't allowed to look at the "monster". Some technical and design info after the video. CW for a jumpscare/loud noise at the very end of the video The original idea just started with…

The importance of preset saves

When building a game with any sort of progression you need a quick way to jump to various points of said progression. For a multiplayer FPS that might be having the ability to debug-drop weapons. For a 2d platformer that might just involve a level select. For some games it…

Supertalk has been released

...as an open source project :) redxdev/SupertalkDialogue scripting language for Unreal Engine. Contribute to redxdev/Supertalk development by creating an account on GitHub.GitHubredxdev [https://github.com/redxdev/Supertalk]…

Unreal "Typewriter" text block effect

I've spent way too long getting this right. It seems so simple to just have a letter appear every fraction of a second in a text block... and it is. At least until you start caring about details like line wrapping not breaking mid-effect and rich text support. I've posted…