Thanks for the answers, pete330. But, yes, I need a little more guidance regarding to setting a default path for savegames. I can edit the gargoyle.sh file. Right now it looks like this:
#!/bin/sh
EXTENSION=/mnt/us/extensions/gargoyle
cd ${EXTENSION}
lipc-set-prop -s com.lab126.keyboard open net.fabiszewski.gargoyle:abc:0
SAVED_GAMES=./saved_games/ \
GAMES=./games/ \
LD_LIBRARY_PATH=${EXTENSION}/lib \
PATH=$PATH:${EXTENSION}/bin \
./bin/gargoyle
lipc-set-prop -s com.lab126.keyboard close net.fabiszewski.gargoyle
I have tried to deduce what changes I have to do, but I'm not sure.
|