GreenGames

Member
Modder
Dec 31, 2018
317
825
0.7.2 is out :




(0.7.1)
Continuation of Lina's storyline (~27k words)
276 new images (+33 images of extra scene)
37 remade images
6 animations
New option for Lina passing oral exam scene (if you confessed to Monica)
3 new achievements
New pictures for achievements #24 and #32 (achievement #20 has been remade and now it's available)
A few minor changes

Update (0.7.2)!
'Missing animation' bug is fixed
A part of the text has been revised
A few minor changes
 
Last edited:

GreenGames

Member
Modder
Dec 31, 2018
317
825
Her hair is cut, I stopped that bully, I've done all her talks in the classroom. Her love is at 92. Nothing is still happening unless I'm missing something. :/
Try changing in the console, you've probably played the old version where you haven't had any hints yet.

$ lin_hint = 8
 

BoomDaBoom

Member
Apr 29, 2017
226
202
Try changing in the console, you've probably played the old version where you haven't had any hints yet.

$ lin_hint = 8
That worked, thank you so much! Just to be safe, are there going to be other missed variables on my save since I played the older versions?
 

geminus

New Member
Jan 25, 2018
3
0
Just wanted to warn you guy that the image "rachel_home_fsex_4.webp", as well as the animations associated with it, seem to be missing from the game.
 

assman1337

Well-Known Member
Mar 10, 2018
1,430
2,031
Here's my compressed version.

Photo Hunt [v0.7.1] [Moochie] - Original Size: 962MB

Download Win (186MB): - - -

You don't have permission to view the spoiler content. Log in or register now.
anim folder is missing :/
 

DualElites

Member
Mar 15, 2018
114
118
Heya, I managed to find an error, in the blowjob scene with Lina, after the metro, at her house, when asked for a reward:


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

While loading <'Image' 'anim/lina_metro_final_3-3_anim_00.webp'>:
  File "game/script_loc/loc17_gym.rpy", line 1118, in script
    pause
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
IOError: Couldn't find file 'anim/lina_metro_final_3-3_anim_00.webp'.

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

Full traceback:
  File "game/script_loc/loc17_gym.rpy", line 1118, in script
    pause
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\exports.py", line 1457, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'anim/lina_metro_final_3-3_anim_00.webp'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Photo Hunt 0.7.1
Sat Nov 30 15:37:24 2019
 

edgedy

Member
Aug 15, 2017
458
304
Heya, I managed to find an error, in the blowjob scene with Lina, after the metro, at her house, when asked for a reward:


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

While loading <'Image' 'anim/lina_metro_final_3-3_anim_00.webp'>:
  File "game/script_loc/loc17_gym.rpy", line 1118, in script
    pause
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
IOError: Couldn't find file 'anim/lina_metro_final_3-3_anim_00.webp'.

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

Full traceback:
  File "game/script_loc/loc17_gym.rpy", line 1118, in script
    pause
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\exports.py", line 1457, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "K:\Marcel\Media\Others\PhotoHunt-0.7.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'anim/lina_metro_final_3-3_anim_00.webp'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Photo Hunt 0.7.1
Sat Nov 30 15:37:24 2019
All the Lina scenes should be fixed in the next update which is on the patreon but not the forums.
 
  • Like
Reactions: adaaass
4.20 star(s) 167 Votes