hero239180578945

New Member
Mar 6, 2022
7
1
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 get_achievement(achLabel):
if (persistent.achievements.has_key(achLabel) 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
Can you make a new one it doesnt work on the new version
 

PickerLewd

Active Member
Dec 22, 2022
874
917
There is only one Chapter 2, right? I ask this because at the beginning there is a screen from the developer thanking people for their help in the "first part of chapter 2". In the main menu I think it says Ch.2.1 - ver 0.16 EXTRA.
 
3.50 star(s) 221 Votes