This is a follow up to the post:
This is a semi Dev-log of the game I am currently working on
If you have feedback to give that would be appreciated if you enjoyed this check out the other post linked on the top.
This is a follow up to the post:
This is a semi Dev-log of the game I am currently working on
If you have feedback to give that would be appreciated if you enjoyed this check out the other post linked on the top.
I think it looks good but I first of all would make it so the radio sounds like it’s coming from the radio bc it sounds like it’s just in the general area and I don’t really see too much other to give feedback on yet but so far looks good
Yoo that camera movement when strafing is sick, how’d you achieve it? I’ve also working on a horror game and have been trying to make a first person camera movement like that for a while now.
It took a long time of experimenting and building on top of other peoples code.
I first experimented with using tweenservice which makes it look nice but won’t let the camera follow the player in any respectable way I then found someone who had the same problem and took and modified the code he wrote.
Funnily enough that took a long time but not nearly as long as it took to code the interaction system, The way that works is by checking every frame if the mouse.Target is an interactive object then using a bunch of other checks and then letting the server know the player found something then adding a selection box to that then using various visual effects then if at any point it detects an input from the player then it used that and then sends a message to the object that it was interacted with which from there it executes its specific line of code.
The notification system was also a beast of its own that took a long time of tweaking to make it easily Usable, Modular, And Polished.
I also have some camera effects on top of the leaning effect that causes the camera to move a bit even when not looking around.
If you want we can get into contact offsite and we can exchange some scripts
Very creative, working from already made code is smart.
Oh that would been nice but just found a script that does the same movement now Thanks for your kindness though!