Skip to content

Commit a3a2382

Browse files
committed
Update links back to gh
1 parent f7e7a82 commit a3a2382

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Plugins for Koikatu, Koikatsu Sunshine, EmotionCreators, AI Girl, HoneySelect2,
66

77
1. Install the latest versions of:
88
- [BepInEx v5](https://github.com/BepInEx/BepInEx/releases)
9-
- [BepisPlugins](https://gitgoon.dev/IllusionMods/BepisPlugins/releases)
10-
- [IllusionModdingAPI](https://gitgoon.dev/IllusionMods/IllusionModdingAPI)
9+
- [BepisPlugins](https://github.com/IllusionMods/BepisPlugins/releases)
10+
- [IllusionModdingAPI](https://github.com/IllusionMods/IllusionModdingAPI)
1111
2. Download the plugin release you want from the links below. Make sure it's a version for your game.
1212
3. Extract the plugin .zip file to your game folder (where the BepInEx folder and game .exe is).
1313

1414
## If you are a modder
1515

16-
If you'd like to create a mod that is compatible with various plugins in this repo, check [the Guides folder](https://gitgoon.dev/IllusionMods/KK_Plugins/tree/master/Guides) and [the wiki](https://gitgoon.dev/IllusionMods/KK_Plugins/wiki).
16+
If you'd like to create a mod that is compatible with various plugins in this repo, check [the Guides folder](https://github.com/IllusionMods/KK_Plugins/tree/master/Guides) and [the wiki](https://github.com/IllusionMods/KK_Plugins/wiki).
1717

1818
If you'd like to contribute code fixes and improvements: fork this repository, create a new branch, push your changes, and open a new PR.
1919

@@ -29,7 +29,7 @@ Make sure you download the version for your game (the first part before _ is the
2929

3030
If a plugin is listed but it's not a link, then it's either experimental or obsolete. You will need to compile it from source yourself, and you will not get any support.
3131

32-
You can get the latest nightly builds of all plugins from the [CI workflow](https://gitgoon.dev/IllusionMods/KK_Plugins/actions/workflows/ci.yaml). Open the latest successful run and download the build from the Artifacts section.
32+
You can get the latest nightly builds of all plugins from the [CI workflow](https://github.com/IllusionMods/KK_Plugins/actions/workflows/ci.yaml). Open the latest successful run and download the build from the Artifacts section.
3333

3434
#### CharaMakerLoadedSound
3535

@@ -58,11 +58,11 @@ Select characters in the Studio workspace and Anim->Current State->Invisible Bod
5858
Allows you to specify which uncensors individual characters use and removes the mosaic censor. Select an uncensor for your character in the character maker in the Body/General tab or specify a default uncensor to use in the plugin settings. The default uncensor will apply to any character that does not have one selected.
5959

6060
Requirements:
61-
* Marco's [KKAPI](https://gitgoon.dev/IllusionMods/IllusionModdingAPI/releases)
61+
* Marco's [KKAPI](https://github.com/IllusionMods/IllusionModdingAPI/releases)
6262
* Marco's [Overlay Mods](https://github.com/ManlyMarco/Koikatu-Overlay-Mods/releases)
63-
* [BepisPlugins](https://gitgoon.dev/IllusionMods/BepisPlugins/releases) ExtensibleSaveFormat and Sideloader.
63+
* [BepisPlugins](https://github.com/IllusionMods/BepisPlugins/releases) ExtensibleSaveFormat and Sideloader.
6464

65-
For makers of uncensors, see the [template](https://gitgoon.dev/IllusionMods/KK_Plugins/blob/master/Guides/UncensorSelector%20Guide/uncensor_manifest_template.xml) for how to configure your uncensor for UncensorSelector compatibility.
65+
For makers of uncensors, see the [template](https://github.com/IllusionMods/KK_Plugins/blob/master/Guides/UncensorSelector%20Guide/uncensor_manifest_template.xml) for how to configure your uncensor for UncensorSelector compatibility.
6666

6767
Make sure to remove any sideloader uncensors and replace your oo_base with a clean, unmodified one to prevent incompatibilities!
6868

@@ -100,7 +100,7 @@ Overriding list files can allow you to do things like enable bras with some shir
100100

101101
Adds configuration options for hair accessories to the character maker. Hair accessories can be set to match color with the hair, enable hair gloss, modify outline color, and has a separate color picker for the hair tie part. Hairs that support a length slider can also have their length adjusted, just like vanilla front hairs. Saves and loads to cards and coordinates.
102102

103-
**Note for modders**: These options will only show up for hair accessories that are properly configured. For accessories to work the accessory must have a `ChaCustomHairComponent` MonoBehavior in addition to the `ChaAccessoryComponent` MonoBehavior. Hair accessory color will display if the ChaCustomHairComponent rendAccessory array has meshes configured. The length slider will appear if the `ChaCustomHairComponent.trfLength` array has bones configured. Hair color will only match to meshes configured in the `ChaCustomHairComponent.rendHair` array. Also check out [this guide](https://gitgoon.dev/IllusionMods/KK_Plugins/wiki/Hair-Accessory-Guide) for how to create hair accessories.
103+
**Note for modders**: These options will only show up for hair accessories that are properly configured. For accessories to work the accessory must have a `ChaCustomHairComponent` MonoBehavior in addition to the `ChaAccessoryComponent` MonoBehavior. Hair accessory color will display if the ChaCustomHairComponent rendAccessory array has meshes configured. The length slider will appear if the `ChaCustomHairComponent.trfLength` array has bones configured. Hair color will only match to meshes configured in the `ChaCustomHairComponent.rendHair` array. Also check out [this guide](https://github.com/IllusionMods/KK_Plugins/wiki/Hair-Accessory-Guide) for how to create hair accessories.
104104

105105
#### FreeHRandom
106106

@@ -125,7 +125,7 @@ Features:
125125

126126
Access the Material Editor by pressing the "Open Material Editor" button on clothes, hair, or accessories in the character maker. Access it in Studio by pressing the "Mat. Editor" button on the Workspace with a studio item selected.
127127

128-
For makers of shaders, see the [template](https://gitgoon.dev/IllusionMods/KK_Plugins/blob/master/Guides/Material%20Editor%20Guide/shader_manifest_template.xml) for how to configure your shader zipmod for MaterialEditor compatibility.
128+
For makers of shaders, see the [template](https://github.com/IllusionMods/KK_Plugins/blob/master/Guides/Material%20Editor%20Guide/shader_manifest_template.xml) for how to configure your shader zipmod for MaterialEditor compatibility.
129129

130130
#### MaleJuice
131131

@@ -300,11 +300,11 @@ Generally you don't want to install these unless you have a very good reason to
300300

301301
#### AnimationController
302302

303-
*Mostly obsolete: [NodeConstraints](https://gitgoon.dev/IllusionMods/HSPlugins) does what this plugin does but better.*
303+
*Mostly obsolete: [NodeConstraints](https://github.com/IllusionMods/HSPlugins) does what this plugin does but better.*
304304

305305
Allows attaching IK nodes to objects to create custom animations. Press the Minus (-) hotkey to bring up the menu. This hotkey can be configured in the F1 plugin settings.
306306

307-
Requires Marco's [KKAPI](https://gitgoon.dev/IllusionMods/IllusionModdingAPI/releases) and [BepisPlugins](https://gitgoon.dev/IllusionMods/BepisPlugins/releases) ExtensibleSaveFormat.
307+
Requires Marco's [KKAPI](https://github.com/IllusionMods/IllusionModdingAPI/releases) and [BepisPlugins](https://github.com/IllusionMods/BepisPlugins/releases) ExtensibleSaveFormat.
308308

309309
Inspired by [AttachAnimationLib](http://www.hongfire.com/forum/forum/hentai-lair/hf-modding-translation/honey-select-mods/6388508-vn-game-engine-ready-games-and-utils?p=6766050#post6766050) by Keitaro
310310

0 commit comments

Comments
 (0)