Nebby-ExampleVariantPack icon

ExampleVariantPack

An Example variant pack, includes how to create Variants in Thunderkit

Last updated 4 years ago
Total downloads 216
Total rating 1 
Categories Mods Tools Enemies
Dependency string Nebby-ExampleVariantPack-0.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

tristanmcpherson-R2API-3.0.43 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.43
bbepis-BepInExPack-5.4.9 icon
bbepis-BepInExPack

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

Preferred version: 5.4.9
Nebby-VarianceAPI-0.0.1 icon
Nebby-VarianceAPI

A Continuation of Rob's MonsterVariants, VarianceAPI lays down the groundwork for virtually anyone to create their own variants.

Preferred version: 0.0.1

README

Example Variant Pack

The example variant pack is a simple variant pack designed to showcase how the mod works.

Despite the lack of comments and a proper guide, it still showcases a few things:

1.- How to use the VariantInfoHandler, which allows you to easily add Variants created in Thunderkit 2.- How to create a very simple variant in Thunderkit 3.- How to create a very simple variant in code

Currently it adds 2 variants, these variants are not intended to be balanced nor fun in any shape or form, they mostly exist as a showcase of what can be done with the API.

ToDo:

* Create proper Documentation

* Eventually Transform this into a Boilerplate for variants.

Changelog

'0.0.2'

  • Updated to use the latest methods from VarianceAPI

  • Next update will come with a lot of comments in the code for the coded creation of Variants

'0.0.1'

  • Initial Release