Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Main frame

Thomas Couchoud edited this page Mar 4, 2016 · 10 revisions

This main par of this program will be seen in the main frmae. This one looks like this:

Main frame

There is three major parts:

  • The top bar where some commands are present.
  • The top part where the quest is displayed.
  • The bottom parts where you have a button.

Quest display

For the quest display, each color represent an action to do with its possible subactions. When the quest just started, you will see only the first action you have to do, and the rest will appear when you complete each step.

To mark an action as done there is two ways:

  • Change the state of it manually by clicking on its icon:
    • Done status: Done icon
    • Not done status: Not done icon
  • Use the event frame as described here.

Further more you can see arrows next to some actions. Those are simply used to hide a block or not:

  • Not done icon shows an opened action.
  • Not done icon shows a closed action.

Commands

The lower parts can be used to manipulate a bit the displayed data:

  • Events frame will bring you the event frame to simulate game events.
  • Reload quest will generate a new quest and show it in the frame.
  • Export will export the current displayed quest as a picture in the same folder as the JAR file.

Keyboard commands

  • CTRL+D will switch debug mode ON/OFF, allowing to display more informations.
  • CTRL+P will switch the presentation mode ON/OFF.
  • CTRL+R will generate a new quest.
  • CTRL+S will export the quest.
  • CTRL+E will bring you the event frame.

Arguments

  • --debug will turn debug mode on at start.
  • --dev will turn off the presentation mode at start.

Clone this wiki locally