biktori408

Newbie
Apr 2, 2018
32
10
Oh nyo, what should we do? A Dev on a Website for games is focusing his Development on actual Gameplay and not some horny pixels (except he added some with the last update but who is keeping count anyway?).

Also, its not some "shitty wardrobe update" because of this:

Those are a lot of points in that changelog and none even mentions anything close to a wardrobe. Now I dont want to accuse you of anything, but I am getting the distinct feeling that you are just bitching because the Dev is taking his time to do actual game development and is not just shitting out porn animations like other "games" here. Let me check your postings in this thread for a sec...
Yep, just as I thought, you are just salty because of the frequency of the updates. And thats why you went from this:

Posted on April 18th, 2023

Posted on April 26th, 2023

To this:

Posted on May 8th, 2023
Which finally brings us to the post above.

You know whats really funny to me? If you had just checked the Patreon or Subscribestar sites, then you would have known the frequency of the updates beforehand, because even when you are not an active supporter you can still see the posts he made there and when they where made. And if you had just bothered to read or even skim through the changelogs of previous updates on the first page of this thread you would have noticed the very apparent focus on gameplay over porn.
But you did not and rather than noticing your mistake and deciding to move on, like any adult would, you decided to act like a child and scream "Scam" without a real reason, like people here always do when they do not get their way and dont have any arguments to support their position.

Just do as you said in your own post on May 8th: be done with it and move on, you are not adding anything to the thread by screaming "Scam" every 1-2 weeks while still demanding that the Dev adds your fetish to the game above all else. Grow up and look for your birthing porn somewhere else because you will not get it here.
When the Dev was asked about it on Discord he said, and I quote:
"(...) its not about birthing in my game rather than being infected with foreign matter, being illegally traveling, avoiding detections and overall world reacting to monster infestation many people asked about monsters birth anims but thats as far I'm about to go, my game is not a breeding simulator (...)"

So, have a nice day and have fun searching for a new game that you can demand your fetishes from.
I dont know what you wrote so long but you deserve a like xD
 

loshad

Newbie
Jun 25, 2020
98
335
Quick question people !
When make up character face and finish it....it doesnot do anything same default face what i have drom starting...i did use make up kit bad / good but no effrct whatsoever...
Any help?
The makeup items apply the presets that you define in the customization interface - that's available in your hideout (next to the stash) and in a few other locations in the world.

If you don't change the default preset in the customization menu, then the makeup items just apply the "default" look.
 
  • Like
Reactions: biktori408

lol5535

Member
Apr 30, 2018
141
129
"
"(...) its not about birthing in my game rather than being infected with foreign matter, being illegally traveling, avoiding detections and overall world reacting to monster infestation many people asked about monsters birth anims but thats as far I'm about to go, my game is not a breeding simulator (...)"

that's just gay.
DROPPED.
 
  • Hey there
Reactions: sniff3005

biktori408

Newbie
Apr 2, 2018
32
10
The makeup items apply the presets that you define in the customization interface - that's available in your hideout (next to the stash) and in a few other locations in the world.

If you don't change the default preset in the customization menu, then the makeup items just apply the "default" look.
But i do change it...adjust matters i do see changes in costumisation room but when i m done in game its same default.
 

loshad

Newbie
Jun 25, 2020
98
335
But i do change it...adjust matters i do see changes in costumisation room but when i m done in game its same default.
In that case, I'm not sure what the problem is - it's a bit difficult to diagnose without seeing and verifying the various steps.

Perhaps the most useful thing I can say is that the makeup interface and items work fine during my playthroughs.
 

biktori408

Newbie
Apr 2, 2018
32
10
In that case, I'm not sure what the problem is - it's a bit difficult to diagnose without seeing and verifying the various steps.

Perhaps the most useful thing I can say is that the makeup interface and items work fine during my playthroughs.
Ok so i go in,got options unlocked...set them uo nicely and leave character costumisation menu right?
What do i miss?
 

alias34

Newbie
Jul 4, 2017
55
102
So I just checked this game out for the first time and... Does this game use code from Skyrim sex mods? I swear it has the exact same quirks as my modded Skyrim, all the same awkward pauses and pose transitions, even the character covers herself and moves around the same way after getting fucked with NPCs awkwardly ignoring her the exact same way.
 

TJ888

Member
Modder
Respected User
Dec 7, 2022
277
841
So I just checked this game out for the first time and... Does this game use code from Skyrim sex mods? I swear it has the exact same quirks as my modded Skyrim, all the same awkward pauses and pose transitions, even the character covers herself and moves around the same way after getting fucked with NPCs awkwardly ignoring her the exact same way.
They are entirely different game engines, and mods for Skyrim use their own scripting language called Papyrus, not C++ which Unreal Engine uses.
It is doubtful the code was straight copied and re-written in C++ in its entirety and changed to work with Unreal Engine assets, as that sounds like a lot more work than just making one from scratch with Unreal Engine tools.
Still, there is a possibility it was used as inspiration for how it should work in this game and created a very similar "finite state machine" for the sex logic and animations.
 
  • Thinking Face
Reactions: Nonyatool

borrowed

Member
Feb 18, 2020
180
85
New to the game how do i get into town to buy weapon or armor where trade in safe house the map is confusing
 

.Sirene

Active Member
Jul 24, 2022
608
1,392
They are entirely different game engines, and mods for Skyrim use their own scripting language called Papyrus, not C++ which Unreal Engine uses.
It is doubtful the code was straight copied and re-written in C++ in its entirety and changed to work with Unreal Engine assets, as that sounds like a lot more work than just making one from scratch with Unreal Engine tools.
Still, there is a possibility it was used as inspiration for how it should work in this game and created a very similar "finite state machine" for the sex logic and animations.
Code has little to do with animation. Animation can easily be ported from one game engine to another, it's just a set of points where a model should follow. Export from game engine, open in preferred modelling application of choice and export to match the desired game engine. Of course a few tweaks here and there, but coding language has little if anything to do with this.
 

TJ888

Member
Modder
Respected User
Dec 7, 2022
277
841
Code has little to do with animation. Animation can easily be ported from one game engine to another, it's just a set of points where a model should follow. Export from game engine, open in preferred modelling application of choice and export to match the desired game engine. Of course a few tweaks here and there, but coding language has little if anything to do with this.
The person was not talking about the animations themselves (from what I gathered), but how the game plays them, switches between them and their transitions, the pauses when switching, and the player and NPC's logic after the animations, etc. Most of this stuff would be done in code or a combination of both, plus I doubt any of the animations were ripped off from Skyrim mods either.
It is likely done the way it is so the dev doesn't have to create smooth transitioning animations between each scene, and having some way to have the animations sync up when manually advancing a scene.
 
Last edited:
  • Like
Reactions: Nonyatool

BTWZ1

Member
Mar 20, 2019
405
733
man those blood textures looks really not ok. it's looks like jelly. and I hope that devolution will add the ability to customize hair in future updates
 

Imma Sniper

Newbie
Aug 13, 2022
80
73
So when can we expect Steam version ? I want to support this game but PayPal is blocked and I don't wanna go ahead with my credit card details .
 
3.60 star(s) 64 Votes