blob: ff116819fb86f0ef9cf283203cea23756e7afb0f (
plain)
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
|
; Abuse-SDL Configuration file
; Startup fullscreen
fullscreen=0
; Use DoubleBuffering
doublebuf=1
; Use OpenGL
gl=1
; Location of the datafiles
datadir=/usr/share/abuse/orig
; Use mono audio only
mono=0
; Grab the mouse to the window
grabmouse=0
; Set the scale factor
scale=2
; Use anti-aliasing (with gl=1 only)
antialias=0
; Disable the SDL parachute in the case of a crash
nosdlparachute=0
; Key mappings
left=a
right=d
up=w
down=s
fire=Space
weapprev=q
weapnext=e
|