imbuedl

Backflip Bank Clip Notes

Jan 4th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Backflip Bank Clip Notes
  2.  
  3. options:
  4.  
  5. backflip frame affects whether or not you get -14 or -15 y velocity on the first explosion frame
  6.  
  7. For each angle in corner, test the following initial positions...
  8. Initial_Positions = ['Nothing', 'Forward Thrust', 'Forward Thrust, Untarget ASAP', 'Untargeted Horizontal Slash', 'Untargeted Horizontal Slash, Shield', 'Untargeted Right Slash', 'Untargeted Right Slash, Shield', 'Targeted Vertical Slash', 'Targeted Vertical Slash, Untargeted ASAP' 'Dry Roll']
  9.  
  10. could also turn 180, do slash, then turn 180 again....
  11.  
  12. (could in theory try permutations of length 2 or so for more initial positions, but already have plenty of options and these are faster anyway)
  13.  
  14. for each initial position do:
  15. - get isg and create a new savestate
  16. - straight down backflip
  17. - then there is a list of possible frames to hold a new direction on (check that you land on the banker; i.e. y pos = 133) and check how long it takes to reach -2 y velocity to figure out what frame to backflip on for each direction you can hold
  18. - Direction options: ['Up', 'Up + Target', 'Right', 'Right + Target']
  19. for each direction, test both -14 and -15 y velocity
  20. if clip: Test left JS (if it doesn't work, can test others manually I suppose; can maybe test neutral, up, down, and right)
Add Comment
Please, Sign In to add comment