Has anyone found or devised equations for a player's base movement speed and for modifiers (cyclone, oblivion, divine hare, fly, etc) and combinations of those?
I'm looking into server-side validation for movement and so far my approach is to just record myself moving in every possible way for quite some time and then take the lowest values for each distance and combination to create an acceptable minimum and then allow for a slight variation faster.
This seems finicky at best because there's plenty of room for human error generating the data and the data doesn't seem to be forming a meaningful line for an equation should I want to mathematically validate speed.
Is there a better approach I should be taking, or speed equations I can lift out of the client or someone's public research?
For example, here's the graph I've gotten out of the combination of using Cyclone and Fly.
Since the graph itself is a massive scatter and doesn't really help with predicting an expected minimum travel time between jump requests to the server, should I just flag any cyclone flies that are under around 285ms based on this?
[Only registered and activated users can see links. Click Here To Register...]
Thanks!
I'm looking into server-side validation for movement and so far my approach is to just record myself moving in every possible way for quite some time and then take the lowest values for each distance and combination to create an acceptable minimum and then allow for a slight variation faster.
This seems finicky at best because there's plenty of room for human error generating the data and the data doesn't seem to be forming a meaningful line for an equation should I want to mathematically validate speed.
Is there a better approach I should be taking, or speed equations I can lift out of the client or someone's public research?
For example, here's the graph I've gotten out of the combination of using Cyclone and Fly.
Since the graph itself is a massive scatter and doesn't really help with predicting an expected minimum travel time between jump requests to the server, should I just flag any cyclone flies that are under around 285ms based on this?
[Only registered and activated users can see links. Click Here To Register...]
Thanks!