Releases: CoolModder/Towerfall-Redemption
v1.1.0-Menu
@lynconEBB @Terria-K Feat. Menu Variants is now compatible with Fortrise new version! #16
MenuVariantsMod now supports modern versions of FortRise!
- Updated deprecated loading functions
- Fixed the menu
A later update will release.
Full Changelog: v3.1.0-Ball...v1.1.0-Menu
TowerBall V0.3.1
Seasonal Chest Mod v1.2.0
- Changed TF birthday cake date
- Added New Years
- Fixed Atlas Loading
Oops, All Arrows Mod 5.5.0
FortRise 4.7.0+ compatibility!
Changelog:
- Changes to Boomerang Arrows
- Bug fixes for Bait
- New Arrow: Nyan
- Graphical fixes
Oops, All Arrows Mod V5.0.0
For FortRise versions <4.70
Dropped Variety Pack and Spawn in Towers.
Please migrate away from adding arrows through the mod interops, as the current support is now removed until further notice.
Add variants like this:
public override void OnVariantsRegister(VariantManager manager, bool noPerPlayer = false)
{
base.OnVariantsRegister(manager, noPerPlayer);
//Replace with your arrow type and textures...
manager.AddArrowVariant(RiseCore.ArrowsRegistry["Ice"], VariantAtlas["variants/startWithIceArrows"], VariantAtlas["variants/excludeIceArrows"]);
}
And to add arrows to towers:
public static void CreatePickups()
{
OnTower Patcher;
//Replace Darkfang with level name, no spaces
Patcher.VERSUS_Darkfang.IncreaseTreasureRates(RiseCore.PickupRegistry["Ice"].ID);
}
Seasonal Chest Mod v1.1.1
Fixed Loading Atlas
EDIT:
Fixed Pumpkin Chests
TowerBall V.2.0.0
4.1.0 and WiderSetMod Support from Terria!
Various Bug Fixes, and compatibility with Oops, All Arrows Mod.
What's Changed
- Added support for v4.1.0 and Wide sets for TowerBall. by @Terria-K in #2
- Ball no longer destroyed in lava.
- Respawn delay added back in.
- No longer crashes with Oops, All Arrows Mod when Chest releases BasketBall.
Full Changelog: v3.1.0-Arrows...v2.0.0-Ball
Warlord's Return V.1.5.0
Now compatible with Custom Archer Loader
No Seek Quest V1.0.0
Finally have four mods!
This is smaller mod, directed to challenge players who've done it all. This adds the no seek variant into quest and dark world, togglable from settings.
MenuVariants v2.5.0
DOES NOT WORK CURRENTLY DUE TO ATLAS LOADING CHANGES! DISABLE!
No more reloading the game to see menu/bezel changes. Quality of Life;
Install: Drag the extracted folder to TowerFall/Mods
There are two folders inside, Custom Logos, and Custom Bezels. Drag them to Content/Mod.
You are now all set