Cubitect / cubiomes-viewer

An efficient graphical Minecraft seed finder and map viewer.
GNU General Public License v3.0
1.02k stars 60 forks source link

how can i run it on a server without GUI? #237

Open tangsongxiaoba opened 1 year ago

tangsongxiaoba commented 1 year ago

sorry for a poor question

Nel-S commented 1 year ago

You're probably looking for Cubiomes, which serves as the underlying code for most of the features in Cubiomes Viewer.

69b69t commented 1 year ago

A headless mode would be nice though, maybe through a command line flag? Something like ./cubiomes --nogui --config It would make running cubiomes on distributed computing platforms, like @.***'s MicroBOINC, much easier.

On Fri, Jun 16, 2023, 11:52 PM Nel-S @.***> wrote:

You're probably looking for Cubiomes https://github.com/Cubitect/cubiomes, which serves as the underlying code for most of the features in Cubiomes Viewer.

— Reply to this email directly, view it on GitHub https://github.com/Cubitect/cubiomes-viewer/issues/237#issuecomment-1595648238, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVRMB4OAM3AQ6IKUW3V7SU3XLVHZVANCNFSM6AAAAAAZBXX6SY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Cubitect commented 6 months ago

With version 4.0. there is now a headless mode with --nogui which will start a search for the default session. Different searches can be run by specifying another session file via --session=<FILE>. By default the results are written to stdout, but you can also set an output file with --out=FILE, which writes the results to that file, while providing progress information at the command line.