Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

letsdothis6969

8
Posts
1
Topics
A member registered Jan 16, 2021

Recent community posts

I tried to customize the moveset of my recruits to get them to use specific double team attack (spitroast). But they still only do the default finger tease. Can this be customized?

It would be really neat if you had a text config file for easily tunable parameters (as settings UI might be annoying to create). Things like pin threshold, damage per stun, special generation, clothing break chance, or whatever else could be really fun to play with to find combinations that create the perfect experience.


Totally understand why you wouldn't want to provide that much control tho.

I didn't notice the general difficulty change

So I used Nvidia Control Panel to lower the frame rate, and then escaping a pin became MUCHHH easier. So I think your click rate for the pin mechanic is somehow reliant on frame rate.

Game is awesome! Some comments:

- Can you cap FPS? My GPU sounds like a jet engine.

- Getting out of the pin is incredibly difficult

- I often lose without even getting stripped (not very fun)

- Would be neat to have a sex animation isntead of a pin that fills some arousal meter or whatever. Arousal fills faster the more toys or whatever you have had done to you.

I'd be down to mess around with development if you ever need help. Lmk.

Good luck!

https://docs.unity3d.com/540/Documentation/ScriptReference/NavMeshAgent-angularS...

So looks like it's a function of speed, max accel, and angular speed. With absolute speed capped, max accel and angular speed probably aren't too concerning to set very high.


Good luck!

One thing that you might want to look into. It seems as though the enemies aren't able to pivot. I don't know if you are forcing a constant speed which forces turns to be an arc or whatever, but none of the enemies ever just pivot in place. I think I ran into this before using Unity and it was something like that. Allowing the enemies to pivot in place will also allow for more fine grained pathing. as their turns aren't these giant arcs.

The game idea looks to have a lot of potential but some features/changes you might want to consider (I only tried the demo but found some parts frustrating):

The AI Pathing and Pursuing needs to be improved. Instead of the difficulty stemming from how many enemies are spawned and perhaps their random and odd pathing will hit you, the AI could be updated to actually feel competitive and like you are being hunted. I am imagining updating the movement speed to match the Users to require the User to sprint to actually build distance while risking tiring themselves out in the process. In this world one or two pursuers would actually be really scary as they hunt you down.

Another issue that the demo had was that a single assault has pretty much zero risk. The requirement of sprinting above would keep your stamina low and would therefore make a single encounter more scary. Also, you could add a risk/chance to each encounter to make progression more difficult. For instance, the attacker to put a blind fold on you (this could lower the visibility via Unity camera settings or w/e, or reduce the field of view to make eluding future attacks harder). Or the attacker could do some form of forced drugging that makes you hornier or more tired for a period of time. Or distorts the screen and switches left and right movement like you're drunk for awhile.

Another idea that popped into my head was changing the way you lose. If this was a real scenario, you'd either make it to the throne and reclaim the dungeon or you would become stuck unable to get past the enemies. It might be a really neat concept to simply have the game go until the User acknowledges escape is impossible and gives up. I'm imagining my character is absurdly aroused cuming repeatedly each assault exhausting herself, I'm blindfolded and drugged to the brim so when I have a chance to escape I keep failing to get away with each failure bringing the odds lower and lower.

Finally, a suggestion that would require a good amount of asset/designing work (everything above should fit within the current game, and Unity pathing should be pretty easy to improve) would be something like "rare spawns" that need to be avoided at all costs. They could force you into nearly impossible to win scenarios, like really intense blindfolds, humblers (for male characters), or whatever else. Really set in the panic when seen and cause a make or break type scenario.

Anyway, good luck with the game! I'll be keeping tabs on it!