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.
 
 
 
 
 
 
JusicP af3ceed851 Upload 3 years ago
app/legion 1 5 years ago
appframework Upload 3 years ago
bitmap waf: fix install 4 years ago
choreoobjects add wscipt files to build vphysics and game 4 years ago
common Upload 3 years ago
datacache Upload 3 years ago
datamodel waf: fix install 4 years ago
dedicated Fix clang compile 3 years ago
dedicated_main build: arm target support 3 years ago
devtools add waf buildsystem 4 years ago
dmserializers 1 5 years ago
dmxloader waf: fix install 4 years ago
dx9sdk add dx9sdk 4 years ago
engine Upload 3 years ago
external cut openssl, cryptopp 4 years ago
fgdlib 1 5 years ago
filesystem Upload 3 years ago
game Upload 3 years ago
gameui Upload 3 years ago
gcsdk 1 5 years ago
hammer change output path in all vpc 4 years ago
hammer_launcher change output path in all vpc 4 years ago
inputsystem Upload 3 years ago
ivp@64e06cde5f Fix clang compile 3 years ago
launcher Upload 3 years ago
launcher_main Upload 3 years ago
lib Upload remaining libs 3 years ago
linux 1 5 years ago
linux_sdk 1 5 years ago
materialsystem Upload 3 years ago
mathlib build: arm target support 3 years ago
mdllib change output path in all vpc 4 years ago
mdlobjects 1 5 years ago
movieobjects 1 5 years ago
networksystem change output path in all vpc 4 years ago
particles add wscipt files to build vphysics and game 4 years ago
public Upload 3 years ago
raytrace 1 5 years ago
replay change output path in all vpc 4 years ago
scenefilecache Upload 3 years ago
scripts/waifulib Upload 3 years ago
sdklauncher change output path in all vpc 4 years ago
serverbrowser waf: fix install 4 years ago
sfmobjects 1 5 years ago
soundemittersystem Upload 3 years ago
soundsystem change output path in all vpc 4 years ago
sourcevr 1 5 years ago
studiorender Upload 3 years ago
thirdparty@ecce0cecc3 waf: fix install 4 years ago
tier0 Upload 3 years ago
tier1 Upload 3 years ago
tier2 waf: fix install 4 years ago
tier3 waf: fix install 4 years ago
togl Upload 3 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 4 years ago
vgui2 Upload 3 years ago
vguimatsurface Upload 3 years ago
video waf: fix install 4 years ago
vpc_scripts add mp3 codecs(broken) 4 years ago
vphysics waf: fix install 4 years ago
vpklib waf: fix install 4 years ago
vstdlib Upload 3 years ago
vtf waf: fix install 4 years ago
.gitignore Upload 3 years ago
.gitmodules add ivp submodule 4 years ago
LICENSE add LICENSE file 4 years ago
README.md Update README.md 4 years ago
build.sh cut openssl, cryptopp 4 years ago
createallprojects add createallprojects, fix permissions 4 years ago
createallprojects.bat 1 5 years ago
output Upload 3 years ago
thirdpartylegalnotices.txt add LICENSE file 4 years ago
waf waifulib: update 3 years ago
waf.bat fix loading libraries with lib prefix 4 years ago
wafandroid Upload 3 years ago
wscript Upload 3 years ago

README.md

source-engine

The main purpose of this repository is to port the engine for other platforms.

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 )

How to Build?

On Linux:

  1. Clone repo ( git clone https://github.com/nillerusr/source-engine)
  2. Run git submodule init && git submodule update
  3. Build
./waf configure -T debug
./waf build