- May 22, 2021
- 7
- 14
guys, I deleted my achievements.rpy accidentially, can anyone share that file from EP4 version?
just extract the game againguys, I deleted my achievements.rpy accidentially, can anyone share that file from EP4 version?
yes ! you are totally correct, my to do list is bugged so i was looking at some YT walkthrough and thought it's in episode 2.The only presentation at the Le Grande in ep 2 with Biff is in the first week of ep2. For that just follow the event list which will tell you to talk to Biff in the evening at Monica's office on Friday.
The next "presentation" with Biff at the Le Grand doesn't happen until ep 3.
I deleted zip file, I never keep original archives in order to save space on my PC.just extract the game again
or
open the zip file go to game quests and take it from there
I don't know if they translate between copies of the game, but here's the one I have.guys, I deleted my achievements.rpy accidentially, can anyone share that file from EP4 version?
I deleted zip file, I never keep original archives in order to save space on my PC.
there being more and more text for each version there being madeI don't know if they translate between copies of the game, but here's the one I have.
let me check i need to dl the game firstThis doesn't work for gallery, any help?
EP-4 v8.00
in which episode are we talking aboutDoes anyone have a save of the game where you live at Julia's?
I currently have the current EP4-v8.00in which episode are we talking about
check the saves there are in FAQI currently have the current EP4-v8.00
Does anyone have a save of the game where you live at Julia's?
You wont find a save of Monica living at Julia's in ep4. Julia lives with Monica at her old mansion or Monica cut off the relationship. You will need to have ep2 or ep3 for content at Julia's house with Monica.I currently have the current EP4-v8.00
ThxYou wont find a save of Monica living at Julia's in ep4. Julia lives with Monica at her old mansion or Monica cut off the relationship. You will need to have ep2 or ep3 for content at Julia's house with Monica.
Probably someone will find this useful - the code above doesnt add something like "Gallery Viewer" in the Main Menu, it just unlocks "achievements" which can be viewed from the in-game menu:init python:
if persistent.achievements is None:
persistent.achievements = {}
def check_achievement(ach_key):
if ach_key in achievements_labels:
ach_label = achievements_labels[ach_key]
if ach_label not in persistent.achievements:
persistent.achievements[ach_label] = True
# renpy.save_persistent()
print("Achievement reached!")
return True
return True
def get_achievement(ach_label):
if ach_label in persistent.achievements and persistent.achievements[ach_label]:
return True
if debugMode:
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
This doesn't work for gallery, any help?
EP-4 v8.00
read rule 5 here https://f95zone.to/threads/general-rules-updated-2024-06-04.5589/이 게임을 다른 언어로 번역하고 싶은데, 방법이 있나요?
Of course you can If you press the "save" button without entering your own savename, the game will give her own auto generated name for your save.Can I skip entering save name somehow?
And have save without name? View attachment 4016414
It's really annoying to me.
Thanks.