Game export – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "=Overview= As of 0.12, Genesys projects (games made in Editor) cannot be played from Main menu directly any more. Before doing so, game has to exported from Editor. In similar...")
 
No edit summary
Line 1: Line 1:
=Overview=
=Overview=
As of 0.12, Genesys projects (games made in Editor) cannot be played from Main menu directly any more. Before doing so, game has to exported from Editor. In similar fashion, before uploading a game to Workshop, the game has to be exported.
As of 0.12, Genesys projects (games made in Editor) cannot be played from Main menu directly any more. Before doing so, game has to exported from Editor. In similar fashion, before uploading a game to Workshop, the game has to be also exported using "Workshop export".
 
*'''Local export''' → creates local playable version of Genesys project.
*'''Workshop export''' → creates workshop version of Genesys project.


Local export → creates /updates local playable version of Genesys project.
Workshop export → creates / updates workshop version of Genesys project.
In this export process, two things are happening:
In this export process, two things are happening:


The game template (actual game file) is created → new *.ygt file will appear.
*The '''game template''' (actual game file) is created → new *.ygt file will appear.
The game is optimized and "support data" are created → new *.ysd file will appear.
*The '''game is optimized''' and "support data" are created → new *.ysd file will appear.
During local export, these files will be stored stored in [local account]\Share\Games
 
*During local export, these files will be stored stored in [local account]\Share\Games
*Show in folder button can be used to view "local files" (*.ysd + *.ygt).


Show in folder button can be used to view "local files" (*.ysd + *.ygt).
*During workshop export, these files will be packed in to a *.yca file which can be uploaded to Workshop.
During workshop export, these files will be packed in to a *.yca file and uploaded to Workshop automatically. There ought to be no need to upload *.yca manually.


----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}

Revision as of 16:15, 15 April 2019

Overview

As of 0.12, Genesys projects (games made in Editor) cannot be played from Main menu directly any more. Before doing so, game has to exported from Editor. In similar fashion, before uploading a game to Workshop, the game has to be also exported using "Workshop export".

  • Local export → creates local playable version of Genesys project.
  • Workshop export → creates workshop version of Genesys project.

In this export process, two things are happening:

  • The game template (actual game file) is created → new *.ygt file will appear.
  • The game is optimized and "support data" are created → new *.ysd file will appear.
  • During local export, these files will be stored stored in [local account]\Share\Games
  • Show in folder button can be used to view "local files" (*.ysd + *.ygt).
  • During workshop export, these files will be packed in to a *.yca file which can be uploaded to Workshop.

Template:Ylands scripting navbox