Difference between revisions of "Creating animations"

From XStoryPlayer Wiki
Jump to: navigation, search
Line 1: Line 1:
In this tutorial you will learn how to change the standing pose animation.
+
In this tutorial you will learn how to add an animation to a character.
  
 
==Steps==
 
==Steps==

Revision as of 10:48, 25 July 2015

In this tutorial you will learn how to add an animation to a character.

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 scene 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"