Possible to make ladders in the demo app ?
by Umbra · in General Discussion · 09/25/2005 (3:55 am) · 1 replies
I was just wondering if there are any tuts about making ladders and ropes ?
Im playing araound with the demo and would like to try out some ladders before bying the whole shebang :-)
Im playing araound with the demo and would like to try out some ladders before bying the whole shebang :-)
Torque Owner Markus Nuebel
I started once to implement it. What is needed is the following:
- Create a trigger, that brings the player from "normal" to "ladder" mode.
- In ladder mode allow the player to move in all directions, including up/down.
- Replace the standard walk/run animations with ladder climbing animations while in "ladder mode"
- Set back everything when the player leaves the trigger.
-- Markus