Skip to content

Commit

Permalink
Fix BHL not working on Linux in some cases
Browse files Browse the repository at this point in the history
BugfixedHL wasn't working on Linux for some reason when using Metamod from https://github.com/Bots-United/metamod-p/

This metamod didn't find the game dll so I switch the name of hl.so to hl_i386.so and it worked but that leaded to another issue.

When a hl.so file is already present (like the one from vanilla HL), Metamod will not look for my hl_i386.so, so AG Mod X will not work.

I managed to get a mirror of the previous Metamod I was using, which was deleted by his author.

Let's hope this fix it.
  • Loading branch information
rtxa committed Jul 4, 2023
1 parent 9b7f94b commit 8b1f0ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/amxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
mkdir amxx-windows amxx-linux
tar -xzf amxx-linux.tar.gz -C amxx-linux && unzip amxx-windows.zip -d amxx-windows
- name: Download Metamod-P v1.21p38
- name: Download Metamod-P CMake v1.21p39
run: |
wget "https://github.com/Bots-United/metamod-p/releases/download/v1.21p38/metamod_i686_linux_win32-1.21p38.tar.xz" -O metamod.tar.xz
mkdir metamod
tar -xf metamod.tar.xz -C metamod
wget "https://github.com/rtxa/Metamod-P-CMake/releases/download/v1.21p39/metamod-cmake-1.21p39-win32-linux.zip" -O metamod.zip
unzip metamod.zip -d metamod
- name: Compile plugins
run: |
Expand Down
File renamed without changes.

0 comments on commit 8b1f0ee

Please sign in to comment.