Add PICO-8 TAS and supporting code.#6
Open
BenLubar wants to merge 1 commit intoShootMe:masterfrom
BenLubar:pico-8
Open
Add PICO-8 TAS and supporting code.#6BenLubar wants to merge 1 commit intoShootMe:masterfrom BenLubar:pico-8
BenLubar wants to merge 1 commit intoShootMe:masterfrom
BenLubar:pico-8
Conversation
- PICO-8 runs at 30 FPS, so inputs are only updated every other frame. - Ignore loading frames while single-stepping. - Add a status readout for PICO-8 to Celeste.Studio including a generated level name. The TAS is probably suboptimal in a lot of places. However, the red balloons spawn at random y-offsets, and there's no way to predict or manipulate the RNG without external tools, so the TAS attempts to hit the middle of each balloon even in cases where it could save a few frames by dashing sooner.
Owner
|
Probably won't include this. There are already TAS's for the original game and CelesteTAS was meant more for the new game. |
ShootMe
pushed a commit
that referenced
this pull request
Mar 18, 2019
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The TAS is probably suboptimal in a lot of places. However, the red balloons spawn at random y-offsets, and there's no way to predict or manipulate the RNG without external tools, so the TAS attempts to hit the middle of each balloon even in cases where it could save a few frames by dashing sooner.