Mod Cheat Mod Ren'Py Abandoned University of Problems [0.6.0 Extended] Multi-Mod [ShaddyModda]

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,382
11,754
The option to get all points for a choice, is this a toggle or should it be active automatically?
If so, I'm not getting it =/
Some choices will have an additional choice "MOD: ??". You just need to choose that choice when it's available.
 

Meridian

Active Member
Jan 24, 2018
972
3,395


Rough option during Roxy scene is greyed out when played from memories/gallery. Is that a bug or this is how it should be?
 
Last edited:

Ramsdall

Newbie
Jul 28, 2020
88
71
hello, why doesn't update 8 bring the answers with colours, is that normal?
 
Last edited:

Swordsman83

Anti Anti-NTR & Anti-Woke Crusader
Donor
Apr 14, 2020
1,028
923
i click on the bell icon on the in game phone.

not sure is game bug or caused by mod.

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

While running game code:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

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

Full traceback:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.5.5-(Extended)
Sun Aug  8 14:16:04 2021
 

Ramsdall

Newbie
Jul 28, 2020
88
71
i click on the bell icon on the in game phone.

not sure is game bug or caused by mod.

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

While running game code:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

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

Full traceback:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.5.5-(Extended)
Sun Aug  8 14:16:04 2021
try with this = game = scripts
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,382
11,754
i click on the bell icon on the in game phone.

not sure is game bug or caused by mod.

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

While running game code:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

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

Full traceback:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.5.5-(Extended)
Sun Aug  8 14:16:04 2021
I don't touch that pvu_news file, so definitely game bug.
 

Aristos

Forum Fanatic
Dec 28, 2017
5,000
15,027
i click on the bell icon on the in game phone.

not sure is game bug or caused by mod.

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

While running game code:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

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

Full traceback:
  File "game/scripts/update2.rpy", line 1212, in script
    ma "Aha. I'm responsible for security."
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 1, in execute
  File "game/scripts/pvu_news.rpy", line 19, in execute
  File "game/scripts/pvu_news.rpy", line 27, in execute
  File "game/scripts/pvu_news.rpy", line 29, in execute
  File "game/scripts/pvu_news.rpy", line 29, in <module>
NameError: name 'news_13' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.5.5-(Extended)
Sun Aug  8 14:16:04 2021
Hey, just one question: were you using the compressed version?
I had the same problem with the compressed version; that file was missing. If you confirm that was your case too, we could let the compressor know about it so that he can fix it.
try with this = game = scripts
Thank you very much, that solved the problem. That file was missing.
Did you get that file from the original uncompressed version?
 

Ramsdall

Newbie
Jul 28, 2020
88
71
Hey, just one question: were you using the compressed version?
I had the same problem with the compressed version; that file was missing. If you confirm that was your case too, we could let the compressor know about it so that he can fix it.

Thank you very much, that solved the problem. That file was missing.
Did you get that file from the original uncompressed version?
I fixed that mistake myself
 
  • Like
Reactions: Aristos