Game Development Community

Ladder

by Levi Putna · in Torque Game Engine · 10/29/2006 (2:03 pm) · 6 replies

Hi Guys, hope everyone is having fun playing around with TGE 1.5. Just one quick question with I hope a quick answer.

I want to create a ladder object 4 my game, dose anyone have any code snippets or even any ideas to go about this. I was thinking about implement this in a trigger so that I can very the size, but I have gore with a dts with mount points on it, planning to place one on top of the other to get different sizes.

Not having much luck........ help me please.


Thanks in advanced. :o)

#1
10/29/2006 (2:11 pm)
I also found this in the GG website during my research, sounds like an easier solution if I play this in combination with some animation it might work.

Quote:
Easiest would be to temporary increase the player runSurfaceAngle as defined in the player datablock, when he gets to the ladder.

Any thoughts?
#2
10/29/2006 (8:39 pm)
Ok I hit a wall pretty quickly with the runSurfaceAngle method, I was unable to change this runSurfaceAngle value in script.
Anyone know how to do this?
#3
10/31/2006 (12:46 am)
Anyone made a ladder b4? Please help
#4
10/31/2006 (1:29 am)
Have a look at this. it has been posted yesterday.
http://www.garagegames.com/mg/forums/result.thread.php?qt=37985
#5
10/31/2006 (1:31 am)
The link to the resource:
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=11502
#6
10/31/2006 (1:44 am)
Thanks, don't know why I didn't come across those articles in my research.
Thanks for replying. :o)