Go to file
Sean Hickey db9b681e9b Init 2020-08-16 18:37:01 -07:00
lib Init 2020-08-16 18:37:01 -07:00
.gitignore Init 2020-08-16 18:37:01 -07:00
readme.md Init 2020-08-16 18:37:01 -07:00
start.sh Init 2020-08-16 18:37:01 -07:00

readme.md

Undertale Linux Fixups

Undertale is built with an old version of Game Maker that requires manually downloading older libraries and pointing the game to it.

Copy the lib dir into the game dir within the installed Undertale directory.

Add this line to start.sh so use the manually downloaded libraries:

export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH

Because of amdgpu graphics driver, replace the default runner line with this:

R600_DEBUG=check_vm ./runner 

(a fixed-up start.sh is included in this dir)