Page 1 of 1

pentagram

Posted: Sat Feb 21, 2004 2:47 pm
by fork
whats going on with pentagram?

Re: pentagram

Posted: Sat Feb 21, 2004 3:08 pm
by wjp
Pentagram? What's that? :-)

Seriously though, we're still working on it, although real life and other projects are keeping us fairly busy. I did spend a large part of today on U8's data files, btw :-)

Re: pentagram

Posted: Sat Feb 21, 2004 3:23 pm
by Uxl
Help!

I drop the pentagram.cfg in the same directory where the pentagram app lies, but i got following error-message (under MaxOS X):

Welcome to Darwin!
Axel-Seibels-Computer:~ uxl$ /Volumes/Daten/Pentagram/Ultima8/pentagram; exit
Initialising SDL...
Creating Kernel...
Creating FileSystem...
Creating Configuration...
virtual path "@home": .
Trying built-in data path
virtual path "@data": data
Problem mounting virtual path "@data": directory not found: data
Loading configuration files:
@data/pentagram.cfg... Failed
@home/pentagram.cfg... Failed
Game:
Reading "config/general/data" config key.
Key not found. Data path set to default.
Scanning config file for games:
No games set up in configuration. Please read the README for instructions.
logout

Re: pentagram

Posted: Sat Feb 21, 2004 3:29 pm
by Dominus
which brings the lousy pentagram documentations guy to surface...
I really need to update the instructions again, but as we probaby will change the way our cfg works soon (?), I'd rather not...

Re: pentagram

Posted: Sat Feb 21, 2004 3:30 pm
by wjp
Try first going to the pentagram directory:

cd /Volumes/Daten/Pentagram/Ultima8/; ./pentagram

Re: pentagram

Posted: Sat Feb 21, 2004 3:52 pm
by Uxl
@wjp

No betterment!

Welcome to Darwin!
Axel-Seibels-Computer:~ uxl$ cd /
Axel-Seibels-Computer:/ uxl$ cd Volumes/Daten/Pentagram/Ultima8
Axel-Seibels-Computer:/Volumes/Daten/Pentagram/Ultima8 uxl$ ls -l
total 34120
drwx------ 14 uxl admin 476 21 Feb 21:03 SOUND
drwx------ 21 uxl admin 714 21 Feb 21:09 STATIC
drwx------ 5 uxl admin 170 21 Feb 21:09 USECODE
drwxr-xr-x 7 uxl admin 238 21 Feb 22:36 data
-rwxr-xr-x 1 uxl admin 17461712 21 Feb 22:24 pentagram
-rw-r--r-- 1 uxl admin 760 22 Feb 01:12 pentagram.cfg
Axel-Seibels-Computer:/Volumes/Daten/Pentagram/Ultima8 uxl$ ./pentagram
Initialising SDL...
Creating Kernel...
Creating FileSystem...
Creating Configuration...
virtual path "@home": .
Trying built-in data path
virtual path "@data": data
Loading configuration files:
@data/pentagram.cfg... Failed
@home/pentagram.cfg... Failed
Game:
Reading "config/general/data" config key.
Key not found. Data path set to default.
Scanning config file for games:
No games set up in configuration. Please read the README for instructions.

The README says: "In Linux, this has to be in a ~/.pentagram directory." What did ~/ mean?

Re: pentagram

Posted: Sat Feb 21, 2004 4:02 pm
by wjp
'~' means your home directory, but the '~/.pentagram' directory is not used in darwin. It (currently) reads pentagram.cfg from the current directory.

The line 'virtual path "@home": .' means that it mapped '@home' to the current directory ('.'). Later it tries to open '@home/pentagram.cfg', which should then be pentagram.cfg in the current directory. Not sure why that is failing.

Re: pentagram

Posted: Sun Feb 22, 2004 3:16 am
by Uxl
I found the problem!
It seems that pentagram isn't able to recognize cfg-files created or edited with Apple's TextEdit. Shame on me!
But now i have an other problem. During the initialization of the world-data i got following error message: "Fatal signal: Bus Error (SDL Parachute Deployed)".
Any ideas?

Re: pentagram

Posted: Sun Feb 22, 2004 8:22 am
by Uxl
Yeah, it works!
I forgot to copy the original savegame folder into the pentagram directory.

Re: pentagram

Posted: Sun Feb 22, 2004 2:23 pm
by wjp
Ah, yes, it seems I forgot to check if u8save.000 existed. I'll make it give a semi-proper error message. :-)

Re: pentagram

Posted: Mon Feb 23, 2004 10:12 am
by Adamantyr
On this topic, is Pentagram "usable" yet?

I've been trying U8Win and VDM sound with Ultima 8. I can get it to run, and I can get nice MIDI music, but no sound. Without VDM running, sounds like a sackful of angry cats being hit with a base loudspeaker in the middle of running water. With VDM, it just generates weird noises instead of actual sound effects.

I've a NVidia motherboard with a built-in sound card, which has served pretty well all things considered. I can use VDMsound successfully with Ultima 6, but not Ultima 8.

So, does Pentagram work well enough to run the game with sound? If so, I'll be more than happy to jump on the bug hunt team.

Adamantyr

Re: pentagram

Posted: Mon Feb 23, 2004 10:25 am
by wjp
It's nowhere near playable yet, I'm afraid. You can walk around and talk to people a bit, but a lot is still unimplemented. (Although we're slowly but surely getting there :-) )

Re: pentagram

Posted: Mon Feb 23, 2004 10:44 am
by Dominus
you can also try dosbox http://dosbox.sf.net. The latest release supports U8 with intro, music and sfx/voice.
But it is not the fastest...

Re: pentagram

Posted: Mon Feb 23, 2004 1:23 pm
by fork
man ultima 8 in 800x600 resolution is freaking nice, the gfx are as good as diablo 2 except the spells, btw do yall need a better webpage for pentagram?

Re: pentagram

Posted: Tue Feb 24, 2004 7:41 am
by Uxl
Yesterday I tried out the win32-snapshot in VPC and saw that there is an implementation for a new font: verabd.ttf. So I copied it in my data folder but it seems that it didn't work under MacOS X!
Why isn't verabd.ttf included in CVS yet?

Re: pentagram

Posted: Tue Feb 24, 2004 7:44 am
by wjp
Did you compile pentagram with ttf support?