Ren'Py Abandoned Boarding School [v0.14b] [Innovation]

1.50 star(s) 2 Votes

innovation..

Newbie
Game Developer
Jul 28, 2020
38
111
  • The only non-story way to pass time is to go back to the MC's bedroom and nap for an hour. There needs to be a better way to get from one time slot to another when there's no story event.
    • Give an option to shower in the men's bathroom to smoothly go from morning to forenoon.
    • Add a "change into sports outfit" for the men's changing room that takes you to noon.
    • Give an option to study in the library/Mc's room even if you don't have assigned homework. Clicking on Sophia results in her inviting you to join them, but that doesn't happen and time doesn't advance.
    • Add a cafeteria and an option to eat lunch/dinner.
  • Going to gym class and clicking on Ms. Carter goes boom. Ella.rpy doesn't have a Emma_gym label to jump to. It does have a Ella_gym label to jump to, so quick fix.
  • First Math class, IOError: Couldn't find file 'images/Events/Amalia/QA/Amalia_QA_Amalia_cr_reden.jpg'. In the images folder there is Amalia_QA_MC_cr_reden.jpg copied it and renamed the copy. Quick fix.
  • Attending math class does not move the clock forward to noon.
  • There's no attending Biology class, just replays first intro.
  • There's no obvious direction at the moment. Unless there's a class to go to there's nothing pushing the MC to go to a place or do a thing. A task list or hint system would be good. Or Add the MC to the properties page so his daily schedule is also listed, why should I have to go to 4 different teacher's schedules to figure out what class to go to on day x?
Thank you for that information. We will think about the first point and the sub-points.
When testing, we mostly only use the cheat menu, although you should of course get by without this in the flow of the game.

The bugs with the sports teacher and math teacher have been fixed and will be patched soon.

The time is running out now when attending class.

Ms. Lewis storyline is currently being revised. So maybe there is a bug. We'll take a closer look at that.

In the game you should be free to do what you want to do. So there is no direct timetable for the MC.
In the stats overview you can see when who is where.

Thank you for your effort and feedback!
- Innovation
 

Ammoman

Newbie
Aug 17, 2018
78
19
Tried to load a save from v0.09 . Got an uncaught exception, see below and a traceback file attached. Any help pleae? -

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Scripts/script.rpy", line 11, in script call
call expression LabelToCall from _call_expression_379
File "game/Scripts/Chapters/Clickies.rpy", line 9, in script
$ MC = renpy.input("{i}What's your name?{/i}", length = 20)
File "game/Scripts/script.rpy", line 11, in script call
call expression LabelToCall from _call_expression_379
File "game/Scripts/Chapters/Clickies.rpy", line 9, in script
$ MC = renpy.input("{i}What's your name?{/i}", length = 20)
File "game/Scripts/Chapters/Clickies.rpy", line 9, in <module>
$ MC = renpy.input("{i}What's your name?{/i}", length = 20)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
 

Gleemer

Engaged Member
Jun 8, 2018
2,153
12,417
Here is the Italian translation
of Boarding School [v0.10-a]

This translation is "unofficial, it was created by a fan.

Updated: 2021-06-01


**********************************************

Ecco la traduzione italiana
di un fan Boarding School [v0.10-a]

Questa traduzione "non è ufficiale" è stata generata da un fan.

Updated: 2021-06-01


************************************************************************


Here is the Italian translation
of Boarding School [v0.09-c]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di un fan Boarding School [v0.09-c]

Questa traduzione "non è ufficiale" è stata generata da un fan.

Italian translation

Updated: 2021-06-01
 
  • Like
Reactions: innovation..
Feb 29, 2020
476
1,000
Why is it that you always either get the stupid text box convinently covering the best part of the screen, or you have barely legible texr?
Granted I do realize that most of us don't actually read the story in these games.
But there are like 4 of us that do.
 
  • Like
  • Haha
Reactions: Ursus4321 and RogMR

Danny Manning

New Member
Aug 13, 2018
8
21
Game seems Okay. the color coding on the time of day it would be nice if it went along with the map of where you are supposed to be or can be. I'm sure the MC has a class schedule of when he's supposed to be in class. it would be helpful to have the faces or names of people on the map view through out the day. reading or studying books or going for a run should increase a stat.
 

Danny Manning

New Member
Aug 13, 2018
8
21
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Scripts/script.rpy", line 145, in script call
    call expression LabelToCall from _call_expression_387
  File "game/Scripts/Initialization/IC.rpy", line 306, in script call
    call expression LabelToCall5 from _call_expression_27
  File "game/Scripts/Chapters/Olivia.rpy", line 18, in script call
    call expression LabelToCall from _call_expression_133
  File "game/Scripts/Chapters/Olivia.rpy", line 123, in script call
    call expression LabelToCall from _call_expression_142
  File "game/Scripts/Chapters/Olivia.rpy", line 192, in script
    menu:
KeyError: u'Characters '

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

Full traceback:
  File "game/Scripts/script.rpy", line 145, in script call
    call expression LabelToCall from _call_expression_387
  File "game/Scripts/Initialization/IC.rpy", line 306, in script call
    call expression LabelToCall5 from _call_expression_27
  File "game/Scripts/Chapters/Olivia.rpy", line 18, in script call
    call expression LabelToCall from _call_expression_133
  File "game/Scripts/Chapters/Olivia.rpy", line 123, in script call
    call expression LabelToCall from _call_expression_142
  File "game/Scripts/Chapters/Olivia.rpy", line 192, in script
    menu:
  File "renpy/ast.py", line 1638, in execute
    renpy.exports.say(None, "\n".join(narration), interact=False)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1190, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "renpy/character.py", line 1179, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'Characters '

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Boarding School v0.10-b
Wed Jun  2 16:01:38 2021

Headmistress office:
I have a question.
Next.
Error Message....
 
  • Like
Reactions: innovation..

no_name_742

Active Member
Aug 9, 2017
779
588
i want to like this game, its got the foundation of a good game but i dont know how to progress. i unlocked on scene for elizabeth and i cant seem to progress. the guide says every character will have more content next update, except ms jackson, says to talk to her more but i cant. i that all there is? i hit the cheat button and nothing happened
 

caxhub

Engaged Member
Aug 22, 2019
2,418
2,288
this is an unofficial android port Boarding School [v0.10-a] APK -
 

BlasKyau

Conversation Conqueror
Jun 26, 2018
7,837
10,286
Is the game going to have a harem ending or can you only go for one LI in each game?
 

BlasKyau

Conversation Conqueror
Jun 26, 2018
7,837
10,286
In the end, you can have more than one. But I don't want to spoil more than that.
Thanks for the reply.

I'm pretty weird playing. First, I never see more than one ending, so if I find two LIs that interest me and they don't share an ending, then I'd rather leave the game before I get to the point where I have to choose.

Also, I don't like to start a romantic relationship with LIs with whom I will not have an ending. Maybe I'm very weird, but I'm like that.

For me to play a game I have to know what the possible endings are first, if I don't know them, I'd rather not try. So I guess I'll find another one.
 

JohnJG

Engaged Member
May 17, 2018
2,293
2,567
Emma in picture 2 is holding a class that I’d like to take.

I have no idea what the subject is but she holds students attention well and her teaching skills look very impressive.:) :coffee:
 
  • Like
Reactions: innovation..

BlasKyau

Conversation Conqueror
Jun 26, 2018
7,837
10,286
Never mind. All you need to know is that it's not insultang.
I hadn't thought about the possibility that it was an insult. Only since I don't know the word I have no idea what you mean by your statement.
 
1.50 star(s) 2 Votes