Skip to content

Configuring R8 Revolver in weapons.cfg is not working. #189

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

Closed
chenbuyi2019 opened this issue Feb 17, 2024 · 2 comments · Fixed by #341
Closed

Configuring R8 Revolver in weapons.cfg is not working. #189

chenbuyi2019 opened this issue Feb 17, 2024 · 2 comments · Fixed by #341
Labels
bug Something isn't working

Comments

@chenbuyi2019
Copy link

	"p250"
	{
		"enabled"		"0"
		"knockback"		"1.0"
	}
	"revolver"
	{
		"enabled"		"0"
		"knockback"		"1.0"
	}

disabling p250 is ok in my server but revolver is not working.
it seems R8's entity classname is weapon_deagle, not weapon_revolver.

https://developer.valvesoftware.com/wiki/Weapon_revolver

hope a fix :)

@Vauff Vauff added the bug Something isn't working label Feb 21, 2024
Kxnrl added a commit that referenced this issue Feb 4, 2025
@Vauff Vauff closed this as completed in #341 Mar 9, 2025
@Vauff Vauff closed this as completed in e624df7 Mar 9, 2025
@Vauff Vauff reopened this Mar 9, 2025
@Vauff
Copy link
Contributor

Vauff commented Mar 9, 2025

enabled should now work on all weapons starting from the next release.

However, knockback is still affected by this issue. Fixing that will require more changes to how our knockback calculation works, so we aren't getting weapon classname from the player_hurt event.

@Vauff Vauff changed the title disableing R8 Revolver in weapons.cfg is not working. Configuring R8 Revolver in weapons.cfg is not working. Mar 9, 2025
@Vauff
Copy link
Contributor

Vauff commented Apr 30, 2025

Now fully resolved by 88acbaa

@Vauff Vauff closed this as completed Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants