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

Feature: Add alternative way to take on Kefka's Tower - "The KT Gauntlet" #60

Open
wants to merge 69 commits into
base: main
Choose a base branch
from

Conversation

kielbasiago
Copy link

@kielbasiago kielbasiago commented Oct 20, 2022

This adds a different take on the KT skip, allowing the player to fight the five bosses back-to-back before being dropped into the final switch room.

It may be worth noting this was originally branched off of feature/mix-statues-bosses so some code may look familiar/redundant here

Here's a 3 minute video showing it in action: https://www.youtube.com/watch?v=dtlHM_naEoo

Additional Changes

  • Added utility functions that were used throughout the creation of the gauntlet (adding save points, disabling warp on maps, things like that)
  • Refactored dialogs to auto allocate known available unused dialogs self.dialogs.create_dialog("text")
  • Added a lot of cutscenes

Flags to test

-open -oa 90.0.0 -sc1 terra -sc2 locke -sc3 celes -debug

You will one shot any bosses with -debug on, and immediately unlock the gauntlet

nolanlocke and others added 30 commits January 17, 2022 07:09
Preview: https://youtu.be/wgBJHPq3p6o (Just me clearing KT while playing at 200-400%)
 
Added the following KT boss locations as objective conditions:
- Kefka's Tower Ambush
  - Inferno
  - Bit 59
- Kefka's Tower Guardian
  - Guardian
  - Bit 60
- KT Left Triad Statue
  - Doom
  - Bit 61
- KT Mid Triad Statue
  - Poltergeist
  - Bit 62
- KT Right Triad Statue
  - Goddess
  - Bit 63


## Testing
Used the following flags to test the five encounters: `-oa 40.1.1.11.59 -ob 40.1.1.11.60 -oc 40.1.1.11.61 -od 40.1.1.11.62 -oe 40.1.1.11.63`
@kielbasiago kielbasiago marked this pull request as ready for review October 21, 2022 22:05
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.

None yet

2 participants