Game Development Community

Grapple hooks and ladders

by Don Weatherby · in Torque Game Engine · 03/11/2007 (9:59 pm) · 4 replies

Hi im trying to impliment the ability to throw/shoot a grapple hook/rope up on a ledge building ect. and be able to climb up/down it and have it as a weapon style that way i can make it so i have rope arrows and where ever i shootem it creats the rope that i can climb also allows for ammo/limited uses.

thx in advance yes i idid use the search. thx

#1
03/12/2007 (8:11 am)
There is a ladder climbing resource that you might be able to use, create a projectile then follow the raycast as a path maybe(im not a coder, but this seems like the logical way to go)Tribes vengence had a similar weapon.
#2
03/12/2007 (10:09 am)
Cool thx yes i took a look at a ladder resource but it isnt quite what i am looking for im just wandering if anyone has any idea of where i should start on how to make a projectile wep that creats a rope/ladder ect. any help would be awsome.

if u are wandering what i mean has anyone every played BF 2 special forces? they have grapple hooks/ziplines.

any ways thx in advance
#3
03/12/2007 (10:23 am)
There is a grapple hook resource if you search for it, but you would have to know your c++ because it is not up to date for 1.5. (at least when I used it, it had many errors when I compiled).
#4
03/13/2007 (12:58 pm)
Has anyone else found out anything on this topic?

i am trying to impliment a grapple idea from another thread but its made for 1.4 and i have 1.5 so i dont know if it will work the code isnt all done yet for it.