mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Include eventqueuefixfix in release zips
This commit is contained in:
parent
0b0be25c78
commit
378a2eae70
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user