View Single Post
Old 05-23-2017, 12:15 AM   #146
Manny_Belano
Member
Manny_Belano began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Feb 2015
Location: Peru
Device: Kindle Touch (B011; K5)
You're right, pete330, I copied the wrong information in my previous post: I copied the file of the baf version of the port.

I've seen again the file and it looks exactly like yours. But when I write "restore" or "save" inside any game it takes me to the directory "/var/temp". This seems odd, because when I open the program it takes me to the right folder: "/mnt/us/extensions/gargoyle/games/". So, I'm not sure what's going on.

I tried to do something like you said, knc1, and following the original baf version of the file. So I changed

SAVED_GAMES=${EXTENSION}/saved_games/ \
for
SAVED_GAMES=./saved_games/ \

But it didn't work. I've also tried:

SAVED_GAMES=../saved_games/ \
and
SAVED_GAMES=/mnt/us/extensions/gargoyle/saved_games/ \
and
SAVED_GAMES=${EXTENSION}

Nothing changes.

I've keep the directory for saved games exactly as it came in the distribution.

Any ideas?
Manny_Belano is offline   Reply With Quote