diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 1e9f0c86..ebc85bd4 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -137,6 +137,8 @@ jobs: run: sed -i "s|%%COUNTERSTRIKESHARPVERSION%%|0.0.1|g" ./release.json; - name: replace CS2VERSION variable in meta files run: sed -i "s|%%CS2VERSION%%|1.39.6.5/13965 9842|g" ./release.json; + - name: replace METAMODVERSION variable in meta files + run: sed -i "s|%%METAMODVERSION%%|2.0 - 1256|g" ./release.json; - name: Release if: ${{ (startsWith(github.ref, 'refs/tags/v')) && !(contains(github.ref, '-beta')) }} uses: softprops/action-gh-release@v1 @@ -159,7 +161,7 @@ jobs: - name: upload pre - pre release uses: actions/upload-artifact@v3 with: - name: latest_pre_pre + name: latest_alpha path: | ./release.json ./PugSharp_*.zip diff --git a/README.md b/README.md index fdf8cfb2..f9f62ffe 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,19 @@ If you want to help developing or translating, join our discord: > **Warning** > Don't use this in production right now! +> +### Prereqs +* [CounterStrikeSharp by roflmuffin](https://github.com/roflmuffin/CounterStrikeSharp) (currently no need to install seperatly, we package it with the releases until there is a steady release cycle available) +* [MetaMod 2.0](https://www.sourcemm.net/downloads.php?branch=dev) +* Linux Dedicated Server + +### Installation +* Install [MetaMod 2.0](https://www.sourcemm.net/downloads.php?branch=dev) on your Linux Dedicated Server +* Download one of our releases including [CounterStrikeSharp by roflmuffin](https://github.com/roflmuffin/CounterStrikeSharp) and the Dotnet Runtime and unpack it to your csgo folder. +* Have fun and report bugs :D + +### local development +Hop over to our discord if you want to help with the development. We will update the makefile soon, so you can easily setup a testing environment. We keep you updated on our discord above. ## Commands @@ -25,8 +38,8 @@ If you want to help developing or translating, join our discord: ### Admin/Rcon Commands -- `!loadconfig ` Load a [MatchConfig](#MatchConfig) to initialize a match -- `!dumpmatch` Dumps the current matchstate and config to console +- `!ps_loadconfig ` Load a [MatchConfig](#MatchConfig) to initialize a match +- `!ps_dumpmatch` Dumps the current matchstate and config to console ## Configuration @@ -100,12 +113,8 @@ If you want to help developing or translating, join our discord: } ``` -## Prereqs -* [CounterStrikeSharp by roflmuffin](https://github.com/roflmuffin/CounterStrikeSharp) -* [MetaMod 2.0](https://www.sourcemm.net/downloads.php?branch=dev) -### local development -Hop over to our discord if you want to help with the development. We will update the makefile soon, so you can easily setup a testing environment. We keep you updated on our discord above. +