User Tools

Site Tools


states

Differences

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

Link to this comparison view

states [2019/08/13 09:06]
127.0.0.1 external edit
states [2019/08/28 10:12]
Line 1: Line 1:
-======States====== 
-States are used to determine the characters attributes during specific frames. Things such as being airborne, crouching, or in a counter hittable state are all managed by the State section. There are 4 sections in the state section, S(start), E(end), Flags, Unknown Flag 2. 
  
- 
-====Start & End==== 
-Start and End determine the duration of the Flag. This value uses the frame data for the move BEFORE the [[Speed]] setting. 
- 
-====Flags==== 
-The flags setting is a drop down menu with multiple flags listed. You can select any number or combination of these flags. There are 16 states in the drop down menu, however there is also several unlisted states that must be inputted manually using the "Raw Display"​ 
- 
-|| Stand || Character is considered "​Standing"​ regardless of the animation used || 
-|| Crouch || Character is considered "​Crouching"​ regardless of the animation used || 
-|| Air || Character is considered "​Airborne"​ regardless of the animation used || 
-|| Counterhit || Hitting the character during this state will result in a Counterhit || 
-|| Force Turn || Forces the character to turn around regardless of which side the opponent is currently on || 
-|| Can Turn || Allows the character to turn around regardless of which side the opponent is currently on || 
-|| Flip || Turns the character to face backwards during these frames || 
-|| Keepcmd_Side || Keeps the same directional inputs even if the character changes sides with the opponent. || 
-|| Hovering || Allows the character to remain airborne even when the [[scripts header]] is set to "end on land" || 
-|| ImmoveableMyself || Character is unable to move while in this state || 
-|| ImmovableTarget || If the opponent is hit while this state is enabled they will be unable to move || 
-|| InvisMyself || Character turns invisible while in this state || 
-|| InvisTarget || Opponent will turn invisible if hit while this state is enabled || 
-|| IgnorePhysics_YZ || While enabled all previous physics commands for the Y axis will be halted. Once this state is ended the physics will start back up. || 
-|| IgnorePhysics_XYZ || While enabled all previous physics commands for the X and Y axis will be halted. Once this state is ended the physics will start back up. || 
-|| IgnoreCounter_Atk || Will ignore Counters? || 
states.txt ยท Last modified: 2019/08/28 10:12 (external edit)