1. #1

    [ Tutorial ][ Discussion ] Bone Breaker Skill game

    Apparently this is really hard to accomplish in Evo? I haven't made it yet but here's how I would do it.

    Attach a Hit Trigger to each major limb - upper & lower arms & legs, body, head
    Target > Exclude water
    Advanced > Active > link to (trigger limiter) > link to Set Variable Increase (small number)

    As for the issue with removing damage dependent on how hard you hit the ground, ignore that because the harder you hit, the longer you'll stay in contact with the ground (theoretically). You could use the (trigger limiter) toolcard to only score points up to X triggers to prevent constant damage while simply laying on the ground, or sliding across it. Set up individual ones if you want him to receive constant damage for example if his face is being dragged across the pavement .
    Share this post

  2. #2
    nannerdw's Avatar Senior Member
    Join Date
    Jan 2013
    Posts
    1,268

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    Originally Posted by Jolan
    As for the issue with removing damage dependent on how hard you hit the ground, ignore that because the harder you hit, the longer you'll stay in contact with the ground (theoretically).
    I don't know about that. According to the impulse momentum theorem, force and time are inversely proportional.

    You can measure the "Applied Force" on each body part with an object info data source.
    Share this post

  3. #3

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    Including squishy human bits that dampen the impact?
    Meh, as long as it detects you are hitting the ground! And this should use less extras like planks of wood or pipes.
    Share this post

  4. #4

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    Originally Posted by nannerdw
    You can measure the "Applied Force" on each body part with an object info data source.
    That's got to be the way to go with this then, hasn't it?
    Share this post

  5. #5
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    i'd go with Applied force as well, along with hit triggers to sum the values of the applied force then divide and floor the value for display and scoring, i'd also tweak the hit tolerances until they feel right.
    Share this post

  6. #6
    Blastergamer's Avatar Senior Member
    Join Date
    Mar 2014
    Location
    Rocking Trials Country
    Posts
    2,539

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    Originally Posted by dasraiser
    i'd go with Applied force as well, along with hit triggers to sum the values of the applied force then divide and floor the value for display and scoring, i'd also tweak the hit tolerances until they feel right.
    The "applied force" on the Object info data source doesn't monitor how hard the object collides. It does only monitor how much force (directional force, area affector, explosion power etc.) the object affects and pushes.
    Share this post

  7. #7
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    not quite right blaster, place two physics objects inside each other with both then monitored by Applied Force and then hit the back button and watch those values soar.
    Share this post

  8. #8
    Blastergamer's Avatar Senior Member
    Join Date
    Mar 2014
    Location
    Rocking Trials Country
    Posts
    2,539

    Re: [ Tutorial ][ Discussion ] Bone Breaker Skill game

    Originally Posted by dasraiser
    not quite right blaster, place two physics objects inside each other with both then monitored by Applied Force and then hit the back button and watch those values soar.
    Oh, it does!

    I thought it does only monitor the push force value from forces etc because I did a FPS game where I wanted to make a sound when the chromeball collides something too much, but it only showed the area affector force.

    thanks anyway
    Share this post