4.00 star(s) 107 Votes

Deleted member 1412183

Well-Known Member
Game Developer
May 15, 2019
1,725
8,221
It's a good update, but I think it would have made more sense from a continuity standpoint to simply say something like: "Paris went to get her hair done to surprise her father with a cute new look". Maybe a couple of images of her at the hair salon changing the old hair out. Instead of the reason given in-game "Her old hair was a pain in the ass to work with so I changed that." Something also could have been made up for the new dorm room perhaps the old one had a bug infestation and needed to switch rooms believable enough. The only one of the three times something like this happened where this would not be easily fixed with a line of dialogue and maybe a photo at the hair salon is with Margery gettign a new model... That may require re rendering all of her scenes, but on the bright side she has not to this point been a major character. I like the new paris hair better, but dislike the new Margery look compared to the old one.
I think you make a few valid points. I'm going to strongly consider making the changes in game, instead of just a developer note. Thank you for the suggestion! As for Margery, she was supposed to be an older woman author from the beginning, but it was a misunderstanding when Ptolemy created her. She is not supposed to be attractive or a love interest at all. this is probably the last time you guys will be seeing her anyway =]
as far as paris new hair style (y) (y) (y) (y) (y)

margery winfield new model (n) other model looked better .. jmo

changing the dorm room to look like a house bedroom , hmmm well leys see where it goes :giggle:
SuperWriter
Well I did not pay attention very much this playthrough and only found 1 wrong word used at the very end.
View attachment 516821

For some reason I had to replay from the beginning to have the points for that last scene, I remember using the walkthrough last update and using it here on my save did not have the points needed.

But after replaying it I had the points.
It was the same with the spanking scene, did not get it on my save but after replaying choosing the same choices it played out this time.
I'm so sorry about that, I had to change a few things in the coding so I think that's maybe why.

Okay, so I loaded and ran Chapter 4. I end up with the two girls on the bed experimenting with masturbation, then it tells me, "That's it for Chapter 3. See you next update. Bye-bye!" And that's it.

Oh, don't know if it means anything or not, but I did use the Cheat mod.
Yeah, you literally skipped everything in the update lol. That's the last scene

Paris' blue hair gone.:eek::cry:
Lol I'm sorry, but the blue hair was super hard to work with. I'm sure you'll get used to the new hair!
You may need to replay it because right after the masturbation scene I got this. View attachment 516824

I had to replay it because it said I did not have the points for the scene and I know I used the walkthrough and chose the same answers as before to get the scene.
Yeah I think it was because I messed with the code for this update, sorry about that!
You don't have permission to view the spoiler content. Log in or register now.
Why even put 2 options at this moment lol, who's gonna choose Don't teach them xD.
Hahaha. you would be surprised how many people don't like any lesbian type scenes or anything like that. Just want to give you guys the option, though I sure as hell wouldn't skip it =D
 

trumpthatbitch

Active Member
Jun 23, 2017
910
1,396
SuperWriter I am getting errors

Code:
Full traceback:

  File "game/U1.rpy", line 952, in script

    P "I just got my ass whooped by my hundred and fifteen-pound [rel_d]. *rub throbbing nose*"

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\ast.py", line 706, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\exports.py", line 1336, in say

    who(what, *args, **kwargs)

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\character.py", line 1126, in __call__

    what = what_pattern.replace("[what]", sub(what, translate=True))

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\character.py", line 1115, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\substitutions.py", line 253, in substitute

    s = formatter.vformat(s, (), kwargs)

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value

KeyError: u'rel_d'


Windows-8-6.2.9200

Ren'Py 7.3.2.320

Picture Perfect CH.4

Tue Jan 14 17:49:52 2020
 

Deleted member 1412183

Well-Known Member
Game Developer
May 15, 2019
1,725
8,221
SuperWriter I am getting errors

Code:
Full traceback:

  File "game/U1.rpy", line 952, in script

    P "I just got my ass whooped by my hundred and fifteen-pound [rel_d]. *rub throbbing nose*"

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\ast.py", line 706, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\exports.py", line 1336, in say

    who(what, *args, **kwargs)

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\character.py", line 1126, in __call__

    what = what_pattern.replace("[what]", sub(what, translate=True))

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\character.py", line 1115, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

  File "C:\Users\*****\Downloads\PP-CH4-pc-compressed\PP-CH.4-pc-compressed\renpy\substitutions.py", line 253, in substitute

    s = formatter.vformat(s, (), kwargs)

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field

  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value

KeyError: u'rel_d'


Windows-8-6.2.9200

Ren'Py 7.3.2.320

Picture Perfect CH.4

Tue Jan 14 17:49:52 2020
Which version did you download?
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,086
All I get at the end of this supposed ch4 is the same as I got in ch3 with the girls watching the porn together, masturbation scene and then Untitled5.jpg
 

Mathesar

Active Member
Mar 20, 2018
734
1,591
I do like the new hair model more than than the old hair model, but I'd recommend either re-rendering Paris's old scenes or modifying the texture for the new hair so it's blue, for consistency. If you just attach the texture used for the new hair to a post I could even fix the color in a couple minutes, if you'd like.

edit - Also, this bit should say "punctuality" rather than "punctuation".
punctuation.png
 
Last edited:

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,569
16,111
All I get at the end of this supposed ch4 is the same as I got in ch3 with the girls watching the porn together, masturbation scene and then View attachment 516900
You did not overwrite the files in the old updated?

Every update is stand alone and will break if you overwrite the old with the new.

The 2 young girls masturbate in front of the MC right?
 

Deleted member 1412183

Well-Known Member
Game Developer
May 15, 2019
1,725
8,221
https://f95zone.to/threads/picture-perfect-ch-4-v0-4-superwriter.34351/post-2892870

I don't see how compression would be the problem as they are not errors related to images. I loaded a chapter one save is that a problem? Was there some sort of unoffical patch before (can't remember)? I am at a loss.

I'll try from scratch but thought you should be aware
I just replayed and get no errors. I believe it's the compressed version that has the error for whatever reason

SuperWriter
You may need to put in the OP that new game may be needed to see all scenes then.
Thanks about mentioning that, I almost forgot! Going to do it now.

All I get at the end of this supposed ch4 is the same as I got in ch3 with the girls watching the porn together, masturbation scene and then View attachment 516900
There are 189 new renders and 9k+ words. I'm not sure what you're doing, but there is at least 20 or 30 minutes of new gameplay.

I do like the new hair model more than than the old hair model, but I'd recommend either re-rendering Paris's old scenes or modifying the texture for the new hair so it's blue, for consistency. If you just attach the texture used for the new hair to a post I could even fix the color in a couple minutes, if you'd like.

edit - Also, this bit should say "punctuality" rather than "punctuation".
View attachment 516906
Thanks for the suggestion! But I think I'm just going to have Paris go to the salon and get this new hairdo as someone else mentioned.
 

lkta

Member
May 3, 2017
349
564
Hmm Wait for updates or buy the book for $3 on amazon & see how it ends. Decisions, decisions...
 

Deleted member 1412183

Well-Known Member
Game Developer
May 15, 2019
1,725
8,221
Cool, I look forward to the update but did the renders from the last update get fixed? The grass and eyelashes etc..

SuperWriter
The eyelashes fell off because Paris was so flustered and nervous, and the grass hasn't been fixed because it was supposed to look like she's sunken in the grass

Hmm Wait for updates or buy the book for $3 on amazon & see how it ends. Decisions, decisions...
I thought the same thing. So I got the book, and it is already different. Get the book anyway, it's an interesting read as is his other books.
Yeah, the book and the game do have some similarities, but it's going to be way different as the game goes because the game will be at least 4 or 5 times longer
Book = 35k words
Game = At least 120k

Book is a skip for me I don't do fake incest. (step)
Amazon makes you censor everything, that's why I have the totally uncensored versions also on smashwords. Trust me, I don't like doing fake bullshit either
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
10,968
15,840
Ofc it's not a huge deal, and I've heard that it can sometimes be hard to find assets for rendering, but I don't remember malls looking like this:
Picture Perfect Mall.png
 
  • Haha
Reactions: DanThaMan
4.00 star(s) 107 Votes