Update README

This commit is contained in:
Vauff 2023-10-03 18:19:26 -04:00 • committed by Alex
parent 7d4fae3859
commit d3747829aa
2 changed files with 4 additions and 4 deletions

View file

@ -155,7 +155,7 @@ const char *MovementUnlocker::GetAuthor()
const char *MovementUnlocker::GetDescription()
{
return "CS2 MM:S port of Movement Unlocker, removes max speed limitation from players on the ground";
return "Removes max speed limitation from players on the ground, feels like CS:S";
}
const char *MovementUnlocker::GetName()

View file

@ -1,5 +1,5 @@
# MovementUnlocker
# Movement Unlocker
Metamod port of [Movement Unlocker](https://forums.alliedmods.net/showthread.php?t=255298) intended for CS2.
A Counter-Strike 2 Metamod plugin that removes the max speed limitation from players on the ground, feels like CS:S. Useful for zombie knockback, several movement gamemodes, or just easier bhop.
Currently this project is targeting CS:GO simply due to the unavailability of Metamod for CS2, it should be fairly simple to port once Metamod is available.
Ported from the [Movement Unlocker](https://forums.alliedmods.net/showthread.php?t=255298) SourceMod plugin for CS:GO.