lucid's Forum Posts

  • is it possible to create something like behaviors from within construct. I just recreated the platform behavior using the physics behaviors and private variables because I needed to use some of those features. I didn't need any external C++, just simple construct features. it would be useful to be able to apply this new set of conditions and private variables to new objects not only within this game, but in other games, and with the nice interface that behaviors have. is there something like that, with or without the nice properties window, if so, how is it done (or what is the feature called so I can look it up?).

    Also, levels, is there an example somewhere where there's something with multiple levels. I'm not quite sure how it would work. being able to load a new layout, and reuse the old objects. once again, if there's a feature that does this I can find in the wiki, the name of the feature would be just as helpful as an explanation

    thanks guys

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm sure direct input/joypad support has been suggested, but I couldn't find it on the todo list.

    is it probably not going to happen any time soon?

    just don't want to start studying python and researching open source controller stuffs if it's planned in an upcoming version sometime soon.

  • is it possible to have an avi behind a sprite, or is it always on top?

  • you guys/gals rock!

    I love this software.

    thanks

  • this would be really cool, but I have a sneaking suspicion it's pretty hard to do and won't appear before 1.0.

    the ragdoll motorized animation thing could probably be difficult.

    but the motorized hinges, the sprung hinges, and the ik I think are fairly reasonable. As I said quazi already managed a fast IK example, for bones .

    and motorized hinges is the easy part if you've already got hinge physics (which it does). as for constraints on the rotation of hinges, that's also much easier than making hinges in the first place.

    as for combining IK for bones with physics, it seems like a natural progression.

  • Hmm, could you do anything but a ragdoll effect? Would there be a way for the character to hold up some of its limbs so he didn't go completely limp? Or maybe if a rolling object collided with him it would take his legs out from under him and cause him to fall on his face.

    exactly what I was getting at with the motorized limbs. I'm not sure how difficult it would be to program, but yes, that's exactly the type of thing I'd want to see. or on a simpler level an arm that could try to pull an object or character that was trying to pull in the opposite direction. a clockwork gear that could be jammed or slowed down by someone standing on it, depending on the strength of the motor.

    another great feature (which quazi proved shouldn't be too difficult in the other IK thread) would be to give bones targets. (move joint toward x,y) for instance - if you wanted a character to grab for a moving object whether they could reach it or not. if they grabbed it and the moving object had enough momentum it could pull them off their feet, like a character grabbing a train moving by and being dragged by it. this could also be used to control head movement to follow objects. to aim a gun being held by a character with two joints for each arm, etc.

    so yes, if bones and bone animation and IK were integrated into physics, it'd be possible to create animations that have a certain strength and attempt to complete at the mercy of outside forces.

    also, an example of springy hinges would be a diving board, or a tree limb that would spring back into place after it was moved (2 or 3 springy joints). you would be able to set torque force, spring force, and damping force, to create everything from mousetraps, to long grassblades, or hair. the bones/hinges whether sprung or not should be able to be affected by gravity. I understand it might be possible to create those things now, but the difference in look and feel for a treelimb or hair that is affected by physics is night and day.

  • inverse kinematics both during animating and at runtime.

    bones integrated into physics engine for ragdoll effects

    constraints on bone movement, ie limit degrees of movement

    add spring force to joints and hinges (one and the same once integrated)

    'motorized' hinges/joints (for instance lever that can rotate on it's own with a given speed and force, and be acted upon and resisted by outside forces)

    that would all be awesome

  • thanks linkman!

    I forgot I even posted this thread

    I'll make sure to rename them ashley

    btw, on the blurmask I know about the white to black to affect intensity

    I just was wondering if it's possible to make the white be a higher maximum bluriness amount

    I tried using blurmask twice on the same object, but then it's blurry even if theres black or alpha 0 there

  • thanks ashley,

    but yes I read that. I see the differeence in bumpmap and heightmap

    but there's a separate effect called 'heightmap background', and it looks like it has a fixed lightsource, but there is still a lightx and lighty to adjust. they just don't seem to do anything

  • title self explanatory

  • it looks alot like heightmap, but it doesn't let me move the lightsource

    I even tried changing it on the properties sheet instead of in code and it doesn't seem to do anything