Skip to content

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.#6
BenLubar wants to merge 1 commit intoShootMe:masterfrom
BenLubar:pico-8

Conversation

@BenLubar
Copy link
Copy Markdown
Contributor

  • 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.

- 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.
@ShootMe
Copy link
Copy Markdown
Owner

ShootMe commented Apr 27, 2018

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
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

Successfully merging this pull request may close these issues.

2 participants