Ren'Py School Game [v0.952] [Sloths Command]

2.60 star(s) 48 Votes

DirteeMarvin

New Member
Game Developer
Jun 18, 2019
12
16
uncaught exception occurred:

While running game code:
File "renpy/common/00speechbubble.rpy", line 302, in script
init 1050 python hide:
File "renpy/common/00speechbubble.rpy", line 302, in <module>
init 1050 python hide:
File "renpy/common/00speechbubble.rpy", line 305, in _execute_python_hide
for k in sorted(bubble.properties):
TypeError: 'str' object is not callable
 

Gojii

Active Member
Oct 29, 2019
847
1,204
I'd almost ask for an earlier build that was fully functional be linked in the main post just so people can enjoy that imo. I'd almost suggest modders go out and make an improved version using it as a fork at this point. Game has been broken for about a year now.

Although HHS+ is just as good with just those "paper" or whatever character models, but hardly any worse generic hentai still art (like SlaveMaker 3 had :BootyTime: ). I've recently played that a bit instead.
 
Dec 13, 2022
34
36
I'd almost ask for an earlier build that was fully functional be linked in the main post just so people can enjoy that imo. I'd almost suggest modders go out and make an improved version using it as a fork at this point. Game has been broken for about a year now.

Although HHS+ is just as good with just those "paper" or whatever character models, but hardly any worse generic hentai still art (like SlaveMaker 3 had :BootyTime: ). I've recently played that a bit instead.
How broken is it?
 

harrison132

New Member
Oct 6, 2019
8
19
I found a little trick in the code to unlock VIP (Patreon) content:

1) Launch the game
2) Press Shift + O
3) Enter "old_subs = 25"

P.S. I didn’t check whether all the content in the game was available, I only checked character creation.

I also found a few codes for Patreon in the code(I haven't checked them so I don't know what is what):

hash, gamestat, gameon, code, path, crossave, core_path, <---(don't know what is it)
yuki, meiko, ayano, suzuki, hitomi, azumi, <---(change r-ship with main NPCs)
all_scenes, gallery,
money (10000$), energy (+100), satiety (+100), boosty (+18 content), limbs (heal), occult (+10000 occult club),
npc_id (on/off IDs), appearance_npcs (NPC editor), change (change r-ship with RNPC),
hesoyam (cheats, don't know how it works)

P.S.S.
I don’t know how to automate this, I spent a couple of hours finding out what Python is.
So this needs to be done every time you enter the game.
I hope this won't be fixed soon ---------------- HaveFun :3
(MTL)

Edit: Just press Shift+O and enter old_subs = 25
 
Last edited:
May 13, 2021
3
1
Is it sad, the developer in me is wanting to fix the code. I can see why there are a lot of issues (massive note that Ren'Py is actually new to me but Python far from new to me)... First thing I notice is they are obfuscating code by placement of the code. Patreon_Code123123 should not be in the maps.rpy. I get that they want to paywall things but truthfully be honest about the game and put it in the right locations and it won't be a problem. They are creating an unmaintainable project because of the disorganized nature of their code base. However, I'm also seeing a lot of either Dead code or thoughts that haven't been flushed out in the game. It is quite tempting to create a version of the game that is working..

It does have potential... but truthfully I'm not an artist, that would be my downfall in any game.
I mean, we can just hope that the road to v1.0 will not be abandoned (because why would it be?). They do lots of bug fixing every month; just watch the changelog. They messed up a little with that paywall thing, and some other things, but I mean it's not that easy to protect their income, and it's understandable they tried something, etc., etc. I don't think Ren'Py is the best idea to use; it's just very slow, ngl, but so is Python itself. I totally agree that the code is a little disorganized, at least for us. I think they should sometimes just agree with the comments here or on Discord, or any kind of platform because there are lots of smarter humans among them. But again, they constantly update every month, and again, it's v0.948, and it still doesn't have "Completed" next to its name. So, I don't think there is much to worry about; they can reconsider the way they handle things right now. They can still comment/clear out any unused code. Personally, what I hope and think is, 'To be honest, I hope they will realize that they can hardly add anything new because of Ren'Py's performance, end the game, and learn some kind of C to make something new, or School Game 2 in Unity.'
 
Aug 15, 2019
163
128
Also, I saw some people asking for cheats. You can use unren to enable console, and in console (shift+o), you can use these:

Fill energy+hunger:
energy=9999;satiety=9999

Increase relationship of whatever NPC you are talking to (+200 contact, +100 love, -60 fear) (you can run this multiple times in a row, or increase the numbers if you want):
contact_npc+=200;love_npc+=100;fear_npc-=60

Same, but split incase you dont want to apply all to the same NPC:
contact_npc+=200
love_npc+=100
fear_npc-=60

Run these two during a fight. It will give you 48 action points, and 480 health:
action_points_max=action_points=48
heart_point=heart_point_max=480

This will heal all of your body parts to 100%:
stability_body_left_leg=stability_body_head=stability_body_right_hand=stability_body_right_leg=stability_body_left_hand=stability_body_body=100

To add the rules that the NPC cannot wear clothes (will get them naked):
eval(npc_id)["no_clothes"]=eval(npc_id)["no_clothes1"]=eval(npc_id)["no_pantsu"]=eval(npc_id)["no_bra"]=True

If you just want to remove a single piece instead, use one of these:
eval(npc_id)["no_clothes"]=True
eval(npc_id)["no_clothes1"]=True
eval(npc_id)["no_pantsu"]=True
eval(npc_id)["no_bra"]=True

While in a card game, to make it easer to beat your opponent, run these (increases your points decreases thiers):
c_3.cash=9999
c_1.cash=1

To get a NPCs phone number:
eval(npc_id)["number_phone"]=1

To give yourself money:
money=99999

To give yourself perk points.. its a little tricky. Perk points are "lvl - lvl_points_sell" (lvl_points_sell are how many you have spent.) So if you have 50 levels, you have 50 perk points, but if you have spent 49, you only have 1. So the trick is to gain some (8 I think is the most expensive so get to level 8) and just set lvl_points_sell to 0, so you have all 8 points. Spend them, then set it to 0 again to get your points back:
lvl_points_sell=0

During character creation, if you want unlimited character creation points, use this (it will knock you back to the first step "1. Basic data" so use it first before you make changes):
unallocated_attributes=9999
who created this theme pls add link for this message to title. of course as spoiler.
 
Jan 16, 2018
7
17
Is it sad, the developer in me is wanting to fix the code. I can see why there are a lot of issues (massive note that Ren'Py is actually new to me but Python far from new to me)... First thing I notice is they are obfuscating code by placement of the code. Patreon_Code123123 should not be in the maps.rpy. I get that they want to paywall things but truthfully be honest about the game and put it in the right locations and it won't be a problem. They are creating an unmaintainable project because of the disorganized nature of their code base. However, I'm also seeing a lot of either Dead code or thoughts that haven't been flushed out in the game. It is quite tempting to create a version of the game that is working..

It does have potential... but truthfully I'm not an artist, that would be my downfall in any game.
Hey man, I know this might not be the place for this but I'm actually an artist and I really like the style and artwork done in this game. I agree with you that this game has a lot of missed potential and it hurts to see it all go to waste. If you really mean what you're saying, I would be more than happy to do art for a project like this. I'm no coder but I think I can illustrate quite alright.
 
  • Like
Reactions: Dayterra

Yasaki74

Member
Aug 21, 2020
107
118
Hey man, I know this might not be the place for this but I'm actually an artist and I really like the style and artwork done in this game. I agree with you that this game has a lot of missed potential and it hurts to see it all go to waste. If you really mean what you're saying, I would be more than happy to do art for a project like this. I'm no coder but I think I can illustrate quite alright.
I'm interested...
 

Bob69

Uploading the World
Uploader
Donor
Mar 2, 2019
8,124
66,346
School Game [v0.949] [Sloths Command] - Compressed

Use at your own risk. Building the PC version or Linux/Mac versions will give errors. So only Win, sorry. No guarantee for the Win version too xD


Win [349 MB]
- - -

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

marunayo30

New Member
Dec 28, 2021
1
0
Can anyone help me to solve the problem with this game? When I open the game, it feels so slow to load and lag even though I already placed the game in SSD. My CPU is i7-8750H and GPU GTX 1050 4GB, 16GB RAM
 
2.60 star(s) 48 Votes