10000 GitHub - weliveinhell/source-engine: Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

weliveinhell/source-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emscripten port for the source engine (only portal tested)

hosted on yikes.pw

discord: https://discord.gg/2kgxEREY6g

list of broken stuff

  • sound
  • saving/loading (works, TODO: save to browser storage)
  • sometimes render breaks (something related to lightmaps?)
  • fullscreen html button (works through game settings)

building

use docker, something like this, there might be some missing libs idk:

docker run --rm -it -v.:/source-engine debian

# activate emsdk
cd /
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh

cd /source-engine
./build_emscripten.sh

then download packed game data (yikes.pw/portal/chunks/mapName.bsp for each map) and put it to ./build/install/chunks/

i'll upload tool to pack game data later, it's too messy right now

About

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.9%
  • C 17.8%
  • SWIG 0.8%
  • C# 0.4%
  • Perl 0.3%
  • Python 0.3%
  • Other 0.5%
0