PowerUp Story Designer is a web app for creating automated story sequences for PowerUp (iOS, Android), a text-adventure style mobile game by Systers Open Source.

Best experienced in Chrome. Also works in Safari and Firefox. Possibly with quirks.


Powerup Story Designer Live App


Contents


Getting Started

PowerUp Story Designer represents frames in a sequence as Cards.

Each Card represents a single automated Step, which is broken down into a Left Event and Right Event.

An Event describes:

A new Step (Card) is presented every time a user taps to advance the story, but not every Step has to have both a Left Event and Right Event. It’s ok to leave one empty, meaning that particular Step will only change one side.

If a Step does have both a Left Event and Right Event, it will play both events at the same time, but technically the StorySequencePlayer reads the Left Event first. This means the Left Text will always be on top when both Events are in a single Step.


The Card Track

The large, bottom-left container is the Card Track. It can hold any number of cards, and represents sequence frames in order.


The Editor

The editor is found in the bottom-right corner.

Changes to the Editor Fields will be realized in the Card Track in real time.

Changes to the Animation field currently do not give any visual feedback on the focused Card, but will be included and rendered when exported to and viewed in PowerUp.


The Thumbnail Track

The Thumbnail Track copies the contents of the Card Track. It also updates in real time, and serves as a convenience feature for navigating/finding Cards.

Clicking on a Thumbnail will scroll to and focus that Card in the Card Track.

Similar to the Card Track, if there are enough Thumbnails to overflow the container, you can use your touch pad to scroll the view horizontally, or hover over the bottom of the Thumbnail Track to reveal a draggable scroll bar.


The Menu

<img src="https://github.com/justKD/Powerup-Story-Designer/blob/dev/docs/images/6-the-menu.png?raw=true" width=500/>


Saved States

This page allows you to save the state of your work session. Use it to save versions of the same scenario/type as well as different documents altogether. These saved states are selected when exporting the PowerUp dataset, so you will likely want to have a state for each Story Sequence you want to include in the game.


Import/Export

This page allows you to Download and Upload work session files, as well as to Export saved states in a dataset for PowerUp.


Hotkeys