IlMisanthrope
Formerly '_FATALITY'
- Jun 16, 2018
- 309
- 214
Wait, there was shota stuff?sry im new - shota stuff is removed ?
Is there a full scale post to update on what happened? I don't mean a gist. But a full on list of all the shit that's happened with this game in chronological order? Because all I'm getting is that S-purple is the whole 'brain' behind the game. But he's doing the Yandere dev moment and dragging his ass as long as possible to get as much money, and since the dev team he hired doesn't have any art assets to work with, they're just sitting on their hands.
But all of a sudden, it turns out he ran away with assets from another game he was working on?? Backstabbed someone?
IIRC, to loosely sum it up:look up the game breeding season and you are bound to stumble upon what remains of it and how s-purple fucked everything
to paraphrase what happened, I believe he was having disagreements with the devs of the other game and decided to leave but when he did he took the rights to the art since the team decided that he should be the one to hold the rights to the art and in turn he became a stingy cunt and did not allow them to use any more of his art thus shafting the game (this is going off of memory that is not 100% reliable the last time I looked into this was like 3 years ago but this should be the general idea)
For a game that has terrible rating.
I think this one is really good 9/10.
I was bored enough to check several games with similar content/bodytype like village of centaurs, breeders of nephelym, carnal instrinct and not single one of the has bestiality tagged, looks like someone got confused and added it.While I don't think there "technically" is any beastiality (because all the sexual partners are a minimum of 50% humanoid and all have human level sapience/sentience), some of the monster-folk do have more animal-like bodies such as the centaurs and lamias which might make it qualify. Plus, the penises of the male monster-folk do seem to be more accurate to animals penises which might also make it qualify.
You need to build it first and to assign them is from the board front of the house.How do you use training field?
How do I use the pasture? It only gives me the option to breed
You need to build it first and to assign them is from the board front of the house.
It should be in local disk C ,your user name all you need to do is find (Appdata) inside user you need to check hidden items first since Appdata were set hidden inside it would be Nimbus folder that's where the save at.where is save file located?
No Longer Works, multiple errorsHere is the patched version for 0.1.4.1. I tested it and it seems to be working.
pornforonly, I am not sure which patch you're referencing with 1.0. The current patch is 0.1.4.1 on Patreon and 0.1.4.0a on Steam as of 6/8/2023.
----------------------------------------------------------------------------------------------------------------------------------------------
Here is a guide so whoever wants to can mod it themselves
Hope this helps.
- Download a dll editor. I use dnSpy (
You must be registered to see the links) use at your own risk. It seems safe though- Open the win32 version of dnSpy. The files seem to be in 32-bit. View attachment 2684650
- Open the "game.dll" file found in the folder "Cloud Meadow Patreon Beta 0-1-4-1\Cloud Meadow Beta 0-1-4-1_Data\Managed". You can either drag and drop the file onto the open dnSpy window or go to "File>Open..." and select the "game.dll". View attachment 2684647
- Now it should look like this if you have opened the file. View attachment 2684652
- Click on the search bar that is roughly in the center of the window. It is right under the magnification setting that says "100%" and to the left of the "Options" dropdown arrow.
- Type related and hit enter. Now there should be a list of assemblies below the search bar. We want "AreRelated". View attachment 2684655
- Double-click on the "AreRelated" assembly. It should look roughly like this without the red lines. View attachment 2684666
- There is a thin white line between the portion we are editing and the other portions of code. So it is easiest to just right click on the "AreRelated" code highlighted or Right-click anywhere close to that line.
- Now select "Edit Method (C#)...". If done correctly it should look like this: View attachment 2684670
- Now go through the code and everywhere it says "return true" change it to "return false".
- Now click "Compile" down in the lower right-hand corner.
- Go to "File" in the upper left-hand corner and select "Save Module..." This should pop up: View attachment 2684673
- Click "Ok"
- If you followed the steps properly your game should be patched. Test by attempting to breed monsters that are closely related.
Thanks again to cbmcbmcbmcbm and BaeyDesola for being the ones I learn this information from.