logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

taisei - shooting game

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The upstreams BTS can be found at https://github.com/taisei-project/taisei/issues.

Description

       This manual page documents briefly the taisei command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       taisei is a shooting game.

Environment

TAISEI_RES_PATH
           If set, overrides the default resource directory path.

       TAISEI_STORAGE_PATH
           If set, overrides the default storage directory path. This is where Taisei saves your configuration,
           progress, screenshots and replays.

Files

       ${HOME}/.local/share/taisen
           The per-user configuration directory to control the behaviour of taisei.

Name

       taisei - shooting game

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes ('-').
       A summary of options is included below. For a complete description, see the info(1) files.

       -rFILE, --replay=FILE
           Play a replay from FILE.

       -RFILE, --verify-replay=FILE
           Play a replay from FILE in headless mode, crash as soon as it desyncs unless --rereplay is used.

       --rereplay=OUTFILE
           Re-record replay into OUTFILE; specify input with -r or -R

       -fFRAME, --frameskip=FRAME
           Disable FPS limiter, render only every FRAME frame.

       -c, --credits
           Show the credits scene and exit.

       --renderer={gl33,none}
           Choose the rendering backend.

       --populate-cache
           Attempt to load all available resources, populating the cache, then exit.

       -h, --help
           Show summary of options.

       -v, --version
           Show version of program.

Synopsis

taisei [{-r | --replay} FILE] [{-R | --verify-replay} FILE] [--rereplay=OUTFILE]
              [{-f | --frameskip} FRAME] [{-c | --credits}] [--renderer {gl33 | null}] [--populate-cache]

       taisei [{-h | --help} | {-v | --version}]

See Also