-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from icebound777/release_candidate/0.27.0
0.27.0 to main
- Loading branch information
Showing
42 changed files
with
884 additions
and
299 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
# Changelog | ||
|
||
## 0.27.0 (beta) | ||
|
||
### Feature Changes | ||
|
||
* Removed `Star Hunt` option and reworked Power Stars: | ||
* `Star Way Spirits Needed` and `Star Way Power Stars Needed` options now determine how many spirits and power stars are needed to open Star Way. Any combination is valid, like 7 spirits & 0 power stars, 0 spirits & 50 power stars, 4 spirits & 30 power stars etc. | ||
* `Seed Goal` option | ||
* Select between "Defeat Bowser" and "Open Star Way" | ||
* "Open Star Way" is basically the old `Star Hunt Ends Game` setting, but can now be used while also requiring star spirits to open the teleporter. | ||
* `Shuffle Star Beam` option | ||
* Turns the Star Beam into an item and shuffles it into another location | ||
* Picking up the Star Beam item unlocks the Star Beam ability in battle, but does not increase the star power gauge or unlock any other star power ability | ||
* The Star Beam cutscene in Star Haven instead offers a different item | ||
* Hallway Bowser gets dialogue hinting at the location of the Star Beam, if Mario reaches him without having found the Star Beam. This dialogue plays even during `Cutscene Mode: Minimal` | ||
* `Star Beam Spirits Needed` and `Star Beam Power Stars Needed` options | ||
* Allows setting requirements for getting the item in the Star Beam item location in Star Haven | ||
* Can be combined with the new `Shuffle Star Beam` option | ||
(Note: The `Require Specific Spirits` and `Limit Chapter Logic` options only affect opening Star Way, not acquiring the Star Beam) | ||
* New sign posts on Shooting Star Summit and in Star Sanctuary will now spell out the requirements. If the unlock is free, that is it needs 0 Star Spirits and 0 Power Stars, the respective sign post will instead not spawn at all | ||
* Reworked the pause menu Power Stars counter | ||
* This counter is hidden if there are no Power Stars placed in the seed | ||
* The icon in front of the "\<current> / \<max>" display now shows which unlock is coming up next: | ||
Either a Shooting Star icon for "Star Way", the Star Beam icon for "Star Beam", and if both of those are already unlocked, a Power Star icon | ||
* The max value in the "\<current> / \<max>" display now also refers to the unlock that's coming up next | ||
* Example: Mario needs 10 Power Stars to open Star Way, 20 to get the Star Beam, and 35 total are placed in the seed. Then the Power Star counter will show: | ||
* "[Shooting Star icon] \<current> / 10", if Mario has less than 10 Power Stars, | ||
* "[Star Beam icon] \<current> / 20", if Mario has 10 or more, but fewer than 20 Power Stars, | ||
* "[Power Star icon] \<current> / 35", if Mario has 20 or more Power Stars | ||
|
||
### Logic changes | ||
|
||
* While `Keyitems Outside Dungeon` (aka Keysanity) is turned off, the FP Plus chest in the Koopa Bros. Fortress area is no longer a valid location for Koopa Fortress Keys | ||
* Now expects Watt for traversing the dark caves in Bowser's Castle | ||
* Now expects having enough star spirits and power stars to both open Star Way and get the Star Beam, to get past chapter 8 Jr. Troopa and Hallway Bowser (only relevant in prep for entrance rando) | ||
|
||
### Tricks & Glitches | ||
|
||
* New options | ||
* "Volcano Sushie Glitch w/ Goombario save block storage" | ||
* "Chapter 7 bridge w/ SuperBoots" | ||
* "Prologue Repel Gel early" (Parakarry-only and Lakilester-only versions) | ||
* "Sewers Metal Block Room Super Block w/ clippy" | ||
* "Kooper Puzzle Skip" | ||
* "Ruins Stones Skip" | ||
* "Wattless chapter 4 dark room" | ||
* "Clippy Green Station Multicoin Block" | ||
* Removed options | ||
* Flarakarry (Bombette) (due to it possibly causing a softlock) | ||
|
||
### Bug Fixes | ||
|
||
* Fix a bug that could rarely cause unintended item prices for shop items in Dry Dry Outpost if `Randomize Puzzles` and `Include Shops` were turned on | ||
* Lower logical star piece requirements for some of Merlow's trades (the original calculations were off) | ||
* Fix broken seed generation if both `Mystery Only` and `Random Puzzles` are turned on | ||
* Homeward Shroom now properly reloads the music if the munching SFX is skipped by unpausing manually | ||
* Fix entrance rando issues with having Watt/Sushie/Lakilester active through certain loading zones | ||
* Fix counting star spirits twice during same-seed multiplayer | ||
* Fix Russ T. giving the toy box colored boxes code w/o having handed in the Dictionary first | ||
* (console only) Fix vanilla freeze when trying to Tidal Wave during phase 2 of the Lava Piranha battle if there are Petit Piranhas alive | ||
* Fix Kent C. Koopa breaking the coin cap when handing back the 50 coins when defeated after paying him | ||
* Fix frozen camera during Kooper's Shell turn-in cutscene | ||
|
||
### Miscellaneous | ||
|
||
* Renamed some locations in the spoiler log for clarity | ||
|
||
### Additional Technical Changelog | ||
|
||
* Added ModFlag `1100` which gets set to True once the current seed goal is reached | ||
* Split up chapter 8 progress byte into flags | ||
* Adding the Star Beam item on item id `0x27F` shifts up all item ids above that by one | ||
* With the Star Beam item a new item type `STARPOWER` is added and referenced within the seed generator | ||
* New DBKey `StarBeamArea`: Has to be set by the generator to the area id of the area the Star Beam gets shuffled to. This is referenced by Hallway Bowser's hint dialogue. If an invalid area id is provided, Bowser will state that the Star Beam can be found in Rogueport. | ||
* Generator will throw a new `ItemPoolTooSmallError` if the settings make it remove more items from the trash item pool (to make place for Power Stars, Pouches etc.) than there are items in the trash item pool to begin with | ||
* To have the generator pick a random number of Magical Seeds to open the Flower Gate, now set `MagicalSeedsRequired` to `-1` (was: set `MagicalSeedsRequired` to `5`) | ||
* Yaml settings changes: | ||
* Goal Settings | ||
* Removed `StarHunt` | ||
* Renamed `StarHuntRequired` to `StarWayPowerStarsNeeded` | ||
* Removed `StarHuntEndsGame` | ||
* Added `SeedGoal` | ||
* Added `StarBeamSpiritsNeeded` | ||
* Added `StarBeamPowerStarsNeeded` | ||
* Added `ShuffleStarBeam` | ||
* Tricks & Glitches | ||
* Removed `ParakarrylessFlarakarryBombette` | ||
* Added `ClippySewersUpgradeBlock` | ||
* Added `Chapter7BridgeWithSuperBoots` | ||
* Added `RuinsStoneSkip` | ||
* Added `ClippyGreenStationCoinBlock` | ||
* Added `WattlessDarkRoom` | ||
* Added `VolcanoSushieGlitchGoombario` | ||
* Added `KooperPuzzleSkip` | ||
* Changed logical Star Piece requirements for Merlow rewards: | ||
* Reward 2 (20sp): `23` is now `22` | ||
* Reward 4 (40sp): `47` is now `45` | ||
* Reward 6 (60sp): `68` is now `67` | ||
* Spoiler log location renaming: | ||
* `Plaza District - Merlon House Stomping` is now `Plaza District - Merlon House Stomp x3` | ||
* `Plaza District - Rowf's Calculator Reward` is now `Plaza District - Rowf Calculator Reward` | ||
* `Koopa Village 2 - Koopa Koot Reward 1` is now `Koopa Village 2 - Favor 1 Reward (KoopaLegends)` | ||
* `Koopa Village 2 - Koopa Koot Reward 2` is now `Koopa Village 2 - Favor 2 Reward 1 (SleepySheep)` | ||
* `Koopa Village 2 - Koopa Koot Silver Credit` is now `Koopa Village 2 - Favor 2 Reward 2 (SleepySheep)` | ||
* `Koopa Village 2 - Koopa Koot Reward 3` is now `Koopa Village 2 - Favor 3 Reward (Tape)` | ||
* `Koopa Village 2 - Koopa Koot Reward 4` is now `Koopa Village 2 - Favor 4 Reward (KoopaTea)` | ||
* `Koopa Village 2 - Koopa Koot Reward 5` is now `Koopa Village 2 - Favor 5 Reward (LuigiAutograph)` | ||
* `Koopa Village 2 - Koopa Koot Reward 6` is now `Koopa Village 2 - Favor 6 Reward (Wallet)` | ||
* `Koopa Village 2 - Koopa Koot Reward 7` is now `Koopa Village 2 - Favor 7 Reward (TastyTonic)` | ||
* `Koopa Village 2 - Koopa Koot Reward 8` is now `Koopa Village 2 - Favor 8 Reward (MerluvleeAutograph)` | ||
* `Koopa Village 2 - Koopa Koot Reward 9` is now `Koopa Village 2 - Favor 9 Reward (News)` | ||
* `Koopa Village 2 - Koopa Koot Reward 10` is now `Koopa Village 2 - Favor 10 Reward 1 (LifeShroom)` | ||
* `Koopa Village 2 - Koopa Koot Gold Credit` is now `Koopa Village 2 - Favor 10 Reward 2 (LifeShroom)` | ||
* `Koopa Village 2 - Koopa Koot Reward 11` is now `Koopa Village 2 - Favor 11 Reward (NuttyCake)` | ||
* `Koopa Village 2 - Koopa Koot Reward 12` is now `Koopa Village 2 - Favor 12 Reward (Bob-ombs)` | ||
* `Koopa Village 2 - Koopa Koot Reward 13` is now `Koopa Village 2 - Favor 13 Reward (OldPhoto)` | ||
* `Koopa Village 2 - Koopa Koot Reward 14` is now `Koopa Village 2 - Favor 14 Reward (Koopasta)` | ||
* `Koopa Village 2 - Koopa Koot Reward 15` is now `Koopa Village 2 - Favor 15 Reward (Glasses)` | ||
* `Koopa Village 2 - Koopa Koot Reward 16` is now `Koopa Village 2 - Favor 16 Reward (Lime)` | ||
* `Koopa Village 2 - Koopa Koot Reward 17` is now `Koopa Village 2 - Favor 17 Reward (KookyCookie)` | ||
* `Koopa Village 2 - Koopa Koot Reward 18` is now `Koopa Village 2 - Favor 18 Reward (Package)` | ||
* `Koopa Village 2 - Koopa Koot Reward 19` is now `Koopa Village 2 - Favor 19 Reward (Coconut)` | ||
* `Koopa Village 2 - Koopa Koot Reward 20` is now `Koopa Village 2 - Favor 20 Reward (RedJar)` | ||
* `Outpost 1 - Store Legend` is now `Outpost 1 - Store Legend (RedJar Code)` | ||
* `N1W3 Special Block - Hit Block` is now `N1W3 Special Block - Hit Block x1` | ||
* `N1W3 Special Block - Hit Block Plenty` is now `N1W3 Special Block - Hit Block x5` | ||
* `N1W3 Special Block - Hit Block Very Much` is now `N1W3 Special Block - Hit Block x10` | ||
* `Record Room - Beat Boo Game` is now `Record Room - Boo Ring Game` | ||
* `(East) Old Well - Well Reward` is now `(East) Old Well - Well BlueBerry Reward` | ||
* `Shiver City Center - Toad House Breakfast` is now `Shiver City Center - Sleep At Toad House` |
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.