Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow replays to begin before the training dummy is actionable #3

Closed
V-D-X opened this issue Feb 8, 2020 · 7 comments
Closed

Allow replays to begin before the training dummy is actionable #3

V-D-X opened this issue Feb 8, 2020 · 7 comments

Comments

@V-D-X
Copy link

V-D-X commented Feb 8, 2020

There are certain option selects that can only be done by holding directions/doing motions before your character is actionable. Guard jumping is the most important example of this, but can also apply to things such as delayed DP/super out of block. Adding this would also allow you to add command inputs like DP/super to the replay slots, which would let you practice doing things like microblock >throw on your enemy's wakeup

10 frames before being actionable should be plenty of time to do most commands if they're entered frame by frame

@Grouflon
Copy link
Owner

Grouflon commented Feb 10, 2020

I think that's a great idea, but I'm not sure about manually entering the commands frame by frame. I can't really figure out a way of making it practical in terms of user interface...
What do you think about just setting up a number of offset frames (positive or negative) for each slot into the recording settings pannel ?

@V-D-X
Copy link
Author

V-D-X commented Feb 10, 2020

Entering replays frame by frame is already plenty doable if you use the emulator's pause and frame advance functions

I think an offset for each slot would work well, it'd address this issue and be a nice alternative way to make the dummy block for a specific amount of time before starting a replay

@Grouflon
Copy link
Owner

I'll go for the offset for now. I really like the fact that you can use every feature of the training mode with a regular controller and I would rather not compromize on this if possible.
I would be curious about your feedback on it as a user though. I'll keep you aware of when I find the time to implement it.

@V-D-X
Copy link
Author

V-D-X commented Feb 14, 2020

Speaking of the Offset replay start feature, would it be hard to allow the user to randomize the delay between two arbitrary values? You could use this to practice reacting to whatever you set the replay as, either by whiff punishing, reversaling, anti airing, or whatever else you can think of

@Grouflon
Copy link
Owner

What I have in mind is being able save recorded sequence from a slot to individual files, and then being able to reload them at any time to any slot.
With that, you could load your sequence into different slots, put a different delay in each slot, and then use the regular randomized replay to achieve what you want, without having to add a specific randomizing feature. This seems more powerful to me

@V-D-X
Copy link
Author

V-D-X commented Feb 16, 2020

I would say that's good, but what would I do if I wanted to practice reacting to more than one option? That would cut the 8 timing variations in half at least. If you feel like other features are more important to prioritize I'd definitely agree, but I still think there's merit for an individual random delay for each slot, or at least a global randomized delay for all the different replays.

@V-D-X
Copy link
Author

V-D-X commented Apr 9, 2020

Works great in the new version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants