DeUglyOne

Bite Me!
Donor
Sep 1, 2017
491
1,571
This works but the background is still bugged, I think you need to change this View attachment 2176989
Same thing (the dev's name must be maris) needs to be done with this line. Just shorten it to:

Clipboard01.jpg

Still a lot of little bugs hanging around:
Once you get your slave(s) to work the garden, and you get notice in the morning how much they farmed, there is no increment to any variable in that routine so you gain no food from their labor.
I had two girls working the garden, with anywhere from 6-10 notices between them, and no increase in the food.

Going straight to the basement in the morning lets you talk or have sex with every slave with no time increment. Afternoon through night does increment the time slot for each.
Also applies to visiting/trading/fucking at the farm. No time increment, no cost to fuck the girl, no loss to energy.

EDIT:
Your "Hunger" bar either needs to be reversed to go from 0-100, or renamed to "Satiety" (feeling of fullness).
100% hunger to me means you're starving.
 
Last edited:
  • Like
Reactions: ttyrke

KurosU

Member
Jan 14, 2018
106
62
This is very ambitious project for a first game. With that many options will the dev be able to handle the coding and gathering the porn? Too many games started with this kind of hype and the dev just burnt out abandoning the game.
 
  • Sad
Reactions: Tatsuya2022

Nerkahl

Newbie
Oct 2, 2021
25
43
i love postapocalyptic setting in any kind of game but sadly it's realy hard to find a game like this with a female protag who is not a insta bimbo dumb and whatever.
like to play a postapocalyptic game with sexual content and female protag who is a smart badass with a strong personality and maybe a little bit of a nympho who exploit her sexuality for her advantage without traumatic monster tits.
sorry to rant but it needed to be let out.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,327
1,382
Hey! That's for suggestions. I'll go through each comment in evening and provide a fix and reply to whom it's needed.
Strange that you had that bug with images. I added it specific for testing/development purpose, so I could instantly see all images through twine app, instead of each time opening index file.

Don't know the reason why it would thing you're running it from twine platform but I'll probably just remove that if statement from a release version.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,327
1,382
This should fix images:
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,327
1,382
For some reason, the dev added a static path for the game folder in his set up for the image reference. You can find and edit these two lines (542 & 543)

setup.ImagePath = setup.Path + "images/";
setup.videoPath = setup.Path + "videos/";

Just edit those to lines to the following:
setup.ImagePath = "images/";
setup.videoPath = "videos/";

The code above these lines in the html file define the setup.Path, which you don't need in Twine.
Thank you. Added fixed version.
used setup.Path for development, otherwise Twine wouldn't show images when run from app.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,327
1,382
Are the slaves each unique girls or randomized?
Slaves are randomized. Also sex pose images won't be from one girl.
There will be few story/unique characters later but generic npc world pretty much will be random generated.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,327
1,382
Will the farm include slaves for milk? Much better than picking up smelly cattle when you can put some women in there and breed/milk them.
Thanks for suggestion. Will add it to my todo list. We could probably add a lot of things what we could do with slaves ;)
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,327
1,382
A very promising start! I'd only recommend making the females more like characters than randomized; give them individuality, personalities, have each one represented by a specific porn star.
Random npc's will ge randomized. There will be few individual characters who'll use ony porn star, yes.
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,042
1,088
Did a fix myself, yeah, just a matter of replacing your path in your if statements on your system with "./"

Happens my dude, but sometimes you won't catch it running on your own. Take care.
 
  • Like
Reactions: ttyrke
3.60 star(s) 30 Votes