Skip to content
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

faster move speed #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CrazyAmphibian
Copy link

what this does

increase base move speed from 4.5/2.5 -> 7.0/4.0, or about 55% faster runing, and 60% faster walking

2024-12-18.20-32-16.mp4

why it's good

brings the move speed more in line with /vg/station's normal move speed - aka, fast.

how it was tested

booted up local server, i was faster.

Changelog

🆑

  • tweak: increased base move speed

@west3436
Copy link

sanic

@GroggleG
Copy link

Is /VG/ speed similar to /TG/? Trying to figure out their speed.

public const float DefaultBaseWalkSpeed = 2.5f;
public const float DefaultBaseSprintSpeed = 4.5f;
public const float DefaultBaseWalkSpeed = 4.0f;
public const float DefaultBaseSprintSpeed = 7.0f;
Copy link

@BasedUser BasedUser Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this only applies to base shit, so simplemobs will still be slower because it's not a multiplier

ALSO you will slip, edit slip speed to also be like 4.5 5 or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants