diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ea637e..ca30d635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,9 @@ jobs: wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE + wget https://github.com/srcwr/eventqueuefixfix/releases/download/v1.0.1/eventqueuefixfix-v1.0.1-def5b0e-windows-x32.zip + unzip eventqueuefixfix-v1.0.1-def5b0e-windows-x32.zip "addons/sourcemod/extensions/*" + rm "addons/sourcemod/extensions/eventqueuefixfix.pdb" - name: Run compiler shell: bash diff --git a/README.md b/README.md index 18915a66..e05a5249 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Includes a records system, map zones (start/end marks etc), bonuses, HUD with us * [eventqueuefix](https://github.com/hermansimensen/eventqueue-fix) * Allows for timescaling boosters and is used to fix some exploits. (Use this instead of `boosterfix`) * (included in bhoptimer release zips) + * Along with using [eventqueuefixfix](https://github.com/srcwr/eventqueuefixfix) at the same time to fix eventqueuefix on Windows after the 2025-02-18 update. * [SteamWorks](https://forums.alliedmods.net/showthread.php?t=229556) * Used to grab `{serverip}` in advertisements. * [DynamicChannels](https://github.com/Vauff/DynamicChannels)