dmmt

Well-Known Member
May 8, 2020
1,009
984
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
908
1,856
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,081
1,801
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,136
3,210
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,081
1,801
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,136
3,210
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
59
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
116
58
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?
 
3.30 star(s) 178 Votes