- Aug 9, 2018
- 246
- 327
Go to page one of the thread, click extra's and then you will find option for save filesdoes anyone have a clean save without mods thanks
Go to page one of the thread, click extra's and then you will find option for save filesdoes anyone have a clean save without mods thanks
yes you can. the interlude is Zoey's short story which is not too relevant with the current storyCan I skip the interlude? I tried it before when it was coming out and I just didn't care about anything that was happening. Could not get through it.
Use the Unren tool to extract the RPA file. The RPA files are packages like ZIP or RAR. You can't open them with Ren'Py as far as I know.Anyone know another way to open this file?
Yeah, we know...begin of episode 10, after the docter, game will quit
hey just want to ask if this also happens when playing unmodded saves. My unmodded saves with fresh S3 file also encountered this problem
I am using the unren tool, copied it in my directory, and clicked on 1. Anything specific I need to do after? I still get the same errorUse the Unren tool to extract the RPA file. The RPA files are packages like ZIP or RAR. You can't open them with Ren'Py as far as I know.
My unmodded saves are affectedhey just want to ask if this also happens when playing unmodded saves. My unmodded saves with fresh S3 file also encountered this problem
Sorry, wtf Madame x3. Does anyone here even enjoy her scenes?No dice, scene list is
You don't have permission to view the spoiler content. Log in or register now.
well I guess it's just a day of dpc being dpcI am using the unren tool, copied it in my directory, and clicked on 1. Anything specific I need to do after? I still get the same error
My unmodded saves are affected
Vault Code for Ep 10 is 8313:Vault Codes:
You don't have permission to view the spoiler content. Log in or register now.
if currentEpisode == 9 and safe_digits[0] == 4 and safe_digits[1] == 2 and safe_digits[2] == 3 and safe_digits[3] == 2 and not vault_unlocked:
action (SetVariable("vault_unlocked", True), safe_rewards_unlock_ep9(), calcRenders(), Function(vault_ach_func))
elif currentEpisode == 10 and safe_digits[0] == 8 and safe_digits[1] == 3 and safe_digits[2] == 1 and safe_digits[3] == 3 and not vault_unlocked:
action (SetVariable("vault_unlocked", True), safe_rewards_unlock_ep10(), calcRenders(), Function(vault_ach_func))
else:
action NullAction()