- Jul 16, 2020
- 29
- 133
You don't have permission to view the spoiler content.
Log in or register now.
I guess sammy got into really big trouble
That's known, since the assets for the wardrobe and store (as well as some clothing items on different body / breast sizes) aren't finished. Generally the ones missing the store and wardrobe images can be worn just fine, you just have the missing image on the buttons.Also in the game there are a lot of errors in displaying photos in the inventory of clothes and other things, and merchants have the same problem
I had no issues with MC losing weight. Are you using the latest version? There's also a limit to your fitness depending on your game start (male start and female start with teh academic focus IIRC), but you should still be able to lose most of the weight / increase fitness most of the way. It's also not a one day thing, you need to do multiple fitness raising actions over multiple days for that. I also tested the cheating option, and it worked find on my end.it seems she cant loose weight, so i cant progress the story. cheats/jogging does nothing.
I'm sorry, but an uncaught exception occurred.
While running game code:
SyntaxError: invalid syntax (random_events_addict.rpy, line 47)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/general/random_events/random_events_generic/random_events_addict.rpyc", line 45, in script
File "/TheFixer-0.3.1.60-pc/renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "/TheFixer-0.3.1.60-pc/renpy/python.py", line 1078, in py_eval
code = py_compile(code, 'eval')
File "/TheFixer-0.3.1.60-pc/renpy/python.py", line 1015, in py_compile
raise e
SyntaxError: invalid syntax (random_events_addict.rpy, line 47)
No, there's no way to get a license to keep your baby in game. The developer has explicitly stated this, since they don't want to include infants, children, and the many issues it can cause for gameplay, story, and ethical reasons. Frankly, caring for an infant or child isn't generally very fun for a life simulator game (the only ones that have it as a major theme I know of are dedicated to that concept, or are very abstracted). Story wise the remaining adults want to make sure the children are raised well, not by the frequently drug / alcohol addicted younger people. Lastly, a lot of sites (patreon especially) would frown on including infants and children in a porn game.can we take the baby license?
Well, Degrees of Lewdity is a pixel art sandbox and they recently added pregnancy, then there's the first two acts of Corrupted Kingdoms (Act 3 is... Let's just say people are waiting for a redo of that) running on the same engine as this one if you're looking for something more consensual. There's a few others, but they're either not sandbox or the pregnancy is Game Over only.Hello, I'm looking for a game of this style where you can have children, like Simple Days and Love and Sex: Second Base, summer time saga. I already looked for a sandbox and pregnancy style but I can't find any other than that, if someone could recommend one I would appreciate it.
will = 100
if self._mood <= 20:
will -= (20 - self.mood)
if self._tired <= 20:
will -= (20 - self._tired)
if self._drunk > 100:
will += ((self._drunk - 100) / 4)
if self.recovering:
will -= 10
randomnum = renpy.random.randint(40, 80)
if randomnum <= will:
result = True # NO WILLPOWER
else:
result = False # YOU HAVE THE WILLPOWER
3160, bunch of missing images at piercings shop
Literally talked about that on this page of the thread, just from yesterday.That's known, since the assets for the wardrobe and store (as well as some clothing items on different body / breast sizes) aren't finished. Generally the ones missing the store and wardrobe images can be worn just fine, you just have the missing image on the buttons.
Just a thought, but being that pregnancy is more or less a choice, maybe have a warning as to what they will lock themselves out of.Blocking the dance girls getting pregnant is one option, but it also means the player is locked out of content while they are pregnant. So either I have a story that makes more sense with no one being pregnant, locking players from content or I have a story that is a bit silly with a bunch of pregnant girls dancing but content is not locked.
Not sure it's worth adding a "pure technical virgin" perk
But mostly that perk is just to make virgin runs a bit easier. If you went that long without having sex, I assume you are trying not to so give that perk.
Pretty fast actually, the days after you start getting morning sickness so if you know what to look for you're still well in time for a pill.Just a thought, but being that pregnancy is more or less a choice, maybe have a warning as to what they will lock themselves out of.
Only stipulation is that one area you have to go to that's a bid seedy. Last I checked, you don't really know you are pregnant until way after the fact when you finally finish that part.
I feel like I've never passed a willpower check when I don't have 40 or higher confidence, which I just figured is...how it works for whatever reason, so yeah, it'd be nice to see that fixed.Trying this game out... Is willpower supposed to work like this?
If you're >= 40 confidence, you have willpower. If you're <= 20 you have no willpower. Fine.
But if you're 21-39 confidence, it's supposed to be a dice roll. This dice roll is impossible to pass unless you are very tired and in a bad mood. Surely it makes more sense, intuitively, for higher mood to mean more willpower?
The code, for reference:
We can see that with >=20 mood and >=20 tiredness it isn't possible to pass a willpower check (with 21-39 confidence). Is this a bug or am I missing something? It's also a bit weird that confidence itself doesn't play a role in the diceroll. One would think 39 should be more likely to succeed than 21.Python:will = 100 if self._mood <= 20: will -= (20 - self.mood) if self._tired <= 20: will -= (20 - self._tired) if self._drunk > 100: will += ((self._drunk - 100) / 4) if self.recovering: will -= 10 randomnum = renpy.random.randint(40, 80) if randomnum <= will: result = True # NO WILLPOWER else: result = False # YOU HAVE THE WILLPOWER
Edit: Figured it out. New Patreon version has actually been pushed. I got confused cause the version number the dev mentioned was .56 and I forgot the last version was .60, so confusion all around .3.1.65?
I thought the last one added here is 3.1.60
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Sayer 'hav' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/haven/haven_shower_stall.rpyc", line 71, in script call
File "scripts/locations/haven/haven_shower_stall.rpyc", line 106, in script call
File "scripts/locations/haven/haven_shower_stall.rpyc", line 178, in script
File "renpy/ast.py", line 881, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 774, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'hav' is not defined.
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
The Fixer 0.3.1.60
Sat Sep 16 03:01:12 2023
she was pregnant and i didnt knew that... im just a bit stupid.That's known, since the assets for the wardrobe and store (as well as some clothing items on different body / breast sizes) aren't finished. Generally the ones missing the store and wardrobe images can be worn just fine, you just have the missing image on the buttons.
I had no issues with MC losing weight. Are you using the latest version? There's also a limit to your fitness depending on your game start (male start and female start with teh academic focus IIRC), but you should still be able to lose most of the weight / increase fitness most of the way. It's also not a one day thing, you need to do multiple fitness raising actions over multiple days for that. I also tested the cheating option, and it worked find on my end.