https://github.com/stoppedwumm/halflife2patcher
Half Life 2 ARM Patcher
https://github.com/stoppedwumm/halflife2patcher
gaming half-life-2 python source-engine
Last synced: 5 months ago
JSON representation
Half Life 2 ARM Patcher
- Host: GitHub
- URL: https://github.com/stoppedwumm/halflife2patcher
- Owner: Stoppedwumm
- License: mpl-2.0
- Created: 2024-11-17T12:50:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T17:18:47.000Z (10 months ago)
- Last Synced: 2025-04-30T23:57:08.775Z (5 months ago)
- Topics: gaming, half-life-2, python, source-engine
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Half Life 2 Patcher for ARM (Apple Silicon) Macs
This was written by me (because the manual process is sometimes complicated)# How to use
Requirements: PythonAs no other modules are being used, you only need the `release-osx` file
Download it via the release tab.
Change permission by using
```sh
chmod +x release-osx
```Run it via
```sh
./release-osx
```Then, follow the instructions on the terminal.
The program will patch, after you gave it the Half Life 2 path, the game automatically.
You can then play Half Life 2 over steam now on your ARM Mac.
# Non interaction mode without patching
To only build the patch, run
```sh
./release-osx --debug
```You can find the build at `source-engine/hl2`
# Use in other projects
You can use the modules in different projects, like patching different games.