Skip to content

Adventure v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 18:21
· 2 commits to master since this release

Adventure v2.5.0 includes several major additions to the previously released inventory system, plus a handful of long-requested feature additions. Let's take a look!

Custom Score Screen

With the addition of inventory items, reviewing your trip through the widget has become more important than ever. The new custom score screen provides a timeline of your journey, including item deltas and conditional question text.

Screenshot 2024-06-25 at 2 29 08 PM

Conditional Question Text

A new addition to the node editor allows you to override question text with variations based on certain requirements: visit count and/or item possession. Multiple variations can be added, and the widget will select a variation based on a variety of factors, primarily recency and item count.

Screenshot 2024-06-25 at 2 38 04 PM

Short Answer Partial String Matching

A new addition to short answer response nodes allows partial matches: if a response contains a match, the matched answer set will be selected. Notably, exact matches still take precedence - and multiple matches are evaluated based on specificity (the length of the matching string).

Screenshot 2024-06-25 at 2 41 18 PM

Other Additions

Hide required items for specific responses

Multiple choice nodes can hide the items required to select them, regardless of whether the requirements are met. Note that the required items will still be listed if the answer is selected and the item requirements are not met.

Improved in-between node UI

Did you know you could add nodes in between existing nodes, by mousing over the midpoint of a link between two nodes? We don't blame you if you didn't, it wasn't obvious at all. We revamped node links to include a small mouseover dot at their midpoints, which will expand when hovered over. In addition, midpoints will intelligently shift along their path if located too close to an adjacent node, making them easier to identify and select when multiple links are cluttered close together. However, unlike the previous implementation, in-between nodes are not allowed if either end of a link is a blank node.

Screenshot 2024-06-25 at 2 48 30 PM

Bug Fixes

While working on this update, we resolved a number of minor bugs throughout the widget.

Full Changelog: v2.4.1...v2.5.0