Skip to content

Releases: RL2-API/RL2.API

v2.0.0

20 Aug 09:30

Choose a tag to compare

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

16 Dec 07:22

Choose a tag to compare

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

26 Nov 16:09

Choose a tag to compare

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

13 Oct 13:04
8333d9d

Choose a tag to compare

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

09 Aug 06:27

Choose a tag to compare

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

04 Aug 15:01

Choose a tag to compare

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