VN Ren'Py Sleeve Shock [v0.1 August] [Two Hot Milfs Studio]

3.20 star(s) 6 Votes

EricKeldrev

Newbie
Aug 25, 2018
76
117
43
Oh now you got me curious. What are they like? Did they tell you why they have so many unfinished projects?

I am guessing they are not malicious, just incompetent. It often happens like that when communication is poor and development slow. Just look at futadom world.

Just visit the discord yourself and ask him/read what he says and has said if you want to know. I believe it is free to the public. SpookyDangerous I believe is the lead dev.

Just for the record: I don’t personally care for the whole “this dev is lazy/stupid/grifting/scamming/whatever.” At the end of the day we’re all getting their content for free. And the patrons clearly do not feel ripped off, or else they would stop paying. So I just keep my mouth shut and spend that time and energy towards finding other artists. Were I paying for this then that would be a different story. But I’m not going to get mad on behalf of other people I do not know spending their money on something. Especially when that something is towards an indie dev/artist/animator/whatever, rather than something like a billion-dollar franchise. *Cough EA Sports games cough*

If any of you want to feel differently that’s fine. You’re entitled to that opinion. This is just how I feel about it.

edit: some of the Futadomworld devs are also somewhat active in the discord server as well.
 
Last edited:

Foxdemon6667

Newbie
Aug 18, 2020
19
20
148

Just visit the discord yourself and ask him/read what he says and has said if you want to know. I believe it is free to the public. SpookyDangerous I believe is the lead dev.

Just for the record: I don’t personally care for the whole “this dev is lazy/stupid/grifting/scamming/whatever.” At the end of the day we’re all getting their content for free. And the patrons clearly do not feel ripped off, or else they would stop paying. So I just keep my mouth shut and spend that time and energy towards finding other artists. Were I paying for this then that would be a different story. But I’m not going to get mad on behalf of other people I do not know spending their money on something. Especially when that something is towards an indie dev/artist/animator/whatever, rather than something like a billion-dollar franchise. *Cough EA Sports games cough*

If any of you want to feel differently that’s fine. You’re entitled to that opinion. This is just how I feel about it.

edit: some of the Futadomworld devs are also somewhat active in the discord server as well.
I believe you didn't really get my point. Reading my last message again, I think it sounds a bit more sarcastic than I meant it to be. Those questions were made out of curiosity and not sarcasm. As I have said it rarely comes down to malicious behavior and more to human fault. The Futadom devs are still on it, but they barely have regular communcation to their patrons, so patrons and ex-patrons alike get fussy.

Again I am not saying they are ripping people off, I am saying it can come off as such when communication is poor, development slow and/or when devs never actually finish any project. I don't know much about this dev and I am not thrilled enough by their content to find out, but saying people don't have a right on critical thinking, just because they are not paying, is as bad as saying a devs is malicious. Both are generalizing and fruitless effort. Some people want to pay, but can only support so many devs and they have to make decisions.

Also saying that patrons clearly do not feel ripped off is again very generalising. The feeling of getting ripped off is not happening overnight. You might be patron for months and slowly get the feeling that it wasn't worth it until now. Nobody wants to feel the shame of being scammed, even though it rarely happens.
Comparing it to triple A games is comparing apples to oranges. I have paid gamedevs on patreon way more money than I have triple A games and I have seen very good business practices which have set a certain standard for me. Bi-weekly reports and turning off payments when there is no new content for an extended time is a very encouraging practice. Devs are not forced to do that and I am not forced to be their patron.

TL;DR Don't judge either the complaints or the devs too quickly. Emotions can come from various places on either side.
 
  • Like
Reactions: anon962

assman1337

Well-Known Member
Mar 10, 2018
1,541
2,121
424
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 4969, in script
call screen puzzle1
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/puzzles.rpy", line 1, in execute
screen puzzle1():
File "game/puzzles.rpy", line 1, in execute
screen puzzle1():
File "game/puzzles.rpy", line 10, in execute
if puzzle1button1 == False:
File "game/puzzles.rpy", line 10, in <module>
if puzzle1button1 == False:
NameError: name 'puzzle1button1' is not defined

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

Full traceback:
File "game/script.rpy", line 4969, in script
call screen puzzle1
File "Z:\SleeveShock-0.1-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "Z:\SleeveShock-0.1-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "Z:\SleeveShock-0.1-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "Z:\SleeveShock-0.1-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "Z:\SleeveShock-0.1-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\SleeveShock-0.1-pc\renpy\display\core.py", line 2165, 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 "Z:\SleeveShock-0.1-pc\renpy\display\core.py", line 2683, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "Z:\SleeveShock-0.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\SleeveShock-0.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\SleeveShock-0.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\SleeveShock-0.1-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "Z:\SleeveShock-0.1-pc\renpy\display\core.py", line 2683, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "Z:\SleeveShock-0.1-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "Z:\SleeveShock-0.1-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/puzzles.rpy", line 1, in execute
screen puzzle1():
File "game/puzzles.rpy", line 1, in execute
screen puzzle1():
File "game/puzzles.rpy", line 10, in execute
if puzzle1button1 == False:
File "game/puzzles.rpy", line 10, in <module>
if puzzle1button1 == False:
NameError: name 'puzzle1button1' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.0.24012702
Sleeve Shock 0.1
Sat Aug 9 00:41:09 2025
```
 
  • Like
Reactions: Ping089

Barely-here

Newbie
Dec 20, 2020
84
33
132
i've asked before so, I will ask again does anyone have a save pass the fish puzzel?

edit:Nevermind somehow lucked into solving the puzzel somehow
 
Last edited:
  • Like
Reactions: Melmoth99

Karl Speidel

Active Member
Sep 20, 2021
917
869
159
ATTENTION: I made request for a game of theirs that isnt on this site but looks good,can you go over there,comment,like to make it more visible? It needs to reach enough people till someone uploads the game here.

The name of the game is The Grand Butt-Sex Hotel
 

SynthScribe

Member
Jan 13, 2019
259
484
147
Whoever thought having futa and trans be the same tag was a good idea is dumb.
futa/trans + female domination combination, or futa/trans + male domination combination or even worse...futa/trans + female & male domination combination get even more confusing.
 
3.20 star(s) 6 Votes