Fixes for 47.X + Updates for 48.X + 49.X#23
Open
Derpy-Jacob-903 wants to merge 14 commits intomend-dev:masterfrom
Open
Fixes for 47.X + Updates for 48.X + 49.X#23Derpy-Jacob-903 wants to merge 14 commits intomend-dev:masterfrom
Derpy-Jacob-903 wants to merge 14 commits intomend-dev:masterfrom
Conversation
Now uses a *Native Patch* on `Bloon.Degrade`, which is need b/c the Harmony patch crashes the game now :) > Credit to GrahamKracker for figuring this out <3 Added Last Resort and Enchanted Glade. > Enchanted Glade uses #Ouch's image b/c the `VanillaSprites` Enum is missing that map's image. Fix both uses of `BloonWorthMutator` missing a `bloonPropertiesToRemove` value. (Rubber to Gold was changed)
Think this should fix bosses not spawning outside of BTD6Rogue's modes (i.e. Boss Challenge)
dustinsoftware
left a comment
There was a problem hiding this comment.
Thanks so much! This fixed the mod on 47.
+ Fixed Enchanted Glade's Map Image + Added Spa Pits Map + Added Spike Factory Paragon
Contributor
Author
|
Some Updates for 48.X!
|
Fixes Boss Challenge/Rush and Mini/Final Boss tiles in Rogue Legends
Contributor
Author
|
49.X Todo list:
|
Added Silas and support for Dirk the Dino. > **All** modded Heroes should be supported now. Added support for `OGDarksTowers`. Added support for `Powers In Shop` > Defaults to only Banana Farmers & Techbots. Added support for Powers Pro as Towers > Requires `Powers-In-Shop`, Defaults to disabled. Moved `Tower` folder to `Towers`. RoundManager drives me insane. > don't use the restart button. it fucks shit up later.
7660b00 to
d66f024
Compare
Forgot `OGDarksTowers` had paragons :clown: also fixed a bug where `CreateTowerChoiceData` tried to make a `TowerChoice` for tier 4/5 Powers Pro (and logging failing to do so.)
d66f024 to
172875c
Compare
5b54a5f to
4996bb2
Compare
…o set up the boss UI mod is fucked until someone figures out another way to get the game to set up the boss UI (see `InGame_Initialise.cs`)
buggy but at least doesn't crash now
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.
Now uses a Native Patch on
Bloon.Degrade, which is need b/c the Harmony patch crashes the game now :)Added Last Resort and Enchanted Glade.
Fix both uses of
BloonWorthMutatormissing abloonPropertiesToRemovevalue.