Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nillerusr ab5c1c0b3a game/client: fix messagemode, add acceleration for touch, GameUI: add touch options 2 years ago
app/legion 1 4 years ago
appframework engine: fix hdr to ldr conversion 2 years ago
bitmap togles: gamma fix, optimize texture convertation 2 years ago
choreoobjects add wscipt files to build vphysics and game 3 years ago
common fix build with clang, fix saverestore again, android mod launcher support 2 years ago
datacache Initial android support (#17) 3 years ago
datamodel fix build with clang, fix saverestore again, android mod launcher support 2 years ago
dedicated fix linker errors for dedicated when building with vpk support 2 years ago
dedicated_main build: arm target support 3 years ago
devtools add waf buildsystem 3 years ago
dmserializers 1 4 years ago
dmxloader waf: fix install 3 years ago
dx9sdk add dx9sdk 4 years ago
engine engine: fix hdr to ldr conversion 2 years ago
external cut openssl, cryptopp 4 years ago
fgdlib 1 4 years ago
filesystem fix linker errors for dedicated when building with vpk support 2 years ago
game game/client: fix messagemode, add acceleration for touch, GameUI: add touch options 2 years ago
gameui game/client: fix messagemode, add acceleration for touch, GameUI: add touch options 2 years ago
gcsdk 1 4 years ago
hammer change output path in all vpc 4 years ago
hammer_launcher change output path in all vpc 4 years ago
inputsystem inputsystem: fix build with older sdl2 versions 2 years ago
ivp@e83263d03e update ivp submodule 2 years ago
launcher game/client: fix messagemode, add acceleration for touch, GameUI: add touch options 2 years ago
launcher_main Initial android support (#17) 3 years ago
lib/android add csrike source code 2 years ago
linux 1 4 years ago
linux_sdk 1 4 years ago
materialsystem engine: fix hdr to ldr conversion 2 years ago
mathlib build: arm target support 3 years ago
mdllib change output path in all vpc 4 years ago
mdlobjects 1 4 years ago
movieobjects 1 4 years ago
networksystem change output path in all vpc 4 years ago
particles add wscipt files to build vphysics and game 3 years ago
public engine: fix hdr to ldr conversion 2 years ago
raytrace 1 4 years ago
replay change output path in all vpc 4 years ago
scenefilecache Initial android support (#17) 3 years ago
scripts/waifulib add source-sdk-2013 2 years ago
sdklauncher change output path in all vpc 4 years ago
serverbrowser fix build with clang, fix saverestore again, android mod launcher support 2 years ago
sfmobjects 1 4 years ago
soundemittersystem Initial android support (#17) 3 years ago
soundsystem change output path in all vpc 4 years ago
sourcevr 1 4 years ago
studiorender physics: fix a lot of problems 3 years ago
thirdparty@c397ca0520 Initial android support (#17) 3 years ago
tier0 touch: add new commands 3 years ago
tier1 tier1: exclude steam deck from KeyValues 2 years ago
tier2 waf: fix install 3 years ago
tier3 waf: fix install 3 years ago
togl Initial android support (#17) 3 years ago
togles togles: create pseudo buffer for mali gpu's 2 years ago
tools change output path in all vpc 4 years ago
tracker change output path in all vpc 4 years ago
unicode change output path in all vpc 4 years ago
unitlib change output path in all vpc 4 years ago
unittests change output path in all vpc 4 years ago
utils add waf buildsystem 3 years ago
vgui2 GameUI: fix propotional scale 2 years ago
vguimatsurface add more custom screen resolutions, fix build 2 years ago
video waf: fix install 3 years ago
vpc_scripts add mp3 codecs(broken) 4 years ago
vphysics update ivp submodule 2 years ago
vpklib CUtlBuffer, Color: misalign fixes 3 years ago
vstdlib Initial android support (#17) 3 years ago
vtf waf: fix install 3 years ago
.gitignore Initial android support (#17) 3 years ago
.gitmodules add ivp submodule 3 years ago
LICENSE add LICENSE file 4 years ago
README.md Update README.md, update ivp submodule 3 years ago
build.sh cut openssl, cryptopp 4 years ago
createallprojects add createallprojects, fix permissions 4 years ago
createallprojects.bat 1 4 years ago
thirdpartylegalnotices.txt add LICENSE file 4 years ago
waf waifulib: update 3 years ago
waf.bat fix loading libraries with lib prefix 3 years ago
wscript engine: get opus voice codec 2 years ago

README.md

source-engine

Goals

  • fixing bugs
  • NEON support
  • DXVK support
  • remove unnecessary dependencies
  • Elbrus port
  • Arm(android) port
  • improve performance
  • replace current buildsystem with waf
  • rewrite achivement system( to work without steam )
  • 64-bit support

How to Build?

Clone repo and change directory:

git clone https://github.com/nillerusr/source-engine --recursive --depth 1
cd source-engine

On Linux:

dependencies: fontconfig, freetype2, OpenAL, SDL2, libbz2, libcurl, libjpeg, libpng, zlib

./waf configure -T debug
./waf build

On Linux for Android(Note: only Android NDK r10e is supported):

export ANDROID_NDK=/path/to/ndk
./waf configure -T debug --android=armeabi-v7a,4.9,21
./waf build

On Windows/MacOS: TODO(WAF is not configured for Windows/MacOS. Use VPC as temporary solution)