Agree , man , feels like update is not worth playing without
Rachel/Evelyn path(s) is/are the most boring to me anyway. Can find hundreds of games on this website (thanks team!) with that exact flavour/genre, whatever. All in all, I think Moochie does a good job of balancing and good things, especially games of this quality just take time. People need to deal with it.I love the moan and bitching about how the "Main Girl" supposedly is Evelyn, yet the reality is there is no main girl. The main girl is who you wish to be. Or in my case, Fiona and every single girl in the game that we can get with/possible in the future get with.
I see people moaning that Rachel/Evelyn didn't get updates so they whine and say 'Welp, not gonna play through this update.' Petty much. Up until this very update I did gripe with the lack of Fiona content, which considering how long it took to get more than two parts from her prior to this update yeah it was a pain, yet I still played the updates and had a grand ol time.
Moochie is doing the best they can. Would it be nice to have specific updates for girls? Sure, but at the same time it bums out others. Let the dev work on their own time and planning for christ sake.
For me, I like all of the paths regardless. I don't find them boring at all and quite entertaining, specially with a side of oddity with Skylar popping in randomly. I think the "problem" though is that right now there are a lot of girls, ala the "Main Ones" if you will, and everyone is wanting more content for them. Yet at the same time, Mooch is doing the best they can given the planing and balancing of things which is working well overall, despite frustrations of others. Now, Mooch could very well just do a whole six months/year long hold out and do a huge ass update, which would be grand but at the same time could lose a following.Rachel/Evelyn path(s) is/are the most boring to me anyway. Can find hundreds of games on this website (thanks team!) with that exact flavour/genre, whatever. All in all, I think Moochie does a good job of balancing and good things, especially games of this quality just take time. People need to deal with it.
Sorry you didn't get what you wanted from a free game. Wait, I'm sorry, did the content you added to game get cut?I should have read the last page of the comments to know and not waste time... Here's the lesson.
View attachment 1230478
True that makes a difference, just as when playing the final completed game will also be a very different experience as playing the game while still in development. If you would not have liked Rachel and Evelyn you likely would have put the game aside at very start, since it was a lot of Evelyn content then and going fast, just if I had known then the storyline would have been mainly about the dad and a crime story I would likely have made another choice.Maybe my perspective is different being that I played through the game in the previous major update, but the Evelyn and Rachel paths aren't really that interesting to me. Their models are gorgeous, but the stories are pretty generic. I loved the Jennifer love path and Lina's path, and enjoyed the content made thus far for Grace.
Honestly, I think the content this update for Fiona actually exceeded my expectations (I'm on her path that makes her more submissive). Especially compared to aspects of the Lina/Risa path, the writing here made MC come across as much less of a genuine creep and more caring unless you pick the options to make him a pervert. Flynn and Irene were quite interesting, and I like that Scott was given more dimensionality. Wonderful job all-around humanizing a lot of old and new characters.
My favorites are Jennifer and Grace (and Skylar), so looking forward to more content with them, probably in the distant future.
Also... when the hell is Skylar going to be added to the relationships tab? We know her love points are being tracked. I love that weirdo.
if mc doms her then goto work at warehouse until fiona visits there and after that it's very linear.How are you supposed to continue with fiona content again? The hint tell me to go to the dorm, but it only ever show me the cam record thing?
LOL-See PH updated-
Alright... lets see if my favorite girl finally got content...
-Checks Changelog-
... About fucking time!!! YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS!
-Plays through Fiona's content-
This...is truly and utterly wholesome. I am now more in love with this girl than ever before.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_loc/loc10_school.rpy", line 20, in script
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
File "game/script_loc/loc10_school.rpy", line 20, in <module>
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
NameError: name 'loc10_fio_gifted' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_loc/loc10_school.rpy", line 20, in script
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
File "C:\Users\timli\Downloads\PhotoHunt-0.12.1-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\timli\Downloads\PhotoHunt-0.12.1-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\timli\Downloads\PhotoHunt-0.12.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_loc/loc10_school.rpy", line 20, in <module>
if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1:
NameError: name 'loc10_fio_gifted' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Photo Hunt 0.11.2a
Sat Jun 05 15:32:26 2021
No, I have "You, School, Hotlist, Lina, Fiona, Rachel, Skylar" Nothing about apologizing.Do you have any conversation options with Monica? The apology should be among the general conversation options when you visit her in the office on a regular basis.
for some reason, the default value was not defined, although it should have been when the game was started. Try to re-open the game.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script_loc/loc10_school.rpy", line 20, in script if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1: File "game/script_loc/loc10_school.rpy", line 20, in <module> if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1: NameError: name 'loc10_fio_gifted' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script_loc/loc10_school.rpy", line 20, in script if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1: File "C:\Users\timli\Downloads\PhotoHunt-0.12.1-pc\renpy\ast.py", line 1832, in execute if renpy.python.py_eval(condition): File "C:\Users\timli\Downloads\PhotoHunt-0.12.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\timli\Downloads\PhotoHunt-0.12.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script_loc/loc10_school.rpy", line 20, in <module> if "Flowers" in loc10_fio_gifted and jen_route == "yand" and loc10_jen_yand_warning == 1: NameError: name 'loc10_fio_gifted' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Photo Hunt 0.11.2a Sat Jun 05 15:32:26 2021
happens everytime, when going to school in the afternoon
As far as I remember it was a mistake due to old save with Monica and her new content.Okay, I'm starting to get frustrated and could really use some help. I just started the game again after a long time of just letting content build up, and I'm trying to follow Monica's first hint "I gotta talk to her in her office and say I'm sorry" but no matter how long I wait, no matter how many classes I attend, no matter how much I progress with other characters, I cannot get any sort of scene to trigger with her that gets MC to apologize.
I'm not in a position to ask her out, I started over from the beginning, it's literally the first hint for her that I'm stuck on lolAs far as I remember it was a mistake due to old save with Monica and her new content.
You should ask Monica out on a Friday Evening (and give her a dress).
If it's not difficult, send your save, and I will change the hints in the next version