Analog Horror Graphics

hey, I am a developer currently trying to achieve the analog horror style
simplistic, flat, vhs effects, and glitchy graphics
also i am also trying to a find a modulescript that could achieve this so if you know one please lmk thanks!

this photo is an example of what im trying to achieve just more glitchy and vhs like

3 Likes

Your best case is to play around with ColorCorrectionEffects

Saturation is -1
And you can play around with Contrast Brightness for yourself (Contrast must be a bit higher than Brightness i think)

that helps but how do i make objects look more glitchy and flat and simplistic

Uhhh not sure but maybe play around with the Technology of Lighting?

Alongside using ColorCorrection, you should try turning brightness to 0 and EnvironmentalDiffuseScale + EnvironmentalSpecularScale to 0. Rely on solely light instances.

If you want, you can try looking into methods of making your game look “retro” (pixelated).

1 Like

Such lighting is somewhat easy to recreate if you know what you’re doing.

Properties:


Lighting
Ambient: 45, 45, 45
Brightness: 2.82
EnviromentDiffuseScale: 1
EnviromentSpecularScale: 1
GlobalShadows: True
OutdoorAmbient: 70, 70, 70
ShadowSoftness: 0.63
Technology: Future

ExposureCompensation: 0.14

FogColor: 300000, 300000, 300000
FogEnd: 100000
FogStart: 100000


ColorCorrection
Brightness: 0
Contrast: 1
Enabled: true
Saturation: -1
TintColor: 193, 193, 193

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.