!CODE WARNING!
For thoose, who want to enable incest breeding there's small guide to make it with
dnSpy:
Make backup of "Cloud Meadow_Data/Managed/Game.dll" just because.
1. Open
Cloud Meadow_Data/Managed/Game.dll with dnSpy.
2. Find:
Game ->
Game.dll ->
TeamNimbus.CloudMeadow.Monsters ->
IBreedingCharacterUtil -> AreRelated
Example: (There will be many other lines)
View attachment 3017305
3. Select AreRelated method.
(Looks like this)
View attachment 3017288
4. Change code inside AreRelated brackets with (
return false;).
Ctrl+Shift+E to change selected method.
View attachment 3017362
5. Compile. (Bottom right).
6.
File -> Save module
7. ???
Tried make with BepInEx, but unfortunately - it just didn't start
with BepInEx.