Glamthaus's Forum Posts

  • ^ Yep, exactly.

    I also forgot mipmapping . And before anyone argues that noone would ever use it, believe me, I would (in fact my current project needs it).

  • Haven't posted in quite a bit, but I figure this cause is worth championing. I don't think most people fully appreciate what this change will allow us to do.

    It would essentially be the Tiled Background object, except that it can:

    - Be animated

    - Be in any polygonal shape (instead of the standard square/rectangle)

    - Have the image stretchable/skewable in any way

    - Have other patterns beside checkerboard

    - Fully support the Z axis!

    Very much looking forward to seeing this implemented.

  • I'd be more than pleased to have you on board for a project if I had one going at the moment (still waiting on a few bug fixes and features to make it in before getting into things full swing).

    I'm a bit of a aficionado for music composition as well so I can appreciate the effort that has gone into those pieces. Really nice stuff man.

  • In regards to my earlier post about the Ys series, apparently '

    Subscribe to Construct videos now

    ' (for the PC) is what most people consider the best in the series.

    I won't provide a link, for it shouldn't be too hard to find via google, but a 100% english patch is readily available if you wanted to give it a shot.

  • Clocked it twice already :>

    Ah well, was worth a shot.

    I've played Beyond Oasis, never finished it, but from memory it was good fun. Other than that though, the only other game in similar style I can think that'd be worth trying would be Terranigma (again, never finished, but fun at the time)

    I've heard the Ys series is good (great even) also.

  • Seiken Densetsu 3 (Secret of Mana 2).

  • It is possible, that is all I'm pointing out. I was simply making a contrary statement to something I knew to be false. I'm not suggesting anyone drop everything and start trying to make 3D games with Construct simply because I said it was possible.

    Just because you can do something, does not mean it is ideal, or worth your time. In that same token, however, there is no harm in following up on the potential that is there. Construct may very well do 3D to a satisfactory degree yet, but being openly adverse to the idea, or trying to stem others from trying, simply because it is not ideal, does nothing but diminish that potential.

  • ...ultimately there aren't enough tools in Construct for a game with 3D gameplay (although 2D gameplay with 3D graphics is possible to some extent with Z elevation and 3D meshes).

    It is most definitely possible, though the math involved is not exactly a walk in the park for your average joe.

    The instant you added Z buffered, texture correct, sprite transformations, you enabled the ability to create actual 3D games.

    The only real argument against it would be that meshes can only have so many rows and columns before causing a crash, however, the method by which I would do it (and have previously done it, when sprite transformations were first introduced without the Z buffer and texture correction) involves multiple 1x1 meshes as a substitute for quads and, by extension, tris.

    Again, entirely possible, not plausible for most.

  • It's probably not practically possible until 2.0.

    o worries, event based it is.

    ya, it's busted.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • DKDoom

    If you don't mind me asking, is that using Euler Angles, Axis Angle, or Quaternions for it's Rotation Matrix?

    Seems we are both working on this same thing . I'll be interested to see how all this 3D tinkering pans out in the end.

  • And while I'm at it, setting an absolute displacement for a Sprite is either broken or I don't understand it. It does not function at all like it did prior to 0.99.

  • Just a quick question for the Devs.

    How hard/time-consuming would it be to get Construct to support native 3D Rotation/Transformations now that we having a working Z axis and accompanying Z buffer?

    I'm just asking so I can gauge whether its worth it to just use an event based Rotation Matrix or wait for a native solution. Thanks.

  • I love you all. Seriously. You just simultaneously solved about all the issues I had with making a 3D engine in Construct.

    I'm going away for the week, but damnit, when I get back, its 3D game engine making time!

    EDIT: Honestly, all it needs is a rotation matrix and a way to import meshes. Two things I've already done (or mostly done, for the meshes) in Construct anyway. As I said in the beginning of the post, I love you all.

  • *Perks up ears*

    Enhancements to the mesh distortion eh... *Prays for built-in Z and Z buffer*. That would most definitely re-ignite my interest in my wip 3D engine.

  • I agree with Taitu on this one.

    People seem to be worrying about the plug-in being all-inclusive, like they deserve free online lobbies for their games.

    You want to set up an MMO or an online lobby? That is YOUR responsibility to get it set up. Scirra should not be in no way required to supply a public server in this regard.

    I feel like we have missed half the picture in this thread somehow. For years people have been getting along fine with simple P2P and LAN functionality. A lobby makes P2P easier, sure, but a lobby for YOUR game is YOUR responsibility to set up.

    And just in regards to the question of "how many people will use" the plugin without a supplied server. I, and quite a few other people here I am sure, primarily play games for the multiplayer experience. A few years ago this may not have been true, but gaming and multiplayer really do go hand-in-hand in this day and age.

    Hell, If I understood C++ to any reasonable degree, I would be making a Raknet plugin right now. All of my W.I.P games depend on it.