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 [2022/11/23 18:27]
Mistermind [Moves (Move Sets)]
character:movesets [2023/07/29 12:51] (current)
FreedTerror
Line 23: Line 23:
 **Normalize Animation Frames:** Stabilizes 2D animation frames by fixing frame offsets while manually controlling the animator component (UFE Engine) **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 ([url=https://www.youtube.com/watch?v=-dmVAf_cyN8|rollback netcode[url]).+**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]]).
  
 ---- ----
Line 33: 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''
Line 142: Line 146:
   * You can find several move samples under ''.\UFE\Characters\Mike\Moves''   * You can find several move samples under ''.\UFE\Characters\Mike\Moves''
  
----- 
 Code access:  Code access: 
  
Line 150: 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.1669246036.txt.gz · Last modified: 2022/11/23 18:27 by Mistermind