User Tools

Site Tools


character:movesets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
character:movesets [2015/05/15 04:32]
Mistermind
character:movesets [2023/07/29 12:51] (current)
FreedTerror
Line 1: Line 1:
-====== Moves (Move Sets) ======+======= Moves (Move Sets) =======
 Set your animations, stances and moves here, as well as how hard (or easy) special moves from this character are to execute. Set your animations, stances and moves here, as well as how hard (or easy) special moves from this character are to execute.
  
Line 12: Line 12:
 **Animation Type:** **Animation Type:**
   * Legacy: Tells UFE to read the animations from this character as //Legacy//.   * Legacy: Tells UFE to read the animations from this character as //Legacy//.
-  * Mecanim: Tells UFE to read the animations from this character as //Humanoid//. [[http://www.youtube.com/watch?v=8tLeUOL7lYM|Click here to watch Mecanim tutorial]]+  * Mecanim 3D: Tells UFE to read the animations from this character as //Humanoid//. [[http://www.youtube.com/watch?v=8tLeUOL7lYM|Click here to watch Mecanim tutorial]] 
 +  * Mecanim 2D: Tells UFE the character is 2D (uses [[https://docs.unity3d.com/ScriptReference/SpriteRenderer.html|SpriteRender]])
  
 **Avatar:** If Mecanim was selected, drag the character's [[http://docs.unity3d.com/Documentation/Manual/ConfiguringtheAvatar.html|avatar]] here. **Avatar:** If Mecanim was selected, drag the character's [[http://docs.unity3d.com/Documentation/Manual/ConfiguringtheAvatar.html|avatar]] here.
  
 **Animation Control:** Tell the engine which animation control it should use. **Animation Control:** Tell the engine which animation control it should use.
-  * UFE Engine: The animation flow is fully controlled by UFE's own Update cycles. Due to limitations on the Unity engine, Network games can only run using this. +  * UFE Engine: The animation flow is fully controlled by UFE's own Update cycles. Due to limitations on the Unity engine, use this system to ensure there are no desynchronization when playing network games
-  * Unity Engine: The animation flow is controlled by Unity's own update cycles. UFE merely attempts to match the correct position to control the moves commands. Selecting this option may cause minor inconsistencies. If your game requires precise frame data use //UFE Engine// instead.+  * Unity Engine: The animation flow is controlled by Unity's own update cycles. UFE will attempts to match the hitbox positions to control the moves AFTER Unity update the characters mesh position. Selecting this option may cause minor inconsistencies. If your game requires precise frame data use //UFE Engine// instead.
  
 +**Normalize Animation Frames:** Stabilizes 2D animation frames by fixing frame offsets while manually controlling the animator component (UFE Engine)
 +
 +**Use Animation Maps:** Toggle this option if you are using the auto-maps and animation mapper for online play ([[https://www.youtube.com/watch?v=-dmVAf_cyN8|rollback netcode]]).
  
 ---- ----
-===== Combat Stances =====+====== Combat Stances ======
  
 Each character can have one or several move sets, all classified by a combat stance.  Add a new Combat Stance by clicking the **New Combat Stance** button at the bottom of this panel's section. Each character can have one or several move sets, all classified by a combat stance.  Add a new Combat Stance by clicking the **New Combat Stance** button at the bottom of this panel's section.
Line 29: Line 33:
  
 **Cinematic Intro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an intro animation and cinematics. UFE will check if you have this and play it at the beginning of each game. Check the example provided at ''.\UFE\Characters\Mike\Moves\Intro.asset'' **Cinematic Intro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an intro animation and cinematics. UFE will check if you have this and play it at the beginning of each game. Check the example provided at ''.\UFE\Characters\Mike\Moves\Intro.asset''
 +
 +**Round Won:** Plays this move when the round is won.
 +
 +**Time Out:** Plays this move when a timeout happens.
  
 **Cinematic Outro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an outro animation and cinematics. UFE will check if you have this and play it at the end of each game if this character wins. Check the example provided at ''.\UFE\Characters\Mike\Moves\Outro.asset'' **Cinematic Outro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an outro animation and cinematics. UFE will check if you have this and play it at the end of each game if this character wins. Check the example provided at ''.\UFE\Characters\Mike\Moves\Outro.asset''
  
 ---- ----
-==== Basic Moves ====+===== Basic Moves =====
  
 Set the basic animations and sounds for your character, as well as any particular effect you want to add during these events.  Basic Moves are categorised into Standard Animations, Blocking Animations and Hit Animations. Set the basic animations and sounds for your character, as well as any particular effect you want to add during these events.  Basic Moves are categorised into Standard Animations, Blocking Animations and Hit Animations.
Line 41: Line 49:
  
 ---- ----
-{{ :character:character_basicmove_basics.png|}} +{{ :character:character_basicmove_basics.png?nolink|}} 
-=== Basic Information ===+==== Basic Information ====
  
 **Animation Clip:** The animation clip related to this move. Animation files are normally located under the file structure of an //FBX// file, or just as a single //.anim// file. **Animation Clip:** The animation clip related to this move. Animation files are normally located under the file structure of an //FBX// file, or just as a single //.anim// file.
Line 65: Line 73:
   * Off Set (relative): The position (relative to the body part) this particle will appear when this move plays.   * Off Set (relative): The position (relative to the body part) this particle will appear when this move plays.
  
-**Sound Effect:** A custom sound that can be played when this move plays. UFE works with multichannels, so don't worry about overlapping sounds.+**Possible Sound Effect:** A list of possible sounds that plays at random when this move is executed. If only one sound is added it will only play that sound. UFE works with multi-channels, so don't worry about overlapping.
  
 **Continuous Sound:** Should the selected sound effect keep playing while this move is in motion? **Continuous Sound:** Should the selected sound effect keep playing while this move is in motion?
Line 71: Line 79:
  
 ---- ----
-{{ :character:character_basicmove1.png|}} +{{ :character:character_basicmoves_basics.jpg?nolink|}} 
-=== Specifics ===+==== Specifics ====
  
-**Idle**+**Standard Animations**: Used when character is not moving (Idle), moving back and forward, and crouching (if your game uses it). When choosing the Idle you can also set its resting animations:
   * Resting Clips (1-5): When character isn't moving, you can have certain animations play at random.   * Resting Clips (1-5): When character isn't moving, you can have certain animations play at random.
   * Resting Interval (seconds): Every interval cycle the engine will attempt to play one of the resting clips from above. If the randomly selected slot has no clip, it won't play anything. Example: If you want a clip to run every 6 seconds with 100% consistency, fill all the fields with that animation.    * Resting Interval (seconds): Every interval cycle the engine will attempt to play one of the resting clips from above. If the randomly selected slot has no clip, it won't play anything. Example: If you want a clip to run every 6 seconds with 100% consistency, fill all the fields with that animation. 
  
-**Jump Animations** +**Jump Animations**: These animations trigger when the character //initiates// a jump. If you don't have the respective ''Fall Animation'' setup, the engine will attempt to use these animation as single jump cycles. 
-  * Auto Speed: If toggled the engine will attempt to synchronize the height of the jump with the animation length so both can end at the correct time to link with its next animation. Untoggle to adjust how your animation should play out. +  * If ''Auto Speed'' is toggled the engine will attempt to synchronize the height of the jump with the animation length so both can end at the correct time to link with its next animation. Untoggle to adjust how your animation should play out. 
-  * //Take Off// and //Landing// animation speeds are used in conjunction with the Jump Delay variable (located on the [[character:physics|physics option]])+  * ''Take Off'' animation speeds are used in conjunction with the Jump Delay variable (located on the [[character:physics|physics option]])
  
-**Block Animations** +**Fall Animations**: These animations trigger when the character is //falling// from a jump. 
-  * Auto Speed: If toggled the engine will use the [[move:activeframes|block stun]] information to synchronize it with the animation length. Untoggle to run your own speed and [[http://docs.unity3d.com/ScriptReference/WrapMode.html|WrapMode]] values.+  * If ''Auto Speed'' is toggled the engine will attempt to synchronize the height of the fall with the animation length. Untoggle to adjust how your animation should play out. 
 +  * ''Landing'' animation speeds are used in conjunction with the Jump Delay variable (located on the [[character:physics|physics option]])
  
-**Parry Animations** +**Block Animations**: Triggered when the character [[global:block|blocks]] (or attempting to block) an attack.  
-  * Auto Speed: If toggled the engine will use the //parry stun// information from [[global:block|Block Options -> Parry]] to synchronize it with the animation length. Untoggle to run your own speed and [[http://docs.unity3d.com/ScriptReference/WrapMode.html|WrapMode]] values.+  * ''Standing High Hit'' is triggered when a an attack hits the //upper part// of a character while standing. ''Standing Low Hits'' is triggered on low hits. 
 +  * ''Blocking Poses'' triggers when the character is attempting to block as its //under// the blockable area, but //not// blocking (only happens when using ''hold back'' as the [[global:block|block type]]). 
 +  * If ''Auto Speed'' is toggled the engine will use the [[move:activeframes|block stun]] information to synchronize it with the animation length. Untoggle to run your own speed and [[http://docs.unity3d.com/ScriptReference/WrapMode.html|WrapMode]] values.
  
-**Hit Animations** +**Parry Animations**: Triggers when the character successfully [[global:block|parries]] an attack
-  * Hit Variation Clips: Triggers a different clip based on the Move'[[move:activeframes|Hit Type]]. +  * ''Standing High Hit'' is triggered when a an attack hits the //upper part// of a character while standing. ''Standing Low Hits'' is triggered on low hits. 
-  * Auto Speed: If toggled the engine will use the [[move:activeframes|hit stun]] applied to synchronize it with the animation length. Untoggle to run your own speed and [[http://docs.unity3d.com/ScriptReference/WrapMode.html|WrapMode]] values.+  * If ''Auto Speed'' is toggled the engine will use the //parry stun// information from [[global:block|Block Options -> Parry]] to synchronize it with the animation length. Untoggle to run your own speed and [[http://docs.unity3d.com/ScriptReference/WrapMode.html|WrapMode]] values.
  
-**Down** +**Hit Reactions**: Triggers when the character gets hit. 
-  * It's important that the WrapMode is set to //Clamp Forever//, so the character stays down (as the last frame should have the character laying down). This animation must be a continuation of //Air Hit (Knockdown)//.+  * ''Standing High Hit'' is triggered when a an attack hits the //upper part// of a character while standing. ''Standing Low Hits'' is triggered on low hits. 
 +  * For //regular// standing and crouching attacks you can set different clips based on the Move's [[move:activeframes|Hit Type]]. 
 +  * Launcher animations are triggered when the character is launched //up//. 
 +  * Knockdown animations knocks the character down (which then triggers respective Stand Up animations). 
 +  * If ''Auto Speed'' is toggled the engine will use the [[move:activeframes|hit stun]] applied to synchronize it with the animation length. Untoggle to run your own speed and [[http://docs.unity3d.com/ScriptReference/WrapMode.html|WrapMode]] values.
  
-**Ground Bounce**+**Stage Reactions**: Triggers when the character getting hit //interacts// with the stage (ground and wall bounce).  
 +  * You must have the respective bounce options under [[global:bounce|Bounce Options]].
   * Unlike Air Hit, Ground Bounce does not operate using the auto-speed algorithm. Use WrapMode on //Clamp Forever// so the character stays in a single air pose.   * Unlike Air Hit, Ground Bounce does not operate using the auto-speed algorithm. Use WrapMode on //Clamp Forever// so the character stays in a single air pose.
 +  * To adjust a stage reaction of your move go to [[move:activeframes|Active Frame]] -> Stage Reactions.
 +  * Untoggle ''Grounded (Standing)'' under [[move:activeframes|Active Frame]] -> Stage Reactions -> Wall Bounce Options to use ''Standing Wall Bounce'' (knockdown).
  
-**Falling (After Ground Bounce)**+**Fall Down Reactions**: Triggered when the character hits the floor after being knocked down. 
 +  * The ''Default'' animation is triggered whenever the engine can't find the related knockdown animation. 
 +  * In certain animations you can set a ''Fall Clip'' and a ''Down Clip''. Use this sequence when you want the Down Clip to be a loop (like breathing)
 +  If you don't want to have 2 clips it's important that the WrapMode is set to //Clamp Forever// under ''Fall Clip'', so the character stays down (as the last frame should have the character laying down). 
 +  Air Recovery is triggered if the character is recovered from Stun in mid-air. Make sure you have the proper option enabled under [[global:combo|Combo Options -> Air Recovery Type]].
   * Use //Auto Speed// to get the animation to follow the height path or have it end in a single pose with WrapMode set to //Clamp Forever//.   * Use //Auto Speed// to get the animation to follow the height path or have it end in a single pose with WrapMode set to //Clamp Forever//.
  
-**Stand Up** +**Stand Up Animations**: Triggered after the knockdown timer runs out (Adjustable under [[global:knockdown|Global -> Knock Down Options]]). 
-  * The time between knockdowns and stand up animations are set under [[global:knockdown|knock down options]]). +  * The ''Default'' animation is triggered whenever the engine can't find the related stand up animation.
-  * //Default Clip// is triggered after **Down**.+
   * All //Knockdown// animations can have its own follow up //stand up// animation.\\ Example: You may have a sweep animation that have your character facing down instead of facing up. You can set that animation to end at the down state and have a specific stand up for the sweep animation as a continuation of that clip.   * All //Knockdown// animations can have its own follow up //stand up// animation.\\ Example: You may have a sweep animation that have your character facing down instead of facing up. You can set that animation to end at the down state and have a specific stand up for the sweep animation as a continuation of that clip.
-  * If one of the //stand up// animations is requested but isn't set, Default Clip will be called. 
  
 **Notes:** **Notes:**
Line 113: Line 133:
   * None of the //Block// moves are required if you don't have [[global:block|block enabled]] in your game.   * None of the //Block// moves are required if you don't have [[global:block|block enabled]] in your game.
   * //Bounce// and //Falling From Bounce// animations are not required if you don't have bounce enabled in your game.   * //Bounce// and //Falling From Bounce// animations are not required if you don't have bounce enabled in your game.
-  * Some animations allow you to hide the hitboxes. Can be useful if you want certain animations to leave the character invincible during a certain state.+  * Some animations allow you to hide the hitboxes. Can be useful if you want certain animations to leave the character invincible during a certain state. A good example is having ''Air Recovery'' invincible to emulate the Street Fighter style of air recovery (along with the option ''Cant Move'' under [[global:combo|Air Recovery Type]]).
  
  
 ---- ----
-==== Attack & Special Moves ==== +===== Attack & Special Moves =====
 After creating a [[move:start|new move]], add the move to the character by clicking **New Move** than dragging the file to the following field. After creating a [[move:start|new move]], add the move to the character by clicking **New Move** than dragging the file to the following field.
  
Line 123: Line 143:
  
 **Notes:** **Notes:**
-  * Moving a move file up/down with the panel options has no effect on priority of moves.  It only affects the list order displayed in this panel, and is used for organisational purposes only.+  * Moving a move file up/down with the panel options has no effect on priority of moves.  It only affects the list order displayed in this panel. 
 +  * You can find several move samples under ''.\UFE\Characters\Mike\Moves''
  
-As a reference, the moves from Mike are located at ''.\UFE\Characters\Mike\Moves'' 
- 
----- 
 Code access:  Code access: 
  
Line 135: Line 153:
  
 ---- ----
 +===== Stances =====
 +{{ :character:character_movesets_stances.png?nolink |}}
  
 +**Stances (Preloaded):**
 +  * The stance file will always be loaded into memory.
 +  * Loading times will likely increase when using this.
 +**Stances (Resource):**
 +  * The stance file will be loaded from a Resources folder.
 +  * Loading times will likely decrease when using this.
  
 [[character:start|< Back to Character Editor]] [[character:start|< Back to Character Editor]]
character/movesets.1431678735.txt.gz · Last modified: 2015/05/15 04:32 by Mistermind