Danwood's Recent Forum Activity

  • Thanks for the clafirifcation, i'm very optimistic, as the technology is evolving very fast!

  • Yeeee so we were not allucinating

  • After many testing sessions, my partener Giulio reported our game beneficts from nw 0.14 in terms of CPU load, around 20-30% less load!

    I tested as well and found the same on my i5 laptop.

    Guess Chrome 50 made some improvements

  • But i don't want the whole game to slow down xD

  • I think that would improve performance on some weaker rigs, can i do it with C2?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • NW.js updates now just follow Chrome updates. 0.13 was a new architecture but I think the 0.14 release is just more of the same and nowhere near the jump 0.12 to 0.13 was.

    At least it doesn't require C2 to change for the new architecture, let's see the bright side

  • Ok, i tested the nacl version of NW.js 0.14 RC1, removed the nacl related files and it works fine, didn't made extensive performance test, but looks like there is a performance improvement for my game (that is very CPU demanding).

    PS: or maybe it's just like a placebo? pls someone make a proper test

  • http://dl.nwjs.io/live-build/03-27-2016 ... e-13916ba/

    OMG, going to refresh this page all nite long! <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • I saw your game on Steam a while ago and immediately knew it was a Construct game I was also a bit jealous/motivated. That being said, congratulations on pumping out a game, and getting it out there! It's not easy, we all know that.

    I'm working on a different kind of simulation, closer to sim tower and I'm wondering how you managed performance so well? I'm assuming from the amount of detail in the dinosaurs (stat wise) that they probably don't just disappear when off screen. How much did you utilize the timer behavior, if it all?

    Your experience with many variables and optimization is invaluable. I'm just wondering if you'd like to share any optimization tips not found in the manual, especially for handling large amounts of variables and different kinds of persistent objects which (presumably continue to exist and develop while not on screen) if in fact that is the case.

    Hey! You guessed right, dinosaurs don't just disappear when off-screen, just like everything else (except rain/snow or decals/effects), this because everything is permanent and emergent (it's the main concept of the game!).

    Performance are not so well compared to what a native, non html5 export would do, but it is relatively well because it can scale depending on computer power: i've added tons of game creation options to reduce the number of objects in the game (such as island size, terrain quality, fertility etc). The main performance killer is, in fact, the number of objects rendered, and DinoSystem has plenty, from terrain "patches" to seeds, plants and animals.

    My main performance tip would be to avoid the engine to perform work on every instance every frame (by applying timers wherever possible), and to know and control how many objects the game has to draw and calculate in the layout.

    Also, creating an instance is less performant than just moving one, so if you need to use a sprite for collision check or other things, it is advised to use just 1 sprite that is moved to whatever position is needed (using for each where needed, but try to avoid doing it every frame).

  • Thanks!

  • What do you mean "open a folder". Are you implying displaying it in the windows explorer ?

    Are you using NW.JS and its dialogs or are you attempting a browser to open a folder on the local hard drive ?

    Please be more specific on what you are wanting to exactly achieve and under which circumstances.

    NW.JS can open a folder using the "Show folder dialog" action for example.

    I need to open a specific folder in NW.js, showing the actual folder content directly from the windows browser. Or if the dialog is the only option, is there a way to tell it to use a "default" place?

  • I just need to make a button that open a specific folder (Documents/MyGame)

    Is it possible? And how?

Danwood's avatar

Danwood

Member since 2 Jan, 2014

None one is following Danwood yet!

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • 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
  • x5
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

16/44
How to earn trophies