Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Wow, this is such an amazing game and I absolutely love the art style it has (Pen sketching style is my favourite so I'm gonna be a bit bias :P)!  How did you make the shadow to render the sketch marks?

The only criticism I have is the build-up to the possession can be improved and hinted at better at the earlier stages of the game, like one or two dialogues from the demon.

Otherwise, I am completely speechless, definitely one of the best jam games I have played.  Well done!!!

Pretty much, I use the shadow maps as a mask. So I tweak the shadows by using two gradients, one which will be used as the mask for the sketch lines and another for the lighting falloff. Sketchlines is blended using a color burn blend operation each (Directional and additional lines are kept separate), then added together. Shadow brightness is tweaked using a remap hooked up to an exposed float that can be tweaked globally using a shadow zone script MemeMan made.

The sketchline texture itself is applied to objects using triplanar mapping. Gives consistent results regardless of object size and UVs.

I use Amplify Shader Editor for my shaders, but this should be doable in Shader Graph as well.

Damn, that sounds very complicated, definitely worth it for the results though!