8000 GitHub - RL2-API/RL2.API: A work in progress Rogue Legacy 2 modding API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RL2-API/RL2.API

Repository files navigation


RL2.API
Github Release Docs Website

RL2.API is a modding API for Rogue Legacy 2. It requires RL2.ModLoader to function.

Installation

  1. Follow the installation guide for RL2.ModLoader
  2. Download the latest release of RL2.API
  3. Unpack the .zip into the GameInstallation\Rogue Legacy 2_Data\Mods directory
  4. Run the game once to let the mod loader recognise the mod

Build from source

  1. Make sure you installed RL2.ModLoader
  2. Clone this repository
  3. Run setup.sh
  4. Build the project either via Visual Studio, or dotnet build -c Release
    • This will build the mod and copy it to the proper directory, so that it's ready to be enabled in game.

Using RL2.API as a dependency

  1. Obtain RL2.API.dll and RL2.API.xml by following either the "Installation" or "Build from source" section.
  2. Add it as a reference in your .csproj like this:
<ItemGroup>
	<Reference Include="YourPath\To\RL2.API.dll" />
</ItemGroup>

About

A work in progress Rogue Legacy 2 modding API

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  
0