Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,152
7,941
Meaty (muscle) and Slender I'm not sure of but Buxom and Busty are. I'm going to go and say that slender and meaty is a possible combination. My one slender is pregnant right now so I can't attempt to verify.
 

kurisu7885

Member
Feb 16, 2020
338
165
Glad to see this is still under active development. It's bee na long while since the Steam version was updated.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,152
7,941
ok can someone explain me how to keep one mob ?
If I'm understanding properly, you're referring to actually capturing things.
First, you need the right pen for the monster you're catching. Go up into town and talk to Cassie to build them.
(Warning, lots of meows. She's a Neko.)

Once you have the pen built (Vulwarg Kennel or Foxen House in the beginning) go to where you can catch the monster in question. There are two ways to catch monsters.
First, have sex with them and smash the left mouse button so that they coom but you don't.
Second is to buy the right kind of fluids from Amber-Mae or Camilla.
Milk can be bought from Amber-Mae, Semen from Camilla.
Male Vulwargs (Wulf) respond to Foxen Milk while Female and Futa (Lykos) respond to Titan Semen.
Male Foxen (Sionnach) respond to Bovaur Milk while Female and Futa (Vulpuss) respond to Vulwarg Semen.

Once you've satisfied the requirements (you only need to throw one load of fluids at them - much easier than smashing LMB), the Catch option should be available. They'll automagically be sent to the appropriate barn, if built.

If you meant how to get rid of everything but only keep one, "ascend" the ones you don't want to keep with the Emissary Seraph at the temple, or just release them from your barn. Sometimes there'll be Breeding Requests that you can use them to satisfy.
 
Last edited:

Greg1070

Newbie
Dec 5, 2018
15
6
Guys please help I tried doing the ima.degenerate file in obf and turned on file extension but it doesnt work. Anyone seeing what's wrong here
Hello, try with this file that you have to put in the folder of the base game (The one where there is the EXE), you must first extract it to the folder of the base game
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,152
7,941
This looks like a folder. Try it with a file.
It is, and it's Norwegian. "Filmappe" is literally Movie Folder.
Hello, try with this file that you have to put in the folder of the base game (The one where there is the EXE), you must first extract it to the folder of the base game
That should sort out his incesty woes.

asggas, don't be put off by the 0-byte file in the above .rar file. It's all you need.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,152
7,941
Gameplay question. Anyone else stuck on the gateto the Elves? i did quests for the orc chief and got the orb but cant get past the gate to the elves and slimes
I think what you have to do is figure out the way around that gate.
Don't quite know where or how, it's been a while since I played.
 

Antiforma1

Newbie
Apr 21, 2019
39
16
I think what you have to do is figure out the way around that gate.
Don't quite know where or how, it's been a while since I played.
go where the demons are then at some point you will see that the way goes forward and right.turn right then go all the way to go to the forest.
also that way is blocked by a naga which will give you a breeding request.
 
  • Like
Reactions: Squark ⚧❤️
Oct 4, 2019
15
10
Hello, try with this file that you have to put in the folder of the base game (The one where there is the EXE), you must first extract it to the folder of the base game
It is, and it's Norwegian. "Filmappe" is literally Movie Folder.
That should sort out his incesty woes.

asggas, don't be put off by the 0-byte file in the above .rar file. It's all you need.
Thanks lads, not very computer savvy obviously lol.
 

4access

Newbie
Dec 20, 2019
41
79
Flash vs Unreal. That's a bit of a mountain you just jumped there.
Both Flash and Unreal have to serialize (write out to a file) some binary data from game memory (usually arrays of yes / no flags and numbers which hold other state) when saving.

When you change something in a Flash game (for example add a new sex encounter), you will add a flag to the game which tells you whether player has seen that encounter or not. Old saves won't have that flag and it's upon you to decide how you will treat the lack of said flag, and the same goes for Unreal save files.

You can either upgrade the save file by adding the new flag with the default value and rewriting the file when loading a game from it, or refuse to accept that save file if there is a very good reason for it. That said, there is rarely any good reason not to upgrade the file except for, to paraphrase the author, "imma lazy sack".

So far "added story progression" was mostly adding grind, not new content.

- At the beginning there was only money in the game, and all sex positions were unlocked. All you had to unlock were portals. That only required using lust and walking around the map to unlock each portal.

- Then the author locked all sex positions except one, so you now have to "learn" them. Learning them involved spending lust so you couldn't learn them all without either having surprise sex or sleeping between learning sessions.

- Since that wasn't grindy enough, he then introduced another currency called Favor for unlocking the sex positions for which you have to grind even more to get it.

- Not satisfied with that, he went further and added something he himself termed "cock-block gates". Those you have to unlock by fulfilling bland fetch quests which require traversing the large and mostly empty map on foot many times over. You also need to do those quests for gate keys in the particular order or you might get yourself into a situation where you can't unlock some of them and then the only way out is to restart the game and lose all progress.

- Latest updates made it so you don't teleport to the barn where your offspring is after giving birth so you now have to walk to breeding pen, check where the offspring ended up, and then walk there. More grind, yay.

Call me a cynic, but I think all that coupled with making the saves incompatible on every change and outright insulting people who wanted to skip replaying the grindy part for the 30th time and locking threads and banning people who complained about any kind of issues on Steam community forums was done so he can keep milking money from Patreon subscribers while doing essentially the bare minimum of new content.

Sorry if that sounds harsh, but that's how I see it.
 
Last edited:

Dirty Pimp

Newbie
Feb 6, 2019
23
23
Both Flash and Unreal have to serialize (write out to a file) some binary data from game memory (usually arrays of yes / no flags and numbers which hold other state) when saving.

When you change something in a Flash game (for example add a new sex encounter), you will add a flag to the game which tells you whether player has seen that encounter or not. Old saves won't have that flag and it's upon you to decide how you will treat the lack of said flag, and the same goes for Unreal save files.

You can either upgrade the save file by adding the new flag with the default value and rewriting the file when loading a game from it, or refuse to accept that save file if there is a very good reason for it. That said, there is rarely any good reason not to upgrade the file except for, to paraphrase the author, "imma lazy sack".

So far "added story progression" was mostly adding grind, not new content.

- At the beginning there was only money in the game, and all sex positions were unlocked. All you had to unlock were portals. That only required using lust and walking around the map to unlock each portal.

- Then the author locked all sex positions except one, so you now have to "learn" them. Learning them involved spending lust so you couldn't learn them all without either having surprise sex or sleeping between learning sessions.

- Since that wasn't grindy enough, he then introduced another currency called Favor for unlocking the sex positions for which you have to grind even more to get it.

- Not satisfied with that, he went further and added something he himself termed "cock-block gates". Those you have to unlock by fulfilling bland fetch quests which require traversing the large and mostly empty map on foot many times over. You also need to do those quests for gate keys in the particular order or you might get yourself into a situation where you can't unlock some of them and then the only way out is to restart the game and lose all progress.

- Latest updates made it so you don't teleport to the barn where your offspring is after giving birth so you now have to walk to breeding pen, check where the offspring ended up, and then walk there. More grind, yay.

Call me a cynic, but I think all that coupled with making the saves incompatible on every change and outright insulting people who wanted to skip replaying the grindy part for the 30th time and locking threads and banning people who complained about any kind of issues on Steam community forums was done so he can keep milking money from Patreon subscribers while doing essentially the bare minimum of new content.

Sorry if that sounds harsh, but that's how I see it.
Indeed, all of this started when people realized the amounts of money that was being put into this project and the little progress that was being made

So naturally people started calling him a lazy cunt and he retaliated with the whole ''imma lazy sack'' stuff, pulling a big Jungian Shadow at all of us.

I think at the end of the day not even the dev himself realizes that this project just got too big for a single person to develop.
 
  • Like
Reactions: 4access
3.90 star(s) 114 Votes