mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-05 18:06:52 +00:00
1 line
1.0 KiB
Plaintext
1 line
1.0 KiB
Plaintext
#
|
|
# Mega-Attract-Mode configuration file
|
|
#
|
|
# Mega-Attract-Mode is split into modules. Each module can be a
|
|
# short slideshow or a self-running demo (like a game's built-in
|
|
# 'attract mode'). Modules are run in the order listed here, one
|
|
# after the next, until interrupted by user input. The last-run
|
|
# module is tracked in the master prefs file.
|
|
#
|
|
# Format:
|
|
# key=value
|
|
#
|
|
# value must be one of
|
|
# 1 for HGR slideshow (key is a file containing a list of HGR graphics)
|
|
# 2 for DHGR slideshow (key is a file containing a list of DHGR graphics)
|
|
# 3 for self-running demo (key is an executable binary file)
|
|
#
|
|
# Blank lines and lines beginning with '#' are ignored (like this one!)
|
|
# A line beginning with '[' terminates the parsing
|
|
#
|
|
|
|
FAVORITES.CONF=1
|
|
#SHORT.CONF=1
|
|
SNEAKERS=3
|
|
AB.CONF=1
|
|
WAVY.NAVY=3
|
|
DHGR.CONF=2
|
|
ACTIVISION.CONF=1
|
|
CD.CONF=1
|
|
BRODERBUND.CONF=1
|
|
ATARI.CONF=1
|
|
EFG.CONF=1
|
|
SIERRA.CONF=1
|
|
DATAMOST.CONF=1
|
|
HIJKL.CONF=1
|
|
DATASOFT.CONF=1
|
|
MNO.CONF=1
|
|
MICROFUN.CONF=1
|
|
PQR.CONF=1
|
|
PICCADILLY.CONF=1
|
|
S.CONF=1
|
|
SIRIUS.CONF=1
|
|
T.CONF=1
|
|
|
|
[eof]
|