ds_gaming-HedgehogUtils icon

HedgehogUtils

Adds Chaos Emeralds, super forms, and other mechanics for other mods to use.

Last updated a day ago
Total downloads 2657
Total rating 1 
Categories Mods Libraries Artifacts
Dependency string ds_gaming-HedgehogUtils-1.0.0
Dependants 1 other package depends on this package

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
RiskofThunder-HookGenPatcher-1.2.4 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.4
RiskofThunder-R2API_Core-5.1.1 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.1.1
RiskofThunder-R2API_Prefab-1.0.4 icon
RiskofThunder-R2API_Prefab

API for Prefab creation, networking and duplication

Preferred version: 1.0.4
RiskofThunder-R2API_Networking-1.0.2 icon
RiskofThunder-R2API_Networking

Networking API around the Unity UNet Low Level API (LLAPI)

Preferred version: 1.0.2
RiskofThunder-R2API_Language-1.0.1 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.1
RiskofThunder-R2API_ContentManagement-1.0.6 icon
RiskofThunder-R2API_ContentManagement

API for adding content to the game

Preferred version: 1.0.6
RiskofThunder-R2API_Sound-1.0.3 icon
RiskofThunder-R2API_Sound

API for adding custom sounds or musics

Preferred version: 1.0.3
RiskofThunder-R2API_RecalculateStats-1.4.0 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.4.0
RiskofThunder-R2API_Items-1.0.4 icon
RiskofThunder-R2API_Items

API for adding custom items

Preferred version: 1.0.4
RiskofThunder-R2API_DamageType-1.1.4 icon
RiskofThunder-R2API_DamageType

API for registering damage types

Preferred version: 1.1.4

README

HedgehogUtils

This mod contains a lot of skills, mechanics, and other helpful things that were originally made for the Sonic The Hedgehog mod but I felt could be useful for more things. I encourage anyone to use this mod with their own project, whether it's Sonic related or not, if they can find any use in it.

Chaos Emeralds and Forms

This project has the Chaos Emeralds and Super forms from Sonic The Hedgehog. The Super form transformation is built off a system designed to make it possible to make your own transformations which can be usable by any survivors you want. Learn more here

Boost

This project contains the base for making a new skill similar to Sonic's boost, including the entity states and the component for handling the boost meter. Learn more here

Launch

Launching is a new mechanic that lets you turn an enemy into a projectile that will fly into enemies and deal damage. This is primarily activated via a modded damage type which automatically decides most of the launch's stats (damage, range, direction, etc.) but launches can be called directly for more control. Learn more here