Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,423
318,503
998
Gakko No Monogatari - School Story [v0.18c] [CorpoLife_dev] - Compressed

All [5,98 GB]
- - - -

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

I missed the last update, can you give me an update file for maga from 0.18a to 0.18b?:cry:
There was no such thing. (Or not shared here)
 
Last edited:

ImTrYin2BeHiDDen

Active Member
May 2, 2021
587
124
143
Can someone have me ?
I stuck at C grade and can't start scene with kawakita, the guide of her say finish with kira and aunt, then go back kyoto. I already do that but still don't meet kawakita
Hey figured it out u have to have sex with saeko sensei to get the end of her content i thought i did but i didnt afterward talk to her in her office and talk about grade this will unlock tutor on pc and Kawakita is there.
 

KIMS

Newbie
Jul 8, 2017
15
8
152
School story... I know there was even a mention of writing about Crows, but it's all good...
There was some controversy about using porn clips, but there are many clips from well-known movies... I wonder if using them will cause problems in the future. I'm worried for nothing... Since sensitive leakers are so interested in this game
And as I mentioned earlier, it's a school story, and there are still many empty seats in the class
If you go in a direction other than a young woman, you'll be confined to the teacher or parent line
Why did you create an additional line called MILF?... I think you're thinking about pregnancy... It seems like it's getting more and more difficult content that's moving away from the title and initial settings

PS.. I apologize for any difficulties in understanding since this is a machine translation
 

Hiruma001

New Member
Jun 19, 2025
4
0
10
Hey figured it out u have to have sex with saeko sensei to get the end of her content i thought i did but i didnt afterward talk to her in her office and talk about grade this will unlock tutor on pc and Kawakita is there.
I finish all scene with saeko, so i need turn on pc and choose tutor with kawakita, right ?
 
Jul 1, 2018
398
558
269
Missed the last update, but saw someone else mention that the update from 0.18a to 0.18b didn't exist?
Is that true?
I would really prefer not to have to download the full 15.5gb.
 

KIMS

Newbie
Jul 8, 2017
15
8
152
If you're asking about the Remu Date for this update, it's the Date you used to do in the square in the morning on the weekend. After trying 3 times, if you go to school, a fight event will occur. It's exactly the same as going to the hospital. However, there's one more condition. If you do the baseball club practice activity at school more than 10 times, the conversation at the hospital will be different. It's like asking the baseball club for help. Then, if you go to school the next day and go to the baseball club, a new option will appear. You can proceed after that.

ps. This is a machine translated reply, so it might be a little difficult to understand.
 

VirtusGO

New Member
May 10, 2025
5
1
3
School story... I know there was even a mention of writing about Crows, but it's all good...
There was some controversy about using porn clips, but there are many clips from well-known movies... I wonder if using them will cause problems in the future. I'm worried for nothing... Since sensitive leakers are so interested in this game
And as I mentioned earlier, it's a school story, and there are still many empty seats in the class
If you go in a direction other than a young woman, you'll be confined to the teacher or parent line
Why did you create an additional line called MILF?... I think you're thinking about pregnancy... It seems like it's getting more and more difficult content that's moving away from the title and initial settings

PS.. I apologize for any difficulties in understanding since this is a machine translation
As long as the game is not marketed and distributed to a super wide audience, everything is fine for a small game built out of pure passion. The direction he wants to follow is only known to him, but the concept and plan he has is interesting, it's better to be able to explore more things than to be stuck in school. As for the free seats in the halls, maybe there will be more content. Introducing new characters who have different connections to the characters can create interesting interactions and a much more concise story, for example ayumi(the milf) and yuna(school principle) are friends, it is a good introduction to seduce yuna through the experience of her friend ayumi. The more complex the content, the more interested it attracts, because it is a unique concept.

Gakko_dev - As an experienced programmer, I explored your code and the structure is interesting, it is not complex it is very simplistic, but the organization is a bit messy for the 80000+ lines together with the whitespaces and comments. I know that many here are not interested in what is behind, but I appreciate your patience to build something in a single file, in my opinion I would have done the separation of logic, that is, following the SOLID principle and making files for each task separately, but taking into account that it is not something very complex I think I understand your decision to approach it this way. Let me know if i can assist you with something.
 

safriscoffi

Member
Game Developer
Feb 3, 2025
138
178
53
I know that many here are not interested in what is behind, but I appreciate your patience to build something in a single file, in my opinion I would have done the separation of logic, that is, following the SOLID principle and making files for each task separately, but taking into account that it is not something very complex I think I understand your decision to approach it this way. Let me know if i can assist you with something.
The game uses an engine called Twine(SugarCube). It builds the game into a single html file.
 

VirtusGO

New Member
May 10, 2025
5
1
3
The game uses an engine called Twine(SugarCube). It builds the game into a single html file.
I know this well, I just saw all the html structure, I know sugarcube, that's not the problem. I didn't say it was wrong, my point of view was completely different. I was just saying that for possible curious people who don't have programming knowledge, especially frontend, it would be harder for them to read, taking into account that the html body is there, the css is there, the javascript part is there, and the story itself. I brought up the topic of separating responsibilities into multiple tabs for better modularity and organization, better version control, easier reuse, better than the monolithic way it is now. I understood everything in the code, that's why I said it wasn't complex, I was just saying its organization could be more efficient. If I spoke in too technical language and didn't make myself understood, I apologize, I'm a programmer by profession.
 

safriscoffi

Member
Game Developer
Feb 3, 2025
138
178
53
I know this well, I just saw all the html structure, I know sugarcube, that's not the problem. I didn't say it was wrong, my point of view was completely different. I was just saying that for possible curious people who don't have programming knowledge, especially frontend, it would be harder for them to read, taking into account that the html body is there, the css is there, the javascript part is there, and the story itself. I brought up the topic of separating responsibilities into multiple tabs for better modularity and organization, better version control, easier reuse, better than the monolithic way it is now. I understood everything in the code, that's why I said it wasn't complex, I was just saying its organization could be more efficient. If I spoke in too technical language and didn't make myself understood, I apologize, I'm a programmer by profession.
I develop php based systems(hrms, dtr, school portals, etc) as my day job. I'm a full-stack developer, and I use Twine too. I understood what you said. What I'm trying to say is we aren't actually "organizing" the html structure. SugarCube is. We're Twine devs not html devs, so we organize the Twine project itself, not the html. You have to open the html file in Twine to properly "read" the code. Which is why there's a lot of html entity encoding in the generated file(since you're not supposed to read that). Most of the frontend looks like it was brute forced because we use macros to simplify html codes in the Twine project.

The point of using a tool like Twine is to simplify the process of making a niche output, like visual novels, by centralizing the responsibilities within the tool. Twine is already super modular and easy to organize(you literally just stack passages) with decent version control built in(you just have to make sure your save state variables aren't null)

If I had a team that looked for content, cut and edit clips, and came up with plot lines and dialogue, I can probably release game updates once a week. You do have the right idea though, since Ren'Py works that way. Multiple scripts that talk to each other to make a game work. It's just not necessary when it comes to Twine.
 

VirtusGO

New Member
May 10, 2025
5
1
3
I develop php based systems(hrms, dtr, school portals, etc) as my day job. I'm a full-stack developer, and I use Twine too. I understood what you said. What I'm trying to say is we aren't actually "organizing" the html structure. SugarCube is. We're Twine devs not html devs, so we organize the Twine project itself, not the html. You have to open the html file in Twine to properly "read" the code. Which is why there's a lot of html entity encoding in the generated file(since you're not supposed to read that). Most of the frontend looks like it was brute forced because we use macros to simplify html codes in the Twine project.

The point of using a tool like Twine is to simplify the process of making a niche output, like visual novels, by centralizing the responsibilities within the tool. Twine is already super modular and easy to organize(you literally just stack passages) with decent version control built in(you just have to make sure your save state variables aren't null)

If I had a team that looked for content, cut and edit clips, and came up with plot lines and dialogue, I can probably release game updates once a week. You do have the right idea though, since Ren'Py works that way. Multiple scripts that talk to each other to make a game work. It's just not necessary when it comes to Twine.
In renpy I know this works, you do the scripts in VS and you get the job done... just like twine, if you open it in the desktop app or in the web version you will have those charts and the connections between them where you have the code for what you need, from this perspective it is organized, but I was thinking from a development perspective of something more complex, I see potential in some community projects and I like to offer assistance if needed. You being in the same field as me but in a different section but I think you got my idea and vision being app dev. As for your projects updates, I think you would get more out of it, but it is hard to find people to work with... I used to get involved in projects on patreon, especially where languages like C# or Java were needed... anyway, let's not turn this section into a discussion about development, we can discuss it privately and who knows, maybe we will collaborate on something, I haven't had open community projects for a long time.
 

qhrieughuebgq

Newbie
Nov 7, 2023
58
132
134
Pretty late in development so I'm not sure why I am saying it now but there should totally be volume settings in the game. Base volume settings so you can adjust it so that sound doesn't just blare randomly. I mean that's a basic setting every game should have in the first place.
 
Last edited:

TOWANA

Newbie
Jan 6, 2018
62
8
115
Already proceed Physics grade to C, but for tutor Yura is still stuck at the second step(proceed grade from F to E)
 
3.30 star(s) 19 Votes