Normally I keep notes on decompiling game files, but this time I didn't unfortunately :/
But I didn't get too far anyway - the DemoMode.bin file contains the demo data. There's a list of locations in a custom binary format, but the titles are readable.
I tried modifying the values to make them all visible, but the app threw a parsing exception when trying to load my modified file.
Comments
Sounds like you've looked into this already, any chance you published your findings to spare the rest of us the hassle? :)
Normally I keep notes on decompiling game files, but this time I didn't unfortunately :/
But I didn't get too far anyway - the DemoMode.bin file contains the demo data. There's a list of locations in a custom binary format, but the titles are readable.
I tried modifying the values to make them all visible, but the app threw a parsing exception when trying to load my modified file.
Hope that helps!