Taximan's Recent Forum Activity

  • Ashley > This is actually worse for memory management. Construct can only load or unload entire objects in to memory. If lots of objects are combined in to one it forces Construct to load everything, making it likely memory is wasted. If they are kept as separate objects there is better granularity to load some but not others, saving memory.

    Group all the sprites that always appear together and only with the platforms the game needs 300 megabytes less.

    This is the sprite sheet.

    It is much more effective than this, which is what generates C3 by default.

  • I have the same problem with my games.

    To save memory you can group many objects in a single sprite (each sprite animation being a different object). This will "cheat" construct and group all those elements into a single sprite sheet.

  • If your game is for PC platform, I do not think it has any problem, C3 has very good performance. If it is for phone you will have to be very careful with memory usage.

    Also remember that disabling events using groups releases a lot of CPU.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for the answer, my problem with the memory comes to export from C2 to C3.

    You can see the post if you are interested.

    construct.net/en/forum/construct-3/general-discussion-7/r129-spritesheeting-algorithm-139948

  • I still try to decrease the memory consumption of my games, I have some sprites that could substitute for videos.

    I do not trust much of the readings from the debug console, this brand about 187 Megas, and on my phone uses more than 400.

    Thank you!

    Tagged:

  • There are times when you get this message, I do not know why, but when it happens you restart the game and it works.

    There is more post on this screen.

  • To create a normal 2D platform game, which one is better?

  • The preview works, but you can not export projects "Fail to export the project" ;(

  • Ok doubt resolved.

    Thank you

  • I have updated construct 3 to 132, and the preview has stopped working, I only have the screen in black.

    I do not know if it's my problem or more people.

    Edit: Nor can I export the project .... "Failed to export the project"

  • I have this problem with Admob, when the ad requests increase a lot, I decrease the fill rate a lot (down from 100% to 2%).

    The minimum price of the ads is configured in automatic, and they are only interstitial.

    Any idea?

  • I use the Adobe Premiere, and for the moment everything is perfect