User Tools

Site Tools


global:knockdown

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
global:knockdown [2014/01/09 01:16]
Mistermind
global:knockdown [2016/01/14 23:20] (current)
Mistermind [Knock Down Options]
Line 1: Line 1:
 ====== Knock Down Options ====== ====== Knock Down Options ======
-Set how your game behave when a character gets knockdown. Each option represents a different knockdown type.+Set how your game behave when a character is in knockdown. Each option represents a different knockdown type.
  
-{{ :global:global_knockdown.jpg?nolink |}}+{{ :global:global_knockdown.png?nolink |}}
  
 **Default Knockdown:** When a character gets hit of the air, once they hit the ground, these options are applied. **Default Knockdown:** When a character gets hit of the air, once they hit the ground, these options are applied.
Line 8: Line 8:
 **High Knockdown:** When a character gets hit with a ''High Knockdown'' hit type, these options are applied. **High Knockdown:** When a character gets hit with a ''High Knockdown'' hit type, these options are applied.
  
-**High-Low Knockdown:** When a character gets hit with a ''High-Low Knockdown'' hit type, these options are applied.+**Mid Knockdown:** When a character gets hit with a ''High-Low Knockdown'' hit type, these options are applied.
  
 **Sweep Knockdown:** When a character gets hit with a ''Sweep Knockdown'' hit type, these options are applied. **Sweep Knockdown:** When a character gets hit with a ''Sweep Knockdown'' hit type, these options are applied.
- 
  
 **Crumple Knockdown:** When a character gets hit by a ''Crumple'' hit strength, these options are applied. **Crumple Knockdown:** When a character gets hit by a ''Crumple'' hit strength, these options are applied.
  
-===== Options =====+**Wall Bounce Knockdown:** When a character gets hit by a ''Wallbounce'' that knocks the character out, these options are applied.
  
-**Knock Out Time:** How long does the character stays on the ground after being knocked out. 
  
-**Stand Up Time:** How long will the related "stand up" animation plays for.+---- 
 +==== Options ====
  
-**Stand Up Hit Boxes:** Should the character have hitboxes or be invincible while out?+ 
 +**Knock Out Time:** How long the character stays on the ground after being knocked out. 
 + 
 +**Stand Up Time:** How long will the related "stand up" animation play for. 
 + 
 +**Knockdown Hit Boxes:** Should the character have hitboxes or be invincible while down?
  
 **Allow Quick Stand:** If toggled on, when the selected buttons are pressed the character will stand up quicker (not functional yet). **Allow Quick Stand:** If toggled on, when the selected buttons are pressed the character will stand up quicker (not functional yet).
Line 27: Line 31:
 **Allow Delayed Stand:** If toggled on, when the selected buttons are held down the character will stay out a little longer (not functional yet). **Allow Delayed Stand:** If toggled on, when the selected buttons are held down the character will stay out a little longer (not functional yet).
  
-**Predefined Push Force:** Some knockdown options must have a predefined push force applied so you can make it look right when these physics are applied into the game.+**Predefined Push Force:** Some knockdown options must have a predefined push force applied so you can sync the animation up when these physics are applied into the game.
  
  
 **Notes:** **Notes:**
   * Crumple Knockdown time is defined by the hit stun applied during the hit.   * Crumple Knockdown time is defined by the hit stun applied during the hit.
-  * If any vertical forces are applied during a crumple hit, the character flies off into a ''corkscrew'' animation. If no animation is set it uses the default ''Get Hit Air''.+  * While in Crumple state the character will retain its hitboxes, but be invincible while standing up from it. Toggling "Stand Up Hit Boxes" will have their hitboxes exposed. 
 +  * If any vertical forces are applied during a crumple hit, the character flies off into a ''knock back'' animation. If no animation is set it uses the default ''Get Hit Air''.
  
 ---- ----
 Code access:  Code access: 
  
-''UFE.config.knockDownOptions''+''UFE.config.knockDownOptions.air'' 
 + 
 +''UFE.config.knockDownOptions.high'' 
 + 
 +''UFE.config.knockDownOptions.highLow'' 
 + 
 +''UFE.config.knockDownOptions.sweep'' 
 + 
 +''UFE.config.knockDownOptions.crumple'' 
  
 Code example: Code example:
 <code c#> <code c#>
 void OnRoundBegins(int round){ void OnRoundBegins(int round){
- if (round == 3) UFE.config.knockDownOptions.knockedOutHitBoxes = true;+ if (round == 3) UFE.config.knockDownOptions.sweep.knockedOutHitBoxes = true;
 } }
 </code> </code>
global/knockdown.1389248200.txt.gz · Last modified: 2014/01/09 01:16 by Mistermind