Tadpol

Member
Mar 22, 2021
428
624
161
Not too bad for now.

The plot is original. The investigation side, to see how it evolves, but for the moment it seems promising.

The points system according to the answers or actions, well found and well done.

What I like less:

- the MC's cock from certain angles, it looks too much like a banana

- girls who all seem to have the same model

The relationship with Carol is good but I find it almost too fast. To see how it evolves.
 

NateGrey

Active Member
Aug 21, 2020
804
1,924
308
You know how some games present you with tough choices?
screenshot0001.png
Here we get: "Shall I spend my evening doing boring-ass research work or search for something interesting, i.e. see Rachel play with herself while watching porn?" Yeah, that's a tough one! :p
 
  • Like
Reactions: phreadom

despot444

Member
Mar 10, 2018
298
451
249
I played lots of games, most of them lack of passion, standart sex positions. This is fresh air to my lungs.
 
  • Like
Reactions: javuo

TheDuraflex

Newbie
Feb 17, 2018
64
129
239
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
 

Surplouf

Member
May 5, 2020
206
212
207
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
Do you use MOD? If yes install it and our problem is solved.
 

FAP369ZONE

Well-Known Member
Aug 29, 2018
1,827
34,565
595
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'm waiting for extended version so i don't have this yet but i would advise you or any dev tbh to update Ren'Py to latest v7.4.4, Ren'Py 7.4.3 is very buggy. It also does not work for for me in some egames that have it so update to v7.4.4 is a must for me.
 

lyfsavor

Member
Mar 31, 2020
400
533
258
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.
 

juan soto

Newbie
May 25, 2018
45
20
80
So 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.
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 good
 

lyfsavor

Member
Mar 31, 2020
400
533
258
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).
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!(y):D Any girl that wakes you up with a BJ is a keeper.
 
May 8, 2017
241
353
153
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 think fjob is foot job.
 

Call of Booty

Well-Known Member
Mar 21, 2020
1,364
1,832
308
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
 

solokoot

Newbie
Feb 2, 2018
38
42
60
Still can't beleive there is no Footjob tag at the first page :D For a footfetish guy like me this game is heaven.. Really beautiful girls with really beautiful feet. The dev should def put it there and gains some new fans. Thats my fav game when it comes to this..
 
4.20 star(s) 240 Votes