You are viewing a potentially older version of this package. View all versions.
AsterAether-AetherLib-0.2.4 icon

AetherLib

A utility library for BepInEx RoR2 mods

Date uploaded 4 years ago
Version 0.2.4
Download link AsterAether-AetherLib-0.2.4.zip
Downloads 2077
Dependency string AsterAether-AetherLib-0.2.4

This mod requires the following mods to function

tristanmcpherson-R2API-2.3.20 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.3.20
bbepis-BepInExPack-3.0.0 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 3.0.0

README

AetherLib Build Status

by Aster

A utility library for BepInEx RoR2 mods.

Contents

Util.Reflection

Contains helper classes for easily using reflection.

Util.Config

Provides additional wrappers for config values, extending their usability. Built mostly on the basis of changing values, so it includes things like storing the original vanilla value, and patching a field through reflection.

Installation

  • Copy the included AetherLib.dll into your BepInEx plugins folder.

Changelog

  • v0.2.4: - Updated dependencies.
  • v0.2.3: - Removed Refection methods already existing in R2API
  • v0.2.2: - Updated to new game version.
  • v0.2.0: - Added FieldConfigWrapper, a Wrapper that can patch a fields through reflection.
  • v0.1.3: - Fixes for float parsing when string is invalid.
  • v0.1.2: - Added files for Travis deploy, and changed float parsing. in config