Difference between revisions of "Creating animations"

From XStoryPlayer Wiki
Jump to: navigation, search
Line 5: Line 5:
 
<ol>
 
<ol>
 
<li>Make sure you have downloaded and installed the [[Using character packs|Character Packs]]. We are using them in this tutorial.
 
<li>Make sure you have downloaded and installed the [[Using character packs|Character Packs]]. We are using them in this tutorial.
 
 
Also make sure you have the dungeon scene unpacked. We will use that as a test scene.</li>
 
Also make sure you have the dungeon scene unpacked. We will use that as a test scene.</li>
 
<li>
 
<li>

Revision as of 10:46, 25 July 2015

In this tutorial you will learn how to change the standing pose animation.

Steps

  1. Make sure you have downloaded and installed the Character Packs. We are using them in this tutorial. Also make sure you have the dungeon scene unpacked. We will use that as a test scene.
  2. runtime
    {
      start_mode   = TEST;
     
      debug_sys    = BASIC;
      debug_render = NONE;
      debug_phys   = NONE;
      debug_brain  = ENABLED;
     
      // Use this directory as second pack directory
      // (The pack_test.bin is used as primary pack)
      pack2        = "pack/pack_character";
     
      save_key     = "";
    }
     
    // Run this file in test mode
    #define TEST_RUN "run_char.ini"