![]() |
VOOZH | about |
dotnet add package Gurrenm3.Reloaded.ModHelper --version 1.1.2
NuGet\Install-Package Gurrenm3.Reloaded.ModHelper -Version 1.1.2
<PackageReference Include="Gurrenm3.Reloaded.ModHelper" Version="1.1.2" />
<PackageVersion Include="Gurrenm3.Reloaded.ModHelper" Version="1.1.2" />Directory.Packages.props
<PackageReference Include="Gurrenm3.Reloaded.ModHelper" />Project file
paket add Gurrenm3.Reloaded.ModHelper --version 1.1.2
#r "nuget: Gurrenm3.Reloaded.ModHelper, 1.1.2"
#:package Gurrenm3.Reloaded.ModHelper@1.1.2
#addin nuget:?package=Gurrenm3.Reloaded.ModHelper&version=1.1.2Install as a Cake Addin
#tool nuget:?package=Gurrenm3.Reloaded.ModHelper&version=1.1.2Install as a Cake Tool
A utility library for Reloaded2 that makes it significantly easier to create mods. It comes with dozens of tools and utilities to help unify your Reloaded2 projects and helps you make much more powerful mods without extra work.
If you've ever made mods before you've probably had trouble reusing code between mods. You'd have to rewrite the same code over and over, possibly introducing bugs and making future improvements impossible. That is inefficient and bad practice. It's much better to have one library with all your reusable code. That's what Reloaded.ModHelper is. It comes with a ton of optimized code, utilities, and "helper classes" so you can get straight to business making your mods.
This library has a lot of features already and will only gain more over time. Some of the current features are:
ReloadedMod base class for mods to inherit. Doing so makes a significant amount of work happen automatically for the modder.
Harmonny for C# hookingUnityEvent class.Time class.Attribute class called ModAttrAttribute which can be used for anything. Comes with an autoloader that automatically loads all ModAttrAttributes from an Assembly.IModHook interface for automatically loading all Reloaded HooksIn addition to all of this, Reloaded.ModHelper is designed to support "one-off" mods that don't have dependent mods, as well as API's for those who are making big modding APIs that are shared amongst many mods.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Initial Release