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

ChensHelpers

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

Date uploaded 2 years ago
Version 1.0.13
Download link Chen-ChensHelpers-1.0.13.zip
Downloads 6821
Dependency string Chen-ChensHelpers-1.0.13

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.

It contains easy helpers for debugging and improve quality of life coding for modding Risk of Rain 2.

The library is fully documented.

How to use

Use Thunderstore Mod Manager to install this mod.

If one does not want to use a mod manager, then get the DLL from Thunderstore.

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 List Processors and Queue Processors.
  • Easily replace generic models of certain game objects with custom ones.
  • Extensions to C# Enumerable and native Objects, such as easily converting an array to a List.
  • Quick access to the host player object of the game when catering to multiplayer features.
  • Extension to BepInEx loggers, such as allowing to print an array easily by calling just one method.
  • Easy to implement Generic Content Pack Provider for adding new CharacterBody and CharacteMaster prefabs.
  • Easily create a deep copy of any component.
  • Quickly replace shaders to map with Risk of Rain 2's shaders.
  • ... and many more. Check the documentation.

Contact