Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fofix(6) [debian man page]

FOFIX(6)							   Games Manual 							  FOFIX(6)

NAME
fofix - Rock Band(tm)-like OpenGL rhythm game SYNOPSIS
fofix [options] DESCRIPTION
fofix (Frets on Fire X) is a rhythm game in the style of Guitar Hero(tm) and Rock Band(tm). It supports the simulation of playing guitar, bass guitar, and drums and supports vocal input using a microphone. More than one player can play, cooperatively or competitively. fofix is written in Python using pygame and OpenGL. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -v, --verbose Outputs log to stdout in addition to the usual logfile. -d, --debug Writes debugging information to a debug file. -c, --config=FILE Specifies a configuration file to use instead of the usual one. -f, --fullscreen=[true|false] Specify whether the game runs in fullscreen mode. -r, --resolution=RESOLUTION Specify the resolution used by the game. -t, --theme=THEME Specifies the theme to use. -s, --song=SONGDIR Skips the menu and just starts gameplay using the song present in SONGDIR. The following settings only apply if a song is specified: -l, --diff=DIFFICULTY Specifies the difficulty to use. 0: Expert, 1: Hard, 2: Medium, 3: Easy -p, --part=PART Specifies the part to use. 0: Guitar, 1: Rhythm, 2: Bass, 3: Lead, 4: Drum, 5: Vocals -m, --mode=MODE Specifies the game mode to use. 0: Quickplay, 1: Practice, 2: Career ENVIRONMENT
PYTHON Specifies the python(1) binary used to run the game. FOFIX_PYTHON_FLAGS Specifies extra options for python(1). Defaults to -OO. SEE ALSO
fretsonfire(6), python(1). AUTHOR
FoFiX was forked from a project developed by Sami Kyostila, Joonas Kerttula, and Tommi Inkila and is now developed by Chris Paiano, Pascal Giard, Tom Skinner, John Stumpo, Nicholas Hydock, Harris Worthington, and many others. This manual page was written by John Stumpo <stump@jstump.com>, for the Debian project (and may be used by others). October 4, 2009 FOFIX(6)

Check Out this Related Man Page

asc(6)                                                             Games Manual                                                             asc(6)

NAME
asc - Advanced Strategic Command - turn based strategy game SYNTAX
asc [options] DESCRIPTION
This program is a free (GPL) turn based strategy game in the tradition of BattleIsle 2/3. Game can be played against human or computer. It features a 2-dim. map that is tiled into hexagons where units are placed. The object of the game varies from map to map. The most commonly know goal is to completely eliminate an oppononet by detroying all his units. OPTIONS
The following options are supported: -x --xresolution <value> (640... default=800) Set horizontal resolution to <value> -y --yresolution <value> (480... default=600) Set vertical resolution to <value> -l --load <string> Load a map, saved game, or email game on startup -c --configfile <string> Use given configuration file -r --verbose <value> (0...10 default=0) Set verbosity level to <value> -w --window Disable fullscreen mode -f --fulscreen Enable fullscreen mode (overriding config file) -q --nosound Disable sound -h --help Display help information -v --version Output version SEE ALSO
asc_demount (6), asc_makegfx (6), asc_mapedit (6), asc_mount (6), asc_weaponguide (6) AUTHORS
The ASC game is developed by Martin Bickel <bickel@asc-hq.org>. This man page was written by Bartosz Fenski <fenio@o2.pl> (some parts were grabbed from Michael Moerz's work) for the Debian GNU/Linux dis- tribution (but it may be used by others). 1.15.0 asc(6)
Man Page