How to setup juggling enemies against sides of the screen?

Hi @Kratus ,

In your SORX mod, I noticed you can juggle enemies against the sides of the screen and have them bounce back.

Is there a setting I need to enable for enemies to allow them to bounce off the sides of the screen? Be default they just fall outside/past the screen edges.

It appears by default the player can be juggled by the enemy against the sides of the screen.

I tried enabling "subject_to_wall 1" for enemy entities but that doesn't appear to change anything.

In Progress - Streets of Rage X (Windows / Android)

subject_to_wall {bi}

  • This command determines how walls effect entity.
    • 0 = Walls don’t have any effect. Default for projectiles.
    • 1 = Walls have effects. Default for most entities.
  • This should be used by AI controlled entities.



Thank you
 
Back
Top Bottom