Export as console application?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Favkis

How can I do this? I don’t need screen for my dedicated server to run on ubuntu VPS without X11. Or even for windows, how do I make console only export?

:bust_in_silhouette: Reply From: Ertain

From the looks of it, you will have to build a binary for an export template. For example, on Linux, follow the documentation here to build a server binary.

:bust_in_silhouette: Reply From: Calinou

See Exporting for dedicated servers in the documentation.

On Windows, there’s no dedicated server binary. Instead, use the --no-window command line argument to hide the GUI window that spawns when starting the project.