1 | Abuse-SDL 0.7.1 README |
---|
2 | ---------------------- |
---|
3 | |
---|
4 | ---- |
---|
5 | |
---|
6 | 1. Introduction |
---|
7 | 2. Additional Features |
---|
8 | 3. Requirements |
---|
9 | 4. Running Abuse-SDL |
---|
10 | 5. Configuration |
---|
11 | 6. Installing the datafiles. |
---|
12 | 7. Notes |
---|
13 | 8. Special Thanks |
---|
14 | 9. Feedback |
---|
15 | |
---|
16 | ---- |
---|
17 | |
---|
18 | |
---|
19 | 1. INTRODUCTION |
---|
20 | |
---|
21 | Welcome to Abuse-SDL, the port of the classic game Abuse to the |
---|
22 | Simple DirectMedia Layer. Abuse was originally developed by |
---|
23 | Crack dot Com and released in 1995 for MS-DOS. A Linux version was |
---|
24 | also made available at a later date. It had a few limitations |
---|
25 | the most restrictive of which was that it only ran on an 8-bit |
---|
26 | display, and only in a window. |
---|
27 | Abuse-SDL will run at any colour depth and supports fullscreen |
---|
28 | mode, as well as many other new features. It should also be more |
---|
29 | portable and hopefully run on a variety of *nix variants, and possibly |
---|
30 | other systems supported by the SDL library. |
---|
31 | |
---|
32 | |
---|
33 | 2. ADDITIONAL FEATURES |
---|
34 | |
---|
35 | Abuse-SDL has the following extra features over the original |
---|
36 | Abuse: |
---|
37 | |
---|
38 | Runs at a screen bit depth of 8, 16, 24 or 32. |
---|
39 | Fullscreen display. |
---|
40 | Scaling by any amount (eg. 2, 3 or 4) |
---|
41 | OpenGL support for hardware scaling and anti-aliasing. |
---|
42 | Stereo sound with panning. |
---|
43 | Mousewheel support for changing weapons. |
---|
44 | Customizable keys. |
---|
45 | |
---|
46 | |
---|
47 | 3. REQUIREMENTS |
---|
48 | |
---|
49 | Abuse-SDL has the following requirements: |
---|
50 | |
---|
51 | SDL 1.1.6 or above. |
---|
52 | SDL-Mixer |
---|
53 | One of the following sets of datafiles: |
---|
54 | - Registered Abuse(original CD) |
---|
55 | - Abuse Shareware |
---|
56 | - fRaBs(Free Abuse) |
---|
57 | OpenGL is optional. |
---|
58 | |
---|
59 | |
---|
60 | 4. RUNNING ABUSE-SDL |
---|
61 | |
---|
62 | If Abuse-SDL has been installed properly, the command: |
---|
63 | |
---|
64 | abuse |
---|
65 | |
---|
66 | will start the game. |
---|
67 | |
---|
68 | The following command-line switches can be used: |
---|
69 | |
---|
70 | -datadir <arg> Set the location of the datafiles |
---|
71 | -doublebuf Enable double buffering |
---|
72 | -edit Start in editor mode |
---|
73 | -f <arg> Load the map file named <arg> |
---|
74 | -fullscreen Enable fullscreen mode |
---|
75 | -gl Enable OpenGL (if supported) |
---|
76 | -antialias Enable anti-aliasing (only with -gl) |
---|
77 | -lisp Start in lisp interpreter mode |
---|
78 | -mono Disable stereo sound |
---|
79 | -nodelay Run at maximum speed |
---|
80 | -nosound Disable sound |
---|
81 | -scale <arg> Scale by <arg> amount |
---|
82 | |
---|
83 | |
---|
84 | 5. CONFIGURATION |
---|
85 | |
---|
86 | Abuse-SDL also has a configuration file where these options can be set |
---|
87 | instead of using the command line. The file "abuserc" will be created in |
---|
88 | your ~/.abuse directory the first time Abuse-SDL is run. |
---|
89 | Lines starting with a ';' are comments. |
---|
90 | Setting an option to '1' turns it on, and '0' turns it off. |
---|
91 | |
---|
92 | To change the keys used in the game, simply type the key after the option. |
---|
93 | The following special keys can also be used: |
---|
94 | LEFT, RIGHT, UP, DOWN : Cursor keys and keypad. |
---|
95 | CTRL_L, CTRL_R : Left and right CTRL keys. |
---|
96 | ALT_L, ALT_R : Left and right ALT keys. |
---|
97 | SHIFT_L, SHIFT_R : Left and right SHIFT keys. |
---|
98 | F1 - F10 : Function keys 1 through 10. |
---|
99 | TAB : TAB key. |
---|
100 | BACKSPACE : Backspace key. |
---|
101 | ENTER : Enter key |
---|
102 | INSERT, DEL : Insert and Delete keys. |
---|
103 | PAGEUP, PAGEDOWN : PageUp and PageDown keys. |
---|
104 | CAPS, NUM_LOCK : Caps-Lock and Num-Lock keys. |
---|
105 | SPACE : Spacebar. |
---|
106 | |
---|
107 | The default key settings are as follows: |
---|
108 | Left : Left cursor key. |
---|
109 | Right : Right cursor key. |
---|
110 | Up/Jump : Up cursor key. |
---|
111 | Down/Use : Down cursor key. |
---|
112 | Prev Weapon : Left or Right CTRL keys. |
---|
113 | Next Weapon : Insert key. |
---|
114 | |
---|
115 | The mouse always controls your aim, with Left button for fire and |
---|
116 | Right button for special. Mousewheel can be used for changing weapons. |
---|
117 | |
---|
118 | |
---|
119 | 6. INSTALLING THE DATAFILES |
---|
120 | |
---|
121 | Abuse-SDL requires a set of datafiles(graphics, sounds, maps and so on) to be |
---|
122 | installed before it will run. They are available as a separate package from |
---|
123 | the Abuse-SDL website. |
---|
124 | |
---|
125 | By default, Abuse-SDL expects the datafiles to be installed in the following |
---|
126 | location: |
---|
127 | |
---|
128 | /usr/local/share/games/abuse |
---|
129 | |
---|
130 | However it is possible to change this and tell Abuse-SDL where to find the |
---|
131 | files if they are in another location. |
---|
132 | The location can be set when Abuse-SDL is compiled. See the INSTALL file for |
---|
133 | instructions on how to do this. |
---|
134 | You can also specify the location with the -datadir argument when Abuse-SDL is |
---|
135 | run. See section 4 above. |
---|
136 | Finally, the location can be set in the configuration file. See section 5 above. |
---|
137 | |
---|
138 | To install the datafiles, simply unpack the archive into a location of your |
---|
139 | choice (preferably '/usr/local/share/games/abuse' as mentioned above). |
---|
140 | |
---|
141 | |
---|
142 | 7. NOTES |
---|
143 | |
---|
144 | Scaling: |
---|
145 | Scaling is still experimental and not very fast. Try scaling by different |
---|
146 | amounts to see which ones work the best. |
---|
147 | |
---|
148 | OpenGL: |
---|
149 | OpenGL can be used to provide hardware accelerated scaling and anti-aliasing. |
---|
150 | You will require a 3D card with the appropriate drivers and GL libraries |
---|
151 | installed for this to work. |
---|
152 | |
---|
153 | fRaBs: |
---|
154 | The current release of fRaBs has some naming issues under Linux. |
---|
155 | In the 'addon/leon/' directory a lot of the files are uppercase when Abuse |
---|
156 | is expecting them to be lowercase. |
---|
157 | Renaming the files to be all lowercase will fix this problem. |
---|
158 | |
---|
159 | |
---|
160 | 8. SPECIAL THANKS |
---|
161 | |
---|
162 | Go to Jonathan Clark, Dave Taylor and the rest of the Crack Dot Com team for |
---|
163 | making the best 2D platform shooter ever, and then releasing the code that |
---|
164 | makes Abuse-SDL possible. |
---|
165 | |
---|
166 | Also, thanks go to Jonathan Clark for allowing Anthony to distribute the |
---|
167 | original datafiles with Abuse-SDL. |
---|
168 | |
---|
169 | Thanks also to everyone who has contributed ideas, bug reports and patches. |
---|
170 | See the AUTHORS file for details. |
---|
171 | |
---|
172 | |
---|
173 | 9. FEEDBACK |
---|
174 | |
---|
175 | If you have any questions, comments or criticism, Sam's email address is: |
---|
176 | |
---|
177 | sam@hocevar.net |
---|
178 | |
---|
179 | The Abuse-SDL webpage can be found at: |
---|
180 | |
---|
181 | http://abuse.zoy.org/ |
---|
182 | |
---|
183 | ---- |
---|
184 | |
---|
185 | Have fun! |
---|