PDA

View Full Version : Exult: What Do I Need?


plinydogg
June 16th, 2007, 08:30 PM
Hi everyone,

I'm glad to learn that Exult (the Ultima 7 emulator), which I had on Windows, is also available for Linux. I'm a newbie to Linux and I can't figure out what I need to download in order to install it. The link is here:

http://exult.sourceforge.net/

What do I need to download from this site? And then what do I need to do with it?

Any help would be much appreciated. Thanks in advance!

cogadh
June 16th, 2007, 08:58 PM
No, you don't need to download it from there, it is available in the Games and Amusements (multiverse) repository.

plinydogg
June 16th, 2007, 09:42 PM
cogadh: Thanks! See, I'm such a newbie that I haven't yet learned to accept how easy things can be with Ubuntu :)

plinydogg
June 16th, 2007, 10:03 PM
Okay. Another stupid question: I installed Exult and copied my Ultima 7 (original Black Gate version) files to my home directory (I don't know where else to put them). So, they're here:

/home/ben/Ultima7

I went to edit the exult.cfg file to let Exult know what the path to the files was and wrote the following:

<blackgate>
<title>
blackgate
</title>
<path>
/home/ben/Ultima7
</path>
</blackgate>
<serpentisle>
<title>
serpentisle
</title>
<path>

But when I try to run Exult it can't find the files. What am I missing?

Thanks in advance (again)!

plinydogg
June 17th, 2007, 11:23 AM
Okay, I got it working. For others with the same question, make sure that you are editing the exult.cfg file that is in your home directory (not the one in the etc directory).

Edit the exult.cfg file by inserting between the <path></path> tags this:

/home/yourname/.exult/blackgate

repalce "yourname" with your name.

Put the Ultima 7 files in the .exult/blackgate subdirectory of your home directory (you may have to View-->show hidden files first).

Nossie
June 22nd, 2007, 01:58 PM
I bought the game a while ago... I think it was the EA classics double cd box... the same with strike commander..

Sadly, although I know the box exists somewhere in my room I've no idea where it is!

I have however downloaded the software again from abandonia.com ... but I'm not having much luck setting it up... can anyone tell me where the files go? I've been trying to follow the 'guide' posted here but all I have are some files and a 'static' folder... what stuff goes in the exult 'blackgate/gamedat' folder ?


ty for any help

Gen2ly
December 21st, 2007, 09:22 PM
Good question. I have Ultima 7 but now I own PPC so I am not able to install Ultima 7 through wine. If anyone has this installed, please give a file listing.

Khar
April 18th, 2008, 06:03 PM
I got it working after some fiddling.

First, install Exult through Synaptic. Then copy the STATIC folder and the following files into /home/YOURNAME/.exult/blackgate: install.exe, endgame.exe, install.prm, intro.exe, mainmenu.exe, u7.cfg, u7.exe, ultima7.com

Next, edit the Exult.cfg file by typing:
sudo gedit ~/.exult.cfg in a terminal window, and edit the path parameters so they read as follows:

<path>
/home/YOURNAME/.exult/blackgate
</path>

Add the following under the </savegame_path> line

<music_path>
/usr/share/games/exult/music
</music_path>

Next, go to http://exult.sourceforge.net/download.php and download 'Sound Pack for Black Gate', 'Ogg encoded Music files for Exult Part 1' and 'Ogg encoded Music files for Exult Part 1'.

Extract the oggs to 'music' folder on your desktop, and extract the jmsfx.flx file to your desktop.

Then type the following in a terminal window:
cd ~/Desktop
sudo cp jmsfx.flx /usr/share/games/exult/
cd music
sudo mkdir /usr/share/games/exult/music
sudo cp *.* /usr/share/games/exult/music

Then run Exult, start a new game and press Esc to bring up the options menu. Go into the audio options and change the driver to digital. Now the game, music and sound effects should all be working!

cbreaker
October 22nd, 2009, 02:38 PM
Okay so I am running Jaunty 9.04 and I can't for the life of me get this working. It always says data files not found.

I am using the same copies of U7 BG and SI that I did on Windows.

I've tried editing the config files in both /etc/exult.cfg and ~/.exult.cfg with no avail.

When I run exult from the console I see this:

Exult version 1.4.05cvs
Built at: Oct 1 2008 20:22:47
Compile-time options: USE_TIMIDITY_MIDI, USE_FMOPL_MIDI, USE_EXULTSTUDIO, HAVE_ZIP_SUPPORT
Compiler: gcc, version: 4.3.2

Platform: Linux version 2.6.28-15-generic
Exult path settings:
Data : /usr/share/games/exult
Digital music : /usr/share/games/exult/music

Black Gate : not found (<BLACKGATE_STATIC>/)
Forge of Virtue : not found (<FORGEOFVIRTUE_STATIC>/)
Serpent Isle : not found (<SERPENTISLE_STATIC>/)
Silver Seed : not found (<SILVERSEED_STATIC>/)
OGG Vorbis Digital Music: Disabled
Trying: `Timidity'
timidity.cfg: No such file or directory
Failed to initialize midi player (code: 1)
Failed!
Trying: `UnixSeqDevice'
UnixSeqDevice: opening device: /dev/sequencer
Success!
Midi Output: Enabled


Note that I installed version 1.4cvs from ppa to see if anything changed. Same exact results.

For the love of all things holy, why is this so hard? Is there any way for me to find out what exactly where exult is looking?

Thanks..

Artificial Intelligence
October 22nd, 2009, 02:41 PM
Data : /usr/share/games/exult
Digital music : /usr/share/games/exult/music

It is still looking in this places. How's the config exult file looks like in your $home?
But you could move the data files to the "default" places instead.

cbreaker
October 22nd, 2009, 03:31 PM
Okay so I got it to work - the exult.cfg file that came with the package was all sorts of broken. I cleaned it up and now it works.

yay!

fijau
January 11th, 2010, 11:44 AM
Another question:
Where can I find the file storing key bindings? On Exult website I found this name: 'bgdefaultkeys.txt' but it doesn't exist on my computer!
And I'm trying to find it, because it seems to me, that one of the keys doesn't work. Well, it's highly probable I'm mistaken, but still, where can I change default key command?

I'm using Ubuntu 9.10 and Exult 1.2-13.

Thanks.