Difference between revisions of "Update"
m (Updates only once a day) |
m (Tweak num plays expression) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Updates''' are used to tell players when the creator has published changes to a [[Deck]] since the deck was last played. | |||
== Types of update == | == Types of update == | ||
Updates can be published for a few reasons: | Updates can be published for a few reasons: | ||
* '''New content'''. | * '''New content'''. There are new things to play, such as new levels, new modes, new unlocks, or other new content. | ||
* '''Major changes'''. The creator | * '''Major changes'''. The creator improved the core features, fixed issues, or made other changes. | ||
* '''Announcement'''. The creator just wants to reach people who played the deck, for example to provide a devlog about their most recent progress. | * '''Announcement'''. The creator just wants to reach people who played the deck, for example to provide a devlog about their most recent progress. | ||
Line 11: | Line 11: | ||
A message describing your update will appear for all players in your deck's comment thread. The update will pin to the top of your thread temporarily; after that, it will sort like a normal comment. | A message describing your update will appear for all players in your deck's comment thread. The update will pin to the top of your thread temporarily; after that, it will sort like a normal comment. | ||
Players who | Players who [[Bookmark]] a deck are eligible to get notified about updates for that deck. The update will appear at the top of the player's '''Explore''' screen, and they'll receive a notification about the update. | ||
== Creating an update == | == Creating an update == | ||
Line 18: | Line 18: | ||
* '''Update type''': Announcement, major changes, new content. | * '''Update type''': Announcement, major changes, new content. | ||
* '''Message''': A message describing the update. | * '''Message''': A message describing the update. | ||
* '''Card''': An optional card from your deck to attach to the update. The update card artwork appears instead of the deck's cover art in Jump Back In for users who have Bookmarked the deck. Players won't automatically be sent to this card unless you add logic in your deck; see below. | * '''Card''': An optional card from your deck to attach to the update. The update card artwork appears instead of the deck's cover art in Jump Back In for users who have [[Bookmark|Bookmarked]] the deck. Players won't automatically be sent to this card unless you add logic in your deck; see below. | ||
You can't post new updates about the same deck more than once a day. If you write a new update and less than a day has passed, you'll automatically edit the most recent update. | You can't post new updates about the same deck more than once a day. If you write a new update and less than a day has passed, you'll automatically edit the most recent update. | ||
== Sending players to the update card == | == Sending players to the update card == | ||
If you add an optional '''update card''' to your update, you can use [[Rules]] to send incoming players to the update card using the new response '''Send player to the most recent update card'''. You might want to only do this for returning players. You can use the [[Expression]] called '''the number of times the player has played this deck'''. For example, you can write this Rule: | If you add an optional '''update card''' to your update, you can use [[Rules]] to send incoming players to the update card using the new response '''Send player to the most recent update card'''. You might want to only do this for returning players. You can use the [[Expression]] called '''the number of times the player has played this deck'''. For example, you can write this Rule: | ||
If the number of times the player has played this deck is greater than | If the number of times the player has played this deck is greater than 1, send player to the most recent update card | ||
If you don't add this rule to your deck, all incoming players will remain on the deck's '''top card''', regardless of whether or not you added an update. | If you don't add this rule to your deck, all incoming players will remain on the deck's '''top card''', regardless of whether or not you added an update. |
Latest revision as of 21:24, 31 March 2025
Updates are used to tell players when the creator has published changes to a Deck since the deck was last played.
Types of update
Updates can be published for a few reasons:
- New content. There are new things to play, such as new levels, new modes, new unlocks, or other new content.
- Major changes. The creator improved the core features, fixed issues, or made other changes.
- Announcement. The creator just wants to reach people who played the deck, for example to provide a devlog about their most recent progress.
Who receives updates?
A message describing your update will appear for all players in your deck's comment thread. The update will pin to the top of your thread temporarily; after that, it will sort like a normal comment.
Players who Bookmark a deck are eligible to get notified about updates for that deck. The update will appear at the top of the player's Explore screen, and they'll receive a notification about the update.
Creating an update
To create an update, first make sure you've already published your Deck (i.e. set it to Public or Unlisted). After it's published, find the deck in your Create screen, then navigate to the Updates tab. There are a few fields you can use to describe the update:
- Update type: Announcement, major changes, new content.
- Message: A message describing the update.
- Card: An optional card from your deck to attach to the update. The update card artwork appears instead of the deck's cover art in Jump Back In for users who have Bookmarked the deck. Players won't automatically be sent to this card unless you add logic in your deck; see below.
You can't post new updates about the same deck more than once a day. If you write a new update and less than a day has passed, you'll automatically edit the most recent update.
Sending players to the update card
If you add an optional update card to your update, you can use Rules to send incoming players to the update card using the new response Send player to the most recent update card. You might want to only do this for returning players. You can use the Expression called the number of times the player has played this deck. For example, you can write this Rule:
If the number of times the player has played this deck is greater than 1, send player to the most recent update card
If you don't add this rule to your deck, all incoming players will remain on the deck's top card, regardless of whether or not you added an update.