Profile for almond

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

AuthorRecent posts
Key to inner Rentar Fortress in Avernum 4
Apprentice
Member # 2299
Profile Homepage #0
I'm stuck and not able to get into the innermost part of Rentar-Dumbo's fortress (that little imp has had a lasting effect on her name). I've gotten to the second level and cleaned out a lot of it, but there is a grate which I can't lift and a number of doors which I can't unlock.

I have two crystal vahnati keys and the darkside loyalist key, but I still can't open them. I've destroyed almost all of the pylons, too and explored almost everyplace south of the spire fortress.

I'm also stuck at the spire fortress, and I assume I need to orb to get past it.
Posts: 2 | Registered: Tuesday, November 26 2002 08:00
Multiple user support under MacOS X in Tech Support
Apprentice
Member # 2299
Profile Homepage #0
For both of the two games which currently support MacOS X, Geneforge and Avernum 3, they will currently work for only the user who installed them, not for any other user sharing the same system. This is due to a bug in the Unix file permission of the installed version.

The obvious workaround is to install multiple copies. The fix, is to go in and change the permissions so that the proper files are world writable.

Here is how to do it from the command line. (This assumes that you are the person who installed Geneforge or an administrator.) You can probably achieve the same effect using the Get Info box.

:( Geneforge:

#cd to the directory where you installed #Geneforge, e.g.,
cd /Applications/Geneforge\ v1.1\ \306\222/

#Then into the Geneforge Files directory
cd Geneforge\ Files/

#Add world write permission to all of the Save #directories:
chmod 777 Save*
and their contents
chmod 666 Save*/data
chmod 666 Save*/header
chmod 666 Save*/items
chmod 666 Save*/jounal
chmod 777 Save*/temp

:mad: Note that you may need to periodically rerun this script as Geneforge seems to reset the permissions on the journal files.

Note also that the multiple users will save the same 16 save slots; you will need to work that out for yourself. However, be aware that the Autosave will get written over for each user.

:( Avernum 3:

#Goto the Avernum 3 directory
cd /Applications/Avernum\ 3\ v1.1.1\ \306\222/

#Then into the Avernum 3 Files directory
cd Avernum\ 3\ Files/

#Add write permission to all files:
chmod 777 *

This should do it.

Note: you cannot back up registration for Avernum 3 using the terminal cp command. This does not properly copy the resource fork.
Posts: 2 | Registered: Tuesday, November 26 2002 08:00