ThunderZ's Forum Posts

  • Wahou impressive work.

    What did you plan with it ?

    release the engine ?

    reskin the game to make your how ?

  • Very fun and nice trick

  • Ashely Seriously THANKS SOOOOOO MUCH for that

  • Me too all the day, all the hour, allways disconnected.

    it's VERY VERY BORING !!!!

    Why we can't stay connected seriously :'(

  • Soo great i'll try to export to android with Ejecta-X too

  • Just make you sprite/model rotate

    Very Interesting.

    did you recode the Construct2 function into a native engine ? (using capx xml setting to setup your how engine)

    or real use wrapper html5 ?

    Did you plan or actually use Draw Call Batching ? (it's the real limitation to a true power use of construct 2 on mobile device)

  • i've done the same porting an C++ mobile project with a true mode7 (not a shader effect) call Sumire Quest

    sorry streched screen shoot

    http://www.angelsoftware.fr/?cat=11&paged=3

  • Impressive visual trick for fake 3D pillars and really nice use of webgl shader

  • The visual is really too heavy and unreadeable clearly.

    that a point i love with the old forum, you could switch beetween differente topic fastly and very clean reading.

    Now it's heavy graphicly and unreadeable with topic post anywhere, the bitmap background ect...

    Very bad poitn at all for a very usefull forum.

    ps: a another thing, i want to the the title of the topic last post active not the autor in the general view

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i just use a basic command

    optipng -clobber -o7 *.png

    depending of the project and the number of file asset i've very low optimisation (< 5%) or more efficient use (>15%).

    in general Construct2 make really good png export with little sprite or sprite that i've imported in a single file, for exemple hud button, title ect...

    For more important bitmap (background or heavy sprite), opti png make some good result sometime :)

  • the compression of the file and the memory it take are just 2 different thing at all.

    you could use bmp file if it doesn't matter.

    file size = memory size.

    I know that C2 allready have some optmisation on png the most major one is the "atlas" way it use to eleminate duplicated sprite from the same source.

    OptiPNG just optimise the png file without loose quality and don't change decompression time significatly (and after all the memory take is the same).

    BUT in mobile, where the actual solution Cocoonjs or IndelXDK take a big part of the project place (xx MO), THE SIZE IS REALLY IMPORTANT.

    You can MISS players just because the game is too heavy to load with a slow connection.

    And it's exactly the same problem with HTML5 game.

    More the data will be small, less the loading date will be (downloading the data) the most important point for mobile+html5 plateform.

    For the people using badly Construct2 that an other problem, tell all programmer that come from classic C/C++ background on any SDK from any mobile plateform and they will not have any problem with C2.

    C2 just give people without any technic or programmer skill the ability to make visually code.

    But they just have to learn and understant some limitation for the target hardware, the blog post : scirra.com/blog/112/remember-not-to-waste-your-memory

    what done in that way, for people without programmer skill to learn that all hardware as limit :)

    But we can't not use a tool for make some optimisation because of fear that some people will make bad use if it (Just Uncheck this option by default :))

  • Just a little idea for big project and well especially for mobile project (well efficient on pc game too).

    Why no add an option for using OptiPNG in a release/gold build.

    optipng.sourceforge.net

    i personally use it with -clobber -o7 *.png on the directory of data of C2 output.

    it's a long process (so the option need to be unchecked by default) event on my intel I7 core but it have really great result in space.

    maybe a thinks to add for and future release (not to hard to add ;)).

  • Yes same here, Construct Need to keep 2D but :

    boost performance (memory management,...)

    add more advanced feature using shader (lighting system, ect..)

  • here no problem too i' made some change to see object count ect..

    more than 4000 sprite on chrome/firefox/opera (webgl) at 60fps

    more than 8000 sprite on nodewebkit (webgl) at 60fps

    if you target computer nodewebkit is awesome :)