Mod Ren'Py Taboo University - Multi-Mod [v0.5.21] [LightmanP]

4.50 star(s) 2 Votes

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,027
1,388
not into the game folder itself?
Yes the 'game' folder inside the Taboo University folder like below.
You don't have permission to view the spoiler content. Log in or register now.
If you do it from outside the root, (in my example, move the 'game' folder from inside the mod folder to Taboo University folder) it will automatically merge with the game folder shown.

If you move the mod folder into the Taboo University first, then see below example to move.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

JackassJeff

Newbie
Jul 20, 2023
58
121
Thanks for the mod but im geniuenly confused about when I load my latest save it asks if to investigate all groups or not,I thought the game automatically lets you finish the remaining groups you didn't finish yet since it is in parts,So does that mean in this update you can't actually finish the investigation board and the mod allows you to do so? Also who is Ezra its been awhile since last update and I geniuenly don't remember any character named that and if we could romance them
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,654
15,189
Thanks for the mod but im geniuenly confused about when I load my latest save it asks if to investigate all groups or not,I thought the game automatically lets you finish the remaining groups you didn't finish yet since it is in parts,So does that mean in this update you can't actually finish the investigation board and the mod allows you to do so? Also who is Ezra its been awhile since last update and I geniuenly don't remember any character named that and if we could romance them
You can only fully investigate 2 groups without the mod option.
Ezra is the artist
 
  • Like
Reactions: JackassJeff

Dirk23

Newbie
Jul 31, 2017
21
2
Yes the 'game' folder inside the Taboo University folder like below.
You don't have permission to view the spoiler content. Log in or register now.
If you do it from outside the root, (in my example, move the 'game' folder from inside the mod folder to Taboo University folder) it will automatically merge with the game folder shown.

If you move the mod folder into the Taboo University first, then see below example to move.
You don't have permission to view the spoiler content. Log in or register now.
ahh ok thanks for the explanation with the picture lol
 

kapciu

New Member
Jun 22, 2018
4
1
If I don't want to surveil group 3, an error occurs (after talking to roommates)
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/code/Book-1/Chapter-7/s00.rpy", line 121, in script
    call screen chapter_choice_menu("b1c07", 2) with Fade(0.4, 0.4, 0.4)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: Too many arguments in call (expected 1, got 2).

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

Full traceback:
  File "game/code/Book-1/Chapter-7/s00.rpy", line 121, in script
    call screen chapter_choice_menu("b1c07", 2) with Fade(0.4, 0.4, 0.4)
  File "renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3336, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3499, 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 "renpy/display/core.py", line 3969, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3969, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "renpy/ast.py", line 296, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "renpy/ast.py", line 252, in apply
    (expected, len(args)))
TypeError: Too many arguments in call (expected 1, got 2).

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
Taboo University 0.5.21
Fri Jan  5 00:26:46 2024
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,654
15,189
If I don't want to surveil group 3, an error occurs (after talking to roommates)
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/code/Book-1/Chapter-7/s00.rpy", line 121, in script
    call screen chapter_choice_menu("b1c07", 2) with Fade(0.4, 0.4, 0.4)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: Too many arguments in call (expected 1, got 2).

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

Full traceback:
  File "game/code/Book-1/Chapter-7/s00.rpy", line 121, in script
    call screen chapter_choice_menu("b1c07", 2) with Fade(0.4, 0.4, 0.4)
  File "renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3336, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3499, 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 "renpy/display/core.py", line 3969, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3969, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "renpy/ast.py", line 296, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "renpy/ast.py", line 252, in apply
    (expected, len(args)))
TypeError: Too many arguments in call (expected 1, got 2).

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
Taboo University 0.5.21
Fri Jan  5 00:26:46 2024
Looks like you're using an old mod version. Install the current one
 

Spyderwraith

Well-Known Member
Jul 21, 2017
1,131
879
So how am I able to investigate all 3 groups? I download the mod and it still locks me out of one of them, am I missing a setting?

Edit: I figured it out, I had to go back to the save at the rock-climbing center prior to this new update in order to get the mod prompt to investigate all groups and continue both paths
 
Last edited:
4.50 star(s) 2 Votes