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

makeobj - compile data sets for Simutrans

Author

       Simutrans was written by Hansjoerg Malthaner and the Simutrans Team.

       This  manual page was written by Ansgar Burchardt <ansgar@debian.org>, for the Debian project (but may be
       used by others).

                                                February 25, 2008                                     MAKEOBJ(6)

Description

       This manual page documents briefly the makeobj command.

Name

       makeobj - compile data sets for Simutrans

Options

capabilities
              Gives the list of objects, this program can read.

       pakpak-filedat-file...
              Creates a ready to use pak file for Simutrans from the dat files.

              If the file names are omitted, makeobj defaults to all dat files under the current directory.

       pak128pak-filedat-file...
              Creates a special pak file for 128x128 images.

       listpak-file...
              Lists the contents of the given pak files.

       dumppak-filepak-file...
              List the internal nodes of a file.

       mergepak-filepak-file...
              Merges multiple pak files into one new pak file.

       extractpak-file
              Creates single files from multiple pak file.

       If the quiet option is given as the first argument the copyright message will be omitted.

       If a file name ends with a slash, a directory is searched rather than a file.

See Also

Synopsis

makeobj [ quiet ] capabilities

       makeobj [ quiet ] pak [pak-filedat-file...]

       makeobj [ quiet ] pak128 [pak-filedat-file...]

       makeobj [ quiet ] list pak-file...makeobj [ quiet ] dump pak-filepak-file...makeobj [ quiet ] merge pak-filepak-file...makeobj [ quiet ] extract pak-file

See Also