Hacke74

Member
Jan 28, 2022
126
114
This game is getting more exciting Day by day and Monica's been going through an adventurous journey now
sorry! Are you talking about this game? The story is predictable. At the moment. Monica fucks here Monica fucks there and Monica fucks everywhere, no trace of the original story and you're talking about adventure, go down in the basement and play with Lego.
 
  • Like
Reactions: Stan5851

agn25

Well-Known Member
Nov 20, 2017
1,182
2,750
sorry! Are you talking about this game? The story is predictable. At the moment. Monica fucks here Monica fucks there and Monica fucks everywhere, no trace of the original story and you're talking about adventure, go down in the basement and play with Lego.
So why are you here reading that post? Did someone take away your Masters Of The Universe Figures?
 

metzner

Newbie
Feb 22, 2020
59
135
sorry! Are you talking about this game? The story is predictable. At the moment. Monica fucks here Monica fucks there and Monica fucks everywhere, no trace of the original story and you're talking about adventure, go down in the basement and play with Lego.
So what to do you expect? Shakespeare?
The game is way better in storytelling than most of the erotic games out there. Monica had a slow burn and the appeal of the story is her corruption and the way she changes. By the way, the last updates were quite important for the progression of the story. A very nice detail is, that Monica loses her sense for fashion and becomes more and more slutty.
Very well done from DM
 
  • Thinking Face
Reactions: Stan5851

Dta69

Newbie
Nov 5, 2017
22
16
You have to dance a few times, so you can push all arrows. Per each "round" you can just push up, middle or down. So dance three times and you have unlocked all moves
nothing ... maybe because I have << whoremeter >> = 160 ?
 

Stan5851

Engaged Member
Oct 18, 2019
3,091
6,412
So what to do you expect? Shakespeare?
The game is way better in storytelling than most of the erotic games out there. Monica had a slow burn and the appeal of the story is her corruption and the way she changes. By the way, the last updates were quite important for the progression of the story. A very nice detail is, that Monica loses her sense for fashion and becomes more and more slutty.
Very well done from DM
This is the first update I haven't even played, having full access to the estra version. Great job, yeah. I hope we do see something interesting in version 14, pushing the events of the main Office storyline forward. I'm not even going to ask the sacramental rhetorical questions to nowhere - when was the last time we saw a proper Monica photo shoot for Fashion Magazine and when was the last time Monica tried to negotiate an investment with yet another investor. It's pretty self-explanatory. The branches of this tree grow wide instead of occasionally growing upwards.
 
  • Like
Reactions: Hacke74

metzner

Newbie
Feb 22, 2020
59
135
This is the first update I haven't even played, having full access to the estra version. Great job, yeah. I hope we do see something interesting in version 14, pushing the events of the main Office storyline forward. I'm not even going to ask the sacramental rhetorical questions to nowhere - when was the last time we saw a proper Monica photo shoot for Fashion Magazine and when was the last time Monica tried to negotiate an investment with yet another investor. It's pretty self-explanatory. The branches of this tree grow wide instead of occasionally growing upwards.
Actually DM tries to give every path some attention. The "problem" is, that we have many paths and so not every update is for every player. Every path will lead to an ending (some may be combinable).
As I said in another post before, I think we are in the last third of the game, so DM has to give the sidebranches a bit more love to catch up with the main events (the investors and the shootings)
The investment in the company of Monica and Steve´s storyline are cleary attached to each other, so he had to give the Steve storyline a bit more attention, because he neglected this in the past.

Maybe some storylines are a bit streched out, but I can cleary see a pattern here to bring every path on a certain progression level.
 

metzner

Newbie
Feb 22, 2020
59
135
nothing ... maybe because I have << whoremeter >> = 160 ?
No, that is not the reason. The whoremeter is not important here.
Before you take of the mask, you just can push the arrow in the middle. Did you push the arrow in the middle in the first round without mask, even if you lose money, because of the repetition of the move?
 

Stan5851

Engaged Member
Oct 18, 2019
3,091
6,412
Actually DM tries to give every path some attention. The "problem" is, that we have many paths and so not every update is for every player. Every path will lead to an ending (some may be combinable).
As I said in another post before, I think we are in the last third of the game, so DM has to give the sidebranches a bit more love to catch up with the main events (the investors and the shootings)
The investment in the company of Monica and Steve´s storyline are cleary attached to each other, so he had to give the Steve storyline a bit more attention, because he neglected this in the past.

Maybe some storylines are a bit streched out, but I can cleary see a pattern here to bring every path on a certain progression level.
I could agree with you, but I am 100% convinced that this is far from the last third of the game and there is another (at least 4th) episode waiting for us. And that's a good thing. The problem is that such things should be said, not by you, not by me, but by the DM himself. I've written about this before. But instead we breed our own fantasies about what will or will not be in the game and what stage of development it is at. And the lack of feedback does not add to the clarity and optimism.
 
Last edited:
  • Like
Reactions: Hacke74 and pr0n

Big Dady

New Member
Sep 18, 2022
1
0
Dear All

After updated game can't run. How can I solve this problem? Many thx

Quote from "traceback"

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/07_init_renpy.rpy", line 6, in script
define m = Character(t_("Моника Бакфетт"), who_color=c_orange, what_color=c_white, what_italic=False) #Monica
File "game/00_Functions/07_init_renpy.rpy", line 6, in script
define m = Character(t_("Моника Бакфетт"), who_color=c_orange, what_color=c_white, what_italic=False) #Monica
File "game/00_Functions/07_init_renpy.rpy", line 6, in <module>
define m = Character(t_("Моника Бакфетт"), who_color=c_orange, what_color=c_white, what_italic=False) #Monica
NameError: name 'c_orange' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/00_Functions/07_init_renpy.rpy", line 6, in script
define m = Character(t_("Моника Бакфетт"), who_color=c_orange, what_color=c_white, what_italic=False) #Monica
File "game/00_Functions/07_init_renpy.rpy", line 6, in script
define m = Character(t_("Моника Бакфетт"), who_color=c_orange, what_color=c_white, what_italic=False) #Monica
File "renpy/ast.py", line 2164, in execute
self.set()
File "renpy/ast.py", line 2175, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/00_Functions/07_init_renpy.rpy", line 6, in <module>
define m = Character(t_("Моника Бакфетт"), who_color=c_orange, what_color=c_white, what_italic=False) #Monica
NameError: name 'c_orange' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
EP3-v5-720p
Tue Sep 20 10:43:06 2022
 

metzner

Newbie
Feb 22, 2020
59
135
I could agree with you, but I am 100% convinced that this is far from the last third of the game and there is another (at least 4th) episode waiting for us. And that's a good thing. The problem is that such things should be said, not by you, not by me, but by the DM himself. I've written about this before. But instead we breed our own fantasies about what will or will not be in the game and what stage of development it is at. And the lack of feedback does not add to the clarity and optimism.
Indeed, we can just speculate. Maybe the farm will be a fourth capitel or only one of the paths of the episode 3. We don´t know that.
But I think the whoremeter is the indicator for the most endings Monica will get, besides the "special" path like revenge or farm.
The higher the score, the lower Monica falls.
But I don´t think DM will spoil anything to us. We just have to wait.
Trust me, when I say, that I can understand your frustration waiting for the farm for so long and so few news and content in that regard.
 

gilgamesh9

Well-Known Member
Sep 10, 2019
1,261
2,059
Ok i managed to unlock everything but the extras i cant click on for some reason
 
Last edited:

vimmers

Engaged Member
Aug 12, 2017
3,875
3,330
hi, can anyone tell me the difference between the original quality and 720p and compressed? Because the volume of the original quality is very high
If on a monitor with a resolution of 1920 x 1080 a little difference is felt, then I will not download the high volume
first of all 1080 extra are high quality pictures
and you have more scenes
don't ask me about the compressed files i don't touch them
it can be that they have those extra files
but what's the point if they are very low quality
 

Alea iacta est

Engaged Member
Nov 16, 2019
2,041
5,081
Actually DM tries to give every path some attention. The "problem" is, that we have many paths and so not every update is for every player. Every path will lead to an ending (some may be combinable).
As I said in another post before, I think we are in the last third of the game, so DM has to give the sidebranches a bit more love to catch up with the main events (the investors and the shootings)
The investment in the company of Monica and Steve´s storyline are cleary attached to each other, so he had to give the Steve storyline a bit more attention, because he neglected this in the past.

Maybe some storylines are a bit streched out, but I can cleary see a pattern here to bring every path on a certain progression level.
Before kids crying for more paths...

Then kids cry because paths are not always updated at the same release time.

....... What a generation of beings
 
  • Like
Reactions: Князь

Stan5851

Engaged Member
Oct 18, 2019
3,091
6,412
Indeed, we can just speculate. Maybe the farm will be a fourth capitel or only one of the paths of the episode 3. We don´t know that.
But I think the whoremeter is the indicator for the most endings Monica will get, besides the "special" path like revenge or farm.
The higher the score, the lower Monica falls.
But I don´t think DM will spoil anything to us. We just have to wait.
Trust me, when I say, that I can understand your frustration waiting for the farm for so long and so few news and content in that regard.
A little clarification (grown into a wall of text). The Farm in this game is already a legend that may never come true. Yes, we've all seen the beautiful and strong quest in Ep3 v6 where Monica was trained by Marcus and the Farm owners, But anyway, I'm going through several paths in the game at once, including one of my favourite storyline branches, the Shiny Hole. And I'm not so "one-sided" about Monica and our game as to worry about just the Farm alone. Personally, I'd like more drama and stronger quests, I'd like the development of the main Office storyline, the Marcus line, the Photo shoots storyline (for Fashion Magazine only) , Philip quests and a few other things like sex with Fred.

As I see it, the game lacks the drama that it had at the beginning of episode 2, and now all of Monica's humiliation is looking more and more like a tragicomedy as you rightly pointed out earlier. But over time it turns into an endless comedy series. DM has proven that it can make strong and interesting quests that touch the player. In episode 3, such quests for me were the Revenge quest in Ep3 v5 and Monica's training quest with Marcus and KO in v6. For some reason, I always felt that this game should be more dramatic, so that Monica's humiliation doesn't become a familiar routine.

After all, Monica is (sort of?) still fighting for her normal life, her civil rights and her right to be human again. That's the struggle (apart from Monica's standard internal monologues about how she will one day destroy them all) that I haven't seen yet. Well-done quests with drama and important decisions (as was done in the last quest of Revenge) are personally much preferable to the comedic component we have now. I don't want to write much about it, all the right words have already been said by Sabertooth__. And I have nothing to add to that.

As for Monica's fall...I don't yet see a division on how deep Monica can fall. For example, in the quest for Mrs White (if memory serves me correctly), the game forces player to have at least 1000 corruption to activate the quest continuation, which means that even if the player doesn't plan on making Monica a lowly whore for the slums, the corruption indicator will still convert into whoremeter after reaching 1000 points. So personally, I'm inclined to think that the DM will not take into account specific whoremeter indicator values, but directly those events (or story branches) that your/my Monica is involved in. At least the logic of what happens in episodes 2 and 3 suggests that what matters is what choices Monica has made before, not at all what her stats (level of corruption, in particular) are. But that too is just my assumption.
 
Last edited:
  • Like
Reactions: Hacke74 and vimmers
3.50 star(s) 228 Votes