View Single Post
Old 05-21-2017, 10:34 PM   #143
Manny_Belano
Member
Manny_Belano began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Feb 2015
Location: Peru
Device: Kindle Touch (B011; K5)
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.
Manny_Belano is offline   Reply With Quote