Skip to content

Commit

Permalink
Merge pull request #93 from RGLgg/passtime-plugin-update
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l authored Jun 29, 2024
2 parents 8a9a260 + 47f25b4 commit 466d72a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SM_VERSION: ["1.10"]
SM_VERSION: ["1.11"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -152,8 +152,7 @@ jobs:
- name: Get latest version of PASS Time Plugin
run: |
mkdir -p addons/sourcemod/plugins
wget -q -O $PLUGINS_PATH/p4sstime.smx https://github.com/blakeplusplus/p4sstime/releases/latest/download/p4sstime.smx
wget -q -O tmp.zip https://github.com/blakeplusplus/p4sstime/archive/refs/heads/main.zip && first_folder=$(unzip -Z1 tmp.zip | awk -F/ '{print $1}' | head -n 1) && unzip -q tmp.zip "$first_folder/*" -d "passtime" && cd passtime/$first_folder && cp -r addons/sourcemod/gamedata ../../addons/sourcemod/ && cd ../../ && rm -rf passtime && rm tmp.zip
wget -q -O $PLUGINS_PATH/p4sstime.smx https://github.com/prplnorangesoda/p4sstime-plugin/releases/latest/download/p4sstime.smx
working-directory: ${{ env.SOURCEMOD_PATH }}/

- name: Move compiled plugins
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ jobs:
- name: Get latest version of PASS Time Plugin
run: |
mkdir -p addons/sourcemod/plugins
wget -q -O ../../addons/sourcemod/plugins/p4sstime.smx https://github.com/blakeplusplus/p4sstime/releases/latest/download/p4sstime.smx
wget -q -O tmp.zip https://github.com/blakeplusplus/p4sstime/archive/refs/heads/main.zip && first_folder=$(unzip -Z1 tmp.zip | awk -F/ '{print $1}' | head -n 1) && unzip -q tmp.zip "$first_folder/*" -d "passtime" && cd passtime/$first_folder && cp -r addons/sourcemod/gamedata ../../addons/sourcemod/ && cd ../../ && rm -rf passtime && rm tmp.zip
wget -q -O ../../addons/sourcemod/plugins/p4sstime.smx https://github.com/prplnorangesoda/p4sstime-plugin/releases/latest/download/p4sstime.smx
working-directory: ${{ env.SOURCEMOD_PATH }}/

- name: Move compiled plugins
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ jobs:
- name: Get latest version of PASS Time Plugin
run: |
mkdir -p addons/sourcemod/plugins
wget -q -O ../../addons/sourcemod/plugins/p4sstime.smx https://github.com/blakeplusplus/p4sstime/releases/latest/download/p4sstime.smx
wget -q -O tmp.zip https://github.com/blakeplusplus/p4sstime/archive/refs/heads/main.zip && first_folder=$(unzip -Z1 tmp.zip | awk -F/ '{print $1}' | head -n 1) && unzip -q tmp.zip "$first_folder/*" -d "passtime" && cd passtime/$first_folder && cp -r addons/sourcemod/gamedata ../../addons/sourcemod/ && cd ../../ && rm -rf passtime && rm tmp.zip
wget -q -O ../../addons/sourcemod/plugins/p4sstime.smx https://github.com/prplnorangesoda/p4sstime-plugin/releases/latest/download/p4sstime.smx
working-directory: ${{ env.SOURCEMOD_PATH }}/

- name: Move compiled plugins
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Parts of this README are still in the process of being updated.
* [Progressive Ruleset Timer Plugins](https://github.com/b4nnyBot/Progressive-Ruleset-Timer-Plugins)
* Creates dynamic win conditions for 5CP gamemodes
* By b4nny and Dooby Skoo
* [p4sstime plugin - lxdi fork](https://github.com/prplnorangesoda/p4sstime-plugin)
* The main plugin for 4v4 Competitive PASS Time.
* Originally created by [blake++](https://github.com/blakeplusplus/p4sstime),
* [SrcTV+](https://github.com/dalegaard/srctvplus)
* SrcTV+ makes the server send all events to SrcTV.
* By GipsArm - [TFTV Thread](https://www.teamfortress.tv/46380/srctv)
Expand Down

0 comments on commit 466d72a

Please sign in to comment.