Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exult(6) [debian man page]

exult(6)							   Games Manual 							  exult(6)

NAME
exult - an engine for running Ultima VII SYNOPSIS
exult [options] DESCRIPTION
Exult is an engine built for running Ultima VII. It started its life as a map-browser for Ultima VII and has evolved from there, thanks to the open source-model and contributions of time and code from many people. You cannot use Exult without game data files. At present, the only finished games are Origin's Ultima VII: The Black Gate and Ultima VII, Part 2: The Serpent Isle. In any case, both Ultima VII's are some of the best computer Role-Playing-Games made to date. Check your local computer dealer's bargain bin or an online auction site. Ultima VII can still be purchased for only a few dollars. Run out and buy it! There is a world editor available to create your own games: Exult Studio. Check the exult homepage (URL below) for more information. OPTIONS
-h, --help Show the available command-line options -v, --version Display (detailed) Exult version information -c configfile Specify an alternate configuration file to load --bg Skip the main Exult menu and run Black Gate --si Skip the main Exult menu and run Serpent Isle --nomenu Skip the game menu for BG/SI --buildmap type Create a fullsize map of the current gameworld. If type = 0, paint all roofs. If type = 0, skip second-floor roofs. If type = 2, don't paint any roofs. You also need to specify --bg or --si. --nocrc Skip the CRC check of the .flx datafiles. Only use this if you modified them yourself without recompiling exult FILES
See the README supplied with exult for information on this (Note: you NEED this configuration file to set up and run the game). NOTES
For more help and information with exult go to: http://exult.sourceforge.net/ http://sourceforge.net/projects/exult/ Ultima itself remains the property of Origin Systems, Inc. Ultima VII (The Black Gate) is copyright Origin Systems, Inc. Ultima VII (The Serpent Isle) is copyright Origin Systems, Inc. The Exult Team is in no way affiliated with Origin Systems, Inc., Electronic Arts, and those companies probably neither know nor care about Exult. Don't go bugging them if you have problems. Bug the Exult Team instead. BUGS
There are always bugs. Please report them at: http://sourceforge.net/bugs/?group_id=2335 (be sure to mention information about your operating system, and which version of exult you are running) AUTHOR
The Exult Team July 22, 2003 exult(6)

Check Out this Related Man Page

bochs(1)							 The Bochs Project							  bochs(1)

NAME
bochs - Portable x86 Emulator. SYNOPSIS
bochs [bochs_options] [bochsrc_options] DESCRIPTION
Bochs is a portable Intel Architecture 32 (x86) emulator that runs on most popular operating systems. Inside the emulator, it can run many operating systems including Linux and Microsoft(R) Windows(R). OPTIONS
When you run bochs without one of the following options, it will search for a configuration file called .bochsrc in the current directory and your home directory and display the start menu. -q With this option the start menu will be skipped after loading the configuration file. -f configfile This option specifies the name of the configuration file. -qf configfile When you run bochs with this option, it will skip the start menu and use the specified configuration file. -n With this option bochs doesn't load a configuration file. In that case the setup for the emulation must be done with bochsrc options on the command line or in the start menu. -h, --help Print a summary of the command line options for bochs and exit. You can override the settings from the configuration file with command line arguments, using the same syntax as the bochsrc file. If you have any spaces in your command line arguments, they should be enclosed in single quotes. For information on Bochs command line and configuration file arguments, see the man page bochsrc(5). Example: bochs -q 'boot:a' 'floppya: 1_44=a.img, status=inserted' LICENSE
This program is distributed under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. See the LGPL file located in /usr/share/common-licenses/ for details on the license and the lack of warranty. AVAILABILITY
The latest version of this program can be found at: http://bochs.sourceforge.net/getcurrent.html SEE ALSO
bochsrc(5), bochs-dlx(1), bximage(1), bxcommit(1) The Bochs IA-32 Emulator site on the World Wide Web: http://bochs.sourceforge.net Online Bochs Documentation http://bochs.sourceforge.net/doc/docbook AUTHORS
The Bochs emulator was created by Kevin Lawton (kevin@mandrakesoft.com), and is currently maintained by the members of the Bochs x86 Emulator Project. You can see a current roster of members at: http://bochs.sourceforge.net/getinvolved.html BUGS
Please report all bugs to the bug tracker on our web site. Just go to http://bochs.sourceforge.net, and click "Bug Reports" on the sidebar under "Feedback". Provide a detailed description of the bug, the version of the program you are running, the operating system you are running the program on and the operating system you are running in the emulator. bochs 2.4.6 29 Dec 2005 bochs(1)
Man Page