anupkumar's Forum Posts

  • 10 posts
  • I used jpegcompressor.com and saw a 50-60% size reduction in most PNG files, much better than C3’s built-in compression. I even tested it by compressing all the images from my game (though it was a bit tedious since the tool only allows 20 files at a time).

    Results:

    C3 compression: 4.8 MB

    jpegcompressor.com: 2.1 MB

    This makes a big difference, especially for web or mobile games. Could C3 include a similar compression method?

  • Using JSON templates for creating maps is a smart idea! Maybe try testing with a smaller JSON setup to see where the issue is. You could also ask in the Scripting Help section for tips on loading JSON with JS. Hope it works out

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi haziqiyukii, no worries, we all learn step by step! To make the sound play once, you can give it a tag like 'keySound' when it plays. Then, add a condition to check if it's already playing. In Construct 3, press 'C' to add the condition and 'I' to make it 'not playing.' This will stop it from playing again while it's still active.

  • You can make a curved wobbler by connecting small parts with joints and using distance joints to control the stretch. For the curve, you can use the Canvas to draw it without depending too much on physics. To fix collision issues, you can turn off collisions for some parts in the physics settings.

  • The issue with NW.js not using the GPU on gaming laptops has been longstanding, but tools like Skymen's nvPatchUI seem to offer a practical fix for enabling the discrete GPU. It's great to see updates like r417 addressing this directly for WebView2, though real-world testing feedback from dual-GPU laptops would be valuable to confirm if it's solving the problem comprehensively.

  • Hi,

    I understand it’s frustrating when old resources are no longer available. Maybe try reaching out to the community on newer forums or check if anyone has a copy of the effect saved.

    Hope you find it soon.

  • I'm also in learning how to make a gmae.

  • Do you think the Rive Renderer could work better or have extra features compared to SVG or canvas2d for Construct 3?

  • You could also check out the channel 'Construct Mastery' for tutorials and tips on C3. It's really helpful for beginners and advanced users alike.

  • Hello,

    Just to clarify, can I use the Dictionary object to store item details like name, quantity, and price all in one entry for each item?

    Anup.

  • 10 posts