-
Notifications
You must be signed in to change notification settings - Fork 19
Plowerhouse tricky dodge and cross while farming strats #2143
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the second jump (the first is bad too) is also an insane jump and a walljump doesn't help with that (because the later holtz blocks the way), so I think trickyDodge would instead take safer path that costs a second.
And I'm not sure how to get 325 because my 3 jumps add up to 310. And doing anything else is over 330.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the last jump is done too badly then the Holtz would get in your way yeah, but still a wall jump goes a long way to make it more lenient, because there is a big window where you clear the Holtz but wouldn't make the jump: https://videos.maprando.com/video/7100 . The last jump is the one where the wall jump helps most I think, since the earlier jump can be avoided by just doing a safer version that does an extra jump. This is an example of what I was thinking an Expert-level execution could look like: https://videos.maprando.com/video/7114. That's 367 heat frames, which is fairly close to what we'd get with the multiplier: 325 * 1.15 = 373.75.
Even with making the two big jumps walljumpless, there's a lot of movement details that make the frame count vary fairly continuously. E.g. there's the "unimportant" jump in the middle which I tend to take more safely (i.e. jump a bit early, with lower speed). Even the big jumps have a range of speeds that work, and I probably tend to do them a bit on the lower-speed side, e.g. because I'm not breaking spin quite at the start of the possible runway. There's also the turnaround that can be done when entering the room, which isn't required but which I find makes the first jump a lot more reliable. The 320 frames in my video is one of my best attempts: https://videos.maprando.com/video/7099 . On my attempts that didn't need a wall jump (which most of them did) I was usually getting something in the 330-340 range. Here's what a more typical one looks like for me: https://videos.maprando.com/video/7115. But I wouldn't claim to have Insane-level movement, so if you think 310 is reasonably reliable at an Insane level we could tighten it to that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The energy cost was appropriate for Expert.
I want to justify the strat for insane if you don't have canInsaneJump. Extreme without insanejump would be more possible a setting and too tight for safety hops. It's not really important because the farm strat, or a partial farm, is easier when it comes to the middle jump. I also just saw that you can save the middle jump with a fast walljump so the requirements would fit.
Really, I was wondering how to represent Expert at that frame count without depending on multiplier, and if I wrote other strats with cycle components that are too lenient in this way.
You don't have to turn around at the start of the room. I don't like doing the room that way, with 3 tight jumps, but it is how I get 306s.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://videos.maprando.com/video/7116
Wheres 1 walljump is usually 20f slower.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, yeah, if I skip the turnaround, I'm able to get 305-306 frames on a good attempt. So looks like that explains the difference, and makes sense because 2 turnarounds would be 2 * 8 = 16 frames. Also the turnaround doesn't really seem helpful after all: testing it out, I'm seeing that either way you have a 2-frame window for the jump (with a zero-momentum entry). And if you have even a few pixels worth of momentum, then the version without the turnaround gives you a 3rd frame that will land on the edge of the bug pipe (which is slower but survivable). I guess maybe the turnaround was just slowing the strat down, making it easier to mentally prepare; but we don't include heat frames for that kind of thing anywhere else. So tightening it to 310 sounds good.
I think of the walljump as not really an intentional part of the strat but just an option that's there to fall back on for lenience; so I was thinking of the heat frames as already being included in the multiplier, if that makes sense? But adding 20 more frames for that case can also make sense, if that's what you were suggesting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tech being the lenience instead of more heat frames works for me.