1Rise of the Triad for Dreamcast (ROTT DC)
2
3	http://www.geocities.co.jp/Playtown/2004/
4	http://sdl-dc.sourceforge.net
5	BERO bero@geocities.co.jp
6
7
8WHAT IS:
9
10"Rise of the Triad" is DOOM like 3D First Person Shooter released 1994 from 3D Realms, famous as DUKE NUKEM series developper.
112002 Cristmas, ROTT source code released under GPL.
12This software is Dreamcast port based on Linux port using SDL for Dreamcast.
13
14
15STATUS:
16
17rev 2
18- REGISTERED/SUPERCD/SITELICENCE run on single binary
19- disk swap support
20- full button support. L/R trigger for strafe, UP/DOWN for look,etc
21- better mouse support. wheel etc.
22
23rev 1
24- fully playable with joystick
25- save to Visual Memory with compression
26- sound and music support
27- no network support
28
29
30HOW TO PLAY:
31
32in MENU
33	analog	MOVE CURSOR
34	A	SELECT
35	B	CANCEL
36
37in GAME
38	analog	MOVE
39	A	FIRE
40	B	STRAFE
41	X	RUN
42	Y	OPEN
43	START	MENU
44	LTRIG	STRAFE LEFT
45	RTRIG	STRAFE RIGHT
46	UP	LOOK/FLY UP
47	DOWN	LOOK/FLY DOWN
48	LEFT	WEAPON CHANGE
49	RIGHT	MAP
50
51
52HOW TO BURN:
53
541ST_READ.BIN (rename SHAREWARE.BIN or REGISTERD.BIN)
55romdisk
56(optional)
57ROTT or ROTTPLAY
58 + game data
59
60
61NOTICE:
62
63- don't push POWER swith to finish game.
64  otherwise, saved data and configuration will lost.
65  select "QUIT" from menu and wait "NOW SAVING". after it, push POWER switch.
66
67- REGSITERED version isn't tested.
68
69
70LICENCE:
71
72ROTT program itself is under GPL. see gpl.txt.
73other libs is GPL,LGPL or BSD like licence.
74
75game data has another licence. see VENDOR.DOC
76
77
78CREDITS:
79
803D Realisms
81http://www.3drealms.com/rott/
82
83Rise of the Triad Source code
84ftp://ftp.3drealms.com/source/rottsource.zip
85
86Rise of the Triad for Linux 1.0
87http://www.icculus.org/rott/
88
89kallistiOS
90http://cadcdev.sourceforge.net/
91
92SDL
93http://www.libsdl.org
94
95SDL_mixer
96http://www.libsdl.org/projects/SDL_mixer/
97
98SDL for Dreamcast
99http://sdl-dc.sourceforge.net/
100
101gcc & binutils
102http://www.gnu.org
103