how to modding Nillerusr source engine (srceng) (src to apk) complete guide

Channel:
Subscribers:
10,400
Published on ● Video Link: https://www.youtube.com/watch?v=Ota3OwVavoE



Category:
Guide
Duration: 11:50
980 views
54


Warning! This video is for education only, credits goes to Nillerusr who ported the engine and tutorials, i only make easiest way possible thank you


Nillerusr GitHub page:
https://github.com/nillerusr

Android Ndk and choose r10e:
https://github.com/android/ndk/wiki/Unsupported-Downloads

Clang:
https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/clang+llvm-11.1.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz

Apk editor:
https://apkcombo.com/apk-editor/com.gmail.heagoo.apkeditor/



Commands:
Make sure your directory is correct

sudo apt install git python gcc gcc-multilib sdl2 freetype2 fontconfig zlib bzip2 libjpeg libpng curl openal opus

export ANDROID_NDK_HOME="/home/ ex name/android-ndk-r10e"
export PATH="/home/ex name/clang/bin:$PATH"
export PATH="/home/ex name/clang:$PATH"


python3 ./waf configure -T release --build-games=cstrike -8 --togles --android=aarch64,host,21 --prefix="/home/ex name/source-engine"


#billflx #sourcemodding #valve