You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Rmove signs work off of ticks, but something that would be nice in terms of a balance would be if Rmove sign click speed was scaling off of the speed: variable or something similar.
Describe the solution you'd like
In order to implement this, it would have to work off of a timer whenever a rmove sign is clicked and this timer will scale off of the rmove vector, and the speed variable in the type config. A simpler way of setting the rate at which an rmove sign activates is to have a seperate variable called staticCooldown: set in seconds as a double.
The text was updated successfully, but these errors were encountered:
It would appear that the RelativeMoveSign wasn't fully implemented in 8.0. The intent is for the sign to follow the same behavior as stick movement (w.r.t. the speed option), but to allow integer multiples with the maxStaticMove setting.
Is your feature request related to a problem? Please describe.
Rmove signs work off of ticks, but something that would be nice in terms of a balance would be if Rmove sign click speed was scaling off of the
speed:
variable or something similar.Describe the solution you'd like
In order to implement this, it would have to work off of a timer whenever a rmove sign is clicked and this timer will scale off of the rmove vector, and the speed variable in the type config. A simpler way of setting the rate at which an rmove sign activates is to have a seperate variable called
staticCooldown:
set in seconds as a double.The text was updated successfully, but these errors were encountered: