Skip to content

Releases: CoolModder/Towerfall-Redemption

v1.1.0-Menu

11 Jan 02:53
24cdfa6
Compare
Choose a tag to compare

@lynconEBB @Terria-K Feat. Menu Variants is now compatible with Fortrise new version! #16
MenuVariantsMod now supports modern versions of FortRise!

TowerBall V0.3.1

06 Apr 18:55
886736e
Compare
Choose a tag to compare

Changelog:

  • Load level outside of TowerBall crashes. And updates GameMode format. by @Terria-K in #13
  • Centered Timer in Widerset
  • Added No Dunking Variant

Seasonal Chest Mod v1.2.0

10 Mar 14:24
dba2d6b
Compare
Choose a tag to compare
  • Changed TF birthday cake date
  • Added New Years
  • Fixed Atlas Loading

Oops, All Arrows Mod 5.5.0

30 Dec 15:26
7c4cc19
Compare
Choose a tag to compare

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

28 Oct 01:29
52a972c
Compare
Choose a tag to compare

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

27 Oct 01:35
b3ba898
Compare
Choose a tag to compare

Fixed Loading Atlas
EDIT:
Fixed Pumpkin Chests

TowerBall V.2.0.0

13 Sep 01:32
456c763
Compare
Choose a tag to compare

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

16 Jul 15:21
d8c74da
Compare
Choose a tag to compare

Now compatible with Custom Archer Loader

No Seek Quest V1.0.0

12 Jul 22:31
f226154
Compare
Choose a tag to compare

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

03 Jul 15:00
d62578a
Compare
Choose a tag to compare

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