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

Gundams

Member
Nov 14, 2019
250
140
thanks but I seem to be having problems with the Rachel body massage event
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/update3.rpy", line 2987, in script
    mct "It's time to go a little further."
KeyError: u'name'

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

Full traceback:
  File "game/scripts/update3.rpy", line 2987, in script
    mct "It's time to go a little further."
  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 1184, in __call__
    who = who_pattern.replace("[who]", sub(who))
  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'name'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.4.0-(Extended)
Wed May 19 16:06:12 2021
Same with Nathalie 2nd event

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

While running game code:
  File "game/scripts/update4.rpy", line 1923, in script
    menu:
SyntaxError: invalid syntax (update4.rpy, line 1924)

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

Full traceback:
  File "game/scripts/update4.rpy", line 1923, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1004, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2247, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (update4.rpy, line 1924)

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.4.0-(Extended)
Wed May 19 16:07:54 2021
Plenty more of those for each body part could you please tell me what went wrong and fix it?

Thanks
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,393
11,982
thanks but I seem to be having problems with the Rachel body massage event
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/update3.rpy", line 2987, in script
    mct "It's time to go a little further."
KeyError: u'name'

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

Full traceback:
  File "game/scripts/update3.rpy", line 2987, in script
    mct "It's time to go a little further."
  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 1184, in __call__
    who = who_pattern.replace("[who]", sub(who))
  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'name'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.4.0-(Extended)
Wed May 19 16:06:12 2021
Same with Nathalie 2nd event

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

While running game code:
  File "game/scripts/update4.rpy", line 1923, in script
    menu:
SyntaxError: invalid syntax (update4.rpy, line 1924)

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

Full traceback:
  File "game/scripts/update4.rpy", line 1923, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1004, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2247, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (update4.rpy, line 1924)

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.4.0-(Extended)
Wed May 19 16:07:54 2021
Plenty more of those for each body part could you please tell me what went wrong and fix it?

Thanks
ok well the the Nathalie one is game bug due to the dev adding a double 'if' I'll fix that with the mod, but the first one is literally just a line of dialogue, and i don't use any substition code in the mod, so again must be a game bug.
 

Jack0h

Active Member
Sep 7, 2018
697
716
i am guessing I just dumb as a sack of hammers, but how do I activate the mod? I'm starting v0.4 from the top and am not seeing any of the mods features....
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,393
11,982
i am guessing I just dumb as a sack of hammers, but how do I activate the mod? I'm starting v0.4 from the top and am not seeing any of the mods features....
First of all. Does the inside of your 'game' folder have the 'scripts' and 'shaddyMod' folders in it, like in this screenshot?

1621611788277.png
 

ashwath

Member
Mar 25, 2019
171
27
for some reason, the mod is only mentioning what will happen if I pick this option but not unlocking an option. like in the bathroom if I don't have enough lust then it doesn't allow me to hold back from cumming. is it supposed to be like that? am asking cause the first pic on this page told you could do that, that's why
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,393
11,982
No all choice provide a 'both' or 'all' options. Not having enough points can prevent form not being able to select certain choices, that's why i added cheat in the stats screen.
 

ashwath

Member
Mar 25, 2019
171
27
No all choice provide a 'both' or 'all' options. Not having enough points can prevent form not being able to select certain choices, that's why i added cheat in the stats screen.
okay ill send a screenshot, I guess that would give an idea. or am just doing it wrong