Ostego

Well-Known Member
Jul 30, 2018
1,883
3,203
I'm one of those lazy bastards... I think I've bought more than 90 games and I've never done a review, but some of them have thousands of reviews and more than 90% positive, so I don't bother, but I should do it for the smaller games :ROFLMAO:.
Thats what im talking about - real count of buyers can be x20 or more
 

Birdnman993

Active Member
Dec 6, 2021
722
984
Not sure about "the best" , but update is really good .

You don't have permission to view the spoiler content. Log in or register now.
Ummm, impressive, it's a shame that Monica ends like this, but you can't deny the quality of the visual work they put into it.

This makes two "bad" endings if I remember correctly, how many endings are left?

Since Monica's dance with the Escort girls there hasn't been any content that interests me, hopefully the next one will be more interesting.
 

yankeeInKy

Well-Known Member
Mar 1, 2020
1,877
6,114
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
Thank You Vimmers for this the tip. I was losing my mind trying to get the last achievement for the Modeling contract achievement with Melanie standing in front of Monica before she signed the contract.
 
  • Like
Reactions: vimmers
3.50 star(s) 224 Votes