- Dec 11, 2018
- 7
- 3
Hi guys , does anyone know what I might have done incorrectly ? I installed the the "game" folder in the mod in "college kings 11.0.1" tried to play it and and several error occur and the walktrough mod isnt working ( only cheats and gallery). I tried starting a new game and this happens :
Code:I'm sorry, but an uncaught exception occurred : While running game code: File "game/v1/v1.rpy", line 42, in script if wtmodon == True: File "game/v1/v1.rpy", line 42, in <module> if wtmodon == True: NameError: name 'wtmodon' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/v1/v1.rpy", line 42, in script if wtmodon == True: File "renpy/ast.py", line 1892, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/v1/v1.rpy", line 42, in <module> if wtmodon == True: NameError: name 'wtmodon' is not defined Windows-10-10.0.19041 Ren'Py 7.4.6.1693 College Kings 11.0.1 Sun Aug 8 13:45:32 2021
If I ignore this and try to play , in the left color of every image theres the name of the image in green ( ex: u´game/v1/v1.rpy`,204) and errors occurs when its time to make a choice :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/v1/v1.rpy", line 207, in script menu: File "game/customFunctions.rpy", line 28, in menu_override for label, condition, value in items ] KeyError: u'tmp' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/v1/v1.rpy", line 207, in script menu: File "renpy/ast.py", line 1682, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "game/customFunctions.rpy", line 28, in menu_override for label, condition, value in items ] File "renpy/exports.py", line 3565, in substitute return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0] File "renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 605, in get_value KeyError: u'tmp' Windows-10-10.0.19041 Ren'Py 7.4.6.1693 College Kings 11.0.1 Sun Aug 8 13:50:38 2021
I tried to install the mod again and overwrite and its working fine now only the green text on the top left corner of every image remains . Its a bit distracting ,if anyone knows how to get rid of this im all ears thanks in advance