Subversion Repositories Games.Rick Dangerous

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 14
Line 1... Line 1...
1
**
1
# Rick Dangerous
2
 
2
 
3
xrick - version #041027
3
Come on, a bit of nostalgia.
4
 
4
 
5
Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net)
5
![Screenshot](https://pmbaty.com/rick/rick-dangerous.jpg "Screenshot")
6
 
6
 
7
http://www.bigorno.net/xrick/
7
Long before Lara Croft, Rick Dangerous was the Indiana Jones of video games, climbing up the temples in South America, dodging the rocks, escaping the indians, picking up the treasures and of course saving the world. Rick Dangerous is a port of the game with the same name edited by Core Design and dated from 1989. This adaptation is based on the [XRick](http://www.bigorno.net/xrick/) one from [BigOrno](bigorno@bigorno.net), with a certain number of improvements, notably:
8
 
8
 
-
 
9
- The video mode has been pushed to 640x480 32 bits.
-
 
10
- A filter has been applied to texture rendering in game in order to soften the "big pixels" effect (which is nevertheless part of the charm for a game dated from 1989!)
-
 
11
- The screen layout and the game behaviour are now identical to the EGA version.
-
 
12
- Graphisms and sounds are those of the Amiga version for their quality.
-
 
13
- The path through submap 19 has been fixed.
-
 
14
- All the crashes and known bugs of XRick have been fixed.
9
 
15
 
-
 
16
## Build
-
 
17
 
-
 
18
* On Windows: use the supplied Visual Studio solution file
-
 
19
* On UNIX (macOS, Linux, *BSD): run `./posix-build.sh`
-
 
20
 
-
 
21
## How to play
-
 
22
 
-
 
23
Lead Rick Dangerous with the direction arrows while avoiding traps, and make him perform actions like for example:
-
 
24
 
-
 
25
- SPACE bar + UP arrow: fire the gun in the direction where Rick is headed to (watch out for your ammunition!)
-
 
26
- SPACE bar + DOWN arrow: drop a dynamite stick (... and run for your life!)
-
 
27
- SPACE bar + LEFT arrow: blunt your stick left (that's sometimes useful!)
10
-----------------------------------------------------------------------------
28
- SPACE bar + RIGHT arrow: blunt your stick right (that's sometimes useful!)
-
 
29
 
-
 
30
Other keys:
-
 
31
 
-
 
32
- P, or the Pause key: pause the game (can help while dodging difficult obstacles!)
-
 
33
- ALT + ENTER: switch from window to fullscreen (and back).
-
 
34
- F4: shut off or turn back on the sound effects.
-
 
35
- F5: decrease the sound volume.
-
 
36
- F6: increase the sound volume.
-
 
37
- F7: enable or disable the texture filtering.
-
 
38
- ESC, ALT + F4 or F10: quit the game (a life-saver at the office...)
-
 
39
 
-
 
40
Bonus: joysticks and gamepads are also supported!
-
 
41
 
11
Bugfixes and additions by Pierre-Marie Baty:
42
## Bugfixes and additions since XRick #041027
12
 
43
 
13
- 32-bit video mode
44
- 32-bit video mode
14
- Texture filter (software filtering)
45
- Texture filter (software filtering)
15
- Fullscreen is now 640x480 instead of 320x200
46
- Fullscreen is now 640x480 instead of 320x200
16
- Much simplified video code
47
- Much simplified video code
Line 25... Line 56...
25
- Bad guys escaping crash bug fixed
56
- Bad guys escaping crash bug fixed
26
- Map intro screen not running fast enough fixed
57
- Map intro screen not running fast enough fixed
27
- Map intro tunes never ending fixed
58
- Map intro tunes never ending fixed
28
- Cheat codes restored + 2 cheats added
59
- Cheat codes restored + 2 cheats added
29
- Miscellaneous fixes
60
- Miscellaneous fixes
30
 
-
 
31
THIS IS AN UNOFFICIAL VERSION OF XRICK. I AM NOT THE AUTHOR OF THIS PROGRAM.
-
 
32
THE ORIGINAL AUTHOR OF XRICK IS BigOrno (bigorno@bigorno.net).
-
 
33
            -- Pierre-Marie Baty
-
 
34
-----------------------------------------------------------------------------
-
 
35
 
-
 
36
 
-
 
37
 
-
 
38
** LICENSE AGREEMENT & LEGAL BABLE
-
 
39
 
-
 
40
I have written the xrick code. However, graphics and maps and sounds
-
 
41
are by the authors of the original Rick Dangerous game, and "Rick
-
 
42
Dangerous" remains a trademark of its owner(s) -- maybe Core Design
-
 
43
(who wrote the game) or FireBird (who published it). As of today, I
-
 
44
have not been successful at contacting Core Design.
-
 
45
 
-
 
46
This makes it a bit difficult to formally release the whole code,
-
 
47
including data for graphics and maps and sounds, under the terms of
-
 
48
licences such as the GNU General Public Licence. So the code is
-
 
49
released "in the spirit" of the GNU GPL. Whatever that means.
-
 
50
 
-
 
51
This program is distributed in the hope that it will be useful, but
-
 
52
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-
 
53
or FITNESS FOR A PARTICULAR PURPOSE.  
-
 
54
 
-
 
55
 
-
 
56
 
-
 
57
** HOWTO
-
 
58
 
-
 
59
Build: Needs Microsoft Visual C++ 6
-
 
60
 
-
 
61
Usage: 'xrick --help' will tell you all about command-line options.
-
 
62
 
-
 
63
Controls:
-
 
64
 
-
 
65
- left, right, up (jump) or down (crawl): arrow keys or Z, X, O and K.
-
 
66
- fire: SPACE, end: E, pause: P, exit: ESC.
-
 
67
- use left, right, up, down + fire to poke something with your stick,
-
 
68
  lay a stick of dynamite, or fire a bullet.
-
 
69
- toggle fullscreen: Alt+ENTER.
-
 
70
- mute: F4 ; volume up/down: F5, F6.
-
 
71
- toggle texture filter on/off: F7.
-
 
72
 
-
 
73
Enjoy!
-
 
74
 
-
 
75
 
-
 
76
 
-
 
77
**
-
 
78
 
-
 
79
 
-
 
80
 
-
 
81
 
-