Jump to content

Recommended Posts

So I have created Input code by sending

SendModRPCToServer(MOD_RPC["daring_dash"]["stopdaringdash"])

 

Which works great however there is a slight delay between server and client, which if the user Envokes an Action in that fraction of time, their character is stuck... no movements nor do any actions. Relogging fixes it.

The Actions do have a Client version for the Action_Pre stages.

 

Now this error only happens with Lag Compensation Option turned on, It being off the Input code works flawless...

 

Is there a way to bypass wanted Actions from Lag Compensation while still being enabled? Which is what I ideally would like, else wise...

A way to force a MOD to disable Lag Compensation when loaded. So a User doesn't have to do it themselves.

TY for your time :) 

Edited by JadeKnightblazer

In SGWilson.lua, you can find

inst.components.playercontroller:RemotePausePrediction()

along with the state tags "nopredict" and "pausepredict". I'm not entirely sure how these work, but I bet this has to do with temporarily pausing lag compensation for a client action.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...