Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Feb 3, 2024
1 parent 1ae8140 commit 65d8716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## CheatTools - Trainer for specific games running in Unity game engine
A trainer plugin for BepInEx, mostly for games by Illusion (Koikatu, Koikatsu Party, AI-Shoujo, HoneySelect2, etc.). It allows control over player, heroines, and most other aspects of the game (supported features depend on the game). It also integrates with RuntimeUnityEditor to provide useful debugging tools.
A trainer mostly for games by Illusion/Illgames (Koikatu, Koikatsu Party, AI-Shoujo, HoneySelect2, HoneyCome, etc.). It allows control over player, heroines, and most other aspects of the game (supported features depend on the game). It also integrates with RuntimeUnityEditor to provide useful debugging tools.

![Preview](https://user-images.githubusercontent.com/39247311/55248769-c359a380-524a-11e9-86cb-2a3fdb48abe8.PNG)

### How to use
1. Install latest versions of [BepInEx v5.x](https://github.com/BepInEx/BepInEx/releases) and [RuntimeUnityEditor](https://github.com/ManlyMarco/RuntimeUnityEditor/releases).
1. Install latest versions of [BepInEx v5.x](https://github.com/BepInEx/BepInEx/releases) and [RuntimeUnityEditor](https://github.com/ManlyMarco/RuntimeUnityEditor/releases). For HC you need the latest [nightly builds of BepInEx6](https://builds.bepinex.dev/projects/bepinex_be) and the [IL2CPP version of RuntimeUnityEditor](https://github.com/ManlyMarco/RuntimeUnityEditor/releases/tag/v5.2.1_IL2CPP).
2. Download the latest release archive for your game from the [releases](https://github.com/ManlyMarco/IllusionCheatTools/releases) page.
3. Extract the release in the game directory, the .dll file should end up inside BepInEx\plugins.
4. To turn on press the Pause key or F12 key depending on the release and game (you can change it in plugin settings if you have the ConfigurationManager plugin, search for "runtime editor hotkey").
Expand All @@ -15,7 +15,7 @@ Q: The plugin is making the game run slow.
- A: This is either the result of using OnGUI in which case there is little that can be done, or because of an incompatibility with the game that is causing many exceptions to be thrown. In the second case it might be possible to fix the slowdown, start a new issue then.

Q: It doesn't work
- A: Update your game, BepInEx and plugins to their latest versions. You can use a HF Patch to do it easily if one is available for your game, check https://www.patreon.com/ManlyMarco.
- A: Update your game, BepInEx and plugins to their latest versions. You can use a HF Patch to do it easily if one is available for your game, check https://www.patreon.com/ManlyMarco. When updating the RuntimeUnityEditor, make sure that you don't have any old versions in BepInEx\Plugins or this plugin won't work!

Q: I found a bug / can't make it work
- A: Ask on the [Koikatsu! discord server](https://discord.gg/zS5vJYS) in the #help channel.
Expand Down

0 comments on commit 65d8716

Please sign in to comment.