Difference between revisions of "Adding new story"

From XStoryPlayer Wiki
Jump to: navigation, search
(Created page with "First we will add a new story to XStoryPlayer. Download the")
 
Line 1: Line 1:
First we will add a new story to XStoryPlayer. Download the
+
First we will add a new story to XStoryPlayer.
 +
 
 +
Again during all tutorials do not save!
 +
 
 +
<ol>
 +
<li>Place the <code>pack_abducted</code> directory from the Tutorial Resource Pack in the ./pack directory of XStoryPlayer.</li>
 +
<li>Open XStoryPlayer and go to the [[stories menu]]. You should see here the "Abducted" story. Start it.</li>
 +
<li>You should be in a test room, with red boxes. Press F3 to close XStoryPlayer.</li>
 +
<li>Set <code>start_mode = SCENE;</code> because we will be starting directly in storymode again.</li>
 +
</ol>

Revision as of 13:10, 9 January 2015

First we will add a new story to XStoryPlayer.

Again during all tutorials do not save!

  1. Place the pack_abducted directory from the Tutorial Resource Pack in the ./pack directory of XStoryPlayer.
  2. Open XStoryPlayer and go to the stories menu. You should see here the "Abducted" story. Start it.
  3. You should be in a test room, with red boxes. Press F3 to close XStoryPlayer.
  4. Set start_mode = SCENE; because we will be starting directly in storymode again.