Game set – Ylands

From Bohemia Interactive Community
Revision as of 17:22, 10 January 2020 by Rudy.cz (talk | contribs) (Created page with "=Overview= Game set is a "bundle" of custom games linked together. All games included in a Game set can share same Persistent Data and Players ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Game set is a "bundle" of custom games linked together. All games included in a Game set can share same Persistent Data and Players can be transferred between those games, if there are free instance slots.

  • To be fully included in the set, custom games have to be uploaded onto workshop.
  • Player transfer can be achieved only between game instances. It is not possible to transfer player when game is run locally.

Game set storage

  • Work similar way as Game storage, but can be accessed from any game in the set.
  • Game set storage data are always unique to a specific player.
  • Storage data can be updated only if owning player is actually connected to the game (it will not work on disconnected players).

Create and add games to Game set

First step in order to have one more custom games in one set is to create new Game set.

Create new Game set

  • Open Custom game which you want to included in a set
  • Navigate Editor menu -> Game set manager to open Game set window
  • Click "Create game set" button and enter name

Add game

  • Open existing game set by clicking the "Edit" button.
  • If currently opened custom game is not part of the game set "Add current game" button should be available.
  • Add current game to game set -> game should appear in the list with note "Added locally"
    • Local games are not yet part of the Game set
    • In order to update the Game set with new game on back-end, it is necesery to publish that games to workshop.
  • Export the game.
  • Publish (or update) the game onto Workshop.


-To be finished-


Template:Ylands scripting navbox