thedauser
(dauser)
August 3, 2024, 12:33am
#1
(I would like to clarify that I’m not giving or selling this model, I’ve already had some kid sending racial slurs because of that.)
I’m currently working on a 17+ bar game and I made a simple intoxication effect. I want to know if there’s anything that should be added to it. Obviously huge inspiration from JOIN ME! - Roblox .
(Video is 11 MB )
2 Likes
More intense FOV changes combined with some saturation, contrast, or depth of field changes would really add to the disorientation effect.
To add, you could also mess with the camera’s CFrame matrix for some cool stretching, squishing, and skewing effects. Here’s a post demoing it.
This is be changing the camera’s CFrame matrix.
The default/normal matrix is this.
CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1)
The first 1 is R00. This is the horizontal squash. Lower it to squash the camera horizontally, and 0 is just black. Fun Fact, you can make R00 and R11 very low values to make the fov VERY high.
[2024-07-1421-31-14-ezgif.com-video-to-gif-converter]
The second 1 is R11. This is the vertical squash. 0 is also black
[2024-07-1421-31-21-ezgif.com-video-to-gif-converter]
The la…
I think the intoxication effect from Red Dead Redemption 2 is a great point of reference for what you’re making.
3 Likes
I will probably add that kind of effects as a seperate setting due to high intensity. Thanks for your reply!
EDIT: I will definitely add stretching to that, thanks for linking it.
1 Like
deafaultyboii1324:
To add, you could also mess with the camera’s CFrame matrix for some cool stretching, squishing, and skewing effects. Here’s a post demoing it.
I’m now using R01 and R10 instead of just rotating camera, makes it look much better. Also added pulsating blur effect and intensified FOV changes.
3 Likes
Maybe add some blur
ignore jkjdlkfjsd
1 Like
This effect looks VERY GOOD! Great job on it! Nice recreation! How long did it take to make?
2 Likes
Probably like an hour of active work to get second video’s results. I will also have to add R6 rig support to that in the future.