/etc/amphetamine/user.conf is in amphetamine-data 0.8.7-15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # CONFIGURATION FILE FOR AMPHETAMINE
#
# (c/o) 1999 Jonas Spillmann
#
# Change here the key configuration
# Note: you must insert the virtual key code of the key you want. You can
# retrieve the key code by calling the event KeyDown in Microsoft Access. This
# event returns the key code of the key being pressed
#
# Please use only valid key codes, use strictly numbers (no characters). You MUST
# write a '#' at the beginning of EVERY comment line and EVERY blank line
#
# See the Amphetamine Help file for further information
#
#
# Key configuration
#
LeftKey = 276
RightKey = 275
JumpKey = 32
ShootKey = 306
RunKey = 99
NextWeaponKey = 120
PrevWeaponKey = 121
ActivateKey = 9
#
Weapon1Key = 49
Weapon2Key = 50
Weapon3Key = 51
Weapon4Key = 52
Weapon5Key = 53
Weapon6Key = 54
Weapon7Key = 55
Weapon8Key = 56
#
# Sound volume
#
#
SoundVolume = 8
#
#
#
# Performance optimization
#
# Please do only switch these options if you have serious problems with the speed of
# the game. The graphic quality will be rapidely decreased.
# Allowed options are 0 (for enable) and 1 (for disable)
#
# If this is = 1, then coronas will not be drawn.
# Gain of speed: Medium
# Loss of quality: Medium
DisableCoronas = 0
#
# If this is = 1, then no colored lightning will be drawn around bullets
# Gain of speed: Medium
# Loss of quality: Little - Medium
DisableLightning = 0
#
# If this is = 1, then shapes will not be drawn in any special mode such as darkened or
# coloured. Do this choose only in VERY TIME CRITICAL situations
# Gain of speed: High
# Loss of quality: Very high
DisableShapeModes = 0
#
#
#
# Screen size
#
# Please do it ONLY CHANGE IF AMPHETAMINE HAS SERIOUS PROBLEMS SWITCHING THE SCREEN
# Please use only valid screen resolutions (640x480, 800x600, 1024x768, 1280x1024)
# You MUST have AT LEAST the resolution 640x480
#
ScreenWidth = 640
ScreenHeight = 480
#
@
|