Mod Ren'Py Photo Hunt - Shawn's Walkthrough + Improvements + Cheat Mod [v0.16.3] [Shawnchapp]

5.00 star(s) 1 Vote

ciperiv

New Member
Apr 14, 2024
4
0
Anyone got an idea how to trigger the Kimberly event/scene after this update? Something is supposed to happen, but in the Shawn's WT mod it says "unknown step". I've tried visiting the model agency every day at afternoon and nothing popped up.
 

bestoftheworst

New Member
Nov 9, 2022
2
0
I'm not sure what the issue is, but the game crashes as soon as I start a new play through. Also, not sure if this is the correct way to report the issue, but I pasted the error below.

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mod/gui/mod_textbox.png'>:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'mod/gui/mod_textbox.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/game/mod/Shawn_labels.rpyc", line 6, in script
}�3�k]W�쐞z���|�V���?�4P��iN!7\^Xbo���6I�b9_�ʛ��m+h�%��:�+��.®������y^-o��s��@�\U]�7 �
File "game/game/mod/Shawn_labels.rpyc", line 6, in script
}�3�k]W�쐞z���|�V���?�4P��iN!7\^Xbo���6I�b9_�ʛ��m+h�%��:�+��.®������y^-o��s��@�\U]�7 �
File "renpy/ast.py", line 683, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2610, in do_with
clear=clear)
File "renpy/display/core.py", line 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1213, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 933, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'mod/gui/mod_textbox.png'.

Windows-10
Ren'Py 7.4.4.1439
Photo Hunt 0.16.3
 

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,988
5,451
I'm not sure what the issue is, but the game crashes as soon as I start a new play through. Also, not sure if this is the correct way to report the issue, but I pasted the error below.

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mod/gui/mod_textbox.png'>:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'mod/gui/mod_textbox.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/game/mod/Shawn_labels.rpyc", line 6, in script
}�3�k]W�쐞z���|�V���?�4P��iN!7\^Xbo���6I�b9_�ʛ��m+h�%��:�+��.®������y^-o��s��@�\U]�7 �
File "game/game/mod/Shawn_labels.rpyc", line 6, in script
}�3�k]W�쐞z���|�V���?�4P��iN!7\^Xbo���6I�b9_�ʛ��m+h�%��:�+��.®������y^-o��s��@�\U]�7 �
File "renpy/ast.py", line 683, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2610, in do_with
clear=clear)
File "renpy/display/core.py", line 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1213, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 933, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'mod/gui/mod_textbox.png'.

Windows-10
Ren'Py 7.4.4.1439
Photo Hunt 0.16.3
did you instal it right?

like if you go into "game/mod/gui" do you se the mod_textbox image?
 

turk4games

New Member
Oct 19, 2019
14
4
Pretty sure file corrupted or infected on both / , file size 2.7 MB but uncompressed can't move files are huge?
86T and can't load

1723423231711.png
 

AmBush-UK

Member
Aug 1, 2018
403
411
Pretty sure file corrupted or infected on both / , file size 2.7 MB but uncompressed can't move files are huge?
86T and can't load

View attachment 3922365
image_2024-08-12_132705261.png
Just downloaded again from Mega, Kaspersky no infections found Winrar Test shows no Errors found.
Pretty sure the files on the server are not corrupted or infected Most likely The fault is your end.
 
  • Like
Reactions: Shawnchapp

turk4games

New Member
Oct 19, 2019
14
4
oh it unrar fine but have you looked at the size of the files? after it extracted. space use and size showing contradicts. less tn 4 M after unrar but can't copy because of size files, file is 2.7 M but unrar'd , 6 of the files show at 86T. can't copy saying not enough space, it a 2TB drive.

no rpy files so running it to rebuild wont work.
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
20,276
167,641
oh it unrar fine but have you looked at the size of the files? after it extracted. space use and size showing contradicts. less tn 4 M after unrar but can't copy because of size files, file is 2.7 M but unrar'd , 6 of the files show at 86T. can't copy saying not enough space, it a 2TB drive.

no rpy files so running it to rebuild wont work.
Huh?

The files might be in use, restart your computer and then try moving them.

File after extracting is a little over 3MB.

Pretty sure file corrupted or infected on both / , file size 2.7 MB but uncompressed can't move files are huge?
86T and can't load

View attachment 3922365
You have some kind of error on your end...



ph2.png
 

leo_grouch

Member
May 18, 2019
170
845
got a trojan script warning Wacatac.B!ml

gets deleted at end of unzipping.
false positive or not.. not playing with it.
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
20,276
167,641
got a trojan script warning Wacatac.B!ml

gets deleted at end of unzipping.
false positive or not.. not playing with it.
False positive and Windows Defender detects this in many things, it's AI learning.

And guess what? And it's been scanned before:

Last Analysis Date
4 days ago

But, whatever since you aren't going to play it....
 

leo_grouch

Member
May 18, 2019
170
845
False positive and Windows Defender detects this in many things, it's AI learning.

And guess what? And it's been scanned before:

Last Analysis Date
4 days ago

But, whatever since you aren't going to play it....


I'll take your word for it liberty, never had any problems before with shawn's mods, it is the first time this has come up.
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
20,276
167,641
I'll take your word for it liberty, never had any problems before with shawn's mods, it is the first time this has come up.
It's a very common thing in Defender.

Many examples:







 

bestoftheworst

New Member
Nov 9, 2022
2
0
did you instal it right?

like if you go into "game/mod/gui" do you se the mod_textbox image?
Sorry for the delayed response.

I reinstalled the game and the mod and it worked. The only difference between when it failed and when it didn't was that I was connected to the internet when it worked. Not sure if there is a particular reason why that made a difference but that is the only explanation that I can think of.

Thanks again for your help.
 
5.00 star(s) 1 Vote