Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 391 to 430 of 1,621 · Next page · Previous page · First page · Last page
(+2)

i miss the game version where there are avatars in each places not just clicking on each persons name in the corner where i find it hard and inefficient to navigate. still this game has lots of potential and one of the best but hopefully they add at least few avatars present in the area so its easy to navigate and talk to npcs

(+3)

I'm on v0.949b for Windows. I have a fairly mid-high end computer, but the game crashes if I try to play as a female character. 

It also seems to crash sometimes if some mods are enabled. I had one crash pointing to a missing file from a mod called Clothes Extended - but after going through the directory, I saw that the file wasn't missing at all. The mod was perfectly installed. So it looks like the game is struggling to find some files for no clear reason.

(+2)(-1)

Try to didnt use the mod Bro, Maybe The Problem is in the Mod.

The mods are outdated

And the female is still being worked on so she is buggy, once the male is done she will have a lot of focus:) (she still is being worked on though)

Got, that makes sense. Thank you!

Some RNPC are always in their apartment. They are not active going anywhere they just stay in one place and that is their apartment. It's really annoying because some RNPC that i customized cannot be found/meet. Even when i use the "Find Character" button, it will always fail and this just make the rnpc doesn't exist -_-

Try to didnt Change any of game Setting at the beginning, Just modified Your Character+Your Customized Character And The number of student, (Or maybe The Problem is u Didnt Save your Customized Character)

(+1)

很好的遊戲,隨機感的多樣化帶給人的複雜性很令人享受

但,很多設定設計令人無語,我一開始完全沒有搞懂為甚麼不能"移動"去別的地點,直到我發現奇怪的圖示在上方似乎可以點擊,或然有種豁然開朗的感覺,但是按鈕很反直覺,每次都要重新去找按鈕的位置,為甚麼不是像頁簽一樣固定???

還有對話選項,很多項重複了,相同的選擇為甚麼要出現在不同的頁面?對話上面的表情到底是為了甚麼存在的?真的可以重新設計一下對話的選項,像是提問喜歡的東西、音樂、電影、運動等等,而不是政治、浪漫、色情

另外還有很嚴重的效能問題,我的電腦是完全可以運行的,但每次小遊戲出現的時候,小遊戲本身的讀秒10秒會變成60秒才跑完,這直接導致我刪除這遊戲

(1 edit)

where is educational institution pool ? it is school pool or different placen? if different how to unlock that place ?

Это школьный

(+1)

Im tried to pick up a phone(i need to call Suzuki for a quest) and got an error(

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 609, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "game/system.rpy", line 3819, in execute

  File "game/system.rpy", line 3819, in execute

  File "game/system.rpy", line 3831, in execute

  File "game/system.rpy", line 3916, in execute

  File "game/system.rpy", line 3917, in execute

  File "game/system.rpy", line 3917, in <module>

TypeError: eval() arg 1 must be a string, bytes or code object

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

Full traceback:

  File "act.rpyc", line 2339, in script

  File "D:\Games\School-0.949-win\renpy\ast.py", line 2232, in execute

    self.call("execute")

  File "D:\Games\School-0.949-win\renpy\ast.py", line 2220, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "D:\Games\School-0.949-win\renpy\statements.py", line 281, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 609, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "D:\Games\School-0.949-win\renpy\exports.py", line 3181, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "D:\Games\School-0.949-win\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "D:\Games\School-0.949-win\renpy\display\core.py", line 3377, 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:\Games\School-0.949-win\renpy\display\core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\Games\School-0.949-win\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Games\School-0.949-win\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Games\School-0.949-win\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Games\School-0.949-win\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "D:\Games\School-0.949-win\renpy\display\core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\Games\School-0.949-win\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "D:\Games\School-0.949-win\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/system.rpy", line 3819, in execute

  File "game/system.rpy", line 3819, in execute

  File "game/system.rpy", line 3831, in execute

  File "game/system.rpy", line 3916, in execute

  File "game/system.rpy", line 3917, in execute

  File "game/system.rpy", line 3917, in <module>

  File "D:\Games\School-0.949-win\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\Games\School-0.949-win\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

TypeError: eval() arg 1 must be a string, bytes or code object

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

School 0.949

Fri Jan 26 11:09:00 2024

```

Just Try To "Ignore" If Cant Just "RollBack" 

I tried. If you ignore it, then the error just keeps popping up, and if you return, then everything works as it should, but you won’t be able to progress further in the story(

Nvm, they fixed it in new bugfix

Good News Then.

(+2)

Ive bought the game, ran it on performance mode, plenty of ram space, lowest amount of charecters possible and i still cant get past the charecter creation screen. Soon as i finish up and start the game it crashes and takes me out every time. Android btw

ok weird i don't have this problem and i play at higher settings but I only have a p30 pro, 

so my guess is you either have some software issues, 

your phone is just completely outdated but then it's not the games fault 

or the game isn't compatible with your phone because even if we both have android phones Brands have still huge difference in their programming, like the drivers of each phone is different etc.

or your hardware isn't compatible, maybe your processor just can't process the game or some shit like that

(+1)

I have an android tablet but you are probably still right anyway it is a bit old 

Try to ReStart your Phone, Or Just try to play Free version, Cuz i play the Free Version My Game just Run Fine, If Cant Maybe you can Tell me What Device U Used😁🙏.

(1 edit) (+1)

the game keeps freezing on the menu and taking forever to select things even when im on latest version

(+2)(-1)

I can't use the Itch client to install the game because the files are not hosted on Itch, they're hosted on Google Drive and Mega.  Do you have any interest in persuing support for the itch client by hosting the public versions directly on the site?

(+1)

I have 0.949b. Whenever I start a new game, and I pick female, the game crashes. It is the windows version and I am on windows. My pc is high mid tier in performance. 

[code]

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('character/npc/npc_m/type2/face/eye/right_eye/eye0.png') at 0x000000001bfeca90>:

  File "renpy/common/000statements.rpy", line 609, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_other.rpy", line 578, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/mods/editor.rpy", line 350, in update_editor

ValueError: 0 is not in list

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

Full traceback:

  File "new.rpyc", line 1015, in script

  File "L:\SteamLibrary\School-0.949b-win\renpy\ast.py", line 2232, in execute

    self.call("execute")

  File "L:\SteamLibrary\School-0.949b-win\renpy\ast.py", line 2220, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "L:\SteamLibrary\School-0.949b-win\renpy\statements.py", line 281, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 609, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "L:\SteamLibrary\School-0.949b-win\renpy\exports.py", line 3181, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "L:\SteamLibrary\School-0.949b-win\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\core.py", line 3377, 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 "L:\SteamLibrary\School-0.949b-win\renpy\display\core.py", line 4258, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\transition.py", line 53, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\screen.py", line 743, in event

    rv = self.child.event(ev, x, y, st)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\transform.py", line 774, in event

    rv = d.event(ev, cx, cy, st)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\behavior.py", line 1073, in event

    return handle_click(self.clicked)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\behavior.py", line 1008, in handle_click

    rv = run(action)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\behavior.py", line 322, in run

    new_rv = run(i, *args, **kwargs)

  File "L:\SteamLibrary\School-0.949b-win\renpy\display\behavior.py", line 329, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_other.rpy", line 578, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/mods/editor.rpy", line 350, in update_editor

ValueError: 0 is not in list

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

School 0.949b

Wed Jan 17 23:22:24 2024

[/code]


Is this on me?

(+1)(-1)

We'll fix it in near time

Fire game, can't wait to try out the new update once fixed

(+1)(-1)

I might just be being dumb but I can only download this on the web not on the actual itch app I am on windows if that changes anything. I got a warning from my virus blocker and my pc that there might be a virus so that's unsettling.

Nah its safe idk why he uses mega download though

When are you planning on making a new version free?

Why does sex always end in general exhaustion? I play on easy mode so it shoukdnt happen. (also the latest free version)

How do you have hitomi included in the handbook?

Where does one find the cheat console?

Or lite-mod?

You can check it in our discord account

(+1)

Genuinely have to ask

Why in the French hell is changing gender locked behind a paywall of at least 10 dollars?

(1 edit)

Bcs it feature doesn't done right now. It's early access, man, and if we'll give this function rn, that doesn't working properly, we'll be guilty of all the mortal sins of mankind according to most people who ask similar questions in a fairly large percentage

how do you mod since i checked out the discord and followed the step but i don't see the place to put the mods in is it hidden

Wdym? It's channel with modifications. I don't have access to my account discord and afraid can't give you link rn, but our discord channel have all information about it

(1 edit)

this looks like it could be an interesting game to try out later (only so much free time available) but I have a quick and maybe simple suggestion:

The option for the school to be an all girls or all boys school instead of capping at 10/90 or 90/10 (depending on the slider) as a future option.

I did not see a mention of it when looking through the paid for options for the game but might have overlooked something - if so, please ignore.

You should create a walkthrough from all storyline.

Already. Use diary

What the difference between the different pay tiers here on itch?

Um… Versions?

Deleted 276 days ago

Only Russian and English 

(+2)

Here is my review of the game.
3.5/5 - The game itself is an awesome concept that I could see being an awesome game with the snuff. However, I do have some gripes. There are minor glitches in text, such as people referring to female characters as he's and this is reflected in the pool shower rooms. I am not referring to language translation errors, just coding errors. The customization is a bit lacking but I have not explored the modding scene yet so that may be fixed. There are a few minor visual bugs but nothing too big. My only gripe is gameplay flow issues and not the best optimization, even on my midtier pc. Other than that, it is a great game that I can't wait to evolve.

(+1)

Will the game be released on Steam, once it hits 1.0.0?


Will there be new activities like fishing and streaming?

Yes.


idk. Maybe if ppl will do mods

(+1)

Is there any way to fix corrupted files? Like I was in the scene where I was eating ice cream with one of the characters and well it didint load and I had to skip the whole scene. Also other scenes aren't loading to.

are u using an old save?

I made a lot of saves, right now im at save 78 i got this game like a couple of days ago -, i did use old saves to go back and make new branches which is how i got out of the the end of the storyline in my first playthrough 

(-1)

That's why it's corrupted it's highly recommend to never use old saves and always start new,  so you'll have to delete alllll 78 and probably reinstall the game

whatttttt really!? That kinda sucks since I have to start from the beginning no? I have like 500k in the bank I think and I have to lose it all! And make all my progress from strength and all! Well thanks for the help :) 

The game icon looks like an element from the Periodic table haha but still a really good game

I can’t access the tattoo shop for some reason? 

Just click button in down right corner of your screen

Wait what this game had a huge fucking improvement im amazed 

I cant read Russian whats it say when u click on your players Character gender

Is there like a game plus? Where we can like have our same stats but start from the beginning? 

Also does the discord help me with these types of problems, now after playing the all my characters say "no task assigned by..." And idk what to do now, do I just start a new game for new routes?

mhm means u finished all the routes

can someone explain to me how to cook food in that game 
plz

- First you need to find a recipe that matches the ingredients (and quantities) that you have.

- Click those ingredients in the list (what's in your fridge), so they're all highlighted green.

- Click 'Combine all' and that will add the recipe to the character's available recipes. 

-Click and hold the recipe on the left hand side to cook it (the bar will fill up);

- A new item should appear on the right hand side which is for "Food in your fridge", and the clock's time will have advanced based on how much time it takes to cook.

- Double click the food to eat! 

your username is the name of my character, Kaito. i like that. the character is the son of a god of death and is a demigod.

(+1)(-1)

It's popular name in Japan I think, so many ppl have it, but anyway, it's cool!

also, great game. its a lot of content

Okay so, ive seen the "Rip off Clothes/Swimsuit" option right. But when I press it, it says I need a perk to do so. Can you tell me which perk is needed or if something's wrong because I'm playing on andriod?

I also saw on the website something about there being a button to rip of clothes but I can't seem to find it

(1 edit)

It's perk from lvl, so you can use diary for use it

So I got evicted from the apartment I bought for not paying rent and each time I want to go back to her to see if I could buy it again or something, It won't let me, and now that I'm in a questline with ayano I need to buy an apartment so she could live with me. Do I have to start a new game or am I missing something?

So... It's bug I think. I remember, as I fixed bug in Azumi line recently, so you should wait fix it

game is super tempting and I wanna play it but there's just one issue... It does. not. start. not at all, not even an error screen. it just refuses to start at all.

What's your device?

(2 edits)

PC, Windows. I can't find any reasons for it not starting but I admit I'm not all that tech savvy.

Idk, maybe you have small RAM. For game necessary a big count RAM or it'll be crash. Besides, when you say about it, what's exactly you have problem?

(-4)

Are all character 18+?

(+4)

Yes

thank you

Hello I downloaded the MAC version but when i go to open it a propt saying "macOS can verify th developer" what do I do?

Just use settings of your MAC and give permission to launch

what's the difference between the free, a, and b, versions of this game?

Content. More information in our posts

(1 edit)

Is there a way to force move an rnpc? There is one that has been in their apartment for nearly 2 weeks and won't leave, searching action doesn't work but the journal says they are in there apartment.

(Edit) Maybe a way to get the there contact without talking to them?

Only cheat, nothing more. Or change he’s character traits

Does getting into fights still decrease all your starts? Even if you win? 

bcs you have tired from fight. This debuff will be skip in day

I'ma download it and check, last time I played this game, it keeps the debuff which was really annoying

Deleted 306 days ago
(+1)(-1)

Wdym?

Viewing most recent comments 391 to 430 of 1,621 · Next page · Previous page · First page · Last page