Zebbi's Forum Posts

  • Currently, Baddy is hard-coded in because if I try to use the badguy family instead, none of the enemies individually work by themselves, everything is triggered as one object and I can't put their detectors on the family, so none of the enemies have their own detctors. Will I have to just keep copying and pasting this code for every different enemy?

  • Grandfather? For me it is Klik&Play, I used it so much back in mid 90s something. It is same company as the Fusion now and you can see similarity still.

    And as for drag&drop game maker, it is too limiting in my humble opinion and would just make cookie cutter games. Again, in my opinion. Of course if you are going to make pretty graphics and have basic game idea that is same as existing then it will work.

    But if you have novel idea (of new game style/engine) it will be very limiting quickly.

    Me too, I used klik n play when it was demo disc'd back in 94/95, I carried on with them thru click and create, the games factory and mmf1. I think fusion 3 will be something entirely new and satisfying.

  • I would say kliknplay to fusion 2.5 is the grandfather of construct2, and the paternal dad of construct classic.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yea it works great, I threw the tile references into an array and rotated through it, I'll post an example later.

  • All we need now is Half Life 3

    Half Life 1 is just too new for me, I lost interest in modern gaming after Quake 1, maybe Quake 2.

  • R0J0hound Just before I do this myself, would this actually change every instance with a new image or does it work on a per instance basis?

  • I could of course try every screen-size on mobile myself and test the performancce, but I was just wonderin'...

  • Scirra has an engine that does have advantages over other engines. The editor is incredibly intuitive and it is a great entry point for anyone who wants to learn programming theory.

    It isn't the only one, it wasn't the first, it's currently the best but it probably won't be when it's grandfather gets a rewrite later this year...

  • Wouldn't surprise me if we have a few people on here using this rollout of C3 to bad mouth Scirra and try and drag away their users to some other engine.

    Just saying

    Not seeing many low rep posters so far.

  • You guys are right Canvas+ is the fastest webview engine, Corodva does recommend it for making webgl games.

    See, this is the problem.

  • A while ago when I tried Cocoon.io/Canvas+ it offered better performance then Intel XDK and PhoneGap.

    Immeasurably, in my experience. From about 20fps or something to 60. Same zip file uploaded to both.

  • > Construct is still nothing more than a prototyping tool. I would never consider paying for a fake Multiplatform software and this insane subscription model. Even with cocoon and intel xdk you can compile you games for free. There are a lot of other alternatives to make games (not prototypes) and compile then without have to upload your files. In my opnion, there is absolutely no reason to stop using Construct 2 yet, even for mac users like me (bootcamp). Still worried about Scirras future and its awesome community anyway...

    >

    Yeah the forums great!

    We even have users that come here to inform us about other software.

    I'm actually really impressed by scirra's extremely liberal stance on users freedom of speech around here. Most boards would close and delete if there were any early warning signs of mutiny.

  • Canvas+ isn't really doing anything all that much different in terms of the game's overall codebase so if you're seeing drastically better performance using it over WebGL/Cordova export, you're probably doing something wrong. It's not doing what you think it does.

    Okay, I have a project with a few plugins but none of them cause any fps problems. It compiles fast and furious on Canvas+. How would you recommend I achieve the same fps with xdk or a custom build.bat?

    I want a $1000-a-decade feature.

  • >

    > >

    > >

    > > Any issues you run into with XDK will likely exist with any other web-based exporter, because you don't have control over it, and if you're doing anything it's not expecting the build will fail. The idea that Scirra will be able to provide better maintenance than Intel? What makes you even think that's possible, given the resources of each company?

    > >

    > > If you want the option to optimize your builds as much as possible, you're better off installing node.js, cordova, java & GIT on your local machine and compiling locally, which takes much less time and doesn't require uploading your assets to a 3rd-party server (that may potentially be unreliable), which is going to be configured to support a more generalized build as opposed to something specifically for your game projects. Reliability aside, if you're working on a bigger project, uploading over even a fast connection adds a lot to the build time - whether you're using Cocoon, XDK or Phonegap.

    > >

    > > Once set up locally, Cordova isn't difficult to use, and just requires a few command-line options or your setting up a batch (.bat) file when you want to compile. If you're interested in doing this, install in this order: java, GIT, node.js, then Cordova. Installing Cordova last allows it to set up the connections to the other components automatically and no manual configuration will be necessary. Plugins can be installed from the command line/powershell, and I'm sure there's a GUI-based installer for them as well if you're more comfortable with that after setup.

    > >

    >

    > I just don't believe it's possible to achieve the same performance as Canvas+ does with any exporter/wrapper, none of them seem to disassemble the inner workings and recompile as well, or whatever the hell it does. Would self compiling with a batch file improve performance? And by performance, I obviously mean fps. I don't believe optimising code could improve matters to the point where xdk or a batch file build would ever reach the smooth, fluid gameplay cocoon is providing, but it should.

    >

    > No, doing the build online or offline is just the same... The performance won't change.

    > The performance is only influenced by your code, the engine, the device, and the wrapper.

    > Changing build options won't change anything but changing wrappers is another story...

    > Changing from IntelXDK to Cocoon.IO or vice versa would change performance.

    >

    > But finding the best performance wrapper is up to you.

    >

    No, the performance won't change if the exporters you're trying are all based on PhoneGap/Cordova, that's correct. I was referring to the speed of the build process, not the application that results from it. And as Ashley mentioned Canvas+ is a total mess, and non-standard, and performance isn't predictable across hardware because it's non-standard. There's little to "optimize" in terms of the build that's exported that's exporter-specific, other than Canvas+ they're all using pretty much the same backend to build. Canvas+ isn't really doing anything all that much different in terms of the game's overall codebase so if you're seeing drastically better performance using it over WebGL/Cordova export, you're probably doing something wrong. It's not doing what you think it does.

    Well I've had perfect performance with canvas+ and unacceptable performance with xdk and phonegap, so what could I be doing wrong to gain such a boost in performance?