Chinchungchu

Newbie
Jul 15, 2021
56
14
When is the next update ? Amazing game cant wait for it. Btw the clip u used while using the girl in the farm is so far the best (related to the concept of the game).
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
When is the next update ? Amazing game cant wait for it. Btw the clip u used while using the girl in the farm is so far the best (related to the concept of the game).
Thanks! I usually release next release after 2 week. There isn't a lot of videos I can use as in post apocalyptic world :(
 

Ken Kai

Newbie
Dec 2, 2017
48
22
By portrait you mean clothes or skin/hair? Clothes probably, not sure about skin/hair.
I was thinking since we can mod some of the girl packs by ourselves, maybe it will be better(?) if we can put a portrait on that particular character
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
I was thinking since we can mod some of the girl packs by ourselves, maybe it will be better(?) if we can put a portrait on that particular character
Probably. I'll add this suggestion to backlog. Not for the next release but maybe after 2-3. Got already plan how that could look.
 
  • Like
Reactions: Ken Kai

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
By portrait you mean clothes or skin/hair? Clothes probably, not sure about skin/hair.
the clothes is easy to change in the save file if one knows the numbers used for what top or what bottoms. the skintone cant be changed via the save it breaks that person hair color can be changed and some of the slaves/guests stats can be changed
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
the clothes is easy to change in the save file if one knows the numbers used for what top or what bottoms. the skintone cant be changed via the save it breaks that person hair color can be changed and some of the slaves/guests stats can be changed
Actually you also can change skin color. That's just a string in the variables and that's it.
I don't know the reason why you couldn't do that via save edit, BUT if you go and talk with the girl you can write in browser console
Code:
SugarCube.State.variables.tmpGirl.race = 'black'
and it will work.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
IMO the best page for background music is nocopyrightsounds on youtube (alot of devs use that page too)
Searched but either it's not there or I can't just find it.
Idea was to find some post apocalyptic ambiance music/background music or some low environment music
 
  • Like
Reactions: GamerDaddy

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
Searched but either it's not there or I can't just find it.
Idea was to find some post apocalyptic ambiance music/background music or some low environment music
(youtube. com/ @NoCopyrightSounds) they have tons of stuff, i have been watching/listening to the tune they have and in 6months im not even a quarter of the way through the stuff they have.
 

Ken Kai

Newbie
Dec 2, 2017
48
22
Probably. I'll add this suggestion to backlog. Not for the next release but maybe after 2-3. Got already plan how that could look.
Thanks for that! I enjoy modding the game and it will be much better if we can create a portrait for the character that we mod
 
  • Like
Reactions: ttyrke

Chinchungchu

Newbie
Jul 15, 2021
56
14
In the next update can u please provide a save file till the new content ? I just lost all of my saved data, my 10+ hrs of game play in the trash
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
In the next update can u please provide a save file till the new content ? I just lost all of my saved data, my 10+ hrs of game play in the trash
How you lost it? Bug in game or unrelated thing?
 

stho90

Newbie
Jul 4, 2020
47
35
Some small bugs that i found in version 0.12b after starting a full new game


1.) unexpected token: identifier

See below: Error: <<set>>: bad evaluation: unexpected token: identifier
Code:
<<set                 $tmpGirl.name = 'Eve',                 $tmpGirl.corruption = 0,                 $tmpGirl.hair = 'black',                 $tmpGirl.race = 'white',                 $tmpGirl.quests = {},                 $tmpGirl.relationship = 5                 $tmpGirl.birthDate: setup.getBirthDate(32)             >>
1682280113311.png

---

2.) The paddle

If you punish a girl and you have a paddle in your inventory, it is only available after the first punishment.
In this game, i would expect the same as like getting wood. If you have the item in your inventory, it is used automaticalls.
(Maybe not a bug, but it would be an improvement)

---

3.) Washing a slave girl with 0 energy

If i am having 0 energy, i am still able to wash a girl. (Not fucking anymore, what seems okay)
But the message that i got after i clicked on the "Wash" button, was:
"You have run out of cum and can no longer perform. You give her a juicy kiss and walk her out the door"
(Very confusing, because it seems to be the default message from fucking. The default handling in this game, if your energy reaches 0, should be to disable/hide the button. This is done in other situations)
The best comes after that: In most cases, her relationship has increased, even if i was not able to do anything :-D

Before washing:
1682280443582.png

After (not able to) wash her:
1682280498312.png

---

4.) Reset of Blair stats

If i am fucking Blair and running out of energy, i finish the day by clicking on "Talk". Then i go to sleep automaticalls. (Unexpected, because this does not happen if i do it with my slaves. Nevermind)
But the next day, her stats are reset to the values, i started the fucking session.

Here, after my fuck with her on day 140 and clicking again the "Anal" button (running out of energy)
1682281039038.png

And here, her values the next evening on the next fucking session on day 141:
1682281111206.png

---

5.) Wrong "Day XXX" while fucking at night or moving somewhere

If i am fucking Blair at night, we start at 22:00. Each fuck action with Blair uses only 5 energy.
Each of that actions let the time continue by 15 minutes. If the clock reaches 23:45, the next action sets it to 0:00 (what is correct). But the day number does not change. In my previous bug no. 4, you can see that i it shows 03:30 on day 140. But as i started, it still was day 140. It should be day 141. (I hope you know what i mean)
The same issue is displayed, when i go to the underground city and start by trip at 20:00 on day 142.
After i arrived, is has been 00:00 on day 142 (but should be 143).

---

UPDATE-1:

6.) Small display issue in the energy bar after having a shower
1682282079038.png
 
  • Heart
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
Some small bugs that i found in version 0.12b after starting a full new game


1.) unexpected token: identifier

See below: Error: <<set>>: bad evaluation: unexpected token: identifier
Code:
<<set                 $tmpGirl.name = 'Eve',                 $tmpGirl.corruption = 0,                 $tmpGirl.hair = 'black',                 $tmpGirl.race = 'white',                 $tmpGirl.quests = {},                 $tmpGirl.relationship = 5                 $tmpGirl.birthDate: setup.getBirthDate(32)             >>
View attachment 2568188

---

2.) The paddle

If you punish a girl and you have a paddle in your inventory, it is only available after the first punishment.
In this game, i would expect the same as like getting wood. If you have the item in your inventory, it is used automaticalls.
(Maybe not a bug, but it would be an improvement)

---

3.) Washing a slave girl with 0 energy

If i am having 0 energy, i am still able to wash a girl. (Not fucking anymore, what seems okay)
But the message that i got after i clicked on the "Wash" button, was:
"You have run out of cum and can no longer perform. You give her a juicy kiss and walk her out the door"
(Very confusing, because it seems to be the default message from fucking. The default handling in this game, if your energy reaches 0, should be to disable/hide the button. This is done in other situations)
The best comes after that: In most cases, her relationship has increased, even if i was not able to do anything :-D

Before washing:
View attachment 2568211

After (not able to) wash her:
View attachment 2568214

---

4.) Reset of Blair stats

If i am fucking Blair and running out of energy, i finish the day by clicking on "Talk". Then i go to sleep automaticalls. (Unexpected, because this does not happen if i do it with my slaves. Nevermind)
But the next day, her stats are reset to the values, i started the fucking session.

Here, after my fuck with her on day 140 and clicking again the "Anal" button (running out of energy)
View attachment 2568229

And here, her values the next evening on the next fucking session on day 141:
View attachment 2568231

---

5.) Wrong "Day XXX" while fucking at night or moving somewhere

If i am fucking Blair at night, we start at 22:00. Each fuck action with Blair uses only 5 energy.
Each of that actions let the time continue by 15 minutes. If the clock reaches 23:45, the next action sets it to 0:00 (what is correct). But the day number does not change. In my previous bug no. 4, you can see that i it shows 03:30 on day 140. But as i started, it still was day 140. It should be day 141. (I hope you know what i mean)
The same issue is displayed, when i go to the underground city and start by trip at 20:00 on day 142.
After i arrived, is has been 00:00 on day 142 (but should be 143).

---

UPDATE-1:

6.) Small display issue in the energy bar after having a shower
View attachment 2568253
Thx! Will go through it
 
  • Like
Reactions: stho90

stho90

Newbie
Jul 4, 2020
47
35
Some more small bugs from my side.
Please dont misunderstand me, while i report everything that seems not logic or seems not to work.
I like your work and appreciate the current version of the game. I think, every bug report will help you and make the game even better. :)

---

7.) Wrong strength increasing message after using drugs

I have been training in the cage (underground city). A Guy appeared and offered some drugs. See below:
1682354741904.png

I agreed to buy it and the message was: "Your max energy increased to 100".
After i clicked "Leave", it has been increased to 110. The only small bug i want to report here, is the given message :)
He appeared another time and the message was "Your max energy increased to 110". (But it increased to 120)

---

8.) Relationship/Submission with the girls after House Party

I reached the " Make a house party at fire place at 20:00" event. While that, it asked me to "offer another bottle".
I said "Yes" to increase my relationship with the girls.
This event seems not to influence Blair at all. After that, i clicked the journal and the relationship with Blair did not change.
(I can imagine, that this only affects my slave girls. But their stats did not change too. Not Blair, not the working slaves and not the "waiting" slaves in the basement.)
Its the same, if i end the party before the second bottle. The submission values does not change too.

---

9.) Selling food

I am not able to sell any food at the farm.
My 4 slave girls are making more than i am able to eat. Selling it would be nice. (Maybe not a bug?)
Its the same with "Milk". I am having some in my inventory, but i am not able to sell it.
(Attached save game to reproduce the issue, if you need it)

---

Thats all from my side for now. I am having 100 relationship with Blair, doing another party at the camp fire but nothing more happens. (The journal tells me to do it) Maybe its the end of the current content.
As a with to the future: It would be nice to have some more interactions with my slaves. (I sent one to work on the streets, but she has been killed after one day. Will not use that much energy again to make her do that for just 5 small caps)
The submission value seems not to have any impact. They only work if the relationship is high enough, but i tried it with punishment for the first time. Punishment has no visual effect on them. Maybe i am missing something?
(I did not search here in the thread, but will do it after posting this message)

Last words: Thank you very much for all the work, you have given to this game. I am looking forward to the next updates :)
 
  • Heart
Reactions: ttyrke
3.70 star(s) 52 Votes