mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57:04 +02:00
Add installation instructions
This commit is contained in:
parent
4de62c0856
commit
b57205a326
2 changed files with 10 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -90,12 +90,12 @@ jobs:
|
||||||
ls -Rall
|
ls -Rall
|
||||||
if [ -d "./Linux/" ]; then
|
if [ -d "./Linux/" ]; then
|
||||||
cd ./Linux/
|
cd ./Linux/
|
||||||
tar -czf ../${{ github.event.repository.name }}-${version}-linux.tar.gz -T <(\ls -1)
|
tar -czf ../${{ github.event.repository.name }}-${version}-linux.tar.gz addons
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
if [ -d "./Windows/" ]; then
|
if [ -d "./Windows/" ]; then
|
||||||
cd ./Windows/
|
cd ./Windows/
|
||||||
tar -czf ../${{ github.event.repository.name }}-${version}-windows.tar.gz -T <(\ls -1)
|
zip -r ../${{ github.event.repository.name }}-${version}-windows.zip addons
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -103,6 +103,6 @@ jobs:
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: '*.tar.gz'
|
file: ${{ github.event.repository.name }}-*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,9 @@
|
||||||
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.
|
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.
|
||||||
|
|
||||||
Ported from the [Movement Unlocker](https://forums.alliedmods.net/showthread.php?t=255298) SourceMod plugin for CS:GO.
|
Ported from the [Movement Unlocker](https://forums.alliedmods.net/showthread.php?t=255298) SourceMod plugin for CS:GO.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
- Install [Metamod](https://www.sourcemm.net/downloads.php?branch=dev)
|
||||||
|
- Download the [latest release package](https://github.com/Source2ZE/MovementUnlocker/releases/latest) for your OS
|
||||||
|
- Extract the package contents into `game/csgo` on your server
|
||||||
Loading…
Add table
Add a link
Reference in a new issue