-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
161 lines (111 loc) · 3.83 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
Reevengi
A small background image viewer for
Resident Evil games
0 Disclaimer
------------
This software is just a background image viewer for some versions of the games.
Use at your own risks.
1 Libraries dependencies
------------------------
- SDL for video and input (mandatory).
http://www.libsdl.org/
- SDL_image with libjpeg support (optional, mandatory for RE3 PC).
http://www.libsdl.org/projects/SDL_image/
- FFmpeg for movie player (optional, for movie player).
http://ffmpeg.org/
Win32 builds available at http://ffmpeg.zeranoe.com/builds/
- PhysicsFS 2.x for all filesystem access (mandatory).
http://www.icculus.org/physfs/
Note: You need to apply the patch in the diff directory to the stable 1.0
release of PhysicsFS to have support for Resident Evil 3 PC archive files.
- Libxml2 (optional, if you want to modify XML files)
http://www.xmlsoft.org
Win32 builds available at http://www.zlatkovic.com/libxml.en.html
2 Command-line parameters
-------------------------
"-basedir <path>" to give the directory where the game files are.
Default is current directory.
Example: -basedir /demos/re2demo
"-movie" to enable movie player mode.
"-opengl" to enable OpenGL renderer.
"-aspect <x>:<y>" to force an aspect ratio if misdetected.
"-verbose <n>" to change verbosity level.
Default is 0.
"-logfile <filename>" to change log file.
Default is reevengi.log
"-help" displays a little help.
"-dither" to dither background (software renderer 8bits mode only).
"-linear" to scale background with bilinear filtering (software renderer only).
"-width <w>" to set width of video mode.
"-height <h>" to set height of video mode.
"-bpp <b>" to set bits per pixel for video mode.
"-dumpscript" to dump room scripts. Verbosity must be 1 or higher. Set to 2 to
also display corresponding byte codes.
"-fps" to dump frames per second.
"-stage <n>" to set stage.
"-room <n>" to set room.
"-camera <n>" to set camera.
3 Controls
----------
3.1 Keyboard
------------
ESC quit
F1 screenshot
F2 change rendering model (wireframe, filled, gouraud, textured)
F3 change perspective correction (software renderer)
F6 toggle between depth and color buffer
F10 toggle menu on/off
Alt+Enter toggle between fullscreen and windowed mode.
Z previous stage / previous movie
S next stage / next movie
X reset stage / reset movie
E previous room
D next room
C reset room
R previous camera
F next camera
V reset camera
T previous model
G next model
B reset model
K previous animation
L next animation
M toggle animation (off/forward/backward)
Y toggle grid and origin display
H toggle background restoration display
Tab toggle map display.
Camera switches and boundary checks are enabled.
WHITE: camera, ORANGE: camera switch,
RED: boundary, GREEN ARROW: you, BLUE: door.
J toggle model skeleton display.
I toggle background masks display
(only for RE1 PC/PS1, RE2 PC demo, RE3 PC).
SPACE refresh background, move player at current camera position
U Enter a door (only for RE2/RE3)
Arrow keys Move player
Pageup/down Move player up/down (Atari: use ClrHome/Insert)
4 Supported games
-----------------
Resident Evil, PS1, Demo
Resident Evil, PS1, Game
Resident Evil, PC, Game
Resident Evil 2, PS1, Demo
Resident Evil 2, PS1, Game
Resident Evil 2, PC, Demo
Resident Evil 2, PC, Game
Resident Evil 3, PS1, Game
Resident Evil 3, PC, Demo
Resident Evil 3, PC, Game
Missing:
- other console versions
5 Notes/bugs
------------
All PS1 demos and games use same image format, so it should be easy to add
support for them. I just need a list of all files on each CD (recursive directory
tree).
Missing stuff, because I don't know where the needed data is stored:
RE2 PC full game, RE2 PS1, RE3 PS1: No masks for background image
RE3 PS1: No model rendering
--
Patrice Mandin <[email protected]>
Web: http://pmandin.atari.org/