The Lost Hebrides
-----------------

Description
-----------
Developed for Ludum Dare 17, The Lost Hebrides is a simple take on the Weird
Worlds/Infinite Adventures design.  You need to get a special flower from the
enchanted isles (i.e. 'the lost Hebrides') to heal your father.  In order to do
that, you will need to speak to the 3 islanders who know the way.  You only have
7 days to do so though, and every trip you make uses up time.  There are 5
possible endings.

Game Options
------------
The game will automatically start fullscreen at your desktop's current
resolution, with the game corrected to its desired aspect ratio.

You can pass the executable various command line flags:

Usage:
TheLostHebrides -w [width] -h [height] -a [val] -win -ns -nm -aa [name]

Flags:
--width [val] | -w [val]:	Set the width of the window.
--height [val] | -h [val]:	Set the height of the window.
--antialias [val] | -a [val]:	Sets the antialiasing level (2, 4, or 6).
--windowed | -win:		Sets whether to go windowed or not.
--nosound | -ns:		Switches off the sound output.
--nomusic | -nm:		Switches off the background music.
--audio-api [name] | -aa [name]:Sets the audio API to use.  Can be DirectSound,
				ASIO, MME, ALSA, JACK, OSS, CoreAudio.
--help:				Display this help.

These can also be set from the TheLostHebrides.conf file that will be
generated when the program is first run.  The file is located:

Documents and Settings/<user name>/Application Data/TheLostHebrides
(Windows XP)
Users/<user name>/AppData/Roaming/TheLostHebrides (Windows Vista)
/home/<user name>/.TheLostHebrides (Linux etc.)
/Users/<user name>/Library/Application Support/TheLostHebrides (OSX)


License Details
---------------
Source code is licensed under the GPL v3.  Graphics/sounds under the Creative
Commons Sampling Plus license.  The font is William Boyd's Carlongia:
http://www.dafont.com/carolingia.font  Details of the included libraries'
licenses are in the libraryDocs folder.


- Niall Moody (25/04/10).
