Various plugins and fixes, for various Unity-based eroges.
Adds mouse-only features (e.g. camera rotation) to tablet users. May also contain fixes.
Game | Project | Status |
---|---|---|
(Plugin core) | GetTapped.Core | ✅ |
KoiKatsu | GetTapped.KK | ✅ |
Insult Order | GetTapped.IO | ❔ |
COM3D2 | GetTapped.com3d2 | ❔ |
Performance fix on H-Scene loading for KPlug (KoiKatsu) users
Game | Project | Status |
---|---|---|
KoiKatsu | FixKPlug | ✅ |
Generate fixational eye movement for characters to make them more life-like.
Game | Project | Status |
---|---|---|
(Plugin core) | FixEyeMov.Core | ✅ |
COM3D2 | FixEyeMov.com3d2 | ✅ |
Implements the [Social Forces model][socialforces] (Dirk Helbing, et al. 1998) in Koikatsu.
I have ABSOLUTELY no idea why I'm doing this. It's buggy, and the numbers need a further refinement.
Requires:
- BepInEx > 5.3
Steps:
- Copy
BepInEx
into game folder, overwrite files if necessary - Run game
- ???
- Success!
- Place the corresponding files in
refrence/
(see below) - Open project in Visual Studio.
- Hit "Build" really hard.
- Your output should be located in
Release/<project-name>
. - Install and enjoy!
For all plugins and games: Copy the Assembly-CSharp.dll
of your designated game to reference/<your-game-name>/
.
Game | folder |
---|---|
COM3D2 | com3d2 |
Insult Order | insultorder |
KoiKatsu | koikatsu |
KoiKatsu Sunshine | koikatsu-sunshine |
FixKPlug:
- In
reference/games/koikatsu/
:- Copy
kPlug.dll
andExtensibleSaveFormat.dll
- Copy
KoiKatsu Sunshine:
- In
reference/games/koikatsu-sunshine/
:- Copy
UnityEngine.dll
andUnityEngine.{CoreModule,InputLegacyModule,UI,UIModule}.dll
- Add
.kkss
before.dll
in files above
- Copy
All plugin mods are licenced under the MIT license.
Any other resource (e.g. models, textures, etc.) are licensed under CC BY-SA 4.0 License.
Copyright (c) 2019-2020 Karenia Works.