lucid's Forum Posts

  • I would use newt's formula, but for it to look like it was blending between colors as opposed to traveling through all colors to get to the right one, you need to lerp each component like

    rgb(lerp(0,255,t),lerp(0,50,t),lerp(78,34,t))

    You can make a pv for the value t, and increment it every tick, or you can use the math plugin to do an autointerpolation of a value "t", from 0 to 1, and give the total time, and have it automatically increment the value t which you could put there as well

  • me too for construct classic. thanks ash!

  • Wooooow!!! Cool))

    Plugin wil be easy?

    it's meant to be pretty straightforward:

    <img src="http://dl.dropbox.com/u/1013446/sharinplugs/quazi3d/actions.JPG" border="0" />

    <img src="http://dl.dropbox.com/u/1013446/sharinplugs/quazi3d/conditions.JPG" border="0" />

    <img src="http://dl.dropbox.com/u/1013446/sharinplugs/quazi3d/expressions.JPG" border="0" />

  • woot!

    I'm here as well now arsonide, already made a new plugin for it, well still working on

    arsonide you've completed the circle, this is the ultimate dream team now

  • quazi requested a plug for storing 3d point cloud data and 3d camera to navigate them.

    it's not finished yet, but here's a little demo of some 3d points doing stuff:

    http://dl.dropbox.com/u/1013446/intra.exe

  • Can we see a new screenie of the UI yet? <img src="smileys/smiley4.gif" border="0" align="middle" /> (or is it just that small screen in the video?)

    I plan to reskin the UI before the open beta, or perhaps before 1.0 to make it look less flashy and imposing. but for now it looks like that video with some stuff that wasn't there before. I will try to post an updated video today or tomorrow, and start making good on my promise for regular updates, just wanted to get the basics in there, and clean things up before public display. ^_~

    there's alot of new UI stuff not ready for public consumption however, I will give you a little teaser of one of the features that's been added since the video: Onionskinning:

    <img src="http://dl.dropbox.com/u/1013446/spriterspam/onionskinning.JPG" border="0" />

    you can adjust those red and green triangles on the timeline to decide how far into the future and past you want to see onion skinning if at all

  • Like a cross between The Walking Dead and Desperate Housewives in game form. Survival ******

  • so the game's gonna be called Bored Zombie Lovers?

    Wtf genre will that be?

  • A simple way to do it without math, is have an invisible(visible until you get it working) sprite of a long thick line sticking out of the front of the bullets, you can adjust it's length according to how early you want the enemy to begin dodging or depending on bullet speed, and make the enemy move laterally when overlapping the line.   If you want to increase the intelligence not to dodge into other bullets or take into account other bullets on their way the problem begins to get more complex, but alot can still be solved by invisible detector sprites, like a horizontal line sticking left and right out of your ship, and if it overlaps a bullet detector in one direction and not the other it can dodge in the correct direction

  • Hey everyone, just a small update. There's a small closed alpha going on now, finding the big bugs and ui issues before the public beta. So we're still on track for late november public beta.

  • There's always the plugin route, in fact this runs almost parallel to the planned Spriter plug Lucid, and Brashmonkey are doing.

    Thanks newt. This is exactly right, you can have multiple named collision boxes on a per animation frame basis.

    Here's the relevant link

    construct.net/en

  • Hey everyone, just a small update. There's a small closed alpha going on now, finding the big bugs and ui issues before the public beta. So we're still on track for late november public beta.

  • this is impressive!

    my question is: we can make the caracter with this program and still have the separated parts functions. making it clear, the hotpoint/imagepoint of each part will stay the same or the editor will create a full image without the separated parts and turn into a single frame?

    i'm asking this because if we want to make a "equipment change" inside the program this will not interfere the original character or other parts, like, if you allow the player to change the character boots or gloves, the other equipment stay the same till the player change, like some mmorpgs. full customization.

    this is possible?

    sorry for the bad english

    for now the plugin will create the whole image for you, and it will be one single object. what you're saying with equipment changes will be possible with what are called charmaps, which allow you to swap out certain parts of characters, or the entire character with named sets of images..

    more to what you were saying though. probably not for 1.0. but I plan on making it so you can replace any body part with an actual construct object to do what you say, or take direct control of a body part for whatever reason in your game, and control it through events

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Apologies for the bump.

    thanks for the bump

    The first thing I'm wondering is if the collision rectangles work the way I think they do. If I understand right, it sets collision points before putting the animation into whatever game program, and then whoever does the programming can simply use those without having to implement collision masks in the program itself? Granted, what happens during those collisions obviously wouldn't be handled in spriter, but still, if that does what I think it does, I'd be amazed.

    that's exactly how it works. you simply add SpriterHitBox to your project, and do nothing further. the spriter plugin will create and destroy them according to the frame of animation. so you can do events like

    SomeSprite on collision with SpriterHitBox

    ----SpriterHitBox.Name = "swordtip"

    -----------Do Something

    they are invisible by default, but you can turn them on for debugging your game, and they appear in the color you specified in the editor. It's just random in this case, and for testing purposes, but if you look at the video, when a certain frame plays a red box appears. that's a hitbox

    Another thing I'm wondering is if any additional programming is required for bone movement after putting the animations in the program. Is it really that simple? I know very little of bone movement in construct right now, so maybe this is a question best saved for later, but I'm just too curious I suppose.

    it really is that simple. most of the actions/conditions/expressions are taken directly from the normal sprite object, with modified inner workings of course, but you'll see everything you would expect to see, like Play Animation, Pause, Set Speed, Set Angle, and you can apply behaviors, etc.

    It's very different than bone behavior. it will be an object like sprite, rather than a behavior, and will not use separate sprites to create the different parts like the bone behavior. it handles all the drawing internally.

    on another note, the VRAM savings over normal sprites can be tremendous. For instance, assuming your character uses the same set of sprites for each frame(which won't always be the case), if you made a character with 500 frames of animation over the course of all their animations, it would take approximately 0.2% of the VRAM of the same character had it been a normal sprite. For example if a normal sprite took up 150MB of VRAM, the same thing could be done 0.3MB. This drastic VRAM savings means you can have larger characters and enemies, with smoother animations, and more different types of characters and enemies before vram starts becoming an issue

    Finally, will the current price for pro remain the same when the beta is released?

    The public beta is aimed to begin at a late November release. the price will remain the same until it's out of beta, which won't be until it's complete and stable.     the new price has not been decided yet.

  • Thanks and you're welcome. Beta by december