- May 19, 2021
- 5,782
- 31,187
- 822
yay update in progress!2025-10-31: Mod for University Of Problems v1.7.5 - Extended.
Links to the previous Mod file will remain disabled during the update.
Download: MEGA - PIXELDRAIN
I'm developing it.hi any chance of a mod for 1-7-5 front page wont load?
You unzip the file in the main folder of the game (where the exe file is) so the two game folders merge and then you choose to overwrite the files when the option comes up.When installing the mod, I unzipped the files into the game folder of my University of Problems installation like the installation guide on this thread says to do. However when launching the game, it gives a traceback of an error saying the files already exist. Is there a fix for this and if so, how would one go about it?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 56, in script
File "game/scripts/script.rpy", line 56, in <module>
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 56, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/scripts/script.rpy", line 56, in <module>
File "renpy/exports\inputexports.py", line 177, in input
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2259, in interact
File "renpy/display\core.py", line 3082, in interact_core
File "renpy/display\core.py", line 1788, in event_wait
NameError: name 'softkey_not_visible' is not defined
```
$ name = renpy.input("My name is", length=15)