Last Day of June

Last Day of June

38 ratings
How to return to previous chapters after endgame
By MygodStudio
Last Day of June is full of PNRs. This guide give you some pointers to get some achievements without replaying the whole game.
   
Award
Favorite
Favorited
Unfavorite
How to avoid PNRs
This game saves not very frequently, therefore you can't return to arbitrary point in the game by modifying save file. For example the prologue is very long (if you take your time exploring your surroundings) and contains several missable achievements/easter eggs and you will not reach your first save point until it's over. Therefore you should avoid PNRs at all if possible.

This game doesn't warn you very explicitly about PNRs but if you look closely you'll still find some hints. Normally the action hint text will be different. For example, a normal action would read "HERE?", "SAVE HER", while PNR actions would read "HERE!", "SAVE HER?", etc. But it's very easy to ignore these hints because most of the times they are exactly the same.
Locating your savefile
Open Windows Explorer and go to: %appdata%\..\LocalLow\Ovosonico\Last Day of June

It's called SaveData.bin. You can edit it with any text editor.
Go back in time
Savefile is in raw JSON format. The relevant code are:

"_currentChapterId": 5,

and

"_menuMicroflowId": 0.

Valid values for _menuMicroflowId are: (source: decompiled binary)

P01 = 0 and everything else, the beginning of the game (also used for endgame)
LIMBO01 = 20, the first save point, the point after you ride the car for the first time
LIMBO03A = 22, checkpoint for solving the Kid (has cutscene after hitting continue)
LIMBO04A = 23, checkpoint for solving the Best Friend
LIMBO05A = 24, checkpoint for solving the Hunter
LIMBO06 = 25, checkpoint for solving the Old Man
P0TWIST = 36, checkpoint for the final puzzle
LIMBOHUB = 60, this is the point where you are in the middle of solving the Kid, the Best Friend and the Hunter. If you use this one, make sure to edit _currentChapterId as well.

Valid values for _currentChapterId are: (source: decompiled binary)

NONE = -1, do not use
PROLOGUE = 0, the beginning
CHAPTER1 = 1, the Kid
CHAPTER2 = 2, the Best Friend
CHAPTER3 = 3, the Hunter
CHAPTER4 = 4, the Old Man
END = 5, epilogue
Example
To collect the first 15 collectibles after endgame, use these values:

"_currentChapterId": 3,
"_menuMicroflowId": 60,

You will probably notice that all those vases are back up and unbreakable. I think the reason is that Chapter 4 resets all vases since it's back in 3pm. To fix this, you would need to find _milkTankData and replace `"_down": false' with `"_down": true'.
16 Comments
toobad 22 Jul, 2024 @ 4:22am 
_menuMicroflowId 23
_currentChapterId 2
for collecting dioramas :LIS_butterfly:
TM | JimRazor 1 May, 2022 @ 4:59pm 
Thank you! It works perfeclty!
Jens 1 Oct, 2021 @ 8:08am 
Nice, works perfectly.
Erica 25 May, 2021 @ 6:36am 
It works! Thank you for sharing!:steamhappy:
Grimm 26 Jul, 2020 @ 11:50pm 
"_currentChapterId": 3,
"_menuMicroflowId": 60,
this works!!

you can also edit it by notepad. you will find it at the top far left.
Kali Maa 1 Nov, 2018 @ 1:31pm 
" find _milkTankData and replace `"_down": false' with `"_down": true'. "

Yes this BUT also set all the guidAsString that linkt to the milktank to true otherwise it wont work like Moogy actually said. Hard to explain, just ctrl+f for false in notepad++ and you'll see a obvious green colored group with "false", just change them to true. They represend all the vases individually probably.
wetter 19 May, 2018 @ 10:51pm 
Thanks, really helpful when I already delete my saves== It still cost me one and a half hour to finish the achievements though~:happymeat:
If you delete the saves, my advice is , you should use the recommend settings 3 and 60 and follows this order: the boy flying the kite, the hunter open the gate and fall, the boy uses balls destroy the vases, the girl get all her memories, then the boy and the hunter. The old man part use the setting of 4 and 24. He can simply open the locking tomb door and get all his memories.
Mandrake42 9 Mar, 2018 @ 4:11am 
What is a PNR?
Moogy 5 Mar, 2018 @ 12:23pm 
Anyone struggling on the milkTankData all of the variables need to be set to true not just the first one. Hope that helps someone else as it took me a wee while to work it out.
kaffeesatz 21 Feb, 2018 @ 3:26pm 
really helpful guide thanks. But i have some troubles getting to the point where I can collect all the dioramas, any tipps?