RobertMKD's Recent Forum Activity

  • I've looked at it, but I don't see anything wrong..

    Here it is:

    {"c2dictionary":true,"data":{"Sound":0,"Level":44,"Charges":2,"Coins":940,"Diamonds":7,"cBonusAd_fac":25,"cBonusAd_gen":1,"dBonusAd_fac":1,"dBonusAd_gen":1,"achievementProgData":"{\"c2array\":true,\"size\":[14,3,1],\"data\":[[[1],[15],[110]],[[1],[30],[110]],[[1],[70],[110]],[[1],[30],[100]],[[1],[70],[100]],[[4],[1000],[100]],[[0],[100],[100]],[[0],[10],[100]],[[1],[1],[100]],[[0],[1],[100]],[[1],[5],[100]],[[0],[1],[100]],[[0],[1],[100]],[[0],[1],[100]]]}","achievementStatusData":"{\"c2array\":true,\"size\":[14,2,1],\"data\":[[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]],[[1],[1]],[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]],[[0],[0]]]}","rate_timeTarget":63628743853,"rate_init":1,"regenTimeTarget":63628581786,"RegenONOFF":1,"ItemStates":"{\"c2array\":true,\"size\":[2,6,1],\"data\":[[[0],[0],[1],[0],[0],[0]],[[0],[0],[0],[0],[0],[0]]]}","achievPopup":"{\"c2array\":true,\"size\":[14,1,1],\"data\":[[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[1]],[[0]],[[0]],[[0]],[[0]],[[0]]]}","tM_Level":4,"Stars":"{\"c2array\":true,\"size\":[111,1,1],\"data\":[[[0]],[[3]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]]]}","NoReset":"{\"c2array\":true,\"size\":[111,1,1],\"data\":[[[0]],[[1]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]]]}"}}

  • None of the arrays' elements is bigger than 1, it is either 1 or 0...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You simply delete one and upload another app. Btw, 50MBs are too much for a project, try tweaking it a little bit...

  • Actually, you don't have to pay at all, it's free.

    I am using it for free to upload and build my APK's... Why do you think you have to pay?

  • Nobody?... :/

  • Why not? Can you clarify what you do not like at PhoneGap?

  • Anybody got an idea what causes this and how can I fix it?

  • I minimized the 6th Array to width 12 and the data now takes 35MB.. This is really weird, that was the biggest of all arrays...

  • I am saving only 39 items of which 32 are global variables while 7 are arrays as json:

    1st Array is 14 wide and 3 high

    2nd and 3rd Array are only 14 wide

    4th and 5th Array are 111 wide

    6th Array is 111 wide and 2 high

    and the 7th is 2 wide and 6 high

    So, is it normal for this data to take 40mb of space on a device?

  • When you display an image (sprite) in your layout for the first time, it preloads and the memory of the images in the layout accumulates.

    So, I have some big sprites in my layout but very few of them can be viewed at the same time.

    I have thought of destroying them when not on-screen and creating them again when visible on-screen, but that will preload them over and over and preloading freezes the game for a fraction of a sec, which makes the game laggy.

    The images in the layout are 60.6mb in total (54mb of these are for the map I have in my game, 1024x1024 each image) in one of my layouts and can get up to 83.1mb once I open some windows or smth..

    That's not that bad, but it's not perfect, I want my game to scroll smoothly on mobile. Is it possible even possible in my case?

  • I am using Appodeal ads in my project and when an ad fails to load, it attempts to load over and over it keeps triggering my error message. I can easily stop the message from appearing more than once, but what if the ad manages to load later when I'm playing or smth?

    Also, if the user has no internet connection, this may cause the ad to appear at any time he connects..

    How do I stop an ad from loading?

  • Yeah I have a similar problem, but it occurs even when Appodeal's third-party plugin is not included when building with PhoneGap.

    The screen is rescaled and there is a blue bar on the bottom, idk what it may be... I have used banners before, but now I don't...

RobertMKD's avatar

RobertMKD

Member since 15 Apr, 2016

None one is following RobertMKD yet!

Trophy Case

  • 8-Year Club
  • Email Verified

Progress

9/44
How to earn trophies