Somebody's Forum Posts

  • I could make some neat futuristic vehicles and things with the thing from my signature, do get in touch if that sort of style sounds interesting. I feel this could be made into something rather great with some polish.

    Edit: Made a little concept art of my vision for such a game:

  • TonyW - guess you either didn't read my post thoroughly or just decided it's not correct, however - A 512x512 PIXEL image will be the same file size no matter what DPI it has set. DPI is meaningless, it's just a multiplier.

    I work with print production and often run into people adamantly believing DPI misconceptions - that it has some magical meaning beyond the pixel size of an image. Hence my wish to educate.

    Let's ask our friend Photoshop:

    Look at the DPI, pixel size and file size (Image Size: 768,0K on top). 512x512 pixels x image bits will ALWAYS be the same - DPI doesn't mean jack.

    C2 also only deals in pixels and won't magically downscale or upscale the image. If it's saved as 512x512 pixels it will be the same in C2, no matter the DPI.

    If you work in real-life sizes - in print, for example, look at EFFECTIVE DPI of the final image, in pixel graphics DPI is meaningless.

  • jesk77 - Sounds like a good idea - with some neat art, more obstacles and, perhaps, combat it could be great.

  • Actually, if you are using the platform behaviour you should just check out the Platformer template that comes with C2 (it's available under New). That should help you with getting this right.

  • You are setting the width towpath MINUS 1, what you need to do is width * -1

  • Try a sine behaviour with vertical movement? If necessary enable/disable it with a timer

  • But wouldn't just adding a sine behaviour with rotation do this neater and possibly look better because of the easing?

  • This is quite Neat I used instance variables and events to do the same, but behaviour could be cleaner and leaner to use. Will definitely check it out once off-mobile.

  • Depends on the game and how much can go wrong or right. If you can always get out of a tough situation (say, restart a stage if your save point is just terrible) then I prefer the immersive approach of just playing ahead and not "cheating" by splitting saves, etc.

    If there's a reason to split your progress (like a turning point for multiple endings in the middle of the game) then this would be welcome for sure.

  • Do you judge this size by what C2 tells you or from actual export? Since like I said the download size computation probably doesn't do complex file type and compression comparison, but just sums up the size of those cached 32 bit PNG files. Can you check an actual export?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Have you consulted the manual about optimising cell sizes, etc?

  • When dealing with pixels DPI has no meaning - if your initial art was exported at the correct pixel size (i.e. 256x256px, for example) the DPI setting is of 0 importance. DPI is the relationship between pixels and real world units, inches in this case. This has a role for real world applications, such as printing, etc.

    So as long as your pixel size doesn't change the dpi won't affect the file size, since PixelsX*PixelsY*bits is the same.

    Best approach is what Ashley says - if you have background images you can pick an option to save those as JPEGs, for example, the file size will be smaller. But also check the actual export size - the editor cannot know what the images are actually like so it cannot know how they will compress for sure (I guess).

  • This is pretty great! The feeling of speed is excellent and it's very dynamic with the camera changes. Could work great like some 2D wipeout thing, with a more limited track which you can fall off of, etc.

    How is it done? Is there a predefined track with certain points that trigger a "camera" change or is it random as of now? Either way, quite cool, would be interested in seeing a .capx.

    I was thinking of something similar recently, with a "lane switching" sort of feel to it, but not with such a dynamic camera. That really adds to it.

  • A mirrored sprite has a negative width, so you can just do Width = Width*-1

  • Somebody

    What about 2 layers? One layer is for mirror and the other is for normal mode. People can choose between both which should be active. Depending on which layer people drag the sprites on, these are automatecly mirrored or not but it should be possible to move sprite(s) between both layers. Changes on mirror layer should be change immediately on the mirrored side.

    You didn't watch my 3D coat link? It should be possible to do something similar in few minutes in higher quality.

    I'm aware of how mirror modifiers work in 3D programs, but it might be too complex for a simple system like this. Which is why this simple mirror command was implemented:

    I don't like to work with primitives (parts) from other. Everyone could have the same parts.

    Now i have a reason to try out 3D Coat (commercial), i bought it but until now i didn't use it.

    3D coat looks great, especially the hard edged part creation, but it does cost a good deal of money and either way you won't get the speed from idea to sprite you get here.

    For me, StuffGen is a blessing, and thats why i check this forum each day on its progress.

    Glad to hear that, more stuff (you probably noticed the new parts) (and fixes) are on their way.