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

rocksndiamonds - starts the Rocks'n'Diamonds game

Batch Commands

rocksndiamonds--execute <command> recognises the following commands, which must be provided as a  single
       argument after --execute:

       "printgraphicsinfo.conf"
              prints the default graphics configuration.

       "printsoundsinfo.conf"
              prints the default sounds configuration.

       "printmusicinfo.conf"
              prints the default music configuration.

       "printeditorsetup.conf"
              prints the default editor configuration.

       "printhelpanim.conf"
              prints the default helpanim config TODO

       "printhelptext.conf"
              prints the default help text configuration.

       "dumplevel <file>"
              dumps the level data from file.

       "dumptape <file>"
              dumps the tape data from file.

       "autotest <leveldir> [<number> [...]]"
              tests level tapes for leveldir.

       "autoplay <leveldir> [<number> [...]]"
              plays level tapes for leveldir.

       "autoffwd <leveldir> [<number> [...]]"
              fast-forwards level tapes for leveldir.

       "autowarp <leveldir> [<number> [...]]"
              warps level tapes for leveldir.

       "convert <leveldir> [<number>]"
              converts levels in leveldir.

       "createimages <directory>"
              writes BMP images to directory.

       "createCEimage <directory>"
              writes a custom element BMP image to directory.

                                                 November 9 2018                               ROCKSNDIAMONDS(6)

Description

rocksndiamonds starts the Rocks'n'Diamonds game.

       rocksndiamonds-V  displays the program's version information.  If the --debug option is prepended, some
       of the dependencies' versions are displayed too (currently, SDL).

       rocksndiamonds--serveronly starts a network server (with no graphical output).

       rocksndiamonds--execute <command> runs the given batch command (see BATCHCOMMANDS for details).

Name

       rocksndiamonds - starts the Rocks'n'Diamonds game

Options

-b, --basepath <path>
              uses path as the base directory.

       -l, --level <path>
              uses path as the level directory.

       -g, --graphics <path>
              uses path as the graphics directory.

       -s, --sounds <path>
              uses path as the sounds directory.

       -m, --music <path>
              uses path as the music directory.

       --mytapes
              uses private tapes for tape tests.

       -n, --network <host> [<port>]
              starts a network game, connecting to the given host on the given port.

       -v, --verbose
              enables verbose mode.

       --debug
              displays debugging information.

Synopsis

rocksndiamonds [options]
       rocksndiamonds [--debug] -V|--versionrocksndiamonds--serveronlyrocksndiamonds-e|--execute <command>

See Also