User Tools

Site Tools


openomf:animation_string

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
openomf:animation_string [2025/02/15 16:08] – [P-T] katajakasaopenomf:animation_string [2025/03/29 19:26] (current) – [A] aokmaniac13
Line 41: Line 41:
 ==== A ==== ==== A ====
  
-^ Tag ^ Notes ^ +^ Tag  ^ Notes                                                                                       
-| aa | | +| aa   Reset your air attack state if you have already performed one                               
-| ab | | +| ab   Allow passing through walls                                                                 
-| ac | Turn HAR towards the center of the arena |  +| ac   | Turn HAR towards the center of the arena                                                    
-| ad | | +| ad   Allow the HAR to turn in the held direction. Used in Katana's wall spin and Heel Stomp      
-| ae | Never used? | +| ae   | Never used?                                                                                 
-| af | Freeze opponent HAR for some time | +| af   | Freeze opponent HAR for some time                                                           
-| ag | | +| ag                                                                                               
-| ai | | +| ai   hit will launch                                                                             
-| am | with the enemy modifier, 'ame' is related to the bm tag and tells OMF when to stop walking | +| am   | with the enemy modifier, 'ame' is related to the bm tag and tells OMF when to stop walking  
-| ao | Nova death related, something to do with loose robot parts ? | +| ao   | Nova death related, something to do with loose robot parts ?                                
-| as | Makes the fire orb 'wander' in the fire pit | +| as   | Makes the fire orb 'wander' in the fire pit                                                 
-| at | Set the object's position be be 'behindthe HAR only used by chronosteleport+| at   Chronos Teleport.  Move 40 pixels behind the opponent unless you hold a direction, where it's randomly up to 30 pixels from a wall. 
-| aw | Can pass through walls during this frame? +| aw   Trigger an animation transition on wall contact                                             
-| ax | | +| ax   Ignore the ground and fall through the floor                                                
-| ar | Reverse player direction? | +| ar   | Reverse player direction?                                                                   
-| al | Never used? |+| al   | Never used?                                                                                 |
  
 ==== B ==== ==== B ====
Line 65: Line 65:
 | ::: | b = bs ? (bs + (bf - bs) * tick / ticksThisFrame) : bf | | ::: | b = bs ? (bs + (bf - bs) * tick / ticksThisFrame) : bf |
 | ::: | The bf value is set by the tags bb, bf, bj, bl, bm. These tags all also set some bflags which control the rendering effect. | | ::: | The bf value is set by the tags bb, bf, bj, bl, bm. These tags all also set some bflags which control the rendering effect. |
-| b1 | | +| b1 | Advances you to fight Fire, and on Fire's stage advances you to fight Ice 
-| b2 | |+| b2 | Breaks the grate on the floor of the Fire Pit, if it is breakable |
 | bb<n> | Vertical screen shake with magnitude n  | | bb<n> | Vertical screen shake with magnitude n  |
 | be | Block the end of the round, used in scrap/destruct  | | be | Block the end of the round, used in scrap/destruct  |
 | bf<n> | Blend finish with opacity n < 256  | | bf<n> | Blend finish with opacity n < 256  |
-| bh | |+| bh | Used in shadow grab, shadow scrap, chronos matter phasing and very extensively in gargoyle's scrap. Possibly used to ignore bounds checking |
 | bl<n> | Horizontal screen shake with magnitude n | | bl<n> | Horizontal screen shake with magnitude n |
 | bm<n> | Animation to play while doing something (walking to har for scrap is bm10) | | bm<n> | Animation to play while doing something (walking to har for scrap is bm10) |
Line 145: Line 145:
 | g | Set object Y coordinate to ground and zero out vertical velocity. Applied every tick. | | g | Set object Y coordinate to ground and zero out vertical velocity. Applied every tick. |
 | h | Zeroes out velocity for the frame. Applied every tick. | | h | Zeroes out velocity for the frame. Applied every tick. |
-| i | |+| i | Proceed to the next animation on hit OR block. |
  
 ==== J ==== ==== J ====
Line 153: Line 153:
 | jf2 | Frame can chain to destruction | | jf2 | Frame can chain to destruction |
 | jf | Frame can chain to scrap | | jf | Frame can chain to scrap |
-| jg | Every HAR uses this in the 'getupanimation, purpose unknown, might be 'grab' (like standing throw) |+| jg | Frame can chain to a 'throwmove |
 | jh | Frame can chain to a 'high' move, eg. roundhouse kick | | jh | Frame can chain to a 'high' move, eg. roundhouse kick |
 | jj | Frame can chain into an 'airborne' move (only used by katana's razor spin) | | jj | Frame can chain into an 'airborne' move (only used by katana's razor spin) |
Line 165: Line 165:
  
 ^ Tag ^ Notes ^ ^ Tag ^ Notes ^
-| k<n> | Related to knockback on hit, at least in footer strings |+| k    | Knocks you back but only if it is the first character of an enemy string and only if it wasn't a throw.  Invalid otherwise. | 
 +| k<n> | Perform a knockback on hit?  Unclear what it actually does |
 | l<n> | The volume of the sound. The range of n is 0 to 100 (0 effectively mutes the sound, no differences above 100) | | l<n> | The volume of the sound. The range of n is 0 to 100 (0 effectively mutes the sound, no differences above 100) |
  
Line 172: Line 173:
 ^ Tag ^ Notes ^ ^ Tag ^ Notes ^
 | ma<n> | Sets angle of new object in degrees. Velocity is then x=cos(ma), y=sin(ma). if n == 1000 then n := random(360) | | ma<n> | Sets angle of new object in degrees. Velocity is then x=cos(ma), y=sin(ma). if n == 1000 then n := random(360) |
-| mc | |+| mc | Only used by shadow, probably links the shadow projections to the HAR |
 | md<n> | Destroy animation n | | md<n> | Destroy animation n |
 | mg<n> | Gravity for the spawned animation, default is apparently 0. | | mg<n> | Gravity for the spawned animation, default is apparently 0. |
Line 211: Line 212:
 | pp<n> | Effect intensity | | pp<n> | Effect intensity |
 | ps | Update the color palette | | ps | Update the color palette |
-| ptd<n> | Effect fade-in time in ticks (0 - 128) | +| ptd<n> | Effect fade-in time in ticks (0 - 127) | 
-| ptp<n> | Effect constant max time in ticks (0-128) | +| ptp<n> | Effect constant max time in ticks (0-127) | 
-| ptr<n> | Effect fade-out time in ticks (0-128) |+| ptr<n> | Effect fade-out time in ticks (0-127) |
 | q<n> | Enable nth hit. A move can only hit once without this tag. In order to add additional hits, q tags must be present in ascending order. Duplicate q tags or descending q tags have no effect. | | q<n> | Enable nth hit. A move can only hit once without this tag. In order to add additional hits, q tags must be present in ascending order. Duplicate q tags or descending q tags have no effect. |
 | r |toggle a global Flip sprite horizontally  | | r |toggle a global Flip sprite horizontally  |
Line 220: Line 221:
 | sb<n> | Sound panning. The range of n is -100 (far left) to 100 (Far right). Value above 126 causes overflow to -128, value lower than -128 is capped to -128.  | | sb<n> | Sound panning. The range of n is -100 (far left) to 100 (Far right). Value above 126 causes overflow to -128, value lower than -128 is capped to -128.  |
 | sc<n> | sc0 is different from other sc tags -- This is possibly sound channel selection | | sc<n> | sc0 is different from other sc tags -- This is possibly sound channel selection |
-| sd | |+| sd | Appears to alter the behaviour of the sf tag, only used in intro.bk |
 | se<n> | similar to sl<n+1>, overrides sl if both sl and se are present in this frame. | | se<n> | similar to sl<n+1>, overrides sl if both sl and se are present in this frame. |
 | sf<n> | Sound frequency n. n has a range of -16 to 239, anything above 239 seems to overflow the frequency. | | sf<n> | Sound frequency n. n has a range of -16 to 239, anything above 239 seems to overflow the frequency. |
Line 248: Line 249:
 | ud | | | ud | |
 | ue | Damage opponent if on the ground. Used in earthquake smash. | | ue | Damage opponent if on the ground. Used in earthquake smash. |
-| uf | |+| uf | Only used by shadow grab (both forms) and shadow scrap. May have to do with opponent's ground state. |
 | ug | | | ug | |
 | uh | | | uh | |
openomf/animation_string.1739660903.txt.gz · Last modified: 2025/02/15 16:08 by katajakasa