C-7's Forum Posts

  • Click for full size

    And a daytime shot of the adjoining castle town!

  • That's some really nice artwork, ! I hope to see it in motion soon!

    Haha that looks really interesting,

  • Very nice game! It runs just fine in my S4 and looks very polished. It's the first time I've paid any attention to gamecenter and it seems too be working great! For now, I get to remain at the top of your leaderboard.

  • The shadows looks amazing on those screens!, when are you streaming again? Really want to see what a project on this size looks like in construct 2.

    Thanks! They're pretty simple to do. I think I can stream Tuesday evening again most likely. I'll check my schedule and plan some stuff to show!

  • Oh, look! A castle! With no doors yet...

    Click for full size

  • Working on a castle in Courier. I still need to draw doors and some other doodads, but it's coming along nicely!

    Click for full size

  • I'm on USA's south-east coast.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The closest you could do is set private variables as a workaround, I guess, but it may not be something within the scope of the free version.

  • Yes, but the stat crunching and data manipulation aren't for the feint of heart.

  • I've been doing it all manually with lerp and such, but this would definitely simplify things and possibly be more effective.

  • Wow, that's a MASSIVE difference in performance between the two! For extra fun, leave both tests enabled simultaneously and watch the trippy fun!

    Now as far as big games go, in the case of Penelope, I suppose during the start of your levels, you could spawn in all of the necessary objects before your fade-in (so users don't see the chug) and then just run loops in functions each time you need an explosion and have it pull from your cache of off-screen objects. It would be a pain and would be tough to retrofit in a game that is probably as far along as yours, but given enough instances of this, you might actually boost framerates on lower-end PCs by a worthwhile margin. It would just be time-consuming.

    But maybe that's why I've been able to get so many objects on-screen at any given time in Courier. They're largely static (well, they move, but most aren't created dynamically). All of my levels are pieced together from lots of smaller pieces (to reduce how much of a hit your GPU will take and so I don't have to draw as much), but they aren't being actively created and destroyed on the fly. The only things that do that are effects, and I suppose I could probably improve things a little this way. I could probably manage more particles, fireflies, dirt in the air, etc. this way. I'll have to give it a try. I always knew it was more efficient, but that's a dramatic difference!

  • I like it a lot! I'm curious how you're going to design things with abilities being stripped. Mostly, I'm curious about player reward and bringing fresh things to the table. I look forward to how you're going to handle that!

  • Huh I forgot to hit Submit. sqiddster For such a large area, I don't think the performance would be any different doing it on a layer vs doing it on a big object. And the moment you have a second object on-screen with bumpmapping, you're now having multiple shader calls instead of one for the layer. It's almost always on a layer in my game since I have multiple objects with it applied.

    And also, I agree the shader could use an overhaul. Firstly, the Y axis is still inverted so light is shown from the wrong direction vertically. It works fine for scrolling and layout scaling. I haven't tried anything more advanced than that, so I haven't run into the other issues that shinkan mentioned.

  • That is odd. And just for time-saving's sake, this error is not present when the bumpmapping shader is applied to a layer instead of to an object. Ie, putting the normal map on its own layer and applying the shader to the layer instead of the object. I suppose if it can't be fixed, this workaround could solve it.

  • Just wanted to pop in and say I really enjoyed it! It was a good discussion, easy to follow, and had some great things brought up. I like the open discussion format, though a little more structure can help. I look forward to hearing how you guys do with guests!