- Nov 18, 2023
- 13
- 3
when you have almost no nomey go to the store and talk with the manager.how to get a job grocery store
How broken is it?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 ). I've recently played that a bit instead.
tl;dr Enough that I'm suggesting another game that has a lot of mods and an active community for it as an alternative. Hentai High School+ is great.How broken is it?
That's where AI art should've come in. But instead of it being a tool that enables creativity, it turned into one that kills it instead. We live in the wrong timeline.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.'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.
who created this theme pls add link for this message to title. of course as spoiler.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
go to itich.io and download from there. i have crashes only when use console in gameWhat is the best and least buggiest version to download?
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.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'm interested...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.