/usr/share/games/excellent-bifurcation/init.txt is in excellent-bifurcation 0.0.20071015-8+b1.
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 | # Excellent Bifurcation init file - edit with a text editor to change settings
[Misc]
# Turning vsync on eliminates a graphic shearing effect which some people might find annoying,
# but can slow things down on older systems (but you'd need a pretty old system not to be able
# to run this game). Set to 0 or 1.
vsync = 1
# Set Windowed to 1 for windowed mode, or 0 to play fullscreen
# Fullscreen is recommended!
Windowed = 1
# set from 0 to 100. If it's 0 the game won't bother to play the sounds/music at all.
MusicVolume = 100
EffectVolume = 100
# 2 is normal stereo
# 3 is reverse stereo
# ...although I got these around the wrong way in Overgod so you might need to check.
# I don't think 0 (sound off) or 1 (mono) are implemented. You can turn the sound off through
# the volume controls.
StereoMode = 2
# hm, not really sure what this does. Best to leave it here.
SoundInit = 1
# These are scancodes so you can't really edit them.
key_up = 84
key_left = 82
key_right = 83
key_down = 85
key_fire = 26
key_charge = 24
key_switch = 3
key_autofire = 1
# Easy, Medium and Hard.
Hscore0 = 200
Hscore1 = 200
Hscore2 = 200
|