skool_daze_take_too.py - Man Page
run Pyskool in Skool Daze Take Too mode
Synopsis
skool_daze_take_too.py [options]
Description
skool_daze_take_too.py runs Pyskool in Skool Daze Take Too mode. Pyskool is a remake of the classic ZX Spectrum games Skool Daze and Back to Skool by Microsphere.
Options
- --version
Show Pyskool's version number and exit.
- -h, --help
Show a summary of the available options.
- -c, --cheat
Enable cheat keys. This option is equivalent to '--config Cheat,1'.
- --config P,V
Set the value of the configuration parameter P to V; this option may be used multiple times.
- --create-images
Create the images required by the game in ~/.pyskool/images and exit.
- --create-ini
Create the ini files required by the game in ~/.pyskool/ini/skool_daze_take_too and exit.
- --create-sounds
Create the sound files required by the game in ~/.pyskool/sounds and exit.
- --force
Overwrite existing images, ini files and sound files (when using the --create-images, --create-ini, --create-sounds or --setup option).
- -i, --inidir INIDIR
Read ini files from this directory instead of ini/skool_daze_take_too.
- -l, --load SAVEFILE
Load a saved game from the specified file.
- --package-dir
Show the path to the pyskool package directory and exit.
- -q, --quick-start
Start the game quickly by skipping the scroll-skool-into-view and theme tune sequence. This option is equivalent to '--config QuickStart,1'.
- -r, --load-last SAVEDIR
Load the most recently saved game in the specified directory.
- --sample-rate RATE
Set the sample rate of the sound files created by --create-sounds. The default sample rate is 44100.
- -s, --scale SCALE
Scale graphics by this factor (1=original Speccy size). This option is equivalent to '--config Scale,SCALE'.
- --search-dirs
Show the locations that Pyskool searches for data files and exit.
- --setup
Create the images, ini files and sound files required by the game in ~/.pyskool and exit. This option is equivalent to combining the --create-images, --create-ini and --create-sounds options.
Files
When Pyskool starts in Skool Daze Take Too mode, it looks for the following things:
- a file named pyskool.ini (the main ini file) - a directory named images - a directory named sounds - a directory named ini/skool_daze_take_too
Each of these things must be present in one of the following directories in order for Pyskool to find it:
- the current working directory - ~/.pyskool - the directory containing skool_daze_take_too.py - /usr/share/pyskool - $PACKAGE_DIR/data
where $PACKAGE_DIR is the directory in which the pyskool package is installed, as shown by:
skool_daze_take_too.py --package-dir
When you need a reminder of these locations, run:
skool_daze_take_too.py --search-dirs
Images
The --create-images option first looks for Skool Daze and Back to Skool tape or snapshot files by the following names in ~/.pyskool:
skool_daze.tzx skool_daze.sna skool_daze.z80 skool_daze.szx back_to_skool.tzx back_to_skool.sna back_to_skool.z80 back_to_skool.szx
If no such files are found, TZX files are downloaded from one of the sources listed in images.ini and saved to ~/.pyskool. Then the required images are built from the tape or snapshot files and saved to the appropriate subdirectories under ~/.pyskool/images/originalx1.
See Also
skool_daze.py(6), back_to_skool.py(6), ezad_looks.py(6), back_to_skool_daze.py(6).
Author
Richard Dymond
Copyright
2016, Richard Dymond
Referenced By
back_to_skool_daze.py(6), back_to_skool.py(6), ezad_looks.py(6), skool_daze.py(6).