Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

EvanDude14720

3
Posts
30
Following
A member registered Apr 19, 2024

Recent community posts

The demo posted above failed to load the sound effect for saving the game (audio/se/Old%20Radio.ogg)

(1 edit)

Is there a reason this game appears to collect analytics? Found some files seeming to suggest that it does.

Edit: To be specific, there's this config file (spacing is my own, for readability):

{
"analytics":{"enabled":true},
"connect":{
    "limit_user_tracking":false,
    "player_opted_out":false,
    "enabled":true},
"performance":{"enabled":true},
"dynamic":{
    "coreBusinessMetrics":{
        "enabled":true,
        "timeToWaitForUserInfoS":60},
    "analytics":{
        "shouldCollectAutomation":true,
        "timeToWaitForUserInfoS":60}}}

And then there's another file named s (the ellipses and #s are censored, spacing is my own for readability):

{"appid":"local.################################",
"userid":"################################",
"sessionid":###################,
"platform":"...",
"platformid":#,
"sdk_ver":"u2018.2.6f1",
"localprojectid":"################################",
"build_guid":"################################",
"deviceid":"########################################"}

Once I beat level 4, my save gets locked onto the level select screen. I know level 5 isn't out yet, but it'd be cool to replay old levels without restarting the whole save. :P Thanks for all your works!

(I was using Android Deluxe version btw.)