- Apr 12, 2020
- 2
- 0
can anyone share the new saves until v10 (I mean the saves for the v11), so we can start from v10.
This happened to me yesterday, you just have to progress with Heather more.It's Friday evening and I can see the option for the Heather Magic Ritual but I cannot click on it. What am I doing wrong?
View attachment 3844254
You can't use old saves. It's in yellow on the front page.can anyone share the new saves until v10 (I mean the saves for the v11), so we can start from v10.
No, no Molly content has been added at all. But hey, you get more filler of people that already had plenty content!is there good amount of Molly content yet?
Like everyone else, through events on the map. Cycle through times/days until you see her iconhow to rise Alnilam intimacy?
if i havent events?)Like everyone else, through events on the map. Cycle through times/days until you see her icon
even if they would have thought of that, they couldn't because the "new" content this update is sprinkled in between old events, so you can't just jump to new content.Did the dev add a way to skip to the new content since we can't use old saves?
If not, they really should.
Where you live maybe. DID refers to something else in my experience, I have DID, I do not have multiple personality disorder.Multiple personality disorder has not been used by clinicians since 1994. It is referred to as "dissociative identity disorder" now.
Torontotokyo is that youWhat's so valuable was changed so I would have to spend several hours just holding 'Ctrl' (cuz they don't even have autoskip like in Ren'py) AND farming points to return my progress? To quote a classic: "What the fuck they where fucking thinking!?"
import re
OLDFILE = r"C:\Users\evil\Documents\Phonexies\Saves\Saves17.phxsav"
NEWFILE = r"C:\Users\evil\Documents\Phonexies\Saves\Saves18.phxsav"
OUTPUTFILENAME = r"C:\Users\evil\Documents\Phonexies\Saves\Saves123.phxsav"
def match_event_names(text_data):
pattern = r"^\[([^\]]+)\]"
matches = re.findall(pattern, text_data)
for m in matches:
return m
return None
def stateful_parse(filename):
events_dict = {}
with open(filename) as f:
current_event = None
for line in f.readlines():
if len(line.strip()) == 0:
continue
event_name = match_event_names(line)
if event_name is not None:
current_event = {}
events_dict[event_name] = current_event
else:
lineparts = line.split('=')
current_event[lineparts[0]] = lineparts[1]
return events_dict
def update_newfile_with_oldvalues(oldevents, newevents, ported_events, outputfilename):
with open(outputfilename, 'w') as f:
for event_name, event_data in newevents.items():
f.write(f"[{event_name}]\n\n")
if event_name in ported_events:
oldevent = oldevents[event_name]
for data_key, data_value in event_data.items():
tweaked_value = oldevent.get(data_key, data_value)
f.write(f"{data_key}={tweaked_value}")
f.write('\n')
def main():
oldfile_events = stateful_parse(OLDFILE)
newfile_events = stateful_parse(NEWFILE)
ported_events = set([x for x in newfile_events.keys()]).intersection(oldfile_events.keys())
update_newfile_with_oldvalues(oldfile_events, newfile_events, ported_events, OUTPUTFILENAME)
if __name__ == '__main__':
main()
*Inhales*What's so valuable was changed
Where do you put the save file? the game folder only has a "fonts" folder and no place for savesSave for end of current version