OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Eagles Talon on 06 Feb 2003, 04:34:15

Title: how do i make a ladder
Post by: Eagles Talon on 06 Feb 2003, 04:34:15
name says it all don't it......neway, i have a model made for a ladder, and i am willing to bet in order to make it work i have to use the memory lod, and i read the details on the bis boards with the translations of the stuff in the memory lods....but no ladder, the closest thing i found was the word for watchtower, so i don't know if it would work, so does neone have any idea how to make the ladder work??  
thanks
Talon :afro:
Title: Re:how do i make a ladder
Post by: Kaliyuga on 07 Feb 2003, 08:15:11
 Here's the goods for ya Talon....

 you need to place two points in the memory LOD  (using the insert button)

the one at the bottom of your ladder is named "start"
and the one at the top is called "end"

now.. in the config.cpp you'll need to place this bit here:

Ladders[]={{"Start","End"}};


and that should about do it.... It will probably take alot of messing around with your start and end points to make it look like he's actually climbing up the ladder properly... ;)

Kaliyuga
Title: Re:how do i make a ladder
Post by: Eagles Talon on 07 Feb 2003, 17:26:56
thanks kali, ill try that ;D
Title: Re:how do i make a ladder
Post by: Eagles Talon on 08 Feb 2003, 08:31:51
worked like a charm, thanks again