Difference between revisions of "Adding new story"

From XStoryPlayer Wiki
Jump to: navigation, search
Line 5: Line 5:
 
<ol>
 
<ol>
 
<li>Place the <code>pack_abducted</code> directory from the '[[Tutorial resource pack]]' in the <code>./pack</code> directory of XStoryPlayer.</li>
 
<li>Place the <code>pack_abducted</code> directory from the '[[Tutorial resource pack]]' in the <code>./pack</code> directory of XStoryPlayer.</li>
<li>Open XStoryPlayer and go to the [[stories menu]]. You should see here the "Abducted" story. Start it.</li>
+
<li>Open XStoryPlayer and go to the [[story 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>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>
 
<li>Set <code>start_mode = SCENE;</code> because we will be starting directly in storymode again.</li>
 
</ol>
 
</ol>

Revision as of 13:21, 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 story 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.