• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H03-May-2022-1,744725

src/H03-May-2022-56,48452,333

KeyCodesH A D24-Dec-2002589 7978

MakefileH A D03-May-20222.2 KiB9150

READMEH A D24-Dec-20021.5 KiB6032

xrick.dspH A D24-Dec-20028.6 KiB394307

README

1**
2
3xrick - version #021212
4
5Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net)
6
7http://www.bigorno.net/xrick/
8
9
10
11
12** LICENSE AGREEMENT & LEGAL BABLE
13
14I have written the xrick code. However, graphics and maps and sounds
15are by the authors of the original Rick Dangerous game, and "Rick
16Dangerous" remains a trademark of its owner(s) -- maybe Core Design
17(who wrote the game) or FireBird (who published it). As of today, I
18have not been successful at contacting Core Design.
19
20This makes it a bit difficult to formally release the whole code,
21including data for graphics and maps and sounds, under the terms of
22licences such as the GNU General Public Licence. So the code is
23released "in the spirit" of the GNU GPL. Whatever that means.
24
25This program is distributed in the hope that it will be useful, but
26WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
27or FITNESS FOR A PARTICULAR PURPOSE.
28
29
30
31** HOWTO
32
33Build: ./config; make
34
35Usage: 'xrick -help' will tell you all about command-line options.
36
37Controls:
38
39- left, right, up (jump) or down (crawl): arrow keys or Z, X, O and K.
40- fire: SPACE, end: E, pause: P, exit: ESC.
41- use left, right, up, down + fire to poke something with your stick,
42  lay a stick of dynamite, or fire a bullet.
43- toggle fullscreen: F1 ; zoom in/out: F2, F3.
44- mute: F4 ; volume up/down: F5, F6.
45- cheat modes, "trainer": F7 ; "never die": F8 ; "expose": F9.
46
47More details at http://www.bigorno.net/xrick/.
48
49Report problems, or ask questions, to bigorno@bigorno.net.
50
51Enjoy!
52
53
54
55**
56
57
58
59
60