Skip to content

Releases: RL2-API/RL2.API

v2.1.0

Choose a tag to compare

@TacoConKvass TacoConKvass released this 05 Mar 14:52

New release of RL2.API

Full changes from the previous version can be found here

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods

Notes from the team

We are happy to give modders new tools for content addition in this update, this time introducing custom Burdens and Soul Shop upgrades!

Happy modding!

v2.0.0

Choose a tag to compare

@TacoConKvass TacoConKvass released this 20 Aug 09:30

New release of RL2.API

Full changes from the previous version can be found here

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods

Notes from the team

This is a big step in RL2 modding, as we can finally offer modders the possibility of adding content to the game.
This update introduces:

  • Adding Relics
  • Adding Traits, and
  • Modifying sets of Summon Rules for Scar Challenges.

Unfortunately, all mods which were made for RL2.API v1.1.2 and below, are incompatible with the new version.

Porting notes

The fix in most cases is very simple, only requiring modders to add .Event to every subscription to the event they use. Example:

// Old
Player.Ability.ModifyData += method;
Enemy.ModifyBehaviour += method;
// New
Player.Ability.ModifyData.Event += method;
Enemy.ModifyBehaviour.Event += method;

v1.1.2

Choose a tag to compare

@TacoConKvass TacoConKvass released this 16 Dec 07:22

New release of RL2.API

Changes from the previous version can be found here

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods

v1.1.1

Choose a tag to compare

@TacoConKvass TacoConKvass released this 26 Nov 16:09

New release of RL2.API

Changes from the previous version can be found here

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods

v1.0.0

Choose a tag to compare

@TacoConKvass TacoConKvass released this 13 Oct 13:04
8333d9d

New release of RL2.API

Changes from the previous version can be found here

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods

v0.2.0

Choose a tag to compare

@TacoConKvass TacoConKvass released this 09 Aug 06:27

New release of RL2.API

Changes from the previous version can be found here

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods

v0.1.0

Choose a tag to compare

@TacoConKvass TacoConKvass released this 04 Aug 15:01

New release of RL2.API

How to use:

  • Install RL2.ModLoader
  • Run the game once
  • Download RL2.API.zip and unpack it into Game_Installation_Path/Rogue Legacy 2_Data/Mods