Plugin request/idea: Sprite Group?

This forum is currently in read-only mode.
From the Asset Store
The I18N (Translation) is a Construct plugin created to translate text in game.
  • I don't think it should even be tiles to be honest, I think it should be something like this:

    either the s method, or the proposed plugin could do the same thing

  • Those pretty much are tiles, they're just not square

    Same concept, different execution.

  • What you need are tiles. Repeatable chunks. That way you can reuse the same chunk ten or twelve different times over when making your picture. It's that repeated use that helps out... if you have twelve of the same tile on the screen it only stores one of those tiles in vram.

    I already do that, look at the Yokai images. What I'm asking here is a way of managing several images as one.

  • Actually you do have to be careful and balance larger tiles with smaller tiles, as even though repeated tiles take up less vram, if you have many little tiles it can add up in processing power.

    IE keeping track of a couple hundred small tiles can kill frame rate where a few dozen larger tiles wont.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • up-scaling is the way to do it. halving the size is going to save you crazy amounts of memory, and it should look okay. This isnt really a construct problem as much as it is a gfx card problem. textures take space, you can't have a crazy number, so you need to use them cleverly. like someone said, mix sizes. add effects and stuff to mask scaling, layer low and high res images to draw attention to detail rather than lack of it. you look amazing at art so you should be great at realizing what should and conversely what doesn't really have to be drawing attention. if you look at those ray man pictures, the backgrounds aren't pixel crisp. In fact they're FAR from it. people wont be playing your game because its "true HD" anyway. nobody really cares that much if they're going to be playing a 2d game in the first place. Anyway, the rayman sprites for rayman and the blue blob guy are SUPER crisp and vectory, compared to the brushy a very obviously scaled other stuff. i can see the upscaling artifacts on everything. In chris brobs' example this is a little more obvious because the black provides a sharp contrast, but in motion and juxtaposed on everything else its VERY hard to tell the difference between sharp and upscaled. the messier the art style, the harder it gets to tell. the palm trees are being reused at different scales with different filters in that image.

    GIANT pictures are a bad idea. period. A game is not a painting or a video. a game needs to have huge vats of data ready to be accessed instantly at random. hence VRAM. ITS NOT developed enough to handle huge perfect HD images in a large quantity. Work around that. Limitations never stopped anyone from making a good game.

  • if you look at those ray man pictures, the backgrounds aren't pixel crisp. In fact they're FAR from it.

    You're right.

    Thanks a lot for the feedback guys

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)