~ubuntu-branches/ubuntu/natty/amphetamine-data/natty

« back to all changes in this revision

Viewing changes to user.conf

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2001-12-28 16:06:46 UTC
  • Revision ID: james.westby@ubuntu.com-20011228160646-9jwzp8mfi02ngzro
Tags: upstream-0.8.7
ImportĀ upstreamĀ versionĀ 0.8.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# CONFIGURATION FILE FOR AMPHETAMINE
 
2
#
 
3
# (c/o) 1999 Jonas Spillmann
 
4
#
 
5
# Change here the key configuration
 
6
# Note: you must insert the virtual key code of the key you want. You can 
 
7
# retrieve the key code by calling the event KeyDown in Microsoft Access. This 
 
8
# event returns the key code of the key being pressed
 
9
#
 
10
# Please use only valid key codes, use strictly numbers (no characters). You MUST
 
11
# write a '#' at the beginning of EVERY comment line and EVERY blank line
 
12
#
 
13
# See the Amphetamine Help file for further information
 
14
#
 
15
#
 
16
# Key configuration
 
17
#
 
18
LeftKey         = 276
 
19
RightKey        = 275
 
20
JumpKey         = 32
 
21
ShootKey        = 306
 
22
RunKey          = 99
 
23
NextWeaponKey   = 120
 
24
PrevWeaponKey   = 121
 
25
ActivateKey     = 9
 
26
#
 
27
Weapon1Key      = 49
 
28
Weapon2Key      = 50
 
29
Weapon3Key      = 51
 
30
Weapon4Key      = 52
 
31
Weapon5Key      = 53
 
32
Weapon6Key      = 54
 
33
Weapon7Key      = 55
 
34
Weapon8Key      = 56
 
35
#
 
36
# Sound volume
 
37
#
 
38
#
 
39
SoundVolume = 8
 
40
#
 
41
#
 
42
#
 
43
# Performance optimization
 
44
#
 
45
# Please do only switch these options if you have serious problems with the speed of
 
46
# the game. The graphic quality will be rapidely decreased.
 
47
# Allowed options are 0 (for enable) and 1 (for disable)
 
48
#
 
49
# If this is = 1, then coronas will not be drawn. 
 
50
# Gain of speed: Medium
 
51
# Loss of quality: Medium
 
52
DisableCoronas  = 0
 
53
#
 
54
# If this is = 1, then no colored lightning will be drawn around bullets
 
55
# Gain of speed: Medium
 
56
# Loss of quality: Little - Medium
 
57
DisableLightning = 0
 
58
#
 
59
# If this is = 1, then shapes will not be drawn in any special mode such as darkened or
 
60
# coloured. Do this choose only in VERY TIME CRITICAL situations
 
61
# Gain of speed: High
 
62
# Loss of quality: Very high
 
63
DisableShapeModes = 0
 
64
#
 
65
#
 
66
#
 
67
# Screen size
 
68
#
 
69
# Please do it ONLY CHANGE IF AMPHETAMINE HAS SERIOUS PROBLEMS SWITCHING THE SCREEN
 
70
# Please use only valid screen resolutions (640x480, 800x600, 1024x768, 1280x1024)
 
71
# You MUST have AT LEAST the resolution 640x480
 
72
#
 
73
ScreenWidth     = 640
 
74
ScreenHeight    = 480
 
75
#
 
76
@