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?
|