Darkcroxz

Newbie
Oct 14, 2019
53
26
As a proactive lazy cheating pervert I edited Assembly-CSharp.dll. Just dump it in Breeding Farm_Data/Managed.
I just changed the method that updates money to a fixed value using dnspy. So happy fapping with unlimited money.
how do you use that to cheat money?, cheat engine? if so, how?
 

thien ngoc

Newbie
Mar 28, 2019
56
30
There is a bug on android version that the game crashes when the Cece's bathroom scene appears and I choose to peek her
 

AshKing

Newbie
Mar 5, 2020
15
5
The problem that i have seen is that certain console errors appear as if some files are missing the when i closed the game i could not open it again.Somebody Help!!!Please???
 

Miðgarðsormr

Engaged Member
Oct 1, 2017
2,475
6,113
And i already thought this game is dead. But it needs more updates for it to be enjoyable for me. So see you in a couple months guys.
But to the dev keep it up :)
 

Blumph

Member
Sep 4, 2019
385
361
I see a gay tag Can anyone tell me is this part of the main story or just a side story? For example, if I want the gay stuff Is it worth downloading?
Nothing overt; PC can 'Breed' with male monsters to raise their stats. Nothing is pictured, and there's no dialog about it - male monsters are treated as having the 'Unfertile' Trait when with MC, and that's it.
 

AJLee7385

Well-Known Member
Game Developer
Jun 25, 2019
1,419
807
what is the max stats a breeder can have I've seen 6 but even getting that was hard is there a limit.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,224
8,003
Blurb says "a local farm girl and her mother" but the Genre list says "Male Protagonist".
So which is it?
 

knyght

Member
Apr 21, 2017
111
160
how do you use that to cheat money?, cheat engine? if so, how?
You just need to overwrite the files in your game folder. The cheats are just hard changes to the game code using dnspy a disassembler. The file before has the change to the update money method so when you buy or sell something it changes your money to a fixed value. For quality of life i also added a new file with the energy cost of breeding set to 0 and the money change (the 0f multiplication in the other method.)

Though i am not sure how useful this cheats are as there seems to also exist debug menu, but well at least this ones are just drag and drop.

public void UpdatePlayerMoney(int newValue)
{
this.money = 10000000;
this.variableManager.SetVariableValue("playerMoney", this.money.ToString());
}


public int TotalEnergyCost(Monster LeftMonster, Monster RightMonster)
{
float value = this.Reducement(LeftMonster);
float value2 = this.Reducement(RightMonster);
float num = Mathf.Clamp(value, 0.49f, 2f);
float num2 = Mathf.Clamp(value2, 0.49f, 2f);
return (int)(0f * num * num2 * 420f);
}
 
  • Like
Reactions: Brauggi

digga

Newbie
Jun 30, 2018
38
22
How do I unlock the shower scenes?
Also add some really hot bunny girls. There is no current furry hentia game with them, or at last no good one.
 
  • Like
Reactions: Wrynn13
3.60 star(s) 61 Votes