Overview
how to figure out which clickable you are missing, what they all are, and where to find themNote: this is only completable if you have unlocked the final level.
How to know what you are missing
the save file for the game is located in the game directory
right click the game in library
select properties
go to the “local files” tab
click “browse local files”
open folder “SavesDir”
the file is called main.sav
this file is stored in mostly plain text, and can be opened in a progam like notepad/notepad++
(not all programs fully understand some special characters, or can even display them, that is why some of the text looks strange, and no there is nothing immediatly wrong with the file if all you do is open it, and not save it)
inside this file on the left side should be the word “ClickablesÅ¡” what we care about is the numbers that follow. the numbers are not random in the file they appear to be listed in the order you found the ones you did. (if they are random then they are random in the lookup table the game uses)
I will leave it up to you to figure out which ones you are missing.( I ended up having to put the list into a spreadsheet vertical columbe, and using the sort feature)
NOTE: it is possible to reset the clickables, if for some reason if it is not tracking correctly. duplicate the file (to avoid possible issues) you can just delete the entire line, but afterward start the game while in offline mode, and then exit the game. this will recreate all special characters without having to enter any special characters that we can’t see. (thanks to Ruin Kaos for pointing this out)
what are the clickables
this is what the items are with minor clariffication for where to find them easily, or what they look like see below
@: only on title screen
$: on overworld map
what do the clickables look like
0: a
1: b
15: d
16: e
27: i
29: k
30: n
32: r
33: S
47: strawberry above i
there are I think 5 different title screens based on the tileset of the last level that was played, or the current level in progress.
2: single block
19: grapes
31: exit portal
3: 2-width block
5: sandwich block
41: star in star levels (currently bugged – click and hold over the star until it stops spinning)
4: 3-width block
6: 5-height block
7: 5-wide block
8: n block
9: cross block
46: light blue flower
10: top-heavy block
11: u block
28: icicle
12: bird
13: square guy
14: fish
26: strawberry
37: blue flower
39: birdhouse
17: banana
18: cherry
20: lemon
21: orange
22: peach
23: pear
24: pineapple
25: plum
34: screw on spikes
54: 3-height block
35: green bush
36: large bush
40: tuft of grass
38: pink flower
42: underwater reeds (level 7)
43: fish with light (level 8)
44: starfish (level 7)
45: spinning block (final level)
48: cloud on world map (if all the star levels are already opened then this can be tricky as the collider for the level is bigger then the actual star, and the one for the cloud seems almost pixel perfect HINT: zoom)
49: snow tree on world map
50: snowman on world map
51: round green tree on world map
52: water lily on world map
53: lily pad on world map
easiest places to get them
this is simply a list of the easiest locations to get to that have each of these items. I have done partial optimizations, but have not done a “traveling salesman” analysis on the game for this achievement.
*: can only be found at this location
title screen *:
0: a, 1: b, 15: d, 16: e, 27: i, 29: k, 30: n, 32: r, 33: s, 47: strawberry above i
overworld map*
48: cloud
49: snow tree
50: snowman
51: round green tree
52: water liliy
53: lily pad
Legal
credit for the game itself and original art assets there in goes to the developers: Noumenon Games
original concept/information of this guide came from here
screenshots, and marking of was done by me.