Birdnman993

Well-Known Member
Dec 6, 2021
1,920
3,219
397
Interesting, when it dawned I didn't expect something new to come out of Monica, can you tell me something about this ending that came out? I'm just waiting for Monica's ending with Julia, but I'm curious to know if with this ending Monica is left a little calmer.
 

kino4ka

Member
Aug 6, 2018
399
280
184
in
FashionBusiness-EP2-v16-Extra-pc\game\Quests
and the other 3 episodes
find the file Achievements.rpy
open it with a text editor like notepad or notepad++
in the last line change false to True

this is much easier than installing those gallery mods you can find here
and gallery are ingame in left upper corner and looks like a diploma

this is for eps1,1 and shall be extracted in the game folder
and only for vers 1,1
use extract here
not extract to
View attachment 2764716

there are changes from eps4 v5
it shall looks like this


def check_achievement(str):
if str in achievements_labels:
achLabel = achievements_labels[str]
if (achLabel in persistent.achievements) == False:
persistent.achievements[achLabel] = True
# renpy.save_persistent()
print "Achievement reached!"
return True
return True

def get_achievement(achLabel):
if (achLabel in persistent.achievements and persistent.achievements[achLabel] == True) or debugMode == True:
return True
return True

def check_shake_achievement(video_filename):
shake_img = re.search(r'shake\_(\d+)', video_filename)
if shake_img != None:
check_achievement("img_" + shake_img.group(1))
return True
are you going to update the gallery unlocker anytime soon?
 

FPcrab

Member
Aug 14, 2018
464
419
202
So, since there are no exciting posts from the most loyal fans of the game, probably they didn't like the update very much.) That's how it usually is.
Well then maybe a non-fan can write a reaction. I started playing this game 3 years ago and then I really liked the concept and character. It was really exciting. The story of the fall of a characterful woman from high society, I expected a gripping story of how she would take her life back using her experience, charm, connections and the rest of her outstanding assets. But the further the game went, the dumber and more absurd the situations became, and it just became disgusting to play this nonsense. I haven't played this game for about a year and today I downloaded the latest release. I watched the wedding photo shoot scene, realized that it was still the same stupid absurdity, and deleted the game again.
 

qazxsw80

Active Member
Sep 1, 2019
830
1,824
331
Well then maybe a non-fan can write a reaction. I started playing this game 3 years ago and then I really liked the concept and character. It was really exciting. The story of the fall of a characterful woman from high society, I expected a gripping story of how she would take her life back using her experience, charm, connections and the rest of her outstanding assets. But the further the game went, the dumber and more absurd the situations became, and it just became disgusting to play this nonsense. I haven't played this game for about a year and today I downloaded the latest release. I watched the wedding photo shoot scene, realized that it was still the same stupid absurdity, and deleted the game again.
While the story is certainly not a masterpiece, I'm sorry to say that, but your expectations were silly in the first place - you could have just read the description of the game, it is just one paragraph.
Does it say anything about "a gripping story of how she would take her life back using her experience, charm, connections and the rest of her outstanding assets"?
It clearly says, "If suddenly you appear as witness of her falling down lower and lower in the social standing?" Not falling down and then rising. Nothing about having her enemies being "hang by the balls", as one person above stated. It is a corruption game where the main character is gradually doing lewder and lewder things. It is extremely difficult to write such a story without being silly, porn logic and so on, and the developer failed to do that, but at least the game is all about what it promised to be.
 

Stan5851

Forum Fanatic
Oct 18, 2019
4,675
9,732
658
Interesting, when it dawned I didn't expect something new to come out of Monica, can you tell me something about this ending that came out? I'm just waiting for Monica's ending with Julia, but I'm curious to know if with this ending Monica is left a little calmer.
Judging by the previously posted update cover, which shows Monica with a choker around her neck that says ‘Property of LeGrand", it's unlikely that this storyline ended well for her. In fact, this is the first update in a very long time that I didn't play immediately upon its release. (1080p) No, the DM hasn't lost his skill and still create all the events of the game to a very high standard.

But I decided not to play for now simply because among the announced events of v7 there is not a single one that interests me...Maybe someday later I will go through v7, but for now there is no such desire. So I'll wait for the continuation of the events of the main storyline Office/Photoshoot (investors+), Basement and Shiny Hole.. Hopefully all of these will be in v8. Victoria's storyline I'll also be looking forward to, but in this update our beloved Monica is not involved in any way in what happens at Vicky's house, so again it's not for me. Unless for the sake of the lovely Melanie (whose fate I also care about) it makes sense to see this event, but I'll come back to that later.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,370
279,289
957
Fashion Business [Ep.1.1] [DecentMonkey]

COMPRESSED:

Win/Linux:
- -

Mac:
- -
-----------------------------------------------------------------------------------------------------

Fashion Business [Ep. 2 v0.16 Extra] [DecentMonkey]

COMPRESSED:

Win/Linux:
- -

Mac:
- -
-----------------------------------------------------------------------------------------------------

Fashion Business [Ep. 3 v16.01] [DecentMonkey]

Win/Linux:
- -

Mac:
- -
-----------------------------------------------------------------------------------------------------

Fashion Business [Ep.4 v7.00] [DecentMonkey]

COMPRESSED:

Win/Linux:
- -

Mac:
- -
-----------------------------------------------------------------------------------------------------

Fashion Business [Ep.4 v7.01 Extra] [DecentMonkey]

COMPRESSED:

Win/Linux:
- -

Mac:
- -
 
Last edited:

Stan5851

Forum Fanatic
Oct 18, 2019
4,675
9,732
658
Please don't get my hopes up, with this game I feel like I've aged 10 years to see a few motherfuckers get what they deserve.
I don't really believe in the happy outcome of this game (even in the main storyline Office/Photoshoot). Although logically there should be several different endings (both good and bad), but it's better not to fill yourself with false hopes and be ready for a bad ending(s) of the game.
 
Last edited:

asgardtipar2

Well-Known Member
May 24, 2018
1,225
643
301
in
FashionBusiness-EP2-v16-Extra-pc\game\Quests
and the other 3 episodes
find the file Achievements.rpy
open it with a text editor like notepad or notepad++
in the last line change false to True

this is much easier than installing those gallery mods you can find here
and gallery are ingame in left upper corner and looks like a diploma

this is for eps1,1 and shall be extracted in the game folder
and only for vers 1,1
use extract here
not extract to
View attachment 2764716

there are changes from eps4 v5
it shall looks like this


def check_achievement(str):
if str in achievements_labels:
achLabel = achievements_labels[str]
if (achLabel in persistent.achievements) == False:
persistent.achievements[achLabel] = True
# renpy.save_persistent()
print "Achievement reached!"
return True
return True

def get_achievement(achLabel):
if (achLabel in persistent.achievements and persistent.achievements[achLabel] == True) or debugMode == True:
return True
return True

def check_shake_achievement(video_filename):
shake_img = re.search(r'shake\_(\d+)', video_filename)
if shake_img != None:
check_achievement("img_" + shake_img.group(1))
return True
I get an error, what do I do wrong?
 

MakeMeGo

Newbie
Dec 19, 2018
42
58
221
Fashion Business [Ep.4 v7.00 Extra] [DecentMonkey]

COMPRESSED:

Win/Linux:
- MEGA - PIXELDRAIN

Mac:
- MEGA - PIXELDRAIN
[/QUOTE]
Ep.4 MEDIAFILE Pc link got blocked
 
Last edited:
  • Like
Reactions: nibagat

Fungamer80

Active Member
May 26, 2022
503
351
187
I would actually like to play the game again but after I had only unlocked a little more than half of the events in ep 3 at the end and I had no idea how to unlock them I gave up. I don't think I'll play it again until there's a decent walkthrough.
 

sidiouspein

Member
Nov 9, 2020
295
350
228
So, they already release this game on here less than 1 day after the official release date.

That $30 Patreon membership don't mean shit huh?
 
3.50 star(s) 241 Votes