source-engine
source-engine copied to clipboard
Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
I'm trying to build on Sonoma 14.5 on an M1 Pro, but `waf configure` fails every time: ``` [master][~/Developer/source-engine]$ python3 waf configure -T release --prefix='' --build-games=cstrike Setting top to :...
Hello, I am trying to build the source-engine on Intel MacBook but it is failing and I have no idea what can be wrong. Could you please advise? ``` [...
is this multiplayer or singleplayer?
When building and trying to run on FreeBSD-current (15) with clang 18.1.6, I get a `Bus error (core dumped)` after playing for a few minutes. Looking at a backtrace from...
I tried doing this on windows 10(main OS) and ubuntu 18.04(virtual machine) but it can't find C compiler, even though I downloaded CLANG 11 and added to Path many times....
Hi sir! Very good job here. I've noted that the engine still uses the built-in dx9 to gl wrapper, would be possible to use clean opengl or gallium nine down...
Hi, I successfully built the project on "Raspberry Pi 2 Model B" but when i run the executable i get an error: ``` user@raspberrypi:~/build/hl2 $ ./hl2_launcher WARNING: setlocale('en_US.UTF-8') failed, using...
This PR fixes #379.
configure appears to work, then it fails with cryptic C++ errors. I note the repeated occurence of `error: no member named 'swap' in 'CUtlBlockMemory`. Any ideas? ```bash james@black-lagoon source-engine %...