Hello, many times sentry movement has been discussed this system takes movement of the player and makes it move a sentry. The advantages of this system are you can change the size and the skin of the player. This could be used in games like pac man or even tetris.
Guide
Step one
Make a similar backdrop then put sentrys in these locations. Set all the sentries to deactivate on channel hide. You could use any prop here.
step two
Make a backdrop and place zones roughly where the sentries are as such. Make sure that all of the zones transmit on channel hide when entered. Also for this step you could use triggers I just didn’t
Step three
Wire every zone to their corresponding sentry with when player enters zone activate sentry. Also for this step, you could use channels it’s just I don’t. In the end, your system should look like this.
We finish the system by placing one spawn pad one camera point and one life cycle. The life cycle should be when the game starts and attach that to the camera point now place the spawn pad as such and this should be all set
So when a player enters a zone that zone tells the corresponding sentry to activate and all the other sentries to deactivate and when a player moves zone that zone tells them the same thing. This lets the player’s movement be translated into sentry “movement”.
I would love to get community feedback of how to reduce memory.
Bye
try using channels, triggers, and props/barriers instead of wires, zones, and sentries to reduce memory
It would make the guide more useful if you could include a system to allow the player to interact with stuff through the sentry, like pressing buttons.
Yes, but that is the equivalent of animating something based off where the player is. It could be a prop and do the same thing for less memory. Sentries are meant for battling, otherwise they’re just props with faces.
I don’t see where…
I must be missing something.
Well, yes, but it wouldn’t be exact, and they wouldn’t be able to use gadgets to fire at props, sentries, and other players.
Not sure how. Pac man the sentries aren’t moving the exact same way the player is. And Tetris? There’s no shape correlation, or turning mechanism, so props are better, not player and sentry correlation.
And look, I’m not saying your guide is bad or anything, I’m think its a good explanation of a common topic right now. I’m just pointing out some areas you could tweak it a little bit, and maybe take this knowledge to make even better guides in the future!
as someone who has attempted to recreate pac-man, I can tell you that pac-man IS WAY harder to recreate. especially when you try to make it very accurate.