From 4988f79080030b770cb7a101fae39b877aa0a100 Mon Sep 17 00:00:00 2001 From: Aad <7024626+l-Aad-l@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:53:01 -0400 Subject: [PATCH 1/3] Updated downloads to new p4sstime repo and added to readme --- .github/workflows/branches.yml | 3 +-- .github/workflows/main.yml | 3 +-- .github/workflows/release.yml | 3 +-- README.md | 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 747d379..958d9d8 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -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 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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 530ad78..5f215e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92b43be..8621b48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README.md b/README.md index dc84350..3ff915e 100644 --- a/README.md +++ b/README.md @@ -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) From 8f6f518e27efbd9924e2bed4dd45414ff3575a73 Mon Sep 17 00:00:00 2001 From: Aad <7024626+l-Aad-l@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:54:10 -0400 Subject: [PATCH 2/3] Update branch builds to SM 1.11 --- .github/workflows/branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 958d9d8..fe394ad 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - SM_VERSION: ["1.10"] + SM_VERSION: ["1.11"] steps: - uses: actions/checkout@v2 From 47f25b48db5992b92063f930c5a834770fd4c72f Mon Sep 17 00:00:00 2001 From: Aad <7024626+l-Aad-l@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:59:59 -0400 Subject: [PATCH 3/3] Reverted removal of $PLUGINS_PATH --- .github/workflows/branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index fe394ad..e76094d 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -152,7 +152,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/prplnorangesoda/p4sstime-plugin/releases/latest/download/p4sstime.smx + 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