Releases: Biendeo/My-Clone-Hero-Tweaks
Releases · Biendeo/My-Clone-Hero-Tweaks
v1.5.2
The Brief
- Updated BepInEx usage in BiendeoCHLib, it now properly targets BepInEx 5.4.x so use the latest version of BepInEx now!
- Corrected a small bug with Accuracy Indicator where averages were not being correctly calculated.
Installation
- From a clean v0.23.2.2 install of Clone Hero, install BepInEx v5.4.17 by selecting your operating system's version, and then extracting all of its files into your Clone Hero directory. This includes making sure there is now a
winhttp.dll
file directly next toClone Hero.exe
. Run the game once after installing this to verify it's installed and running properly. - Download the mods you would like to use down below and extract them in the exact same way as BepInEx. You should have an appropriate folder in
BepInEx\plugins
if they're installed correctly.- Accuracy Indicator, Combo Indicator, Extra Song UI, Perfect Mode, and Splash Text Editor require Biendeo CH Lib to be installed as well. Your BepInEx output will tell you if you're missing it if you try to run the game without it.
- The debug versions include extra doodads and are not intended for general use. If you have performance issues, make sure you're using the non-debug version.
- If you're upgrading, just replace your existing DLLs with the corresponding tweaks. To confirm that you have the correct version, you can right click each DLL, click
Properties
, thenDetails
, and you should see underProduct version
1.5.2.98
.- The configs are not compatible with previous versions unfortunately. They are now located in
BepInEx\config
, just so the config is separate from the executable location.
- The configs are not compatible with previous versions unfortunately. They are now located in
v1.5.2.99-pre
Open the floodgates and mark the release of version 1.5.2 publicly.
v1.5.1.94-pre
More wrappers.
v1.5.1.93-pre
Updated wrappers to use BepInEx 5.4.11 instead of 5.3. This change may not be back compatible with 5.3!
v1.5.1.92-pre
And bonus points for getting the wrong folder.
v1.5.1.89-pre
The silliest bug that made the average accuracy indicator not actually be the average.
v1.5.1
The Brief
- Corrected a small bug with Extra Song UI where the FC Indicator wouldn't appear when it should say "FC"
Installation
- From a clean v0.23.2.2 install of Clone Hero, install BepInEx v5.3 by selecting your operating system's version, and then extracting all of its files into your Clone Hero directory. This includes making sure there is now a
winhttp.dll
file directly next toClone Hero.exe
. Run the game once after installing this to verify it's installed and running properly. - Download the mods you would like to use down below and extract them in the exact same way as BepInEx. You should have an appropriate folder in
BepInEx\plugins
if they're installed correctly.- Accuracy Indicator, Combo Indicator, Extra Song UI, Perfect Mode, and Splash Text Editor require Biendeo CH Lib to be installed as well. Your BepInEx output will tell you if you're missing it if you try to run the game without it.
- The debug versions include extra doodads and are not intended for general use. If you have performance issues, make sure you're using the non-debug version.
- If you're upgrading, just replace your existing DLLs with the corresponding tweaks. To confirm that you have the correct version, you can right click each DLL, click
Properties
, thenDetails
, and you should see underProduct version
1.5.1.88
.- The configs are not compatible with previous versions unfortunately. They are now located in
BepInEx\config
, just so the config is separate from the executable location.
- The configs are not compatible with previous versions unfortunately. They are now located in
v1.5.0
The Brief
- All the mods now use BepInEx as the mod loading framework. BepInEx is a matured framework for modding Unity games with a healthy ecosystem of games pushing its development. It comes with HarmonyX, a fork of Harmony which enables runtime patching and hooking of any method, as well as some useful existing plugins to assist mod developer. I hope that by pushing towards BepInEx, more mod developers can be enabled to create new mods.
- Please follow the installation steps below: it's a little different to CHLoader in the past.
- All common functionality has been pulled into a dependant library Biendeo CH Lib. You will need this in order to use any of the mods now, but you will see some launch performance improvements as all the pre-launch logic only needs to occur once now instead of once per mod!
- Legacy Mod Loader is a new mod just in case you want an alternative way to load CHLoader style tweaks. It's optional if you're using any of my mods, but if you're using another mod like Game Colors, this may be one to consider.
- Extra Song UI has been greatly overhauled and now supports making any number of labels with any content you want (given that it's exposed). Check out the README.md to learn how to use its new features.
- Combo Indicator now has a "Hot Start" and "Star Power Active" indicator. You can modify which indicators will appear with
Ctrl + Shift + F8
, and you can also reposition it to wherever you want now.
Installation
- From a clean v0.23.2.2 install of Clone Hero, install BepInEx v5.3 by selecting your operating system's version, and then extracting all of its files into your Clone Hero directory. This includes making sure there is now a
winhttp.dll
file directly next toClone Hero.exe
. Run the game once after installing this to verify it's installed and running properly. - Download the mods you would like to use down below and extract them in the exact same way as BepInEx. You should have an appropriate folder in
BepInEx\plugins
if they're installed correctly.- Accuracy Indicator, Combo Indicator, Extra Song UI, Perfect Mode, and Splash Text Editor require Biendeo CH Lib to be installed as well. Your BepInEx output will tell you if you're missing it if you try to run the game without it.
- The debug versions include extra doodads and are not intended for general use. If you have performance issues, make sure you're using the non-debug version.
- If you're upgrading, just replace your existing DLLs with the corresponding tweaks. To confirm that you have the correct version, you can right click each DLL, click
Properties
, thenDetails
, and you should see underProduct version
1.5.0.87
.- The configs are not compatible with previous versions unfortunately. They are now located in
BepInEx\config
, just so the config is separate from the executable location.
- The configs are not compatible with previous versions unfortunately. They are now located in
v1.5.0.86-pre
Re-did a bit of ComboIndicator. It now allows customisation of its position and colour, and toggle-able behaviour to do the note streak, hot start, and SP active indications. This solves #7. #8 can be closed as there's no info on-screen for other player's streaks, and it'd just clutter up the screen like GHWT.
v1.5.0.85-pre
Updated the readme to Legacy Mod Loader.