alastair's Forum Posts

  • Cave's prerendered 3D stuff looks fine, although they probably treat it like pixel art afterwards to make it look good.

  • Has it changed much since the gamejolt demo? Can you climb a lot faster now?

  • If you are aiming to make a high qaulity 2D game, I don't think you should be scared of 100mb of VRAM. Steam's survey [>] is probably an okay way to see what a lot of PC gamers are using, only about 7% have 128mb or less VRAM. So unless you're making one of those mythical games that everyone can run (or a game for non-gamers), I think you'll be fine using 100mb or so of VRAM.

  • it's more that game and story are often hard to get to work well together.

    lol. Oh the misconceptions of story. Story doesn't equal walls of text/voice.

  • The player spends the whole time using input devices (and staring at glass), so it'll be great when all that gets sorted.

  • Vertical shooters all the way.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did it.

    MMF2 is like an old working family car, Construct is like an unfinished/damaged sports car

    Oops crashed!

    <img src="http://cache.jalopnik.com/cars/assets/resources/2006/12/Ferrari-360-Crash-Australia-Top.jpg">.

  • Does anyone know how I could make a program that would delete any .persist files in the directory it's placed in?

  • What happens to the game if the game's VRAM is higher than what someones computer can handle? Will it still work or just freeze or something?

  • Mainly the control problem that Lucid mentioned is worrying me.

  • I'm wanting to load images externally, is the only way to do with the "tiled background" object? At the moment I'm loading 256x256 images, but it seems to pause a lot when I load the image (I think its longer than it usually does to load sprites into VRAM from other frames) when I use the tiled background. Is there an object that will do it faster?

    I know "sprite" object can load images onto a frame of animation, but I'm wanting to have a lot of unique images on screen so using the sprite doesn't seem to be an option.

  • Can someone post that the functionality of the layer zoom/offset are swapped (in events, offset does zoom and zoom does the layer offset) on the bug tracker, I can't remember my account.

  • I recently mentioned Construct on the MMF2 forums but it got censored, lol.

  • Also, I read having giant images can cause problems so I chopped up the tiles image to 1024x320 rectangles, but that didn't seem to do anything :T

    The computer will treat that as a 1024x1024 texture. It would be even better, if you cut it to 512x320.

  • I just made my own simple program using the image manipulator, much easier this way.

    <img src="http://dl.dropbox.com/u/1024727/imagetile.png">