First thing we notice is that the file given is named CCLocalLevels.dat
. This file stores all the data of the local levels I create on my GD installation. My immediate thought is to open it on an online tool such as GDColon's Save Explorer which allows me to see every piece of data for each level in the file, except for the actual level data itself. We see that the flag is in the level somewhere.
I noticed a download button for a .gmd
file and downloaded it. Looking through it I realized that it is the level data for just the level (and not all levels like before). I see a really long string which I assume as the level data. Somehow I need to parse this.
Due to prior knowledge, I knew about GD-docs, however a quick google search would find that as well. This site includes all sorts of information related to G