Skip to content

Commit

Permalink
hitboxfixer
Browse files Browse the repository at this point in the history
hitboxfixer
  • Loading branch information
SmileYzn committed Dec 18, 2024
1 parent 6561a71 commit 718124c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: wget --quiet https://github.com/Garey27/hitbox_fixer/releases/download/2.0.3/hitbox_fix-bin-2.0.3.zip

- name: Unzip hitbox_fixer library to metamod folder
run: unzip -p hitbox_fix-bin*.zip addons/hitbox_fix/hitbox_fix_mm_i386.so > publish/addons/hitbox_fix/hitbox_fix_mm_i386.so
run: unzip -p hitbox_fix-bin*.zip addons/hitboxfixer/hitbox_fix_mm_i386.so > publish/addons/hitbox_fix/hitbox_fix_mm_i386.so

- name: Download Accuracy Fix
run: wget --quiet https://github.com/SmileYzn/AccuracyFix/releases/download/1.1.16/linux32.zip
Expand Down Expand Up @@ -171,10 +171,10 @@ jobs:
$baseName = (Get-Item $zipName).BaseName
# DLL from path
$fromPath = ".\" + $baseName + "\addons\hitbox_fix\hitbox_fix_mm.dll"
$fromPath = ".\" + $baseName + "\addons\hitboxfixer\hitbox_fix_mm.dll"
# DLL dest path
$DestPath = ".\publish\addons\hitbox_fix\hitbox_fix_mm.dll"
$DestPath = ".\publish\addons\hitboxfixer\hitbox_fix_mm.dll"
# Copy item
Copy-Item -Path $fromPath -Destination $DestPath
Expand Down
1 change: 0 additions & 1 deletion cstrike/addons/hitbox_fix/hbf.cfg

This file was deleted.

2 changes: 2 additions & 0 deletions cstrike/addons/hitboxfixer/hbf.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hbf_enabled "1"
hbf_debug "0"

0 comments on commit 718124c

Please sign in to comment.