-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replication? #6
Comments
Sorry Networking & replication is not implemented ! |
Where would I start to add it myself? |
any updates? |
Sorry this plugin was made at the beginning for a single player game and adding replication will need to recode things from scratch . |
So this strategy (floating pawn+force) has some problems. But the basic idea is there, and now I am making my own planet gravity.
) For me the useful part of this plugin is custom spring arm + rotation lerp. I am not using forces to drag the players to the planet surface, instead I have modified PhysWalking、FindFloor、ConstrainInputAcceleration and other relevant methods.In those methods, whenever I find a neglection of FVector.Z, I project that FVector onto the tangent plane of the planet sphere. |
When I turn on replicate movement/replicates on the actor it just starts jittering in place
The text was updated successfully, but these errors were encountered: