Ren'Py Harvesting Corruption [v0.05] [JuicyGenieGames]

3.30 star(s) 7 Votes

colombianhoes

Member
Oct 24, 2024
305
346
Yea it's all Python. Which I just started learning 3 months ago. lol. But I've put in about 1,200 hours into coding since then. :)
Yeah thats pretty decent ammount.
I also started learning web design which is just html, css and javascript.
I practice maybe 2 hours a day if i can and am surprised how decent progress i make xD
Kinda love it
 
  • Like
Reactions: Nuverotic

Nuverotic

Member
Game Developer
Oct 29, 2020
300
618
Yeah thats pretty decent ammount.
I also started learning web design which is just html, css and javascript.
I practice maybe 2 hours a day if i can and am surprised how decent progress i make xD
Kinda love it
It's fun creating things from scratch and making things do what you want.
 
  • Like
Reactions: colombianhoes

lonewolf67

New Member
Aug 12, 2020
4
0
Did you play the latest release dude? It's been recoded from the ground up. It's not a mess. And again, it's short because it's the third release.
Game has potential man, but I just downloaded it from MEGA and I don't know if it's just me, but there's some real big issues. Firstly, some of the dialogue with Maggie when she's at the cabins runs under the quick menu. Not a big issue, but something to definitely fix. Secondly and Thirdly, I cannot quick save or hard save after the dinner scene, it throws an error. While it may not be a "mess", having core functions not work properly is a major issue.
 

Nuverotic

Member
Game Developer
Oct 29, 2020
300
618
Game has potential man, but I just downloaded it from MEGA and I don't know if it's just me, but there's some real big issues. Firstly, some of the dialogue with Maggie when she's at the cabins runs under the quick menu. Not a big issue, but something to definitely fix. Secondly and Thirdly, I cannot quick save or hard save after the dinner scene, it throws an error. While it may not be a "mess", having core functions not work properly is a major issue.
Shouldn't be an issue with saving...
The Maggie Dialogue that's too long, if that's what you're talking about, I fixed that, but must have overwritten my fix and reverted it on accident.
Yea I just tested it. No errors hard saving after dinner scene. Tried many locations. Tried quick saves too. No issues.

The Maggie fix is already done. Next update. Don't know what to tell you about your saves. I'm not having that issue.
 

Lounatick

Cheerleaders' dev
Donor
Game Developer
Jan 30, 2019
297
1,009
Damn, difficult choice! Amazing renders, perfect tags... I will wait a bit for more content (and with sex) before playing it. But it's difficult not starting it right now!
 
  • Like
Reactions: Nuverotic

JenMistress

Engaged Member
Oct 1, 2019
3,144
3,728
OK, everything is super buggy here now. So much, even starting over from the beginning, and seems like I can't either get choices to show up when they should, or poof, I get sent suddenly back to the main menu, even one point where I was trying to make a choice between siding with Chase, and that other guy, can't remember his name.
 

lonewolf67

New Member
Aug 12, 2020
4
0
Shouldn't be an issue with saving...
The Maggie Dialogue that's too long, if that's what you're talking about, I fixed that, but must have overwritten my fix and reverted it on accident.
Yea I just tested it. No errors hard saving after dinner scene. Tried many locations. Tried quick saves too. No issues.

The Maggie fix is already done. Next update. Don't know what to tell you about your saves. I'm not having that issue.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function <lambda> at 0x0000000005ab3b80>: attribute lookup <lambda> on store failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\core.py", line 2215, 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:\memes\HarvestingCorruption-0.5-pc\renpy\display\core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\loadsave.py", line 431, in save
    reraise(t, e, tb)
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\loadsave.py", line 417, in save
    dump((roots, renpy.game.log), logf)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\compat\pickle.py", line 107, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <function <lambda> at 0x0000000005ab3b80>: attribute lookup <lambda> on store failed

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.4.24120703
Harvesting Corruption 0.5
Mon Apr  7 04:02:55 2025

This is the error I get when trying to save. I'm in sandbox mode if that matters.
 

gymnopedies

Member
Dec 28, 2019
369
490
You didn't say something obvious, you said something incorrect. Read the changelog and tell me there's no extra content. Just because there's only a few new story scenes, doesn't mean there's not a shit load of content that has been added in the code and way everything works.

If you're not looking for games that give you the ability to click things, then my game isn't for you. Simple as that.

Of course the story isn't complete. ITS THE THIRD UPDATE. But "Zero Development" is absolutely false. I have the whole story fleshed out and twined. Just because you guys can't see the story, doesn't mean there's no development.

I don't need to mature or control my anger. What I need to do is stop listening to people whine and complain in the comments and tell me what I should be doing. That would stop 90% of my "anger" issues. You see, all the people in my discord and Patreon have had zero issues.

If you're hoping for more in a second update, I'd suggest going to look at ANY other games "Second Update" and tell me how much content they added. Then come back to me.

What you're doing here is telling me I didn't do enough. And that is demonstratively false. I'm probably putting in more time and work than 99% of other devs out there. No offense to other devs, I'm not saying they're not doing enough either. Just that I ADDICTIVELY work on this game during my every waking second.

All that said, having to say this every 30 or so comments, is what causes me to get pissed off. Read the first comment on the first page.
Once again, you're responding angrily for nothing in an immature way. I said there's no extra content. I never said there's no code, no work, or no intention. Did you work hard? Good for you, you put in a lot of code and thought? Excellent!! But I'm not interested. I'm here for the content and the story; what I can't see doesn't matter to me.
You don't like criticism? You're in the wrong place. This is what the forum is for, to give free criticism. If you have thin skin, don't worry, you'll get a thick callus here.
I didn't say you don't work hard enough or that there's no development. I didn't say any of that because I simply can't measure it, nor am I interested. I said: there's no extra content.
I'm not telling you what to do; that's you, the one who wants to tell me whether or not I can comment. I'm emphasizing the fact that "there's no extra content" for the previous update.
 
  • Like
Reactions: aku and Maestro91

Ashira13

Well-Known Member
Jan 31, 2024
1,604
4,905
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function <lambda> at 0x0000000005ab3b80>: attribute lookup <lambda> on store failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\core.py", line 2215, 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:\memes\HarvestingCorruption-0.5-pc\renpy\display\core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\loadsave.py", line 431, in save
    reraise(t, e, tb)
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\loadsave.py", line 417, in save
    dump((roots, renpy.game.log), logf)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\compat\pickle.py", line 107, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <function <lambda> at 0x0000000005ab3b80>: attribute lookup <lambda> on store failed

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.4.24120703
Harvesting Corruption 0.5
Mon Apr  7 04:02:55 2025

This is the error I get when trying to save. I'm in sandbox mode if that matters.
this error happens if you try to save the game after getting the "end of content" message. (Annika masturbated in the cabin)
 
  • Like
Reactions: Nuverotic

Nuverotic

Member
Game Developer
Oct 29, 2020
300
618
Once again, you're responding angrily for nothing in an immature way. I said there's no extra content. I never said there's no code, no work, or no intention. Did you work hard? Good for you, you put in a lot of code and thought? Excellent!! But I'm not interested. I'm here for the content and the story; what I can't see doesn't matter to me.
You don't like criticism? You're in the wrong place. This is what the forum is for, to give free criticism. If you have thin skin, don't worry, you'll get a thick callus here.
I didn't say you don't work hard enough or that there's no development. I didn't say any of that because I simply can't measure it, nor am I interested. I said: there's no extra content.
I'm not telling you what to do; that's you, the one who wants to tell me whether or not I can comment. I'm emphasizing the fact that "there's no extra content" for the previous update.
And again, you're wrong. There's 5 different cabin scenes and a new UI as far as NEW content goes. And again, if that's not enough for you for a 2 week update, DONT PLAY THE GAME. I don't care if you don't care. I'm not making the game for you. Don't care if you think I'm responding angrily. I don't owe you shit. Go make your own game. Let me know how that works out for you.
 

Nuverotic

Member
Game Developer
Oct 29, 2020
300
618
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function <lambda> at 0x0000000005ab3b80>: attribute lookup <lambda> on store failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\core.py", line 2215, 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:\memes\HarvestingCorruption-0.5-pc\renpy\display\core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\loadsave.py", line 431, in save
    reraise(t, e, tb)
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\loadsave.py", line 417, in save
    dump((roots, renpy.game.log), logf)
  File "D:\memes\HarvestingCorruption-0.5-pc\renpy\compat\pickle.py", line 107, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <function <lambda> at 0x0000000005ab3b80>: attribute lookup <lambda> on store failed

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.4.24120703
Harvesting Corruption 0.5
Mon Apr  7 04:02:55 2025

This is the error I get when trying to save. I'm in sandbox mode if that matters.
That's helpful. Thanks. I've added it to the bug list.
 

Nuverotic

Member
Game Developer
Oct 29, 2020
300
618
OK, everything is super buggy here now. So much, even starting over from the beginning, and seems like I can't either get choices to show up when they should, or poof, I get sent suddenly back to the main menu, even one point where I was trying to make a choice between siding with Chase, and that other guy, can't remember his name.
Not sure how you're having that problem. Are you clicking something outside of choices during a choice or something?
 

JenMistress

Engaged Member
Oct 1, 2019
3,144
3,728
Not sure how you're having that problem. Are you clicking something outside of choices during a choice or something?
The only thing maybe is I forgot for a moment I had to use the mirror when she goes to bathe, so tried clicking on the clothing chest because I remembered there was a nude choice there.
 
3.30 star(s) 7 Votes