Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ExampleVariantPack
An Example variant pack, includes how to create Variants in Thunderkit
| Date uploaded | 5 years ago |
| Version | 0.0.2 |
| Download link | Nebby-ExampleVariantPack-0.0.2.zip |
| Downloads | 139 |
| Dependency string | Nebby-ExampleVariantPack-0.0.2 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.9Nebby-VarianceAPI
A Continuation of Rob's MonsterVariants, VarianceAPI lays down the groundwork for virtually anyone to create their own variants.
Preferred version: 0.0.1README
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