Shutz

New Member
Apr 17, 2020
5
2
Walkthrough mod

Game version
: 0.14 DO NOT USE IT ON A DIFFERENT VERSION, IT WILL NOT WORK

Installation: extract the archive inside the games root folder, overwrite if prompted

LAST UPDATED ON: 21/11/13 Updated so it's compatible to game version 0.14 and added the mod generation files for the people interested

For any issue with the mod send me a message

P.S. For the people interested in how I make the mod i attached the files I use to do it. If you don't have any coding experience it might not be worth looking at it.
If someone wants to expand the mod or take over the maintenance is more then welcome, I don't have too much time atm and for the foreseeable future.
Any update for this mod?
 

Whyhellothere

Newbie
Jun 20, 2017
69
77
Well, not much I can do about that.
But it being a visual novel, you’d expect potential audience to pay a bit more attention while reading :)
Not really, with it being a porn game it's usually late at night so you're worn out and are looking for a game to flick the bean etc to and get the download started. So we'll click the first thing and be like woah, type a comment then check the other downloads and be like oooohh.
 

good0593

Newbie
Sep 2, 2019
28
19
Yes, I’m aware of that, being the person who made those builds.
But if one is concerned about the size of the game, why don’t they just go for the much smaller webp build?
There is a BUG in the webp version!
In general scenes, errors will occur during character dialogue. Only dialogue and scenes will appear, and the images of the protagonist and NPC characters will not appear.
 

YedaGames

Well-Known Member
Dec 27, 2019
1,005
2,455
There is a BUG in the webp version!
In general scenes, errors will occur during character dialogue. Only dialogue and scenes will appear, and the images of the protagonist and NPC characters will not appear.
Usually, that happens when people use scripts form the png version. Which, I assume, is the case here. Can you provide me an error message as an example?
 

good0593

Newbie
Sep 2, 2019
28
19
Usually, that happens when people use scripts form the png version. Which, I assume, is the case here. Can you provide me an error message as an example?
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/characters/blake/blake_flatpyjamas_normal.png') at 0x0000000042dcb410>:
  File "game/script.rpy", line 70618, in script
    ir "You seem kinda distressed, Blake."
IOError: Couldn't find file 'images/characters/blake/blake_flatpyjamas_normal.png'.

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

Full traceback:
  File "game/script.rpy", line 70618, in script
    ir "You seem kinda distressed, Blake."
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/character.py", line 930, in do_display
    **display_args)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/core.py", line 2605, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/image.py", line 506, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/image.py", line 309, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/im.py", line 627, in render
    return cache.get(self, render=True)
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/im.py", line 295, in get
    surf = image.load()
  File "D:\GameRenpySissy\Shattered-0.22-pc/renpy/display/im.py", line 720, in load
    raise e
IOError: Couldn't find file 'images/characters/blake/blake_flatpyjamas_normal.png'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Shattered 0.22
Sun Sep 29 00:57:33 2024
 

YedaGames

Well-Known Member
Dec 27, 2019
1,005
2,455
Yep, that’s exactly what I thought. If you look at the message, it is trying to find a file in png format which you don’t have. You need to get the original files from the webp version.
 

good0593

Newbie
Sep 2, 2019
28
19
Usually, that happens when people use scripts form the png version. Which, I assume, is the case here. Can you provide me an error message as an example?
Forgot to mention, even if I don’t use the old save.
Restarting a new game with the webp version will cause the same error.
 

good0593

Newbie
Sep 2, 2019
28
19
Yep, that’s exactly what I thought. If you look at the message, it is trying to find a file in png format which you don’t have. You need to get the original files from the webp version.
Do you mean to get the png file from the png version?
Then there is no point in downloading the webp version.
That's why there is a bug, in the webp version, you have to modify the script so that it looks for webp format instead of png format. I don't know how to deal with this.
 
Last edited:

YedaGames

Well-Known Member
Dec 27, 2019
1,005
2,455
Do you mean to get the png file from the png version?
Then there is no point in downloading the webp version.
That's why there is a bug, in the webp version, you have to modify the script so that it looks for webp format instead of png format. I don't know how to deal with this.
No, I mean download the webp version and NOT add script files from the png version which you did. I assume you installed a png patch on a webp version which caused the error.
 

good0593

Newbie
Sep 2, 2019
28
19
No, I mean download the webp version and NOT add script files from the png version which you did. I assume you installed a png patch on a webp version which caused the error.
I haven't installed any patches.
I directly downloaded the webp version and used it. This is a BUG in the webp version itself.
 

YedaGames

Well-Known Member
Dec 27, 2019
1,005
2,455
I haven't installed any patches.
I directly downloaded the webp version and used it. This is a BUG in the webp version itself.
I just re-checked every script file for the webp version. Both for the full build and the patches. Not one of them mentions png anywhere. And since this would be a pretty noticeable error which I'm sure most people would notice, I can only conclude that the issue is on your side, sorry.
 

good0593

Newbie
Sep 2, 2019
28
19
I just re-checked every script file for the webp version. Both for the full build and the patches. Not one of them mentions png anywhere. And since this would be a pretty noticeable error which I'm sure most people would notice, I can only conclude that the issue is on your side, sorry.
Yes, sorry, that's my problem.
I just re-downloaded the webp version and it's no problem this time.
Maybe I did mix to an update before.
Sorry, it was my mistake.
 

Buletti

Active Member
Nov 7, 2023
624
516
Hi folks,

I had to setup a new VM and reinstall the game.

The install guy says

Installation:
1. Extract
2. Install "Script Fix"
3. Run .exe file
I don´t find that script. Is this not necessary anymore? Or where can I find it?

Thank you very much in advance!
 
4.30 star(s) 68 Votes