Difference between revisions of "Adding new story"
From XStoryPlayer Wiki
Line 4: | Line 4: | ||
<ol> | <ol> | ||
− | <li>Place the <code>pack_abducted</code> directory from the Tutorial | + | <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>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>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:17, 9 January 2015
First we will add a new story to XStoryPlayer.
Again during all tutorials do not save!
- Place the
pack_abducted
directory from the 'Tutorial resource pack' in the ./pack directory of XStoryPlayer. - Open XStoryPlayer and go to the stories menu. You should see here the "Abducted" story. Start it.
- You should be in a test room, with red boxes. Press F3 to close XStoryPlayer.
- Set
start_mode = SCENE;
because we will be starting directly in storymode again.