Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 23, 2023
1 parent 8c9c167 commit 0b39442
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# HC_Plugins
A collection of useful plugins for HoneyCome
A collection of useful BepInEx plugins for 'HoneyCome' (global ver.) / 'HoneyCome come come party' (Steam ver.). Most plugins work both in the stock game and in the Dolce expansion, but the unmodified Steam version might have some issues.

## How to use
1. Install the latest nightly build of BepInEx6 (at least 6.0.0-be.680).
2. Download the plugin you want from the Releases tab.
3. Extract the release into the game root directory, where the BepInEx folder is.

To be able to change settings in-game by pressing F1, you have to install HC_BepisPlugins and BepInEx.ConfigurationManager.IL2CPP.

## Plugin descriptions
Short descriptions of what the plugins do and some additional notes if necessary.

### HC_HideLanguageSelector and HC_Studio_HideLanguageSelector
Hide the Language menu item from the title screen.

This is mainly useful for modpacks that include a custom launcher that overrides the language settings (otherwise the game might be set to Japanese but AutoTranslator set to English, which would machine translate the entire game).

### HC_Studio_TitleSkip
Automatically load into studio mode after starting DigitalCraft.

You can still go to the title screen by clicking `System > Back to Title` in the top left menu.
Can be turned off in plugin config.

## Contributing
You can open and compile the souce code with VS2022, simply clone the repository, open the .sln, and hit build. Required nuget packages should be automatically downloaded. PRs are very welcome.

Modder chat is mainly on the Koikatsu discord server.

0 comments on commit 0b39442

Please sign in to comment.