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,120
1,588
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
130
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,705
15,899
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,705
15,899
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,180
916
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:

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,705
15,899
The mod (v0.6.15) is now updated on in 48h early access! I will update it here afterwards.
  • Josie's alternative scenes shown (if chosen previously)
  • Fixed a bug in Irene's new scene
  • Last scene alternatives available to those who investigated all groups
  • Added gallery unlock
  • Enabled analytics toggle by default (not only Steam build)
If/when a professor's femdom/maledom paths continue, you'll have the option to follow them both.
 

Drxzmrn

New Member
Feb 16, 2023
4
3
hi when i apply this mod i have this

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/code/mod_additions/screens_overwrite.rpy", line 56: keyword argument u'xpos' is incompatible with u'xalign'.
    xpos gui.dialogue_xpos
        ^

Ren'Py Version: Ren'Py 7.7.3.24061702
Thu Aug 29 17:04:51 2024
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,705
15,899
hi when i apply this mod i have this

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/code/mod_additions/screens_overwrite.rpy", line 56: keyword argument u'xpos' is incompatible with u'xalign'.
    xpos gui.dialogue_xpos
        ^

Ren'Py Version: Ren'Py 7.7.3.24061702
Thu Aug 29 17:04:51 2024
Don't use the old mod with the new game version
 
4.50 star(s) 2 Votes