Jarzka's Forum Posts

  • Mine works fine. Did you put the file to the same folder with Construct 2? Make sure you didn't edited the file or it's name.

  • The HTML5 exporter in Construct 2 includes Google's V8 Javascript engine. This means both the editor and runtime parts of plugins can be written in javascript. This makes it much, much easier to extend Construct - previously you had to have relatively good knowledge of C++, which is a difficult language to learn

    I think C++ is easier than Javascript

  • My question:

    Are you still going to develop Construct 1.x?

  • Thanks!

  • "The effect file 'Blob_test.fx' is required to open this file. Please locate it and put it in your effects directory under your Construct installation."

    I have the latest version of Construct.

  • Fluid2.cap requirers some plugin and I can't find it?

  • Then there's other projects like Game Develop which seem strongly inspired by Construct's way of doing things. That's fine too. This whole idea of "OMFG THEY COPIED THEM!!!1111" isn't a very good way of looking at it.

    What? Another game creation tool?

    I think we could all bet on Construct because it's open source and it already has a very nice and growing community who are making fantastic examples and plugins

  • Is there a source code available?

  • Random crashes, project file corruption.

    Same here

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Construct crashes always when I close event sheet/layout tab ?

  • <img src="http://www.marylandiplaw.com/uploads/image/thumb-up.png">

  • If I use "Every 50 milliseconds" -> add 1 to value "counter" and fps is low (15 for example) then it calculates the value too slow. It works if fps is about 50.

    Why this depends on fps? Any idea how to fix this?

    I just would like to calculate time after object X has been destroyed and when time has passed for 12 seconds (equally 1200 milliseconds) after that, something happens :S

  • Oh, there was a topic already. Sorry

  • Hi

    Is this a bug or what? I try to cound milliseconds in seconds and I think it adds milliseconds too slowly.

    Check the source to understand what I mean At least on my computer it takes about 15 seconds to add 1 to "seconds" value.

  • Hi, I've found a bug I didn't encounter in previous versions, but I'm using a very old computer now so it might be related to it.

    To recreate:

    1. I make a construct DX game

    2. Create a sprite, just a square form

    3. Add any effect, and whatever effect I add (additive, etc...) it crashes if I try to run layout

    'Construct encountered an error in the display engine. Please report to the application developer.

    Failed to create render target texture (0x8876017c)'

    It only happens when I add an effect.

    Do you have Direct X 9.0c installed?