Decided to take some time to play through Ep2? Although what am I talking about... 2030 isn't even here yet.I withdraw from the thread for a few days.
Your prediction is 5 years ahead of agn25'sDecided to take some time to play through Ep2? Although what am I talking about... 2030 isn't even here yet.
Well...that happens when you break the first commandment of being a gamer - is to never rely on 1 single save file.At least I know there are paths that break the game and don't let you get back to the main path, so my bad habit of playing with only one save is over.
Your prediction is 5 years ahead of agn25's. I'm sure that when I'm done with it, DM will release his EP2 rework.
At least I know there are paths that break the game and don't let you get back to the main path, so my bad habit of playing with only one save is over.
It's just that people play badly, if you have low corruption I guess you're playing a more decent Monica, so why would you agree to dance on stage like a stripper?You haven't really lived the full 1 save Fashion Business experience until you agree to dance on stage at the Shinyhole with less than 350 corruption.
You got to love it when bugs make logical sense.It's just that people play badly, if you have low corruption I guess you're playing a more decent Monica, so why would you agree to dance on stage like a stripper?
To do that kind of dance, just fill up on corruption points.
I don't know about this case, but if the game forces you to do the dance and you can get to that scene without getting enough points and getting hardlocked, it's very bad design by the dev.You got to love it when bugs make logical sense.
It's a bug, it's not by design and makes no logical sense. It didn't appear until v16 of ep2 and we are stuck with it in the Bardie version of ep2 because he didn't fix it until he did the Bardie-less version that is on his Patreon page now. By design you should be able to put the whore clothes back on and come back with the needed corruption. This bug and a few others we have no choice but to put up with if we want the Bardie non-censored version. It is what it is.I don't know about this case, but if the game forces you to do the dance and you can get to that scene without getting enough points and getting hardlocked, it's very bad design by the dev.
If on the other hand the game lets you choose, it's well done, you just have to be faithful to the way you play with Monica.
DM has been on Patreon for about 7 years already..So he can definitely be called an old-timer...As for Bardie, the bug with 350 corruption points (which, however, can be easily bypassed by standard game tools, such as built-in game cheats or by entering a code in the developer console), which a player can get in Shiny Hole is hardly related to Bardie's content.Maybe DM wasn't on Patreon in the early days, but I don't know how he came up with the idea of including that pervert kid and all the code that must have been behind it, and therefore the bugs when he had to remove it.
Exactly I have edit my own file didn't copy / paste but still it's won't workquest folder - Achievement.rpy file )
![]()
dunno what you done wrongIn previous episode 4 v9 it's worked completely fine but not. In this bruhh
thanks for the guide, i unlocked the library in ep1 ep2 ep3. But i have trouble in ep4 v10, there are changes from eps4 v10
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 versions 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
change red to true and insert true at arrowthanks for the guide, i unlocked the library in ep1 ep2 ep3. But i have trouble in ep4 v10, there are changes from eps4 v10
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 False
def get_achievement(achLabel):
if (achLabel in persistent.achievements and persistent.achievements[achLabel] == True) or debugMode == True:
return True
if debugMode == True:
return True
return False
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 <-----
( I use gg translate to comment)
it worked, thank youchange red to true and insert true at arrow
don t no reason maybe cuz i have installed episode 10 activator and urm file? idk but thank for you to help me :0dunno what you done wrong
but it works in my end
and just to be sure you can't transfer Achievement.rpy from previous version
you need to edit each version
View attachment 4472019