Sin Episodes Level Creation/Making Grunts Rappel

From Valve Developer Community
Jump to: navigation, search
SiN Episodes Level Creation
  • 1. Construct a small room with a ledge or something that the grunts will be able to rappel from. Once constructed, place the grunt right at the edge of the ledge he will be rappelling off of. It's important that you make note, the grunt should be placed where you want his rappel to begin, you cannot place him above the platform! The first surface the bounding box around the grunt touches will be where he breaks free of the rope.
Note.pngNote:If you want to get a better judgement of what your grunt will look like, in his "model" tab you will see an anim named: "rappelloop", that is his rappel animation.
If you want to get a better judgement of what your grunt will look like, in his "model" tab you will see an anim named: "rappelloop", that is his rappel animation.
  • 2. Now, create a trigger (ex. a Trigger_Once) and you should put the output pointing at the rappelling grunt and it should tell him to "BeginRappel".
  • 3.You should now have Rappelling Grunts where ever you want to place them in game!