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

Admin armor walkspeed too extreme #133

Open
Alatarius opened this issue Feb 23, 2024 · 4 comments
Open

Admin armor walkspeed too extreme #133

Alatarius opened this issue Feb 23, 2024 · 4 comments
Labels
bug Something isn't working question Further information is requested

Comments

@Alatarius
Copy link

Alatarius commented Feb 23, 2024

I have found that the admin armor makes the walk speed of the character so fast that any game becomes almost unplayable.

Is there a way to reduce this?

[edit] This issue started with the 5.8.0 update. Walk speed went from 4 to around 30-40 while wearing admin armor
[edit 2] I know nothing about coding so any coding advice needs to be eli5 format

@BuckarooBanzay BuckarooBanzay added bug Something isn't working question Further information is requested labels Feb 24, 2024
@BuckarooBanzay
Copy link
Member

i can't reproduce this with 5.8.0 and the latest master code, it is fast but not unplayable fast 🤔

can you provide more infos about your environment (installed mods, etc)?

@Alatarius
Copy link
Author

I should clarify, it's almost unplayable for me with motor skill issues. I just want to know if there's something I can change in the coding/scripting I can change to make the walk speed the same as not wearing the armor.

@BuckarooBanzay
Copy link
Member

A manual way to do this would be to change the line here:

groups = {armor_feet=1, armor_heal=100, armor_use=0, physics_speed=1,

Replacing physics_speed=1 with physics_speed=0 should keep you at the same speed even when wearing the admin armor.

This might be turned into a setting but i'm not sure it will get used much 🤷 (in other words: no one else has complained yet)

@Alatarius
Copy link
Author

Thank you so much. This worked wonders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants