MilesKiyaAnny

Well-Known Member
Jan 18, 2019
1,440
408
From the look of game desc
remind me of Strike Force Heroes/Raze

simple and effective gameplay
I heavily courage developer to expand this kind of gameplay either be a ai that you may possible to request sex on the battlefield or a shop keeper or possibly platforming survival game where you leave your safe area with ai to scavenge to survive or just wanna trying to make baby outdoor

the possibility are endless if you know how to code
 
Last edited:
  • Like
Reactions: woofie

BigJohnny

Active Member
Dec 31, 2017
988
1,990
Slightly off topic but the game kind of reminds me of Crimsonland (the 2003 one), except the point of view, that's why I feel it could use a perk system. Pick me ups could be cool too.
 

bKohime2

Newbie
Nov 2, 2018
27
25
Tip for the cave: grab the lantern and immediately start to run towards the right, there will be two narrow long corridors with natural light in them, which is the perfect place until you can get enough to turn the generator on.
 
  • Like
Reactions: Mixa4262

265lutab

Member
Nov 12, 2018
119
105
I'm stuck on the loading screen. I've let it sit for about 10min after hitting play and nothing happens.
 

SAFFAMAAAA

New Member
Jun 30, 2019
5
0
anyway to hang onto your save when updating? went from 1.0 to 1.03 yesterday and lost all the progress i had (granted, it was CE'd after i realized how near-impossible it was. so it's not like i lost anything important)
 

Bertus8

Member
Apr 26, 2018
137
139
anyway to hang onto your save when updating? went from 1.0 to 1.03 yesterday and lost all the progress i had (granted, it was CE'd after i realized how near-impossible it was. so it's not like i lost anything important)
You need to make a copy of your old savegame which is in the Captivity_Data/StreamingAssets
 

SAFFAMAAAA

New Member
Jun 30, 2019
5
0
You need to make a copy of your old savegame which is in the Captivity_Data/StreamingAssets
Thanks, found it myself after a bit of digging and comparison between the files.
For others who wish to do the same: Move "xGameDB.db" from Captivity_Data/StreamingAssets from the last version to the current one. This may not work in the future when the dev adds more enemies and locations.
 

woofie

Member
Dec 12, 2018
108
148
From the look of game desc
remind me of Strike Force Heroes/Raze

simple and effective gameplay
I heavily courage developer to expand this kind of gameplay either be a ai that you may possible to request sex on the battlefield or a shop keeper or possibly platforming survival game where you leave your safe area with ai to scavenge to survive or just wanna trying to make baby outdoor

the possibility are endless if you know how to code
it'd patreon donate the **** out of this if it ever got created <3
 

SonaraFox

Active Member
Jul 6, 2017
571
1,200
it'd patreon donate the **** out of this if it ever got created <3
the creator said specifically on itch that he wants to avoid doing patreon because hes a student and this was more of a learning experience for him or something like that and he won't be able to dedicate all of his time developing it and would probably feel bad getting paid monthly for a game he can't support enough for monthly updates and such. I can certainly respect that stance in this day and age where just about every game opens a patreon before they can even get off the ground and take forever to go nowhere.

If you really wanna help the dude it would certainly be worth buying the game on itch if you have an account to add it to. I look forward to see what he adds in the future while taking into considering all the ideas and feedback being tossed around in this thread.
 

Dover2

Newbie
Apr 2, 2019
77
167
For people trying to use Cheat Engine on this game looking for the Libido/Pleasure/Strength/Health values, you have to realize that any kind of dynamic filling bars and gauges with decimal points are represented as FLOAT values, not bytes.

The easiest way I found to quickly find these values is first get some Libido built up, then search EXACT VALUE and FLOAT of the exact number your Libido is, then either increase it or decrease it, and search the new value every time it updates.

You'll likely be left with two addresses. One is just the HUD number, the other is the real value that you want to change (It was usually the 2nd address for me).

Once you got the right address selected, you're going to want to duplicate that address two more times. Then double-click the ADDRESS itself of the first duplicate, then subtract 12 from that number (IE: Let's say your Libido Address has the ending 91C, change the end of the first duplicate address to 910) and that'll give you the Strength Address Value Actual.

From the 2nd duplicate Libido Address, add 8 to the address (IE: Let's say your Libido Address ends in 91C, change it to 924) and that'll give you the Pleasure Address Value Actual.

As far as Health and Hearts go, I haven't been able to find either one.

Just be careful when editing and freezing values, for whatever reason my game breaks when captured by a Musca when editing these values and have any any values frozen at all (Game soft-locks, Musca continues to grapple after the scene is over, but doesn't fly back to the nest, just sits there until you restart or quit). Do be careful, this game seems like it's real touchy with its values on the maps other than Shack.
my personal experience with the musca is the same, what i assume is that it is having trouble actually getting you to the nest, which makes the bloated experiment/ achievement hard due to how often it fails at taking you to the nest. i would suggest the dev just teleporting you to the nest rather than trying to make it fly you right to the specific spot in the nest.
 

ryuhatsune

Newbie
May 1, 2017
25
35
As always I start by saying sorry for my bad english. I liked the game. I have high expectations for the next game. I would only like them to add buy female npc such as weapons or drugs, that these npc protect an area and when they are defeated they remain as your character when they are defeated and are sexually attacked by enemies, in addition to that you can resurrect them with money.
 

fakehb

Member
Jun 30, 2020
125
154
Here are my suggestions (congrats btw, your game actually got me to post here):
  • Persistent progression (not just cosmetic), as everyone has been suggesting.
  • It's bad practice that the "save game" .db file holds data required for the game to run and also holds player stats. Seperate those concerns.
  • Along the same lines, the StreamingAssets folder should never be used to store save data. Use PlayerPrefs or Application.persistentDataPath.
  • String like-birthing animations together in a way that the initial animation only plays once, while subsequent births occur in rapid succession.
  • Dark areas are fine, but if an animation is playing add some temporary light.
  • It's OK (if not preferable) to leave in edge-case bugs that people are exploiting to get to content like the escape-during-pause exploit. While the gameplay isn't bad at all, people really aren't here for that reason.
  • Animations visually look like they have distinct "phases," and what would easily make the game twice as good is if you extracted each phase into its own animation (assuming this isn't already the case), and then built some subtle variations so that each encounter plays out a bit differently. You can go further with the concept by having looping slices, where the amount of time spent in each phase is semi-random. And you can go further yet if the probability of certain variations, or the amount of loops in each phase, is affected by in-game considerations like strength, the amount of resistance offered, amount of clothing remaining, etc. The issue with most H-games is that the animations lose impact the more you see them, but you can do something here.
 
Last edited:

SonaraFox

Active Member
Jul 6, 2017
571
1,200
Dark areas are fine, but if an animation is playing add some temporary light.
first thing that came to my mind was something like left4dead when a spotlight was put on the player whenever their life was in danger from anything that locked them out of saving themselves and had to rely on others.
 

maverih345456

Well-Known Member
Feb 27, 2018
1,098
334
Excuse me

I still need to know how will I have the options appear and have the loading of the game be faster?

And also how will I enable the cheats in the game that is invisibility and unlimited money?
 

265lutab

Member
Nov 12, 2018
119
105
I got it to load by reseting to defaults in settings and erasing my non-existant saved game
 

quantequila

Member
Aug 11, 2018
200
218
the creator said specifically on itch that he wants to avoid doing patreon because hes a student and this was more of a learning experience for him or something like that and he won't be able to dedicate all of his time developing it and would probably feel bad getting paid monthly for a game he can't support enough for monthly updates and such. I can certainly respect that stance in this day and age where just about every game opens a patreon before they can even get off the ground and take forever to go nowhere.

If you really wanna help the dude it would certainly be worth buying the game on itch if you have an account to add it to. I look forward to see what he adds in the future while taking into considering all the ideas and feedback being tossed around in this thread.
Fucking AMEN to that. The less flat-tire patreons the better, especially when it comes to porn games. I would still pay actual money for the game, and I feel like this would be worth it
 
  • Like
Reactions: Zepheral
4.30 star(s) 80 Votes