PDA

View Full Version : prop file name, plz help


Trueman
05-25-2009, 04:18 PM
Please help me to know what is the .mdl file name of this object:

http://s52.radikal.ru/i137/0905/a4/88e7e68c3622.jpg

This is the plywood board which blocks the window.

Example of such place in the game:
http://i044.radikal.ru/0905/54/e2a0772c540d.jpg

A command "r_drawmodelstatsoverlay 1" doesnt show me the name of this object (

I can rotate and remove these entities
http://i003.radikal.ru/0905/ea/233711bfb172.jpg

but I dont know the names of mdl-files (

I really need it for my mod and hope you'll help me. http://www.left4dead411.com/forums/images/icons/icon9.gif

JohnnyBeverage
05-25-2009, 04:28 PM
I'd go and look under "wood" in the model viewer. But maybe they just used a brush based object. Look under textures using the wood identifier.

Dead Fish
05-25-2009, 04:45 PM
What you need are the following two console commands (http://developer.valvesoftware.com/wiki/Impulse):

impulse 106: Cheat. Displays the classname, targetname and modelname of the entity under the crosshairs.
impulse 107: Cheat. Prints what texture the crosshairs are pointing at.Find the the board in-game, activate cheats and use the impulse commands. This is probably just a texture, not a model, like mentioned above.

Trueman
05-25-2009, 04:53 PM
Dead Fish
] impulse 106
Classname: func_breakable - Name: No Targetname
Model: *125
] impulse 107
Texture: WOOD/PLYWOOD02

So... how can I spawn this board? http://www.left4dead411.com/forums/images/icons/icon11.gif

Dead Fish
05-25-2009, 05:35 PM
Dead Fish

So... how can I spawn this board? http://www.left4dead411.com/forums/images/icons/icon11.gif

You can't spawn it, unfortunately. It's just a brush with the plywood2 texture, tied to an entitiy.

Here is a list of L4D models (http://developer.valvesoftware.com/wiki/List_of_L4D_Models), that can be spawned.

Trueman
05-25-2009, 06:46 PM
Ok, thanks...
In this case I need something... with the same shape like this plywood board - something flat, slim and rectangular, nearly the same size as this board.

Can anybody help me to find something like that?..
It must be a "physics" prop, not "dynamic".