Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

IneedTotakeAleak

27
Posts
250
Followers
A member registered Mar 09, 2022 · View creator page →

Creator of

Recent community posts

Sadly, not something I can fix.

Good game, just make the thumbnail for it not suck ass and it would do really good i think!

Nintendo level quality. And for a furry porn game no less! This is S tier NSFW right here. In fact, you could remove the nsfw bits and put this anywhere you want and it would be a worth game to buy! Really really good job. Well done :3

I could add a cheat mode but it will be PC only. The reason the RNG is whack is... because it is. Here's the math for the RNG:


Submission:

int MonsterLust = Random.Range(20, 100) * Mathf.FloorToInt(floornumber);

int strengthToGain = Mathf.FloorToInt((strength / 10) * (MonsterLust / 4));

int staminaToLose = Mathf.FloorToInt(MonsterLust / 6);


Fight:

int MonsterPower = Random.Range(6, 55) * Mathf.FloorToInt(floornumber);

int healthToLose = Mathf.FloorToInt(MonsterPower / 2) - (stamina * Mathf.FloorToInt(strength / 100));

int strengthToGain = Mathf.FloorToInt(MonsterPower / Random.Range(2, 8));


But despite the RNG being weird, this isn't some serious game. It's not competitive or needs strategy or whatever. Though I do agree that it's very RNG focused and that's no fun. I'll try to make it work but I am kind of sick of this project, hence the reason for no updates for like... 3-4 months when I was 90% finished with Floor 3. 

Whatever it is, the next update will be my last and I'll move on to the next project. Thanks for the data and ideas though :3

Now it's fixed I hope.

Should be fixed in new build

It should be fixed.

Was it not unlocked in the main menu or is it not playable entierly?

... UGH... I will fix it soon...

New level with new monsters and an ending

Yes they are. Too broke for good art, too bad at drawing to make my own...

Nope, sorry. I don't know the language.

Thanks for telling me. I'll see what I can do with trying to align the buttons for all screen sizes in the next update. You could also try playing on your mobile device or wait for the update. There will also be a web build of the game when it's finished.

VaporeonFish on discord. Id love to chat.

Explain?

Hmmm. That doesn't seem that hard to do... Maybe once the game is finished I can add something like that. Thanks for the suggestion!

Right now there are only 2 floors. The final 3rd floor is being worked on. It's going to be bigger than 1 and 2 so please wait a while!

no problem :3

I'm really happy to hear that. I'm so happy I can make a game that people enjoy. Thank you.

No problem. I try to take as many requests to make the game the best it can be (As long as they don't break everything).

If you - or anyone else - has ideas, I'm all ears!

I'll see what I can do. Thanks for playing the game and giving feedback! Though I have a few problems with the implementations of your requests. Since the system I have would need to be reworked as well as the code to display pictures, and denying Anubis would simply lock you out of progression. Though Build 05 is taking long enough as is. But maybe in the future. Again, thanks for playing! 

Sure. I'll add it to the next update... I hope...

Probably. I'm gonna finish the main part of the game before going into doing a female version. 

The reason that updates take so long is because of the text display system and actually writing the damn thing, so a whole new gender would definitely be at the bottom of the list of things I want to add.

But it's still there... Maybe one day. 

The bug has been fixed. New update is out. Thanks for the bug report by the way. You will be remembered...

Damn. Well don't worry, the next update is coming sometime in the next 3 or so days. It will add at least 2 new monsters so... See you by then ig. Also are you playing on mobile or PC? This isn't regarding the bug... Just curious about the player base. 

Could be bad RNG... Will look into it. 

Elaborate? If you mean the protagonist being only male then yeah... As of now I will focus on one gender. But if not then... Please explain.