Difference between revisions of "Adding new story"
From XStoryPlayer Wiki
(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. | + | 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!
- 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.