I am unable to replicate this. What system are you on? To open a different shop you need to hover over and select one of the other shops on the map.I have a bug in new ver. Can't enter in any sjop in mall except cosplay shop (it's always selected when cursor is in mall map window).
As others have mentioned, wait a few days for her trauma to go away.The desire one shows im in no mood to be thinking after sex...what do i do
For now she will masturbate while sleeping. I will eventually add more manual masturbation in bed and the shower.how do u fix the MC up when she showing signs of being horny at home
Haven took many months to do so no surprise this one feels smaller. Also a lot of house keeping in this update that was needed for moving forward with the rest of the updates.Good update, although it felt short, compared to the monster that Haven was
I was hoping for a house update (housemates and sister content would've been nice), but school, so be it.
Some ideas...
- Finally some girl with girl action with Cass and Mira.
- An abusive teacher who likes to prey on the poor girls, and you can either be a victim, or go along with it because you like it.
- Stuff with the jocks
- Fooling around in the library (doesn't matter the gender of the 2nd person, fooling is fooling)
- This one might be complex, so feel free to completely ignore it, but some kind of small scale "quest" system. In order for you to gain the next level of inteligence, you need to pass an exam, including stuff like plain old just study, getting someone the bookworm to help you study (using your body), or assuring a good grade by doing stuff with the teacher. These last two could upgrade as the exams get harder with each level.
Those are just some at the top of my head.
Common request. I tend to put it off mostly because it's time not spent working on the game and it will increase the download size.You really should add some background music and sound effects.. I had to check my windows settings to make sure my sound card was working when I started up the game.. it's just feels empty without any sounds.
No new anal scenes in this update. Only new anal stuff are the new popups while having sex.Any new anal scenes in the latest update?
I did get (some of) the Viktor scenes. Guess I basically got out just in time.The guard is one of 4 possible routes to get upstairs. The one you got is pretty much as you describe. Spend long enough there and you will get an ending. Don't want to lock players out the rest of the game because they can't figure out how to clear Haven.
But if you got the vent scene, your mood should have been low enough to also trigger the Viktor scenes, which usually puts you into a drunken spiral triggering a bunch of other scenes. Basically the longer you stay there, the worse things get for you. So you either complete the mission another way before things get bad, or suffer the bad things going the slow route.
I think pregnancy is nonsense in a porn game,personally prevents me from playing a game with pregnancy, it would be best if there was a choice at the beginning of the game.Feedback: ask yourself "why is pregnancy in my game?"
I mean, there's a lot of fetishes around the concept, but it's very hard to suggest improvements unless we know why you decided to add the feature; what you want to accomplish with it. Don't just have it for no good reason.
And you should probably not have it as a static unavoidable background factor. Games need to offer players choices! For instance is it chiefly "because it realistically would be a factor in the female protagonist's life"? Do you like the sight of pregnant women? Or something else?
First idea: have pregnancy affect this particular MC by making her uninhibited and risk-taking. (Most women will obviously become protective of their unborn child, but this is a game where we want to see things happen)
For some, risk play is incredibly arousing. For this to be a factor, the game needs:
- why isn't the MC on contraceptives? (Any half-assed reason "I'm allergic to the pill" is completely fine. Of course, it would be entirely fine to feature a checkbox "allergic YES/NO" and have that serve as a pregnancy content enabler/disabler, I'm not suggesting you force this fetish on anyone since preg is not the main theme of the game)
- option to bring along condoms (ideally without micromanagement)
- ability to react in various ways when the man refuses to wear a condom ("do you promise to pull out, I don't want to get pregnant"). Basically, there needs to be a focus on how she reacts. Since this can become repetitive it should not happen every time and/or the player should be given the ability to pre-set her responses.
- emphasis on consequences of becoming pregnant anyway (it being a hindrance is not a problem here)
- how are repeat pregnancies handled? (If nothing changes and the MC can just produce baby after baby with zero consequences, the entire idea falls apart)
For some, the physical changes is what triggers them. Draw exaggerated bloatedness of the belly and the breasts! Having these effects progress further with multiple pregnancies is a great idea, though few players will probably want realistic sagginess, they want ever-more extreme effects (larger, always lactating, breasts that embarrass the MC... an ever-higher risk of pregnancies becoming twins, triplets or even bigger bellies). Throughout the MC should remain concerned but steadfast. Too happy and you lose the consequences part; too dejected and the game becomes too grim.
Well, that's just examples.
The important thing is that you implement features that turn YOU on, otherwise you end up writing code that doesn't do it for anyone. So if there's anything re: pregnancy you secretly want to happen, you should probably implement it no matter how extreme. (Add pregnancy ON/OFF and set it to off per default if you're concerned what your player base will think)
What do you mean by popups?No new anal scenes in this update. Only new anal stuff are the new popups while having sex.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/origins/femstart/03_femstart_home.rpy", line 516, in script
tuc "As far as I am aware, no reason. Just good timing on your part."
File "renpy/common/00action_file.rpy", line 382, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/origins/femstart/03_femstart_home.rpy", line 516, in script
tuc "As far as I am aware, no reason. Just good timing on your part."
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1219, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4100, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 382, in __call__
renpy.save(fn, extra_info=save_name)
File "renpy/loadsave.py", line 433, in save
location.save(slotname, sr)
File "renpy/savelocation.py", line 421, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Fixer 0.2.32.00
Sat Jul 3 11:33:37 2021
What is the problem with the new renpy? But unfortunately the upgrade was unavoidable. Updating mid project is not something I would normally like to do, but there were some features in the new version that made my life so much easier.Well it was fun while it lasted. Unfortunately for me, whenever a dev switches to the newest version of Ren'py, I can no longer play the game on my old Windows Vista laptop, and don't have the financial resources to upgrade to something better.
Clicking the time/date button up the top also skips time and eventually there will be proper events to go with it.I love the customisation part of the game and that it actually has an impact on the gamplay.
And since I am talking about gameplay, the "cheat" options to skip an hour and definitly the one to skip a day should be regular gameplay features (otherwise you have to take a lot of naps and click the following dialogues away, it is a little annoying)
A "Go home" button wold be nice too, to reduce all the unnecessary clicking around since most locations are empty anyway (for now?)
While having sex there are now popups to show where Sammy was penetrated and if she was came inside. It comes with little images so you can see where.What do you mean by popups?
Funny enough I wrote and implemented a job working in the mall a long time ago but eventually shelved it when I realised I didn't have enough clothing options to have you dress up in and model for the perverts.I'm would like this game more if it gave you more places to have sex.
I know the creator is planning to add roommates at some point. My old post in regards to that https://f95zone.to/threads/the-fixer-v0-2-32-00-sam_tail.66244/post-4572723
But maybe an option to work in mall. Put on clothes to "better sell them" or a shady customer wants you to try on a sexy outfit "for their girlfriend". Maybe even modeling stuff later on.
Go to the hospital and speak to Dr Tucker to follow the main questline.I don't know who Simon is or Viktor.. any walkthrough? I am currently done with all the quests that I know of, and it tells me to go do the barmaid job, nothing else,
I'd like to lose my virginity to a named person who I can romance later in the game,
I don't want to give it to some random drunkard just for some quick fuck for buck,
So am I missing something? For the next question, something about heaven or something
Nothing I can do about this one. After googling around to see what the issue is, it seems it's a permissions thing. The game doesn't have permission to save files on your computer.Getting an error when trying to save
Yes, I have seen that. But it is only skipping 30 Minutes and you always get the same dialogue and have to click it away first. Plus it isn't even possible to use it while playing the Haven Quest. Without the "cheats" to skip an hour or a day I would have went nuts thereClicking the time/date button up the top also skips time and eventually there will be proper events to go with it.
I just realized I could just use the Bus? I'm going to check.The go home option is something I considered and may work fine for now. But once more random events are in (especially night time ones), going home will have it's own entertainment.
Weird this is the only renpy Game that had this issue so far for me.Nothing I can do about this one. After googling around to see what the issue is, it seems it's a permissions thing. The game doesn't have permission to save files on your computer.
i mean who doesnt like having a beer in the showerso I just had a weird bug that caused my character to have a beer stuck in her hand. here she is holding her beer in the shower. View attachment 1278941
it happened after working a couple of shifts at the pub and I think I had a beer after work and it got stuck. luckily it went away after having another beer at home.
v0.2.32.00
watered down beer what is this america.I mean who doesn't like having a beer in the shower
Haven is blocked for gameplay reasons since Haven gets more dangerous the longer you stay there. though still looking into a way to skip time while retaining the gameplay and reasons it is blocked.Yes, I have seen that. But it is only skipping 30 Minutes and you always get the same dialogue and have to click it away first. Plus it isn't even possible to use it while playing the Haven Quest. Without the "cheats" to skip an hour or a day I would have went nuts there
I know those ar QoL features and rot really relevant for the overall game, but in my opinion Devs should try to reduce annoying stuff as much as possible.
Without the cheats you currently have to click 4 times to skip only one in game hour and in the Haven Quest you couldn't even do that. Not game breaking but very annoying, the complete abscence in the Haven quest on the other hand would be game breaking, at least for me. For now it is fine, since the cheats are there. But if you are planning to remove the cheat options at some point you shold think the skipping optins over.
I just realized I could just use the Bus? I'm going to check.
Don't judge Sammy's life choices, sometimes you need a beer in the shower. I mean look at her, her hair is already white for someone so young. She's dealing with some serious stress.so I just had a weird bug that caused my character to have a beer stuck in her hand. here she is holding her beer in the shower. View attachment 1278941
it happened after working a couple of shifts at the pub and I think I had a beer after work and it got stuck. luckily it went away after having another beer at home.
v0.2.32.00