Hey folks!
I am making a spooky horror game following tutorials online. At this point I have moved beyond just copying what I see in tutorials and can happily code on my own. The problem is, I am making cabnets, drawers, and room doors that can be opened via a raycasted physics handle.
I have several issues that have gotten me to literally take off my hat and throw it across the room while screaming “WTF!!!” at my monitor.
For an example of the type of physics operations I am talking about, here is a link to a similar type door in the original tutorial I started with.
My modern version is nearly the same as any other physics handle gun you can find in a million places online. Not only is it the same, it works exactly as intended in a single player situation. I can open and close doors and drawers, I can pick up and carry objects. If I were trying to make a copy of Amnesia I would be set.However, I am trying to make it a coop MP spooky game, and I want the same controls. I can get it to partially replicate, as in when you move a crate the crate moves for everyone. However, it quickly gets out of ‘sync’ and the replication is clearly not accurate or reliable enough for a MP game that lasts more than a few moments or object uses.
Basically, I ask the wider Unreal community on any method using BluePrints to replicate physics controlled doors, drawers, and carryable objects in a smallish MP setting. Maximum 6 players tops. I will post an image of the latest of my attempts to get replication working after multiple tutorials.
Pls help.