PDA

View Full Version : List of props?


yacoub
04-25-2009, 11:38 PM
I can't seem to find a list of props. There are plenty of places to find a list of console commands, but that's not what i need. I want a list of props so I can figure out a few of the pieces of walls and such, what they're called, so I can use them for barricades.

Anyone know where to find out the names of props Or have a list of them?

Thanks.

Blackhawk
04-26-2009, 05:20 AM
Go to: left4dead/models/ folder to find the props.
Or you can try to google somekind of list.

binge
04-26-2009, 05:56 AM
just type in console: listmodels

gives you a list of props and to use them

type prop_dynamic_create nameofprop OR prop_physics_create nameofprop

but in the listmodels, you will need to copy the prop you want WITHOUT the models/

for example, the list shows a prop called models/wood/woodencrate.mdl
then you simply copy the part after models/ and put it behind dynamic/physics create:
prop_dynamic_create wood/woodencrate.mdl

Stakhanov
04-26-2009, 06:00 AM
Here (http://developer.valvesoftware.com/wiki/List_of_L4D_Models).

You'll have to figure which ones are physics props though (not a lot of them actually)

yacoub
04-26-2009, 08:47 AM
Thanks.
..........