How to export the project for "Server"?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By anemol
:warning: Old Version Published before Godot 3 was released.

On Linux Mint 64 bits, from sources from Github, I compilated:

  • editor
  • templates: X11+ Server + Windows Desktop

I imported MP-TPS Kit & OpenCombat samples (from Github) and then exported them for Linux and Windows. Work fine.

But how to export for a “Server version”?

This option doesn’t appear in list of export templates available.

Appear only:

  • Android
  • BlackBerry
  • HTML5
  • Linux X11 (not option about Server export, just for 32/64 bits)
  • MacOSX
  • Windows Desktop
  • Window Universal.

What have I forgotten? Thanks.

:bust_in_silhouette: Reply From: Calinou

The “Linux Server” export is currently not exposed in the GUI, but you can create an export yourself:

  1. Export only a PCK/ZIP file using the “Export PCK/ZIP” button in the Export dialog.
  2. Place the data.pck or data.zip file in the same folder as the server export template you compiled.
  3. Run the server template from the command-line, it should start up the project automatically.

It works.

Thanks you! :slight_smile:

anemol | 2017-01-02 12:46