[go: up one dir, main page]

Menu

[r91]: / game.ini  Maximize  Restore  History

Download this file

46 lines (35 with data), 766 Bytes

 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
#
# INI file for IRE game runner.
#
-game tfm # NOT FOR RELEASE
#
# Video mode can be one of:
#
# 0 - Choose at run-time
# 8 - 256 colours
# 15 - 32k colours
# 16 - 64k colours
# 24 - 16.7M colours (older graphics cards)
# 32 - 16.7M colours (newer graphics cards)
#
-videomode 32
#
# Do we want to have nasty words covered up?
#
# Remove this if you are over 15 ;-)
#
-censorware
#
# Amount of frequency drift when playing sound samples.
# This number is multiplied by another, which ranges from -10 to 10
# to produce the actual frequency.
#
# 25 is a sensible default, producing a subtle effect.
# 500 is quite amusing.
#
-driftlevel 25
#
# Allow CTRL-ALT-END to kill the program (this broke some allegro versions)
#
-break
#end of file