Create and Fuck your AI Slut -70% OFF
x

Stan5851

Forum Fanatic
Oct 18, 2019
4,615
9,623
658
One of the rare shining lights in the game is still the Office plotline which according to me is the crux of Fashion Business and will have one of the bad endings.
Actually, there's nothing to guess. This is the main storyline and the dev himself made it so, since the release of the 2nd episode.
FB.jpg
because the Marcus storyline might tie it around together as a plot but lets be honest , the Marcus thread hasnt delivered a memorable erotic moment in quite some time
I disagree. Yes, there are a limited number of scenes in Marcus' story, but scene from Ep3 v6, in my opinion, is hardly the best in the entire game.. And certainly one of the most erotic, exciting and intriguing, revealing us such details of the underlying processes that perhaps no other scene in the game can tell us. So I still have certain hopes for this track, especially when the upcoming scene of Monica's wedding with Marcus, which (imo) should be extremely unusual and memorable.
 

Stan5851

Forum Fanatic
Oct 18, 2019
4,615
9,623
658
uhhhh that face scares me.... thats a smile? I guess it could be a psyco's smile just before they are about to murder someone.
That's right. :sneaky: And in the next shot, Monica should already be nailing Steve and Fred's lightly fried balls onto her hunting trophy board. :devilish:
You don't have permission to view the spoiler content. Log in or register now.
 

agn25

Well-Known Member
Nov 20, 2017
1,390
3,142
445
Okay, poll time people. Who in these three spoilers looks the most happy?
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.



:confused:
 
Last edited:

Gerwazy

Member
May 7, 2017
208
248
256
Okay, poll time people. Who in these three spoilers looks the most happy?
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.



:confused:
4 :)
You don't have permission to view the spoiler content. Log in or register now.
Sorry, I couldn't resist myself.
 
Last edited:

PickerLewd

Engaged Member
Dec 22, 2022
2,913
3,733
397
Each code is generated from a unique combination of numbers from each game, like a "seed" of a procedural game.

So even if someone gives you their code, it won't work with your game ID, try using the OP's patches.

I'm a long way from the part of Episode 3 where these codes are needed, if I survive the "cookie clicker" that is Episode 2 I might save myself the trouble and end up subscribing to get a legal code and avoid the thousands of bugs and problems :HideThePain:.
 
  • Like
Reactions: EraRamp

Stan5851

Forum Fanatic
Oct 18, 2019
4,615
9,623
658
Each code is generated from a unique combination of numbers from each game, like a "seed" of a procedural game.

So even if someone gives you their code, it won't work with your game ID, try using the OP's patches.

I'm a long way from the part of Episode 3 where these codes are needed, if I survive the "cookie clicker" that is Episode 2 I might save myself the trouble and end up subscribing to get a legal code and avoid the thousands of bugs and problems :HideThePain:.
The second ep is much less a "cookie clicker" than it was in the first episode. If only because you no longer need to click on elements of the game environment to lower or raise Monica stats. In addition, the game has official cheats that can make the gameplay even easier. (see the FAQ (1.5.1 and 1.5.7) Especially this simplification is noticeable ~ from the 2nd half of the 2nd episode.

Well, the 3rd and 4th are even simpler, like classic western AVN. And there aren't thousands of mistakes here. In the same Ep2 (with Bardie) there are 3 or 4 well known to old-timers non-critical for passing bugs, ways to bypass which are listed in the FAQ. And, AFAIK, in the version without Bardie (that is, in the updated official version of the game) these known bugs are no longer relevant. As for making the game easier to play, pay attention to the FAQ (1.3.3).

Speaking about Ep3, some time ago the dev updated (Ep3 v16.01) it with new features and fixed possible minor bugs, so now it's a finalized version..Eventually this should also apply to Episode 2, which is also planned to be redone. And while even now the official version without Bardie is bug-free, the updated version will (most likely) make Episode 2's gameplay simpler and more similar to Ep3 and 4..

Nothing is known about the release date of the updated Ep2 yet, but DM is a multi-tasking dev and most likely such work is already underway in parallel with the current development of Ep4. In any case, it's worth being content with what we have for now.
 
  • Like
Reactions: PickerLewd

PickerLewd

Engaged Member
Dec 22, 2022
2,913
3,733
397
The second ep is much less a "cookie clicker" than it was in the first episode. If only because you no longer need to click on elements of the game environment to lower or raise Monica stats.
Yes, this mechanic is unfair, you click on a random picture hanging on the wall, Monica would make a comment and suddenly the bitchiness stat or something like that would go up. And so on with other furniture, you get random stats going up and down playing without a guide :LUL:.
Speaking about Ep3, some time ago the dev updated (Ep3 v16.01) it with new features and fixed possible minor bugs, so now it's a finalized version..Eventually this should also apply to Episode 2, which is also planned to be redone. And while even now the official version without Bardie is bug-free, the updated version will (most likely) make Episode 2's gameplay simpler and more similar to Ep3 and 4.
I think Ep 1 is the one that needs the most pampering and care.
 
  • Like
Reactions: Stan5851

alakaza

Newbie
Apr 2, 2024
79
14
26
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'm not an expert, how i can unlock gallery for ep 4?
 
3.50 star(s) 241 Votes