Tacito

Forum Fanatic
Jul 15, 2017
5,735
49,880
Sorry I put 2 files gallery_scene and tacitogallery in game folder but why it doesn't work?
View attachment 4101081
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/tacitogallery.rpy", line 167: non-default argument follows default argument
    label koncil1_sc(sc1=None, sc2, sc3=None, sc4=None, sc5=None, sc6=None, woman_orgazm=False, titles=True, mancum=True):
                                  ^
Ren'Py Version: Ren'Py 7.5.3.22090809
Sat Oct 5 15:23:10 2024
I don't understand why you are using renpy 7.5.3 , the game is renpy 7.3.5
Sat Oct 05 11:33:39 2024
Windows-8-6.2.9200
Ren'Py 7.3.5.606

If you launch the game with a new renpy version , example from SDK , there might be problems .

To solve that problem with the newer 7.5.3 version , sc2=None in that line
Python:
label koncil1_sc(sc1=None, sc2=None, sc3=None, sc4=None, sc5=None, sc6=None, woman_orgazm=False, titles=True, mancum=True):
 
Last edited:

nghuytoan1

Member
Sep 10, 2017
331
153
Here's my compressed version.
My Cute Roommate [v1.6.1 Ex] [Astaros3D] - Original Size: 1.8 GB

Download PC (467MB)
: - - - -
Download Mac (452MB): - - -
You don't have permission to view the spoiler content. Log in or register now.
I don't understand why you are using renpy 7.5.3 , the game is renpy 7.3.5
Sat Oct 05 11:33:39 2024
Windows-8-6.2.9200
Ren'Py 7.3.5.606

If you launch the game with a new renpy version , example from SDK , there might be problems .

To solve that problem with the newer 7.5.3 version , sc2=None in that line
Python:
label koncil1_sc(sc1=None, sc2=None, sc3=None, sc4=None, sc5=None, sc6=None, woman_orgazm=False, titles=True, mancum=True):
I'm not sure anymore because it's quite confusing that this mod with the same error, can't work on both the win version in #1 and compressed in the post above that I downloaded these two. Could it be because I use joiplay? Need someone to confirm or am I the only one having this error?
 

Tacito

Forum Fanatic
Jul 15, 2017
5,735
49,880
I'm not sure anymore because it's quite confusing that this mod with the same error, can't work on both the win version in #1 and compressed in the post above that I downloaded these two. Could it be because I use joiplay? Need someone to confirm or am I the only one having this error?
Probably Joiplay uses a new version of renpy.
I cheched using renpy SDK and see that error with renpy 7.5.3

I modified the .rpy file , now starts without error ... you can use it but i can't guarantee :)
 
Last edited:

Jazzzzz

Active Member
Sep 20, 2021
519
183
can someone share the complete save file please, i changed my laptop and was not able to copy saves, i already completed the game once don't want to go through it over again
 

exsadel82

Newbie
Oct 8, 2023
23
8
sorry guys but where can I download this game because it gives me an update that I don't have when it asks me for Android thanks
 

MagmaTitan

Newbie
Jul 7, 2017
15
10
Unofficial Walkthough Mod

View attachment 3637106

This walkthrough mod is designed to make MCR behave more like a on rails type of visual novel. It's still the same game underneath but it's should be easier to progress the game by following the guide and clicking the green choices and item buttons that pop up. At the end nearly all the galleries will be unlocked. The remainder are things that can be easily gotten to via different choices in some scenes or via the post game. My advice would be save at least once before going to sleep each night.

Note: the guide is dumb and hardcoded in a few places so try not to do things (such as events that only happen once) ahead of when the guide tells you to or else it could get stuck.

I'm no modder so don't expect polish or bug fixes. Much of this started from ripping off of the Lain's mod of Dreams of Desire.

Features:
You don't have permission to view the spoiler content. Log in or register now.
Issues:
You don't have permission to view the spoiler content. Log in or register now.
Installation and Compatibility with other mods:
You don't have permission to view the spoiler content. Log in or register now.
Saves:
You don't have permission to view the spoiler content. Log in or register now.

Previews:
View attachment 3637383 View attachment 3637384 View attachment 3637388 View attachment 3637391 View attachment 3637395 View attachment 3637424 View attachment 3637429 View attachment 3637430
When I go to the store I get an unavoidable error. Ignoring it just goes to a weird loop.
 

dreamtype

Member
Jan 6, 2022
198
278
When I go to the store I get an unavoidable error. Ignoring it just goes to a weird loop.
There are probably a lot of bugs that happen in paths I didn't test (too much game state to deal with). You might be able to revert to earlier saves to get to a progress-able state again. Alternatively, you can try to use one of my saves (linked in the post) to go past that part (I believe I have a save for every step in there). Another option is to use URM and setting the right variables to progress some more (you can also use URM to just skip or view to a scene directly).
 

yhcyksyh

New Member
Apr 8, 2022
4
2
I received this error in Gym photoshoot, Anyone who fixed it Please help me..


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Unknown keyword arguments: x

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

Full traceback:
File "game/final_part2.rpyc", line 140, in script call
�9I�Y��+��=��z�>{f��٣����pz@������ԯ��=�jp5X�48�>s
File "game/labels.rpyc", line 477, in script
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\ravin\Desktop\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 "C:\Users\ravin\Desktop\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 "C:\Users\ravin\Desktop\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 "C:\Users\ravin\Desktop\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 "C:\Users\ravin\Desktop\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 "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\ravin\Desktop\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 "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\ast.py", line 158, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\ravin\Desktop\My_cute_roommate-1.6.1ex-win\renpy\ast.py", line 145, in apply
raise Exception("Unknown keyword arguments: %s" % ( ", ".join(values.keys())))
Exception: Unknown keyword arguments: x

Windows-8-6.2.9200
Ren'Py 7.3.5.606
1.6.1ex
Fri Jul 05 02:53:57 2024
I'm also faced same error at gym photo scene
 

Robert Pogba

Newbie
Aug 31, 2019
42
6
I need your support as i try everything to get screwdriver and can't get it i start the game from begining 2 times and always the door is open ( 9 AM) During Shower & Can't Proceed with Store Girl because of that every time caught her the scene end with the arrow to left and can't proceed with game any help please ?
is there any way or consolo or cheat to get it will be good thing

also please if any one has a save near day 16 or 17 with screwdriver will be great
 
Last edited:

cassie_futa

Well-Known Member
Jul 16, 2018
1,301
1,470
This error occurs in this scene

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Unknown keyword arguments: x
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/office.rpyc", line 1624, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/gym_punch_tren.rpyc", line 186, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/libsex.rpyc", line 993, in script call
  File "game/gym_punch_tren.rpyc", line 186, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/office.rpyc", line 849, in script call
  File "game/barbara.rpyc", line 783, in script call
  File "game/office.rpyc", line 955, in script call
  File "game/office.rpyc", line 1075, in script call
  File "game/college.rpyc", line 629, in script call
  File "game/libsex.rpyc", line 993, in script call
  File "game/libsex.rpyc", line 1042, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/endscenes.rpyc", line 286, in script call
  File "game/endscenes.rpyc", line 552, in script call
  File "game/endscenes.rpyc", line 762, in script call
  File "game/endscenes.rpyc", line 771, in script call
  File "game/endscenes.rpyc", line 778, in script call
  File "game/bathcuzshower.rpyc", line 290, in script call
  File "game/bathcuzshower.rpyc", line 314, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/final_part2.rpyc", line 140, in script call
  File "game/labels.rpyc", line 467, in script
  File "renpy/ast.py", line 1443, in execute
  File "renpy/exports.py", line 1684, in with_statement
  File "renpy/display\core.py", line 2803, in do_with
  File "renpy/display\core.py", line 3372, in interact
  File "renpy/display\core.py", line 3784, in interact_core
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\screen.py", line 436, in visit_all
  File "renpy/display\core.py", line 3784, in <lambda>
  File "renpy/display\screen.py", line 447, in per_interact
  File "renpy/display\screen.py", line 637, in update
  File "renpy/ast.py", line 159, in apply_arguments
  File "renpy/ast.py", line 146, in apply
Exception: Unknown keyword arguments: x
 

cassie_futa

Well-Known Member
Jul 16, 2018
1,301
1,470
This error occurs in this scene

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Unknown keyword arguments: x
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/office.rpyc", line 1624, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/gym_punch_tren.rpyc", line 186, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/libsex.rpyc", line 993, in script call
  File "game/gym_punch_tren.rpyc", line 186, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/office.rpyc", line 849, in script call
  File "game/barbara.rpyc", line 783, in script call
  File "game/office.rpyc", line 955, in script call
  File "game/office.rpyc", line 1075, in script call
  File "game/college.rpyc", line 629, in script call
  File "game/libsex.rpyc", line 993, in script call
  File "game/libsex.rpyc", line 1042, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/endscenes.rpyc", line 286, in script call
  File "game/endscenes.rpyc", line 552, in script call
  File "game/endscenes.rpyc", line 762, in script call
  File "game/endscenes.rpyc", line 771, in script call
  File "game/endscenes.rpyc", line 778, in script call
  File "game/bathcuzshower.rpyc", line 290, in script call
  File "game/bathcuzshower.rpyc", line 314, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/final_part2.rpyc", line 140, in script call
  File "game/labels.rpyc", line 467, in script
  File "renpy/ast.py", line 1443, in execute
  File "renpy/exports.py", line 1684, in with_statement
  File "renpy/display\core.py", line 2803, in do_with
  File "renpy/display\core.py", line 3372, in interact
  File "renpy/display\core.py", line 3784, in interact_core
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\screen.py", line 436, in visit_all
  File "renpy/display\core.py", line 3784, in <lambda>
  File "renpy/display\screen.py", line 447, in per_interact
  File "renpy/display\screen.py", line 637, in update
  File "renpy/ast.py", line 159, in apply_arguments
  File "renpy/ast.py", line 146, in apply
Exception: Unknown keyword arguments: x
And when I click ignore it gets into an error loop
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,137
3,216
This error occurs in this scene

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Unknown keyword arguments: x
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/office.rpyc", line 1624, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/gym_punch_tren.rpyc", line 186, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/libsex.rpyc", line 993, in script call
  File "game/gym_punch_tren.rpyc", line 186, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/office.rpyc", line 849, in script call
  File "game/barbara.rpyc", line 783, in script call
  File "game/office.rpyc", line 955, in script call
  File "game/office.rpyc", line 1075, in script call
  File "game/college.rpyc", line 629, in script call
  File "game/libsex.rpyc", line 993, in script call
  File "game/libsex.rpyc", line 1042, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 276, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/tv.rpyc", line 19, in script call
  File "game/endscenes.rpyc", line 286, in script call
  File "game/endscenes.rpyc", line 552, in script call
  File "game/endscenes.rpyc", line 762, in script call
  File "game/endscenes.rpyc", line 771, in script call
  File "game/endscenes.rpyc", line 778, in script call
  File "game/bathcuzshower.rpyc", line 290, in script call
  File "game/bathcuzshower.rpyc", line 314, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/storeinit.rpyc", line 274, in script call
  File "game/store.rpyc", line 396, in script call
  File "game/final_part2.rpyc", line 140, in script call
  File "game/labels.rpyc", line 467, in script
  File "renpy/ast.py", line 1443, in execute
  File "renpy/exports.py", line 1684, in with_statement
  File "renpy/display\core.py", line 2803, in do_with
  File "renpy/display\core.py", line 3372, in interact
  File "renpy/display\core.py", line 3784, in interact_core
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\screen.py", line 436, in visit_all
  File "renpy/display\core.py", line 3784, in <lambda>
  File "renpy/display\screen.py", line 447, in per_interact
  File "renpy/display\screen.py", line 637, in update
  File "renpy/ast.py", line 159, in apply_arguments
  File "renpy/ast.py", line 146, in apply
Exception: Unknown keyword arguments: x
this error has been posted and been answered that you don't save during a animation/event save the game in your livingroom
 

cassie_futa

Well-Known Member
Jul 16, 2018
1,301
1,470
And also why even though I go through a scene and it shows that it was saved in the gallery, in the gallery it appears in black and white as if I hadn't gone through it?
 

Noxstella

Member
Sep 10, 2023
208
183
i am...utterly baffled by this game....the plot was extremely forced to the point of unreasonable lack of any common sense. visually the girls looked pretty damned good but the plot and story was so poorly implemented that it really kind of destroyed what good redeeming qualities this game has. i mean the main protag comes off as a weak bit of a simp begging for pussy and he's hung like a horse. plus lets not mention some of the shady creeper shit he pulls because he lacks the balls to handle it straight. *just for my own personal nitpicking>> dudes pullout game is way to effin strong but then again i'm part of the no pull out club :p * Here lately there just has been too many weak semi-useless string bean men with absurdly big dicks that gets walked all over constantly in these stories of late. There are very few games here where men can be confident, capable and in decent shade and doesn't put up with trifling bossy bitches. he doesn't have to be abusive to be what ignorant people think
Alpha males are. like natural Male dom's who love to spank and beat their woman. that's just stupid. you know how hard it is to find a good Adult Video novel out there with a decent story, decent animation, the male protag is capable, common sense backed, and not a harsh abusive piece of trash with the ego the size of the Hindenburg but is also well "equipped", has a harem in the making and plus the fun run of dropping deposits in them to see those dividends blossom in 9 months? ;P i think i can count maybe 5 on this sight that i could find accurately. (some dev's fail to properly tag their games for whatever the fuck reason.)

Anyways...sorry for the book. a bit of a rant of mine because all i see is the same constant story tags and tropes all day and its getting bad. and for the love of variety of porn we don't need constantly MILF overload in EVERY damn AVN that comes out. hell some are even stretching that MILF ages into the damn 50's when that is GILF range and that's all kinds of "NOPE". variety is the spice of life people. get out of the damn trope rut and bring some originality back again >.<
 
  • Like
Reactions: Hollowstorm79

cassie_futa

Well-Known Member
Jul 16, 2018
1,301
1,470
i am...utterly baffled by this game....the plot was extremely forced to the point of unreasonable lack of any common sense. visually the girls looked pretty damned good but the plot and story was so poorly implemented that it really kind of destroyed what good redeeming qualities this game has. i mean the main protag comes off as a weak bit of a simp begging for pussy and he's hung like a horse. plus lets not mention some of the shady creeper shit he pulls because he lacks the balls to handle it straight. *just for my own personal nitpicking>> dudes pullout game is way to effin strong but then again i'm part of the no pull out club :p * Here lately there just has been too many weak semi-useless string bean men with absurdly big dicks that gets walked all over constantly in these stories of late. There are very few games here where men can be confident, capable and in decent shade and doesn't put up with trifling bossy bitches. he doesn't have to be abusive to be what ignorant people think
Alpha males are. like natural Male dom's who love to spank and beat their woman. that's just stupid. you know how hard it is to find a good Adult Video novel out there with a decent story, decent animation, the male protag is capable, common sense backed, and not a harsh abusive piece of trash with the ego the size of the Hindenburg but is also well "equipped", has a harem in the making and plus the fun run of dropping deposits in them to see those dividends blossom in 9 months? ;P i think i can count maybe 5 on this sight that i could find accurately. (some dev's fail to properly tag their games for whatever the fuck reason.)

Anyways...sorry for the book. a bit of a rant of mine because all i see is the same constant story tags and tropes all day and its getting bad. and for the love of variety of porn we don't need constantly MILF overload in EVERY damn AVN that comes out. hell some are even stretching that MILF ages into the damn 50's when that is GILF range and that's all kinds of "NOPE". variety is the spice of life people. get out of the damn trope rut and bring some originality back again >.<
You wrote almost a bible, bro.
 
  • Haha
Reactions: Hollowstorm79
3.30 star(s) 177 Votes