************************
*      ROTT GP2X       *
*         v0.2         *
************************

Based on Rise Of The Triad (Apogee / 3D Realms)
Port from: http://www.3drealms.com/rott/
By: Israel Lopez Fernandez (Puck2099)
Website: http://www.gp32wip.com
Contact and donations (Paypal): puck2099@gmail.com
Controls, volume and downclocking managed by Rlyeh's minilib.

What is ROTT GP2X?
--------------
It's an interpreter to play Rise Of The Triad original PC game.

How must I install it?
----------------------
Unzip the files in any place of your SD card. Into the folder called rott it will create,
you will have to copy the files included in Rise Of The Triad original or shareware PC game.
After that, you will be able to launch the selected version from games menu.

Is the source code available to download?
-----------------------------------------
Yes, as it is said by GPL license, you can download the source code from my own website.
By the way, I warn you that the changes realised to the code are not enough "cleaned" nor
documented.
If you want to make any change, please, I would be very grateful if you contact me first
to avoid working two people in fixing the same bug :)

Lastest version information
---------------------------
The game runs by default at 166 MHz, but you can change it creating a script and passing the program the
parameter -sXXX where XXX is the desired speed. For example, if you would like to play at 133 Mhz you will
launch "./rott.gpe -s133"

If you want to activate music, you will need to download Timidity patches from url:
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
After that just unzip it in any SD folder and edit file timidity.cfg in ROTT's directory. You'll need to change
the first line with the selected path (by default /mnt/sd/timidity).

Controls:
----------
Left		Left Rotation
Right		Right Rotation
Up		Forward
Down		Backward
L+direction	Run in that direction
R+Up		Look/Fly up
R+Down		Look/Fly Down
R+Left		Strafe left
R+Right		Strafe Right
X+Up		Aim Up
X+Down		Aim Down
A		Open doors
B		Fire / Menu confirmation
Y		Scroll through weapons
L+Y		Map view
Select		Menu confirmation / Toggle weapons
Start		Main menu / Menu cancel
VOL+		Increase volume
VOL-		Decrease volume
L+VOL+		Restore Game
L+VOL-		Save Game
R+VOL+		QuickLoad
R+VOL-		QuickSave

Changelog ROTT GP2X:
----------------------
v0.2:
-----
- Fixed sound problems.
- Added game music.
- Added TVOut autodetection so now it isn't necessary to have 2 programs for each version.
- Increased clock speed from 133 to 166 Mhz. It isn't too bad at 133 Mhz, but in maximum
  difficulty level it could slow down a bit when the screen is full of enemies.

v0.1:
-----
- First release.
