Mod Ren'Py Bad Teacher [WindwardGames] - OscarSix's Walkthrough & Gallery Mod [v0.2b]

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
580332_coverlong.jpg

Updated: 2020/05/14
Game/Creator: Bad Teacher /
Modder:
Mod Version: 0.2
Game Version: 0.1 - 0.2b+
Language: English

Features:
  • This mod adds an in-game walkthrough for the important choices in the game Bad Teacher!
  • I've added a scene replay gallery to the main menu with all gallery scenes unlocked and viewable.
Installation:
You don't have permission to view the spoiler content. Log in or register now.

Download: -
 
Last edited:

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
Edit 2020/04/01: Updated Walkthrough Mod to 0.1.1

0.1.1:
- Fixed a couple typos and colour errors.

Enjoy the attached Mod!
It can also be found on , F95 and

Note:
If you experience any other bugs, let me know and I will patch them as soon as possible :)
 
Last edited:
  • Like
Reactions: Ryder282

Jack0h

Active Member
Sep 7, 2018
695
712
Edit 2020/04/01: Updated Walkthrough Mod to 0.1.1

0.1.1:
- Fixed a couple typos and colour errors.

Enjoy the attached Mod!
It can also be found on , F95 and

Note:
If you experience any other bugs, let me know and I will patch them as soon as possible :)
The game has a repeatable Exception if you fail to pick up the prostitute:

"While running game code: File "game/chapterone.rpy, line 4644 in script"
"Jumpchaponeend"
"ScriptError could not find label 'chaponeend' '"
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
The game has a repeatable Exception if you fail to pick up the prostitute:

"While running game code: File "game/chapterone.rpy, line 4644 in script"
"Jumpchaponeend"
"ScriptError could not find label 'chaponeend' '"
Will upload a fix shortly
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
2020/05/14: Updated Mod, v0.2b

Change Log:
  • Updated mod to 0.2b
  • Added Scene Gallery
Download: -
 
Last edited:

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
2020/06/06: Updated mod, compatibility update

Change Log:
  • Added compatibility for past and future version of the game.
    • Note: Future version won't have an updated gallery or walkthrough but will be playable.
  • Reduced file size.
Download: -
 

nevermoreXX

Member
Mar 25, 2020
424
686
2020/06/06: Updated mod, compatibility update

Change Log:
  • Added compatibility for past and future version of the game.
    • Note: Future version won't have an updated gallery or walkthrough but will be playable.
  • Reduced file size.
Download: -
Start game without persistent file. Galery asks for name i input name and i get "povname" as mc name
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
Start game without persistent file. Galery asks for name i input name and i get "povname" as mc name
Ok, thanks for letting me know.
I believe an update will come out soon so I have made a note of it and will fix it in the next update.
I have done several under-the-hood improvements to my galleries so will include those as well
 

Dole

Well-Known Karen
Apr 28, 2017
2,954
2,463
Mod bug without it is playable

After (Peek) Girl is losing her phone

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 230, in execute
    screen choice(items):
  File "game/screens.rpy", line 230, in execute
    screen choice(items):
  File "game/screens.rpy", line 233, in execute
    vbox:
  File "game/screens.rpy", line 234, in execute
    for i in items:
  File "game/screens.rpy", line 236, in execute
    if "Be polite." in i.caption:
NameError: name 'count1' is not defined

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

Full traceback:
  File "chapterone.rpyc", line 234, in script
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\exports.py", line 990, in menu
    rv = renpy.store.menu(new_items)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\exports.py", line 1226, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Downloads\BadTeacher-0 2b-pc\BadTeacher 0.2b\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 230, in execute
    screen choice(items):
  File "game/screens.rpy", line 230, in execute
    screen choice(items):
  File "game/screens.rpy", line 233, in execute
    vbox:
  File "game/screens.rpy", line 234, in execute
    for i in items:
  File "game/screens.rpy", line 236, in execute
    if "Be polite." in i.caption:
  File "<screen language>", line 283, in <module>
NameError: name 'count1' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.4.596
Bad Teacher 0.2b
Thu Jul 16 12:44:26 2020
 

Moffy

Active Member
Sep 25, 2019
919
700
Ok, thanks for letting me know.
I believe an update will come out soon so I have made a note of it and will fix it in the next update.
I have done several under-the-hood improvements to my galleries so will include those as well
When i play elain scene i get this error:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'elaineScene1'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "E:\Game\BadTeacher-0.2b-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\Game\BadTeacher-0.2b-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'elaineScene1'.

Windows-8-6.2.9200
Ren'Py 7.3.4.596
Bad Teacher 0.2b
 
Jan 15, 2020
42
21
When i play elain scene i get this error:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'elaineScene1'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "E:\Game\BadTeacher-0.2b-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\Game\BadTeacher-0.2b-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'elaineScene1'.

Windows-8-6.2.9200
Ren'Py 7.3.4.596
Bad Teacher 0.2b
Is there going to be an update to this mod or is it dead?
 
Jan 15, 2020
42
21
Game is abandoned
I know the game is abandoned, I was curious about the mod though. some people said it had some issues and they asked for fixes, but the replies stopped. so I wasnt sure. but another mod was posted and there didn't seem to be any issues with it so I went with that one instead. thank you for the response though.