Do you use MOD? If yes install it and our problem is solved.i dont get it how are you guys playing? im getting an immediate error when starting the game!
'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
NameError: global name 'name' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3897, in interact_core
renpy.display.behavior.skipping(ev)
File "renpy/display/behavior.py", line 272, in skipping
if map_keyup(ev, "skip") or map_event(ev, "stop_skipping"):
File "renpy/display/behavior.py", line 242, in map_keyup
if (name in ev.eventnames) and ev.up:
NameError: global name 'name' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.3.1414
University of Problems 0.4.0-(Basic)
Wed Apr 28 00:27:51 2021
This could be unrelated to your problem but...i dont get it how are you guys playing? im getting an immediate error when starting the game!
'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
NameError: global name 'name' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "game/scripts/script.rpy", line 15, in script
call screen main_menu
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3897, in interact_core
renpy.display.behavior.skipping(ev)
File "renpy/display/behavior.py", line 272, in skipping
if map_keyup(ev, "skip") or map_event(ev, "stop_skipping"):
File "renpy/display/behavior.py", line 242, in map_keyup
if (name in ev.eventnames) and ev.up:
NameError: global name 'name' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.3.1414
University of Problems 0.4.0-(Basic)
Wed Apr 28 00:27:51 2021
of course I remember, but she feels uneasy that the MC knows that past, and hopefully dont give us with her and ntr, that would be an upset, I like her a lot as the MC girlfriend or the teacher could be goodSo far she seem like the best girl. But I am afraid we wont like Carol as much if details of her dark past comes out.
You don't have permission to view the spoiler content. Log in or register now.
Thanks for this, the girls are way too sweet to limit to just one, and you have the chance to accept Carol's love really early in the game so it would be a shame to limit options with anyone else after that!My answer
Some new information. There will be a harem, but it's too early to talk about the details. The game will also have two possible love triangles (in the next update, the MC will be able to take a small step towards one of these triangles).
I think fjob is foot job.Okay I just gotta ask, what the hell is an Fjob? I've heard of a BJ, hummer, blowjob, knobjob, beej, etc. But never have I heard of an Fjob. Is that a Russian thing? I get the feeling the dev isn't a native English speaker from some of the odd dialogue.
I'm trying to put variables for girls,but is rather confusing. "Girl_name"_love=xx example. If is Carol in question,how I should put it? I tried many different combinations,but it doesn't seems to work.
Thanks for help