HyperK2

Member
Game Developer
Jul 26, 2019
198
358
That's understandable. I didn't want to come off like the game was bad or anything, I just didn't understand why I was constantly re-unlocking those items every time. Hopefully a lot more gets added because the game is a great idea. Some of the nuances of how sex affects the gameplay took a little bit to get, but I think it's interesting.
 
  • Like
Reactions: elpeans

FeLisk

Member
Oct 17, 2017
250
253
The game is good but

I make a guess that dev really hate the thing that this is hentai game
Dunno what happens there but this could be a cool roguelike like binding of Isaak or Dead Cells
I guess game market doesn t need such merch this days

It seems that project is doomed but maybe there will be something else on other date
 

Drybear

Member
Aug 31, 2020
167
169
This game is super good, it just needs more development time.
Needs some sort of collectables or currency to keep through rounds to keep it fresh, along with a lot more monsters/ animations
 

Faponymous1

New Member
Nov 22, 2020
14
4
i hope not
It's not, not by a long shot.

The dev(s?) updates the website at the end of each month.
Currently it is delayed due to them changing to the new Spine 4.2 system and encountering some problems.
If you want to be updated, check the website. It also shows previews of what's to come.
 
  • Like
Reactions: seethingswarm

Pouwend19

New Member
Apr 3, 2023
9
6
How do you get past the menu that says press any key and press each key on my keyboard and nothing happens, help
 

hu lover

adult porn gave me purpose to be here.
Uploader
Jul 27, 2022
4,444
8,209
really enjoyed the game's most recent update, looking forward to future updates for game :D
 

hgffdh

Member
Feb 26, 2018
127
167
Well, you can see the item's description and effect by standing on the item in the shop and looking at the top-left of your screen :)
Same goes for gift room.
Are you playing on an old version of the game ? Honestly unless there is a bug, I can't understand your problem unless you have screenshot or something.
I have the same problem as that guy. No explanations of what items do. Not in the screen corner, not in the UI after I bought them. I think its some sort of a bug that makes some text not visible. E.g. I remember there was another Unity game (Kisera's Curse I think, but not sure) where if you played in 16:9 resolution ratio everything was fine, but if you were in 4:3 then some buttons were clipping outside the screen and you couldn't save/load.
 

quant32043

New Member
Oct 2, 2022
2
0
Also it seems like the penis sprites have a black censor bar(the farmer at least) on top of being mosaic'd, was not the case in older version of the game.
attached assembly removes the mosaic btw
You don't have permission to view the spoiler content. Log in or register now.
e:
btw the attached file is for an older version of the game so if you use it, youre gonna break your game.
u can still follow the steps in pictures to decensor it urself though
When I tried to open the source code for the required function, it was not there, what could be the problem? 1712681710544.png
 

40C72

Member
Nov 8, 2021
138
415
When I tried to open the source code for the required function, it was not there, what could be the problem?
Game uses Il2CPP, which means the implementation has been converted from CIL (.net's bytecode) to machine code and is no longer accessible via a .net decompiler. What you're seeing is the metadata giving you the general structure, but that's what you're limited to. You can still examine the actual implementations through the assembly instructions, though
 

quant32043

New Member
Oct 2, 2022
2
0
Game uses Il2CPP, which means the implementation has been converted from CIL (.net's bytecode) to machine code and is no longer accessible via a .net decompiler. What you're seeing is the metadata giving you the general structure, but that's what you're limited to. You can still examine the actual implementations through the assembly instructions, though
It turns out that now it is no longer possible to remove censorship through code, as was done in the comment to which I originally responded?
 
4.30 star(s) 44 Votes