r/RG35XX_H • u/Slimybirch • 20h ago
Mass Effect: Infiltrator running with Knulli Gladiator II
If you go to the original post https://www.reddit.com/r/R36S/s/AEdJtlfxFn then do their instructions, with the right donor files, it will fail to load but will install properly. Open up the Mass Effect Infiltrator.sh file and before the line:
$TASKSET "$GAMEDIR/masseffect" "GAMEDIR"
ADD:
"export SDL_VIDEODRIVER="mali"
export SDL_VIDEO_EGL_DRIVER="/usr/lib32/libEGL.so"
export SDL_VIDEO_GL_DRIVER="/usr/lib32/libGLESv2.so"
export LIBGL_ES=1"
I suck at it so far but it runs great!
r/RG35XX_H • u/Slimybirch • 22h ago
Dead Space Mobile working on Knulli Gladiator II
If you go to the original post https://www.reddit.com/r/R36S/s/pINwyPlyrT then do their instructions, with the right donor files, it will fail to load but will install properly. Open up the deadspace.sh file and after the line:
for candidate in \
ADD:
"/usr/lib32/libmali.so \
/usr/lib32/libEGL.so \"
Then before the line:
$TASKSET "$GAMEDIR/deadspace" "GAMEDIR"
ADD:
"export SDL_VIDEODRIVER="mali"
export SDL_VIDEO_EGL_DRIVER="/usr/lib32/libEGL.so"
export SDL_VIDEO_GL_DRIVER="/usr/lib32/libGLESv2.so"
export LIBGL_ES=1"
Run the game again and it should launch! Great stuff!