Improving collisions.

ozboybrianozboybrian PRO Posts: 2,102
edited November -1 in Working with GS (Mac)
Hey guys,

How do I make it so that collisions are less senssitive I have enemies hitting my soldier but they barely touch him if not they don't at all and he dies.

Is there a way to make the collisions less strict?

Comments

  • AppsRacKAppsRacK Member Posts: 346
    make a non visible dummy actor with a bit smaller size to your soldier and constrain it's x & y to the soldiers x & y. Set your collision to that so you could have a smaller collision area.

    -drahc
  • JonatanRosdahlJonatanRosdahl Member Posts: 27
    Never thought of this :) Got a simular problem. Thx :D
  • ApplaudAppsApplaudApps Member Posts: 308
    Or use Magnitude instead of collision to determine when the actors are your chosen distance apart - that way they could overlap as much as you want and "collide" when they are as close as you want them to be to trigger an action.
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    another choice is to put it on a .1 second delay using a timer, but that's probably the last thing I'd try
Sign In or Register to comment.