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

[HL2DM] smrpg_effects causing spawn freeze on fresh install #371

Open
Adrianilloo opened this issue May 20, 2021 · 1 comment
Open

[HL2DM] smrpg_effects causing spawn freeze on fresh install #371

Adrianilloo opened this issue May 20, 2021 · 1 comment
Labels

Comments

@Adrianilloo
Copy link

Adrianilloo commented May 20, 2021

I have installed SM:RPG on HL2DM with all steps done normally (using no upgrade plugins) and I noticed that every time I connect I just can't move. I then searched for the plugin/s which could cause this bug and it turns out it's smrpg_effects.smx. I don't know what the possible bug in plugin control flow might be, but the m_flLaggedMovementValue is being set to 0 as I've checked in a new print statement:

Applying m_flLaggedMovementValue of: 0.000000

For now, I've had to disable the plugin

peace-maker added a commit that referenced this issue Apr 16, 2022
The global is zero initialized and all other spots in the code setting the base speed to `1.0` when it's `0.0` didn't seem to be enough.
@peace-maker
Copy link
Owner

I've tried to fix this, can you please have a try? I don't have a HL2DM server handy to test.

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

No branches or pull requests

2 participants