dmmt

Well-Known Member
May 8, 2020
1,009
985
THAT is what I missed. Couldnt find how to wear the outfit, so wondered if maybe it was automatic when you went into the gym, assuming you had it. TY

There is no inventory. Uninstalling
 
Last edited:

thrallmart

New Member
Jul 20, 2020
4
3
God damn this game is hot garbage. Even with the terribly written pdf walkthrough, a frustratingly lame experience. This is like the epitome of why freeroam games are cancer.
 
  • Like
Reactions: vishwajeetpanwar

K.T.L.

Keeping Families Together
Donor
Mar 5, 2019
953
1,987
So much unnecessary irrelevant tripe at the start. I didn't even bother to try the game after having to trawl through multiple unskippable time wasting questions about where I got the game, whether I'd played some other game before, etc. etc.
 

ramvivat

Engaged Member
Jun 28, 2022
3,395
1,984
Who should be approached for the question of where and how to look for a gym? can't get a job without it. I thought they would say in the library, but there this arrogant lady won’t talk to her much. and I already spent 50 money on a book for my cousin.
Is it possible to play the game without a cheat for money?
And who can advise where to look for a doctor?
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,153
3,224
Who should be approached for the question of where and how to look for a gym? can't get a job without it. I thought they would say in the library, but there this arrogant lady won’t talk to her much. and I already spent 50 money on a book for my cousin.
Is it possible to play the game without a cheat for money?
And who can advise where to look for a doctor?
you can get a job at the store and at the gym
 

ramvivat

Engaged Member
Jun 28, 2022
3,395
1,984
you can get a job at the store and at the gym
store job need 5 str
gum job - gym not opened.
maybe antichit works and block gym? (i try to unlock console in common/console.rpy - it not helps, Ctrl-O not work)
maybe i need to pump my intellect and then someone tels me where the gym?
stop! i fuckoffed unknown boy which knocking in apartment door about my cusine - maybe this boy know about the gym?

UPD:
yes. this dickhead need to heat me - i get gym address and cusine go with me to doctor.
done!
 
Last edited:

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,153
3,224
store job need 5 str
gum job - gym not opened.
maybe antichit works and block gym? (i try to unlock console in common/console.rpy - it not helps, Ctrl-O not work)
maybe i need to pump my intellect and then someone tels me where the gym?
stop! i fuckoffed unknown boy which knocking in apartment door about my cusine - maybe this boy know about the gym?
yes that right he will beat you up then he will tell you about the gym
 
  • Like
Reactions: ramvivat

BuranPhan

Newbie
Jun 29, 2022
30
63
Wtf is wrong with this guy? He goes to work for like 2 hours and hes tired for the rest of the day, cant go to the gym. He goes to the library to study? damn too tired to do anything else for the day? It makes no fucking sense. He gets tired way too easily
 
  • Like
Reactions: wulfstorms and lbt

multiplex1

Member
Sep 4, 2019
121
59
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/gallery_scene.rpy", line 29, in script
call screen gallery
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/tacitogallery.rpy", line 80, in execute
screen gallery:
File "game/tacitogallery.rpy", line 80, in execute
screen gallery:
File "game/tacitogallery.rpy", line 86, in execute
grid 3 3:
File "game/tacitogallery.rpy", line 93, in execute
for i in range(1,10):
File "game/tacitogallery.rpy", line 94, in execute
if gal_curpage*9 + i <= gallery_items and not (not extracont and (gal_curpage*9 + i) in extra_items):
File "game/tacitogallery.rpy", line 96, in execute
python:
File "game/tacitogallery.rpy", line 99, in <module>
gal_prev = Image(im.MatrixColor(gal_prev, im.matrix.desaturate())) if not eval('persistent.gal' + str(gal_curpage*9 + i)) and not choice_all_unlocked else Image(gal_prev)
NameError: name 'choice_all_unlocked' is not defined

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

Full traceback:
File "game/gallery_scene.rpy", line 29, in script
call screen gallery
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\ast.py", line 1949, in execute
self.call("execute")
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\screen.py", line 440, in per_interact
self.update()
File "F:\My Passport Files\Games\3D Games\Astaros3D\My Cute Roommate\My_cute_roommate-1.6.1ex-win\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/tacitogallery.rpy", line 80, in execute
screen gallery:
File "game/tacitogallery.rpy", line 80, in execute
screen gallery:
File "game/tacitogallery.rpy", line 86, in execute
grid 3 3:
File "game/tacitogallery.rpy", line 93, in execute
for i in range(1,10):
File "game/tacitogallery.rpy", line 94, in execute
if gal_curpage*9 + i <= gallery_items and not (not extracont and (gal_curpage*9 + i) in extra_items):
File "game/tacitogallery.rpy", line 96, in execute
python:
File "game/tacitogallery.rpy", line 99, in <module>
gal_prev = Image(im.MatrixColor(gal_prev, im.matrix.desaturate())) if not eval('persistent.gal' + str(gal_curpage*9 + i)) and not choice_all_unlocked else Image(gal_prev)
NameError: name 'choice_all_unlocked' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
1.6.1ex
Wed Oct 26 20:24:35 2022

Can this be fixed?
 

Rome5555555

Active Member
May 4, 2017
864
492
In this game, all is well and the graphics and the plot, that's just these mini-games pissed and annoying all the time. Is there any way to turn them off??
 

Pierre_NC

Newbie
Feb 14, 2021
15
8
I played the entire V1.6.1 Ex Beta on PC, it all went perfect with no bugs at all so congrats to the Dev. A very interesting game with lots of different events unlike lots of games, I loved it very much. I reached 5 Hearts with the Dean, Anna and the Director.

I thought I would reach 5 hearts with the Roommate after telling her at the end that Dick is fired and she stays in the company but no, it stayed at 4, not a big deal. I could not fuck her in the shower, though, I would have loved that.

My only regret is not to have had more scenes with Barbara because she is one of the top sexiest to me. I would have loved her to have full lesbian scenes with the Roommate ending up with being straponfucked from behind of course or laid on the bed face down with the Roommate laid on top of her and fucking her while kissing her and grabbing her breasts. And also more sex scenes with the MC and Barbara to reach 5 Hearts with her also.

A very few picture of the Gallery were not unlocked but no big deal either.

Congrats again to the Dev and thanks to him for giving us such a great game.
 
  • Like
Reactions: WankerDxD
3.30 star(s) 177 Votes