9$_TwoB

Newbie
Jul 2, 2019
77
16
38
Can you backtrack the text/option in this game do you I have to use save/load option if I want to make another choice?
 

LiQu1d@Rm0r

Member
Mar 13, 2019
105
73
163
when i try save before massage with Roomie

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\core.py", line 3490, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 858, in handle_click
    rv = run(action)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\loadsave.py", line 419, in save
    six.reraise(t, e, tb)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\loadsave.py", line 405, in save
    dump((roots, renpy.game.log), logf)
  File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.5.0ex_beta
Sun Oct 20 15:36:55 2019
 

DesertBard

New Member
Nov 26, 2018
10
2
37
I think I might have broken something in the game, but I honestly do not know for sure. Here is where I am at, unable to progress ANY of the threads. I went through the forum thread and, after wading through what seems like 40+ pages of people asking how to get the screwdriver, I figured out that I am missing something basic. However, after three playthroughs, something is not unlocking.

Anna
I've gotten as far as filming her and Barbara in the pool. Barbara,of course, will not/cannot be blackmailed and closes the door in my face.

Barbara
Met her at the pool, she got me hard and made me leave. Will not be blackmailed by the pictures of her and Anna in the pool.

Dean
Won't talk to me until I get Anna to come home

Nurse
Got the BJ to help with making a donation.

Saleswoman
She's a 2-heart honey who gave up the screwdriver and gets regular pussy licking.

Trainer
I've seen her work out in the morning and afternoon and talked to her about her body.

Emily
I've done the photos with her in her clothes, in the cowgirl outfit (the only cosplay outfit available) and I have done the nude photo shoot. I have done the t-shirt and nude shoots numerous times. No matter what time I go to Emily's and no matter how often I shoot her, nothing changes.

Cousin
She's at one good heart. I've successfully viewed her in the shower. I've managed to do the night rape scene. I've also managed to get her to watch the porno while doing couch time, which resulted in the raging hard-on.

Going out and visiting places or people, day or night, results in no changes to the status quo. From reading this thread, I gather that, after some photo shoots with Emily during couch time, my cousin is supposed to ask me to do a photo shoot with her to advance the story. However, no matter how often I shoot Emily and then have couch time with the cousin, nothing happens. Also, no matter how often or when I talk to the Dean or to Barbara, there are no options for advancing that story either. I am unable to bribe anyone with chocolates or candy, so that doesn't really help anything.

I am now at full strength, full potency, and have more money than I am likely to spend on anything. BUt the stories are not progressing.

Did I break the story somewhere? Or am I just an idiot who is missing something brutally obvious?
 

Tacito

Forum Fanatic
Jul 15, 2017
5,956
53,909
912
Emily
I've done the photos with her in her clothes, in the cowgirl outfit (the only cosplay outfit available) and I have done the nude photo shoot. I have done the t-shirt and nude shoots numerous times. No matter what time I go to Emily's and no matter how often I shoot her, nothing changes.
This point is important , you have to do 4 photoshoots with her 1 nude + 3 cosplays.
Probably you not buy and read superphotographer book before first photoshoot with Emily.
After this you can do first photoshoot with roommate (1 heart needed) and begin to unlock others things.
Now you are stuck , if you post your save I check if you can recover Emily task.

Or try this save

https://f95zone.to/threads/my-cute-roommate-v1-5-0-ex-beta-astaros3d.5405/post-2209305
 
Last edited:

DesertBard

New Member
Nov 26, 2018
10
2
37
This point is important , you have to do 4 photoshoots with her 1 nude + 3 cosplays.
Probably you not buy and read superphotographer book before first photoshoot with Emily.
After this you can do first photoshoot with roommate (1 heart needed) and begin to unlock others things.
Now you are stuck , if you post your save I check if you can recover Emily task.

Or try this save

https://f95zone.to/threads/my-cute-roommate-v1-5-0-ex-beta-astaros3d.5405/post-1937874
Much appreciated.

I did buy and read the book before shooting Emily. I had the opportunity to buy the cowgirl outfit, but no others ever became available to purchase. I shot her in her t-shirt. Then I shot her t-shirt and nude. Then I shot her in cosplay. No other outfits opened up in the shop though. It sounds like I locked myself out of the quest. I will replay through that part and if it still does not unlock, I will shoot you my save.
 
  • Like
Reactions: Tacito

dantes0

Active Member
Oct 20, 2017
713
299
227
that's not it. When I send the drone to the Director, I can't take a picture of her with dick, I just have an arrow there instead of a camera. And the task , as shown in the second photo is not displayed and blackmail I can't either.
438820_dik.jpg 2019-10-21_01-09-56.png
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,263
2,079
341
and how to get this task photo shoot in the office I have already done?
If I remember correcly, after the PS at the office, task was "find a Red folder", so thats the main goal !!!!! After you find that, then you do the next PS with secretary and spy Dicks comp adn so on !!!!!
 
Oct 3, 2019
273
245
227
Could someone tell me how the Hearts work? I'm following the WT and I talk to the cousin whenever possible, compliment her and buy her stuff, but I somehow have her at negative 1-2 hearts. What am I doing wrong here? Can someone tell me how to raise them?
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,263
2,079
341
Could someone tell me how the Hearts work? I'm following the WT and I talk to the cousin whenever possible, compliment her and buy her stuff, but I somehow have her at negative 1-2 hearts. What am I doing wrong here? Can someone tell me how to raise them?
Don`t give her too much complements !!!!
 

DesertBard

New Member
Nov 26, 2018
10
2
37
This point is important , you have to do 4 photoshoots with her 1 nude + 3 cosplays.
Probably you not buy and read superphotographer book before first photoshoot with Emily.
After this you can do first photoshoot with roommate (1 heart needed) and begin to unlock others things.
Now you are stuck , if you post your save I check if you can recover Emily task.

Or try this save

https://f95zone.to/threads/my-cute-roommate-v1-5-0-ex-beta-astaros3d.5405/post-2209305
There is definitely something amiss. No matter what order I do things in, no cosplay outfits become available in the store after the cowgirl one. I've attached my latest speed through. The only thing I have not done is the sex with cousin part. All other threads are maxed out because cosplay is not spawning. I even made sure to be incremental. I read the book, then shot mily in t-shirt, then in cosplay on the next visit. There was nothing oing, so I eventually went ahead and shot her nude a number of times before nights on the couch with cousin again.
 

DesertBard

New Member
Nov 26, 2018
10
2
37
There is definitely something amiss. No matter what order I do things in, no cosplay outfits become available in the store after the cowgirl one. I've attached my latest speed through. The only thing I have not done is the sex with cousin part. All other threads are maxed out because cosplay is not spawning. I even made sure to be incremental. I read the book, then shot mily in t-shirt, then in cosplay on the next visit. There was nothing oing, so I eventually went ahead and shot her nude a number of times before nights on the couch with cousin again.
nope,started the game all over again,met with Emily then bought the book of photography,readed it before a photoshot,then went to store and nothing again..no harleys costume only hot cow girl costume. I do the photoshot and thats it costume dissapears and no new costume appear in shop....i dont get this wtf
This is the exact problem I am having. The cowgirl costume is there. I have Emily wear it and shoot her. Then, when I go back to the store, no other costumes are available. THis lack of cosplay outfits spawning appears to be what is causing me to get to a dead end on all threads.
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,263
2,079
341
This is the exact problem I am having. The cowgirl costume is there. I have Emily wear it and shoot her. Then, when I go back to the store, no other costumes are available. THis lack of cosplay outfits spawning appears to be what is causing me to get to a dead end on all threads.
Send you save, I`ll look for it !!!!
 
3.30 star(s) 181 Votes