R0J0hound's Recent Forum Activity

  • Your cap probably did load but no layout or event windows were opened.

    Go to the "Project" tab on the right. Your project should be there.

  • Actually I think updating the png image library used in Construct will probably fix this issue. My thought is perhaps the gtx graphics cards save pngs according to newer specification than is supported by the image library, which in turn load the image incorrectly.

  • Hi,

    It's a known issue with the latest release, use the previous version here:

    http://www.scirra.com/forum/viewtopic.php?f=2&t=9382

  • Put "Ribbon" "ParticleSprite" and "RibbonTrail" into a container and the each ParticleSprite will have it's own trail.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Create a new layer and set it's "scroll x rate" and "scroll y rate" to 0. Then move the tiledbackground objects to the new layer.

  • [quote:dt1scof5]Is this an editor bug or does the published game also have this bug?

    Since he says it affects the runtime as well it will probably affect published games.

    It is promising that other formats of non power of two images load just fine. It may be just an issue with loading pngs on GTX graphics cards.

    Is the image corrupted when it is loaded into the picture editor or just after closing the image editor?

  • I'm getting the same issue here. After installation trying to run "Construct.exe" it gives this error:

    This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.[/code:119cktdq]
    
    I think that construct's registry settings may not be getting installed correctly by the installer or at least just in xp.
    
    I just copied the plugins folder over to an install of r1 to have the fixed physics.  No issues there.
  • The shearing and stretching of the minimap can be fixed if the minimap has the same aspect ratio as the layout.

    For example the tutorial and level1 layouts have aspect ratios of 1:1 (they are square). A minimap size of 400x400 would work. The level2 layout is 3 times wide as it is tall (aspect ratio 3:1), so the minimap should be a size like 600x200.

    [quote:2nl016c9]Where i had trouble was with plugin and movement source codes, i did the same thing that was needed for the template but it gives different errors.

    What are the errors? There may be a few things that may have to be tweaked. Also the fix was mainly intended to allow the template to be built. No doubt there will be issues when building the plugins from the SVN with the fix.

  • n-360*floor(n/360) will do the same thing as "%" but preserve floating point numbers.

    If you want only a positive angle as a answer:

    n-360*floor(n/360) +360*(n<0)

  • Using the other example I made as a base here is another example:

    http://dl.dropbox.com/u/5426011/examples4/ribbonPath.cap made in Construct Classic r1

  • > Try this: http://dl.dropbox.com/u/4322334/physicscs.cap

    >

    > There is something wrong with the physics. Shouldn't it just bunch up instead of spraying outwards from where the first instance was?

    >

    no, it's behaving correctly,

    you're creating objects occupying the same space at the same time, which is forbidden in physics, and so the simulation does it's best to push them out from each other as quickly as possible

    Actually I don't think it is behaving correctly. The Physics template has the same issue. Creating even a single object in a empty space will move away at a high rate of speed.

R0J0hound's avatar

R0J0hound

Member since 15 Jun, 2009

Twitter
R0J0hound has 155 followers

Connect with R0J0hound