You are viewing a potentially older version of this package. View all versions.
Chen-ChensHelpers-1.0.6 icon

ChensHelpers

This mod includes helpers that may aid other mod creators. Fully documented, so feel free to check it out.

Date uploaded 3 years ago
Version 1.0.6
Download link Chen-ChensHelpers-1.0.6.zip
Downloads 28708
Dependency string Chen-ChensHelpers-1.0.6

This mod requires the following mods to function

bbepis-BepInExPack-5.4.1905 icon
bbepis-BepInExPack

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

Preferred version: 5.4.1905
tristanmcpherson-R2API-4.3.5 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.3.5

README

Version Build License: GPL v3 Support Chen

GitHub issues GitHub pull requests Maintenance Status

Chen's Helpers

Description

A Risk of Rain 2 mod library of helpers that may aid other mod creators. This is mainly made for my own mods.

The library is fully documented.

How to use

Just download the package from Thunderstore and add the DLL and XML files as project reference. Move the DLL and XML files accordingly first before adding reference.

Documentation can be found in GitHub Pages.

Notable Features

  • Minion Ownership assignment with synchronization support and queuing system. The helper does it all instead of manually syncing them.
  • Different wave functions available, especially the sine wave.
  • Assets Manager which registers your custom Unity Asset and WWise sound bundles included in your mod.
  • General modding helpers for testing in-game, such as Pickup Droplet Generators and testing of WWise sounds.
  • Fetching + Adding Components to Game Objects. Easily fetch or add the component in a single line of code.
  • Easily implement Queuing Systems.
  • ... and many more. Check the documentation.

Contact