Is it really possible to catch obstacle?

xyz555

Member
Is it really possible to catch obstacle?

I saw an author on a foreign website who seemed to have achieved this effect. I don't know if it is really possible?

Honeycam 2025-04-08 19-58-04.gif
 
Last edited:
But he can lift obstacles and move on foot. I don't seem to have seen such code.

do you mean grab walk?

GRABWALK (players)

  • Optional. Currently only used by players.
  • This animation is played when player walks while grabbing enemy.
  • The grabwalk speed is determined by ‘grabwalk’ (see above). However, declaring this animation is enough to enable grabwalking.
  • This animation is like WALK animation so setting ‘loop 1’ is recommended. However, this animation is NOT performed in reverse while walking backwards. Use GRABBACKWALK below for that case.
 
But he can lift obstacles and move on foot. I don't seem to have seen such code.
ah you mean something like this?

Its a bit more complex, mainly because I am not using an alternate model (Weapon) to do that. You could use an alternate model to it, but requires more work, like adding obstacles colors to your character, etc. Mine is totally done by script, so its palette independent.

It's on Captain America files, if you wanna take a look.
 
Back
Top Bottom