Skip to content

Commit

Permalink
Merge pull request #82 from RGLgg/more-formats
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l authored Dec 15, 2023
2 parents c089b65 + 5d67813 commit ce4fe60
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
wget -q -O rgl_whitelist_7s.txt https://whitelist.tf/rgl_7v7.txt
wget -q -O rgl_whitelist_pt.txt https://whitelist.tf/rgl_passtime.txt
wget -q -O rgl_whitelist_ud.txt https://whitelist.tf/rgl_ultiduo.txt
wget -q -O rgl_whitelist_6s_cups.txt https://whitelist.tf/custom_whitelist_14183.txt
working-directory: ${{ env.CONFIG_PATH }}/

- name: Validate whitelists for each format
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
wget -q -O rgl_whitelist_7s.txt https://whitelist.tf/rgl_7v7.txt
wget -q -O rgl_whitelist_pt.txt https://whitelist.tf/rgl_passtime.txt
wget -q -O rgl_whitelist_ud.txt https://whitelist.tf/rgl_ultiduo.txt
wget -q -O rgl_whitelist_6s_cups.txt https://whitelist.tf/custom_whitelist_14183.txt
working-directory: ${{ env.CONFIG_PATH }}/

- name: Setup SourcePawn Compiler ${{ matrix.SM_VERSION }}
Expand Down
9 changes: 9 additions & 0 deletions cfg/rgl_6s_5cp_cups.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Cups config for RGL 6s
// Config originally created December 13, 2023
// EXEC THIS MANUALLY, DO NOT EXEC THE BASE.CFG

mp_tournament_whitelist "cfg/rgl_whitelist_6s_cups.txt" // sets whitelist

mp_tournament_restart // restarts the tournament to apply above settings

say "RGL 6s Cups Config Executed."
7 changes: 7 additions & 0 deletions cfg/rgl_whitelist_6s_cups.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is just a placeholder file meant for development builds. The correct files are AUTOMATICALLY included in the release builds of the plugin.

If you have this file downloaded, then you did not properly follow the instructions listed in the README.md: https://github.com/RGLgg/server-resources-updater/blob/master/README.md

Please get the server-resources-udpater.zip file from here: https://github.com/RGLgg/server-resources-updater/releases/latest

If you want to check to see what the latest whitelist being used by the plugin is, you can find them here: https://github.com/RGLgg/server-resources-updater/tree/updater/cfg

0 comments on commit ce4fe60

Please sign in to comment.