Mikal's Recent Forum Activity

  • Sad to say, I have never seen that work w/ Greenworks and electron or nwjs. There are threads about it not working on the Greenworks github. Other Mac applications (not Construct/nwjs/electron based) can get overlay, so it is possible.

    I would be happy to hear a solution, but I search for a while a year ago and did testing and came up empty.

    Good luck! If you find something please let us know.

  • In this case you may need to update the firebase js file to declare the base object as globalThis.Firebase, for example at the end of the file you may be able to add:

    gloabalThis.Firebase = Firebase;

  • Nice work!

    What do you mean by stall, can you share a video and point it out? There is the animation mix property (and ACE) which will control mix time between animations, the larger this is the longer it will take to switch animations (but it will be done smoothly.)

  • Hi, nice to hear that you are still using it, it would be great if you could show some of your work at some point!

    This looks like either the *.json file or the *.png file is unable to be read for some reason. Are the files located on the same server? Are they on another server? Check the 'network' tab (perhaps after a reload so you capture the requests.) This may show you the request that failed and a little more information about what is going on.

    Check the atlas file first line is there anything interesting about the path to the *.png file?

    Did the export include more than _one_ png file?

    Recently I got cdn style loading of png, atlas, json working (using a different server for these files vs the the server where the game loads from.) The one change I had to do was update the first line of the atlas file to use the same cdn path. Though if you are not doing cdn, this will not be the issue.

    If you can't fix it, you can find me on the Construct Discord server and send me the project via DM and I can take a look.

  • Congrats on the release!

  • This always trips me up... don't use the quotes in the initial string definition. If you look at the request it's adding the quotes in the URL.

    However, after that, I think you may also need to set up cors on your server, I tried it myself and got a cors error. So, depending on how you are doing this, need to set up cors in express, if using node+express on server or with .httpd or .htaccess for apache, etc.

    enable-cors.org

  • You definitely don't need to use PHP, that was just used on this particular server side implementation. Whatever you already are using to implement the server REST API should be fine. This example was just to show the AJAX calls from the client side.

    Good luck!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm not sure if it's better or worse, but there is also the globalThis top level identifier for things like this also.

    Described in more detail here:

    construct.net/en/make-games/manuals/construct-3/scripting/using-scripting/javascript-construct

  • Some more 3DShape + voxel + physics fun.

  • Check out this thread, folks there may be able to point you in the right direction.

    construct.net/en/forum/construct-3/plugin-sdk-10/erens-ported-plugins-modules-159391

  • Thanks! Also, Andre pointed out the ‘hull’ export option in Magica Voxel. That will remove the internal not visible voxels for a nice perf boost (scene dependent.)

Mikal's avatar

Mikal

Early Adopter

Member since 22 Apr, 2016

Twitter
Mikal has 112 followers

Trophy Case

  • 9-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x10
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

21/44
How to earn trophies