Subversion Repositories Games.Rick Dangerous

Rev

Rev 14 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 pmbaty 1
# Rick Dangerous
1 pmbaty 2
 
14 pmbaty 3
Come on, a bit of nostalgia.
1 pmbaty 4
 
14 pmbaty 5
![Screenshot](https://pmbaty.com/rick/rick-dangerous.jpg "Screenshot")
1 pmbaty 6
 
14 pmbaty 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:
1 pmbaty 8
 
14 pmbaty 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.
1 pmbaty 15
 
14 pmbaty 16
## Build
1 pmbaty 17
 
14 pmbaty 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!)
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
 
42
## Bugfixes and additions since XRick #041027
43
 
1 pmbaty 44
- 32-bit video mode
45
- Texture filter (software filtering)
46
- Fullscreen is now 640x480 instead of 320x200
47
- Much simplified video code
48
- True EGA screen layout
49
- True DOS intro screens
50
- Game speeded up a bit to match the original DOS speed
51
- Integer size warnings in code fixed
52
- Game freeze on NULL sound pointer fixed
53
- Submap 19 fixed (reverted to original Rick Dangerous map chain list)
54
- Picking up of entities when zombie fixed
55
- Bullets escaping crash bug fixed
56
- Bad guys escaping crash bug fixed
57
- Map intro screen not running fast enough fixed
58
- Map intro tunes never ending fixed
13 pmbaty 59
- Cheat codes restored + 2 cheats added
1 pmbaty 60
- Miscellaneous fixes