Mod Cheat Mod Ren'Py Picture Perfect - OscarSix's Walkthrough, Scene Gallery, Cheat, Improvements Mod [0.14] [SuperWriter]

sweeeeetwater

Newbie
Apr 25, 2020
27
32
Sorry, OscarSix, why is that happening?


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gallery/images/SceneGallery.png'>:
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\PP-Ch.8-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\PP-Ch.8-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "E:\PP-Ch.8-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\PP-Ch.8-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\PP-Ch.8-pc\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\PP-Ch.8-pc\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 925, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\behavior.py", line 763, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 1127, in render
st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\im.py", line 584, in render
return cache.get(self, render=True)
File "E:\PP-Ch.8-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "E:\PP-Ch.8-pc\renpy\display\im.py", line 629, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\PP-Ch.8-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Picture Perfect Ch.8
Sat Jul 18 15:52:43 2020
```
 

tatbearddude

Newbie
Jan 15, 2019
17
25
people, plz edit your posts so that errors are in spoiler format, and describe the action that created the error.

I am also getting these errors, but there's a ton of scrolling needed if it's not posted in spoiler format. *rant over*
 
  • Like
Reactions: k8ponny

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
error on startup..

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gallery/images/SceneGallery.png'>:
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\behavior.py", line 763, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Picture Perfect Ch.8
Sat Jul 18 14:30:53 2020
Cheers for letting me know, will send out a fix shortly
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
error on startup..

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gallery/images/SceneGallery.png'>:
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\behavior.py", line 763, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Misha\Games\MOE\PP-Ch.8-pc\PP-Ch.8-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Picture Perfect Ch.8
Sat Jul 18 14:30:53 2020
Sorry, OscarSix, why is that happening?


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gallery/images/SceneGallery.png'>:
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\PP-Ch.8-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\PP-Ch.8-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "E:\PP-Ch.8-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\PP-Ch.8-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\PP-Ch.8-pc\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\PP-Ch.8-pc\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 925, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\behavior.py", line 763, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\PP-Ch.8-pc\renpy\display\layout.py", line 1127, in render
st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "E:\PP-Ch.8-pc\renpy\display\im.py", line 584, in render
return cache.get(self, render=True)
File "E:\PP-Ch.8-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "E:\PP-Ch.8-pc\renpy\display\im.py", line 629, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\PP-Ch.8-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gallery/images/SceneGallery.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Picture Perfect Ch.8
Sat Jul 18 15:52:43 2020
```
people, plz edit your posts so that errors are in spoiler format, and describe the action that created the error.

I am also getting these errors, but there's a ton of scrolling needed if it's not posted in spoiler format. *rant over*
Fixed file has been uploaded to the OP
 

Spawn420

Active Member
Oct 24, 2018
725
466
startup works great now!
I played Qleafs version while waiting for yours to get fixed and noticed that while you have added function like sleeping with both pairs during the trip he had a mention of low vs high pregnancy during Paris first sex scene when choosing where to climax.. just wondering how important that choice actually is? if its a random chance that's one thing and both options might get her pregnant anyway.. since it didn't seem like we get the option of taking the morning after pill so I'm unsure how that piece of code effects future content..
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,025
78,599
startup works great now!
I played Qleafs version while waiting for yours to get fixed and noticed that while you have added function like sleeping with both pairs during the trip he had a mention of low vs high pregnancy during Paris first sex scene when choosing where to climax.. just wondering how important that choice actually is? if its a random chance that's one thing and both options might get her pregnant anyway.. since it didn't seem like we get the option of taking the morning after pill so I'm unsure how that piece of code effects future content..
If you cum inside she will get pregnant
screenshot0001.png Then you will have a choice for her to be or not to be.
screenshot0002.png
 
  • Like
Reactions: Spawn420

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
When i try to see Sasha two last scenes i got this error. After the fix
P.S. i have already played them in the game.
The old gallery code is old, I'm in the process of recoding it to the newer code I've been working with. Thanks for noticing this and it will be fixed in mod version 0.8.1

startup works great now!
I played Qleafs version while waiting for yours to get fixed and noticed that while you have added function like sleeping with both pairs during the trip he had a mention of low vs high pregnancy during Paris first sex scene when choosing where to climax.. just wondering how important that choice actually is? if its a random chance that's one thing and both options might get her pregnant anyway.. since it didn't seem like we get the option of taking the morning after pill so I'm unsure how that piece of code effects future content..
The choice has no random chance or variables attached to it, why I removed the "lower chance"/"higher chance" as it currently means nothing. I do review the past code in new updates so if/when this changes I will update the WT
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,025
78,599
The old gallery code is old, I'm in the process of recoding it to the newer code I've been working with. Thanks for noticing this and it will be fixed in mod version 0.8.1


The choice has no random chance or variables attached to it, why I removed the "lower chance"/"higher chance" as it currently means nothing. I do review the past code in new updates so if/when this changes I will update the WT
Thank you for taking the time
 
  • Like
Reactions: OscarSix

AceOfNiagara

Well-Known Member
May 1, 2020
1,677
2,495
The old gallery code is old, I'm in the process of recoding it to the newer code I've been working with. Thanks for noticing this and it will be fixed in mod version 0.8.1
Hmm, guessing you're still working on it since I just downloaded and I got the error for the last two Sasha scenes in the replay as well.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Everything else about your mod worked well. Thanks.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
2020/07/31: Updated Mod, 0.8.1

Change Log:
  • Recoded gallery
  • Fixed broken gallery scenes
  • Bug fixes
Download: -
 
  • Like
Reactions: Zekewolf

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
2020/10/25: Updated Mod, 0.6 REVAMP

Change Log:
  • Updated Walkthrough to 0.6
  • Updated Scene Gallery to 0.6
  • Added Mod Options
  • Added Auto Update Checker
  • Added Gameplay Improvements
  • Added Name Change (Mod Options)
  • Added Named Saves
Working on the cheat menu, download links will be available once complete
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
2020/10/25: Updated Mod, 0.6.1

Change Log:
  • Added Cheat Menu
Download: - - -
 
Last edited:
May 28, 2018
22
13
2020/10/25: Updated Mod, 0.6.1

Change Log:
  • Added Cheat Menu
Download: - - -
Just a heads up, the OP hasn't been updated with the lasted mod update. Still shows as 6.0.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,392
11,946
Just a heads up, the OP hasn't been updated with the lasted mod update. Still shows as 6.0.
try refreshing the page, cause that's not what i'm seeing at all and the last time it was edited was last thursday.
 

AceOfNiagara

Well-Known Member
May 1, 2020
1,677
2,495
try refreshing the page, cause that's not what i'm seeing at all and the last time it was edited was last thursday.
I believe he means the attachment in the OP when you hover/click on it reads 890514_Picture_Perfect_OscarSixs_Mod_0.6.0.zip. At least that what keeps showing when I check. The links are right though.