I have seen many questions being asked about 'saves' with no reply to where the saves may be held on the drive. I use something called shadow defender on my computer which means it resets every time I switch off. Every other game I have tried I can place the save outside shadow mode, but this game I cannot as nobody seems to know where the saves are stored. For me it makes the game unplayable, and i would like to try it at least. If anyone here knows a work around, I'd be grateful.. thanks!
However, Harlowe does save to Local Storage. So there is a slightly messy, but possible way to get the data.This game is made using Twine which saves to your browsers internal storage, so using a different browser, wiping cache, history, cookies, etc. will make you lose your save. Worse this is made specifically with Harlowe which does not have a public api, and does not have the inbuilt ability to save to disk making it that much harder. Most Twine games on here are made using SugarCube which does have the save to disk option.
file:///
domain (Some browsers will just show file, or local file, some will have the full path)(Saved Game Filename EB89D57D-BC0C-40FD-99FC-D0EE2A6DE6BD) slot4
. It has no associated data, because the dev didn't add the ability to name saves.(Saved Game EB89D57D-BC0C-40FD-99FC-D0EE2A6DE6BD) slot4
Thank you ever so much, I can now go and get the game again and start playing it.However, Harlowe does save to Local Storage. So there is a slightly messy, but possible way to get the data.
- Open the Path to Paradise game in your browser (you need to set context)
- Open up the Developer Tools in your browser
- Navigate to the storage section, called Application on Chromium, and Storage on Webkit (Safari and derivatives) and Gecko (Firefox and derivatives)
- Go to the
file:///
domain (Some browsers will just show file, or local file, some will have the full path)- In a separate text application (Atom, Notepad, TextEdit, etc.) copy three things:
- The name to the save you want to back up, e.g.
(Saved Game Filename EB89D57D-BC0C-40FD-99FC-D0EE2A6DE6BD) slot4
. It has no associated data, because the dev didn't add the ability to name saves.- The name of the save where the data is saved, e.g.
(Saved Game EB89D57D-BC0C-40FD-99FC-D0EE2A6DE6BD) slot4
- The data of the save. I'm not including it here, because it's a big huge JSON string. Make sure to copy it completely.
- Save this to a text file, and restore later using the Plus to add the keys and values back in.
Google chrome, no incognito, cookies enabled.What browser are you playing in, are you using any kind of incognito mode, cookies disabled, etc?
maybe antivirus?? kaspersky got an extension that blocks adds and stuffGoogle chrome, no incognito, cookies enabled.
I got issue only with this game and its strange because i can save at start but after a few in-game-hour i got only this message.
you have to go to the gym at 1st hour, ~6:20 when a lot of days has gonewhere do i find the girl in the city. The last girl ??
I followed until here. All I'm seeing is this:6. Save this to a text file, and restore later using the Plus to add the keys and values back in.
i think you have a problem with your resolution, its like you zoomed at maxCan anyone tell me where to find the time of day? When I search this thread about it, people are talking about it being on the phone, but the phone in my game looks screwed up. Am I missing something here?
View attachment 536156
i think you have a problem with your resolution, its like you zoomed at max
it should be like one of these two images depending what you selected at start
View attachment 537006 View attachment 537007
I posted the earlier ones a while back, but it's been a few updates. That'll at least get you started though lol.I just wanna know all the actress name
OK got it just need to pass a certain day amount for locations and people to be added.Hello, I started playing this game and have a few question.
I "corrupted" most of the character but feel like there is more I just can't access (places) or meet (people).
No school, police, ash's mom, etc...
I downloaded the game yesterday so it is the last version.
Any help or advice?
Variable editing is a totally separate thing in Harlowe. I've had some success going back to the step a value changes and overwriting the value, but it's not a useful test.I followed until here. All I'm seeing is this:
How does that let me change variables? Sorry I'm a huge noob at this.
- [{passage: "intro", variables: {}}, {passage: "intro1", variables: {}},…]
- 0: {passage: "intro", variables: {}}
1: {passage: "intro1", variables: {}}
2: {passage: "intro2", variables: {res1: 2}}
3: {passage: "Start", variables: {}}
4: {passage: "start1", variables: {}}
5: {passage: "start2", variables: {}}
6: {passage: "start3", variables: {}}
7: {passage: "start4", variables: {}}
8: {passage: "start5", variables: {}}
9: {passage: "start6", variables: {}}
10: {passage: "start7", variables: {}}
11: {passage: "start8", variables: {}}
12: {passage: "start9", variables: {}}
13: {passage: "start10", variables: {}}
14: {passage: "start11", variables: {}}
15: {passage: "start12", variables: {}}
16: {passage: "start13", variables: {}}
17: {passage: "start14", variables: {}}
18: {passage: "start15", variables: {angt: 1}}
19: {passage: "ggroom", variables: {sm: 1, map: 2, tm: 1, wd: 1}}
20: {passage: "save", variables: {time: "06", weekday: "Mon"}