From d3747829aa216a0bd5629178bde1231ce6aa7f5c Mon Sep 17 00:00:00 2001 From: Vauff Date: Tue, 3 Oct 2023 18:19:26 -0400 Subject: [PATCH] Update README --- MovementUnlocker.cpp | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MovementUnlocker.cpp b/MovementUnlocker.cpp index 68fbc3c..288ccbe 100644 --- a/MovementUnlocker.cpp +++ b/MovementUnlocker.cpp @@ -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() diff --git a/README.md b/README.md index 01c11c5..a3964a8 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Ported from the [Movement Unlocker](https://forums.alliedmods.net/showthread.php?t=255298) SourceMod plugin for CS:GO. \ No newline at end of file