Skip to content

Commit

Permalink
update readme and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 2, 2023
1 parent ab934d7 commit be02570
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -25,8 +38,8 @@ If you want to help developing or translating, join our discord:

### Admin/Rcon Commands

- `!loadconfig <url>` Load a [MatchConfig](#MatchConfig) to initialize a match
- `!dumpmatch` Dumps the current matchstate and config to console
- `!ps_loadconfig <url>` Load a [MatchConfig](#MatchConfig) to initialize a match
- `!ps_dumpmatch` Dumps the current matchstate and config to console

## Configuration

Expand Down Expand Up @@ -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.


<!--
## Tanslation
Expand Down
1 change: 1 addition & 0 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"PluginName": "PugSharp",
"Version": "%%VERSION%%",
"CounterStrikeSharpVersion": "%%COUNTERSTRIKESHARPVERSION%%",
"MetaModVersion": "%%METAMODVERSION%%",
"CS2Version": "%%CS2VERSION%%"
}

0 comments on commit be02570

Please sign in to comment.