She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

qazxsw80

Active Member
Sep 1, 2019
830
1,824
331
Im not suggesting the games go in every direction, just a direction in general. Right now, Monica is just frozen in limbo
And my description of her character will obviously be near the end of the game most of the game would be building up to that state. She slowly loses her mind doing depraved shit trying to get her company back/ or she does get her company back by sexually dominating her rivals/ or she never gets her company back but does find happiness being a slut. Literally covers all areas you might want the game to go.
But that is exactly why branching is needed. Some people here want Monica to be victorious, to defeat her enemies and so on. But some would hate such a turn of events (I would personally stop playing the game if such an update is released).
Some people seem to love the idea of Monica starting to love sex, but at the same time the majorite says it would totally ruin the game (it is even written in the FAQ). And so on.
On the other hand, when Monica stays about the same, "frozen in limbo", everyone seems to be satisfied to some extent.
 

vimmers

Forum Fanatic
Aug 12, 2017
4,226
3,755
476
wen i do this in v4 6.0 the game crash
dunno what you did
but change line 430 and 435 to true
i just tested it with a clean v4 6.0
and that means no old files in C:\Users\%yourusername%\AppData\Roaming\RenPy\fashionbusiness1\
ala savefiles and persistent
 

Bleh21

Active Member
Dec 4, 2018
672
1,520
308
But that is exactly why branching is needed. Some people here want Monica to be victorious, to defeat her enemies and so on. But some would hate such a turn of events (I would personally stop playing the game if such an update is released).
Some people seem to love the idea of Monica starting to love sex, but at the same time the majorite says it would totally ruin the game (it is even written in the FAQ). And so on.
On the other hand, when Monica stays about the same, "frozen in limbo", everyone seems to be satisfied to some extent.
You can speculate on how the reactions will be but the fact is we don't know. Maybe you get more subscribers then you lose of you choose one of the three options. If you manage to go all three then that's a def win. My critique about Monicas terrible writing has nothing to do with popularity anyway.
The FAQ is a current description of the game more then an opinion of what the game should be. I.e don't go into the game if you expect corruption, it's all about blackmail and coercion
And even if you are completely correct the obvious direction to take her character would be to go the mind break route. She doesn't enjoy the sex, she doesn't get the business back and her self worth is completely gone and she no longer has the will to fight back.
 

BiberonSZeta

Member
Apr 17, 2017
250
376
296
What is the correct script? What is the offset code? If you made the game work for you and want to help, why not share all the details?

Edit: No need anymore, all the info has been updated, just follow the instructions in the link on the first page: Extras: Activate Extras*
Yea, probably the info was not updated yet when you tried. Takes some time to find the new offset code. I'm glad you managed.
 

Patiq53

New Member
Jan 8, 2022
7
11
21
-The pool scene was impressive and beautiful, but in the end she couldn't resist and had group sex :D
-There used to be old man sex, then young sex, now black group sex What's next?
-I think you transfer the porn you watched that year into the game, am I wrong?
-Dude, you should stop watching more group sex porn :D
-We used to wait for the patch with excitement, now we are just waiting for the events.
-Instead of taking revenge, Monica turns to group sex and prostitution.
-At this rate, do you think the final episode will come after 10 years?
-Don't you see that the comments are decreasing from patch to patch? always the same people
-I'm waiting for your next fantasy, group sex, in 2 months
-Ahh Monica, how did you get to this situation....
 

Stan5851

Forum Fanatic
Oct 18, 2019
4,678
9,743
658
  • Like
Reactions: EraRamp

Stan5851

Forum Fanatic
Oct 18, 2019
4,678
9,743
658
Hostel is a masterpiece... filthy and dirt.... Well done Decent Monkey.

Now, is time for Monica to get drunk and the punks to complete the "job"
And I loved how Monica kicked Perry's ass and that bitch Misty...That's the kind of Monica I love.. :love: And it's great that in this event, we have a choice of which way to let Monica close her "debt" to Perry.
 

Master0232

Newbie
Jun 6, 2017
84
213
214
"Activated" patch for ep4 v6 extra. Unpack to the game folder (where the exe is), overwriting any existing files.
Code:
https://files.fm/f/4vygre6jyv
https://pixeldrain.com/u/5i2pcao5
Offsets for fb_unextra:
Ep3 v16: "316:30477"
Ep4 v6: "406:38197"

Below are some alternatives.
(*) If you want to just play and don't care about viewing images in an image viewer, put the corresponding z_activation_*.rpy file to the subfolder "game" inside the game folder. z_activation_316.rpy is for ep3 v16, and z_activation_406.rpy is for ep4 v6.

(*) If you want to decode images, use fb_unextra. It requires Java (oracle.com) and a functioning brain on the user side.
Run it without arguments to see usage help.
In short, you use it like this: java fb_unextra -if INFOLDER -of OUTFOLDER -o OFFSET
INFOLDER is the game folder.
OUTFOLDER is the folder to put the decoded images to.
OFFSET depends on the game version. For ep3 v16 it's "316:30477". For ep4 v6 it's "406:38197".
For Windows users, there are "fb_unextra.drop.*.bat" scripts for convenience - just drag and drop the game folder on it and it should decode the images for you, backing up the original files as "*.(z117extra).jpg".
I downloaded EP3 V16 720p, and tried to use the z_activation_316.rpy.

I get the following error:

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

While running game code:
  File "game/z_activation_316.rpy", line 1, in script
    init 9999 python:
  File "game/z_activation_316.rpy", line 1, in script
    init 9999 python:
  File "game/z_activation_316.rpy", line 9, in <module>
    z_activaton_316()
  File "game/z_activation_316.rpy", line 7, in z_activaton_316
    persistent.enckey[ver] = "".join("%02d" % (x) for x in extraFunction(1, "1329233251125439", "", "", "", "", "", "", ""))
  File "game/00_Functions/01_init_python.rpy", line 748, in extraFunction
    exec (OO00O00O00000O0O0 ,globals (),O00000O00O000OO0O )
NameError: name 'O0O0OOOO00OOO0000' 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/z_activation_316.rpy", line 1, in script
    init 9999 python:
  File "game/z_activation_316.rpy", line 1, in script
    init 9999 python:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/z_activation_316.rpy", line 9, in <module>
    z_activaton_316()
  File "game/z_activation_316.rpy", line 7, in z_activaton_316
    persistent.enckey[ver] = "".join("%02d" % (x) for x in extraFunction(1, "1329233251125439", "", "", "", "", "", "", ""))
  File "game/00_Functions/01_init_python.rpy", line 748, in extraFunction
    exec (OO00O00O00000O0O0 ,globals (),O00000O00O000OO0O )
  File "<string>", line 1, in <module>
NameError: name 'O0O0OOOO00OOO0000' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
EP3-v16-720p
Sun Apr 14 14:13:17 2024
Does it not work with 720p version, or am I doing something wrong? Would appreciate a helping hand!
 
3.50 star(s) 242 Votes